Interface VoiceConfigurationFAX
- All Superinterfaces:
VoiceConfiguration
FAX VoiceConfiguration
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Getting builderTimestamp when the status was last updated.Get scheduledProvisioningThe service ID if the type is FAX.
-
Method Details
-
getLastUpdatedTime
Instant getLastUpdatedTime()Timestamp when the status was last updated.- Specified by:
getLastUpdatedTimein interfaceVoiceConfiguration- Returns:
- lastUpdatedTime
- Read Only
- This field is returned by the server and cannot be modified
-
getScheduledProvisioning
ScheduledVoiceProvisioning getScheduledProvisioning()Get scheduledProvisioning- Specified by:
getScheduledProvisioningin interfaceVoiceConfiguration- Returns:
- scheduledProvisioning
- Read Only
- This field is returned by the server and cannot be modified
-
getServiceId
String getServiceId()The service ID if the type is FAX. TheserviceIdcan be found in your Sinch Customer Dashboard.- Returns:
- serviceId
-
builder
Getting builder- Returns:
- New Builder instance
-