Interface ScheduledVoiceProvisioningEST
- All Superinterfaces:
ScheduledVoiceProvisioning
ScheduledVoiceProvisioningEST
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Getting builderTimestamp when the status was last updated.Get statusThe trunk ID if the type is EST.
-
Method Details
-
getLastUpdatedTime
Instant getLastUpdatedTime()Timestamp when the status was last updated.- Specified by:
getLastUpdatedTimein interfaceScheduledVoiceProvisioning- Returns:
- lastUpdatedTime
-
getStatus
ProvisioningStatus getStatus()Get status- Specified by:
getStatusin interfaceScheduledVoiceProvisioning- Returns:
- status
-
getTrunkId
String getTrunkId()The trunk ID if the type is EST. ThetrunkIdcan be found in your Sinch Customer Dashboard.- Returns:
- trunkId
-
builder
Getting builder- Returns:
- New Builder instance
-