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