Interface ScheduledVoiceProvisioningEST
- All Superinterfaces:
ScheduledVoiceProvisioning
ScheduledVoiceProvisioningEST
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated 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:
getLastUpdatedTime
in interfaceScheduledVoiceProvisioning
- Returns:
- lastUpdatedTime
- Read Only
- This field is returned by the server and cannot be modified
-
getStatus
ProvisioningStatus getStatus()Get status- Specified by:
getStatus
in interfaceScheduledVoiceProvisioning
- Returns:
- status
-
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
-