Interface VoiceConfigurationEST
- All Superinterfaces:
VoiceConfiguration
EST VoiceConfiguration
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Getting builderTimestamp when the status was last updated.Get scheduledProvisioningThe trunk ID if the type is EST.
-
Method Details
-
getLastUpdatedTime
Instant getLastUpdatedTime()Timestamp when the status was last updated.- Specified by:
getLastUpdatedTime
in interfaceVoiceConfiguration
- Returns:
- lastUpdatedTime
- Read Only
- This field is returned by the server and cannot be modified
-
getScheduledProvisioning
ScheduledVoiceProvisioning getScheduledProvisioning()Get scheduledProvisioning- Specified by:
getScheduledProvisioning
in interfaceVoiceConfiguration
- Returns:
- scheduledProvisioning
-
getTrunkId
String getTrunkId()The trunk ID if the type is EST. ThetrunkId
can be found in your Sinch Customer Dashboard.- Returns:
- trunkId
-
builder
Getting builder- Returns:
- New Builder instance
-