GCMChannelResponse.Builder |
GCMChannelResponse.Builder.applicationId(String applicationId) |
The unique identifier for the application that the GCM channel applies to.
|
static GCMChannelResponse.Builder |
GCMChannelResponse.builder() |
|
GCMChannelResponse.Builder |
GCMChannelResponse.Builder.creationDate(String creationDate) |
The date and time when the GCM channel was enabled.
|
GCMChannelResponse.Builder |
GCMChannelResponse.Builder.credential(String credential) |
The Web API Key, also referred to as an API_KEY or server key, that you received from Google to
communicate with Google services.
|
GCMChannelResponse.Builder |
GCMChannelResponse.Builder.defaultAuthenticationMethod(String defaultAuthenticationMethod) |
The default authentication method used for GCM.
|
GCMChannelResponse.Builder |
GCMChannelResponse.Builder.enabled(Boolean enabled) |
Specifies whether the GCM channel is enabled for the application.
|
GCMChannelResponse.Builder |
GCMChannelResponse.Builder.hasCredential(Boolean hasCredential) |
(Not used) This property is retained only for backward compatibility.
|
GCMChannelResponse.Builder |
GCMChannelResponse.Builder.hasFcmServiceCredentials(Boolean hasFcmServiceCredentials) |
Returns true if the JSON file provided by Google during registration process was used in the
ServiceJson field of the request.
|
GCMChannelResponse.Builder |
GCMChannelResponse.Builder.id(String id) |
(Deprecated) An identifier for the GCM channel.
|
GCMChannelResponse.Builder |
GCMChannelResponse.Builder.isArchived(Boolean isArchived) |
Specifies whether the GCM channel is archived.
|
GCMChannelResponse.Builder |
GCMChannelResponse.Builder.lastModifiedBy(String lastModifiedBy) |
The user who last modified the GCM channel.
|
GCMChannelResponse.Builder |
GCMChannelResponse.Builder.lastModifiedDate(String lastModifiedDate) |
The date and time when the GCM channel was last modified.
|
GCMChannelResponse.Builder |
GCMChannelResponse.Builder.platform(String platform) |
The type of messaging or notification platform for the channel.
|
GCMChannelResponse.Builder |
GCMChannelResponse.toBuilder() |
|
GCMChannelResponse.Builder |
GCMChannelResponse.Builder.version(Integer version) |
The current version of the GCM channel.
|