target.apidocs.com.google.api.services.androidenterprise.AndroidEnterprise.Enterprises.PullNotificationSet.html Maven / Gradle / Ivy
The newest version!
AndroidEnterprise.Enterprises.PullNotificationSet (Google Play EMM API v1-rev20241113-2.0.0)
com.google.api.services.androidenterprise
Class AndroidEnterprise.Enterprises.PullNotificationSet
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T>
-
- com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
- com.google.api.services.androidenterprise.AndroidEnterpriseRequest<NotificationSet>
-
- com.google.api.services.androidenterprise.AndroidEnterprise.Enterprises.PullNotificationSet
-
- Enclosing class:
- AndroidEnterprise.Enterprises
public class AndroidEnterprise.Enterprises.PullNotificationSet
extends AndroidEnterpriseRequest<NotificationSet>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Modifier
Constructor and Description
protected
PullNotificationSet()
Pulls and returns a notification set for the enterprises associated with the service account
authenticated for the request.
-
Method Summary
-
Methods inherited from class com.google.api.services.androidenterprise.AndroidEnterpriseRequest
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
-
Methods inherited from class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
getJsonContent, newExceptionOnError, queue
-
Methods inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
-
Methods inherited from class com.google.api.client.util.GenericData
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Constructor Detail
-
PullNotificationSet
protected PullNotificationSet()
Pulls and returns a notification set for the enterprises associated with the service account
authenticated for the request. The notification set may be empty if no notification are
pending. A notification set returned needs to be acknowledged within 20 seconds by calling
Enterprises.AcknowledgeNotificationSet, unless the notification set is empty. Notifications
that are not acknowledged within the 20 seconds will eventually be included again in the
response to another PullNotificationSet request, and those that are never acknowledged will
ultimately be deleted according to the Google Cloud Platform Pub/Sub system policy. Multiple
requests might be performed concurrently to retrieve notifications, in which case the pending
notifications (if any) will be split among each caller, if any are pending. If no notifications
are present, an empty notification list is returned. Subsequent requests may return more
notifications once they become available.
Create a request for the method "enterprises.pullNotificationSet".
This request holds the parameters needed by the the androidenterprise server. After setting
any optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the
remote operation. PullNotificationSet#initialize(com.google.api.client.googleapis.se
rvices.AbstractGoogleClientRequest)
must be called to initialize this instance immediately
after invoking the constructor.
- Since:
- 1.13
-
Method Detail
-
set$Xgafv
public AndroidEnterprise.Enterprises.PullNotificationSet set$Xgafv(String $Xgafv)
Description copied from class: AndroidEnterpriseRequest
V1 error format.
- Overrides:
set$Xgafv
in class AndroidEnterpriseRequest<NotificationSet>
-
setAccessToken
public AndroidEnterprise.Enterprises.PullNotificationSet setAccessToken(String accessToken)
Description copied from class: AndroidEnterpriseRequest
OAuth access token.
- Overrides:
setAccessToken
in class AndroidEnterpriseRequest<NotificationSet>
-
setAlt
public AndroidEnterprise.Enterprises.PullNotificationSet setAlt(String alt)
Description copied from class: AndroidEnterpriseRequest
Data format for response.
- Overrides:
setAlt
in class AndroidEnterpriseRequest<NotificationSet>
-
setCallback
public AndroidEnterprise.Enterprises.PullNotificationSet setCallback(String callback)
Description copied from class: AndroidEnterpriseRequest
JSONP
- Overrides:
setCallback
in class AndroidEnterpriseRequest<NotificationSet>
-
setFields
public AndroidEnterprise.Enterprises.PullNotificationSet setFields(String fields)
Description copied from class: AndroidEnterpriseRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class AndroidEnterpriseRequest<NotificationSet>
-
setKey
public AndroidEnterprise.Enterprises.PullNotificationSet setKey(String key)
Description copied from class: AndroidEnterpriseRequest
API key. Your API key identifies your project and provides you with API access, quota, and
reports. Required unless you provide an OAuth 2.0 token.
- Overrides:
setKey
in class AndroidEnterpriseRequest<NotificationSet>
-
setOauthToken
public AndroidEnterprise.Enterprises.PullNotificationSet setOauthToken(String oauthToken)
Description copied from class: AndroidEnterpriseRequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken
in class AndroidEnterpriseRequest<NotificationSet>
-
setPrettyPrint
public AndroidEnterprise.Enterprises.PullNotificationSet setPrettyPrint(Boolean prettyPrint)
Description copied from class: AndroidEnterpriseRequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint
in class AndroidEnterpriseRequest<NotificationSet>
-
setQuotaUser
public AndroidEnterprise.Enterprises.PullNotificationSet setQuotaUser(String quotaUser)
Description copied from class: AndroidEnterpriseRequest
Available to use for quota purposes for server-side applications. Can be any arbitrary string
assigned to a user, but should not exceed 40 characters.
- Overrides:
setQuotaUser
in class AndroidEnterpriseRequest<NotificationSet>
-
setUploadType
public AndroidEnterprise.Enterprises.PullNotificationSet setUploadType(String uploadType)
Description copied from class: AndroidEnterpriseRequest
Legacy upload protocol for media (e.g. "media", "multipart").
- Overrides:
setUploadType
in class AndroidEnterpriseRequest<NotificationSet>
-
setUploadProtocol
public AndroidEnterprise.Enterprises.PullNotificationSet setUploadProtocol(String uploadProtocol)
Description copied from class: AndroidEnterpriseRequest
Upload protocol for media (e.g. "raw", "multipart").
- Overrides:
setUploadProtocol
in class AndroidEnterpriseRequest<NotificationSet>
-
getRequestMode
public String getRequestMode()
The request mode for pulling notifications. Specifying waitForNotifications will cause the request
to block and wait until one or more notifications are present, or return an empty notification list
if no notifications are present after some time. Specifying returnImmediately will cause the
request to immediately return the pending notifications, or an empty list if no notifications are
present. If omitted, defaults to waitForNotifications.
-
setRequestMode
public AndroidEnterprise.Enterprises.PullNotificationSet setRequestMode(String requestMode)
The request mode for pulling notifications. Specifying waitForNotifications will cause the
request to block and wait until one or more notifications are present, or return an empty
notification list if no notifications are present after some time. Specifying
returnImmediately will cause the request to immediately return the pending notifications,
or an empty list if no notifications are present. If omitted, defaults to
waitForNotifications.
-
set
public AndroidEnterprise.Enterprises.PullNotificationSet set(String parameterName,
Object value)
- Overrides:
set
in class AndroidEnterpriseRequest<NotificationSet>
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy