VoiceChannelResponse.Builder |
VoiceChannelResponse.Builder.applicationId(String applicationId) |
The unique identifier for the application that the voice channel applies to.
|
static VoiceChannelResponse.Builder |
VoiceChannelResponse.builder() |
|
VoiceChannelResponse.Builder |
VoiceChannelResponse.Builder.creationDate(String creationDate) |
The date and time, in ISO 8601 format, when the voice channel was enabled.
|
VoiceChannelResponse.Builder |
VoiceChannelResponse.Builder.enabled(Boolean enabled) |
Specifies whether the voice channel is enabled for the application.
|
VoiceChannelResponse.Builder |
VoiceChannelResponse.Builder.hasCredential(Boolean hasCredential) |
(Not used) This property is retained only for backward compatibility.
|
VoiceChannelResponse.Builder |
VoiceChannelResponse.Builder.id(String id) |
(Deprecated) An identifier for the voice channel.
|
VoiceChannelResponse.Builder |
VoiceChannelResponse.Builder.isArchived(Boolean isArchived) |
Specifies whether the voice channel is archived.
|
VoiceChannelResponse.Builder |
VoiceChannelResponse.Builder.lastModifiedBy(String lastModifiedBy) |
The user who last modified the voice channel.
|
VoiceChannelResponse.Builder |
VoiceChannelResponse.Builder.lastModifiedDate(String lastModifiedDate) |
The date and time, in ISO 8601 format, when the voice channel was last modified.
|
VoiceChannelResponse.Builder |
VoiceChannelResponse.Builder.platform(String platform) |
The type of messaging or notification platform for the channel.
|
VoiceChannelResponse.Builder |
VoiceChannelResponse.toBuilder() |
|
VoiceChannelResponse.Builder |
VoiceChannelResponse.Builder.version(Integer version) |
The current version of the voice channel.
|