public static interface ChannelResponse.Builder extends SdkPojo, CopyableBuilder<ChannelResponse.Builder,ChannelResponse>
| Modifier and Type | Method and Description |
|---|---|
ChannelResponse.Builder |
applicationId(String applicationId)
The unique identifier for the application.
|
ChannelResponse.Builder |
creationDate(String creationDate)
The date and time, in ISO 8601 format, when the channel was enabled.
|
ChannelResponse.Builder |
enabled(Boolean enabled)
Specifies whether the channel is enabled for the application.
|
ChannelResponse.Builder |
hasCredential(Boolean hasCredential)
(Not used) This property is retained only for backward compatibility.
|
ChannelResponse.Builder |
id(String id)
(Deprecated) An identifier for the channel.
|
ChannelResponse.Builder |
isArchived(Boolean isArchived)
Specifies whether the channel is archived.
|
ChannelResponse.Builder |
lastModifiedBy(String lastModifiedBy)
The user who last modified the channel.
|
ChannelResponse.Builder |
lastModifiedDate(String lastModifiedDate)
The date and time, in ISO 8601 format, when the channel was last modified.
|
ChannelResponse.Builder |
version(Integer version)
The current version of the channel.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChannelResponse.Builder applicationId(String applicationId)
The unique identifier for the application.
applicationId - The unique identifier for the application.ChannelResponse.Builder creationDate(String creationDate)
The date and time, in ISO 8601 format, when the channel was enabled.
creationDate - The date and time, in ISO 8601 format, when the channel was enabled.ChannelResponse.Builder enabled(Boolean enabled)
Specifies whether the channel is enabled for the application.
enabled - Specifies whether the channel is enabled for the application.ChannelResponse.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.ChannelResponse.Builder id(String id)
(Deprecated) An identifier for the channel. This property is retained only for backward compatibility.
id - (Deprecated) An identifier for the channel. This property is retained only for backward compatibility.ChannelResponse.Builder isArchived(Boolean isArchived)
Specifies whether the channel is archived.
isArchived - Specifies whether the channel is archived.ChannelResponse.Builder lastModifiedBy(String lastModifiedBy)
The user who last modified the channel.
lastModifiedBy - The user who last modified the channel.ChannelResponse.Builder lastModifiedDate(String lastModifiedDate)
The date and time, in ISO 8601 format, when the channel was last modified.
lastModifiedDate - The date and time, in ISO 8601 format, when the channel was last modified.ChannelResponse.Builder version(Integer version)
The current version of the channel.
version - The current version of the channel.Copyright © 2022. All rights reserved.