public static interface ADMChannelResponse.Builder extends SdkPojo, CopyableBuilder<ADMChannelResponse.Builder,ADMChannelResponse>
| Modifier and Type | Method and Description |
|---|---|
ADMChannelResponse.Builder |
applicationId(String applicationId)
The unique identifier for the application that the ADM channel applies to.
|
ADMChannelResponse.Builder |
creationDate(String creationDate)
The date and time when the ADM channel was enabled.
|
ADMChannelResponse.Builder |
enabled(Boolean enabled)
Specifies whether the ADM channel is enabled for the application.
|
ADMChannelResponse.Builder |
hasCredential(Boolean hasCredential)
(Not used) This property is retained only for backward compatibility.
|
ADMChannelResponse.Builder |
id(String id)
(Deprecated) An identifier for the ADM channel.
|
ADMChannelResponse.Builder |
isArchived(Boolean isArchived)
Specifies whether the ADM channel is archived.
|
ADMChannelResponse.Builder |
lastModifiedBy(String lastModifiedBy)
The user who last modified the ADM channel.
|
ADMChannelResponse.Builder |
lastModifiedDate(String lastModifiedDate)
The date and time when the ADM channel was last modified.
|
ADMChannelResponse.Builder |
platform(String platform)
The type of messaging or notification platform for the channel.
|
ADMChannelResponse.Builder |
version(Integer version)
The current version of the ADM channel.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildADMChannelResponse.Builder applicationId(String applicationId)
The unique identifier for the application that the ADM channel applies to.
applicationId - The unique identifier for the application that the ADM channel applies to.ADMChannelResponse.Builder creationDate(String creationDate)
The date and time when the ADM channel was enabled.
creationDate - The date and time when the ADM channel was enabled.ADMChannelResponse.Builder enabled(Boolean enabled)
Specifies whether the ADM channel is enabled for the application.
enabled - Specifies whether the ADM channel is enabled for the application.ADMChannelResponse.Builder hasCredential(Boolean hasCredential)
(Not used) This property is retained only for backward compatibility.
hasCredential - (Not used) This property is retained only for backward compatibility.ADMChannelResponse.Builder id(String id)
(Deprecated) An identifier for the ADM channel. This property is retained only for backward compatibility.
id - (Deprecated) An identifier for the ADM channel. This property is retained only for backward
compatibility.ADMChannelResponse.Builder isArchived(Boolean isArchived)
Specifies whether the ADM channel is archived.
isArchived - Specifies whether the ADM channel is archived.ADMChannelResponse.Builder lastModifiedBy(String lastModifiedBy)
The user who last modified the ADM channel.
lastModifiedBy - The user who last modified the ADM channel.ADMChannelResponse.Builder lastModifiedDate(String lastModifiedDate)
The date and time when the ADM channel was last modified.
lastModifiedDate - The date and time when the ADM channel was last modified.ADMChannelResponse.Builder platform(String platform)
The type of messaging or notification platform for the channel. For the ADM channel, this value is ADM.
platform - The type of messaging or notification platform for the channel. For the ADM channel, this value is
ADM.ADMChannelResponse.Builder version(Integer version)
The current version of the ADM channel.
version - The current version of the ADM channel.Copyright © 2021. All rights reserved.