CopyableBuilder<GCMChannelResponse.Builder,GCMChannelResponse>, SdkBuilder<GCMChannelResponse.Builder,GCMChannelResponse>public static interface GCMChannelResponse.Builder extends CopyableBuilder<GCMChannelResponse.Builder,GCMChannelResponse>
| Modifier and Type | Method | Description |
|---|---|---|
GCMChannelResponse.Builder |
applicationId(String applicationId) |
The ID of the application to which the channel applies.
|
GCMChannelResponse.Builder |
creationDate(String creationDate) |
When was this segment created
|
GCMChannelResponse.Builder |
credential(String credential) |
The GCM API key from Google.
|
GCMChannelResponse.Builder |
enabled(Boolean enabled) |
If the channel is enabled for sending messages.
|
GCMChannelResponse.Builder |
id(String id) |
Channel ID.
|
GCMChannelResponse.Builder |
isArchived(Boolean isArchived) |
Is this channel archived
|
GCMChannelResponse.Builder |
lastModifiedBy(String lastModifiedBy) |
Who last updated this entry
|
GCMChannelResponse.Builder |
lastModifiedDate(String lastModifiedDate) |
Last date this was updated
|
GCMChannelResponse.Builder |
platform(String platform) |
The platform type.
|
GCMChannelResponse.Builder |
version(Integer version) |
Version of channel
|
copyapply, buildGCMChannelResponse.Builder applicationId(String applicationId)
applicationId - The ID of the application to which the channel applies.GCMChannelResponse.Builder creationDate(String creationDate)
creationDate - When was this segment createdGCMChannelResponse.Builder credential(String credential)
credential - The GCM API key from Google.GCMChannelResponse.Builder enabled(Boolean enabled)
enabled - If the channel is enabled for sending messages.GCMChannelResponse.Builder id(String id)
id - Channel ID. Not used, only for backwards compatibility.GCMChannelResponse.Builder isArchived(Boolean isArchived)
isArchived - Is this channel archivedGCMChannelResponse.Builder lastModifiedBy(String lastModifiedBy)
lastModifiedBy - Who last updated this entryGCMChannelResponse.Builder lastModifiedDate(String lastModifiedDate)
lastModifiedDate - Last date this was updatedGCMChannelResponse.Builder platform(String platform)
platform - The platform type. Will be GCMGCMChannelResponse.Builder version(Integer version)
version - Version of channelCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.