Interface VoiceConfigurationFAX
- All Superinterfaces:
VoiceConfiguration
FAX 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 service ID if the type is FAX.
-
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
-
getServiceId
String getServiceId()The service ID if the type is FAX. TheserviceId
can be found in your Sinch Customer Dashboard.- Returns:
- serviceId
-
builder
Getting builder- Returns:
- New Builder instance
-