public class AdgPhoneNumberResource
extends Object
-
Field Summary
Fields
Phone number in E.164 format Example: +12056812029
Formatted phone number Example: +1 (205) 681-2029
Example: +1 (205) 6812029
Specifies if a phone number should be hidden or not
Custom user name of a phone number, if any Example: Boss
Specifies if the number is primary, i.e.
SMS availability status of a phone number Enum: Active, Inactive, Disabled, Banned,
Suspended, Deprovisioning, InboundOnly, Unknown
Usage type of phone number Example: DirectNumber Enum: MobileNumber, ContactNumber,
DirectNumber, ForwardedNumber, PartnerBusinessMobileNumber
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
-
phoneNumber
Example: +12056812029
-
-
label
Custom user name of a phone number, if any Example: Boss
-
usageType
Usage type of phone number Example: DirectNumber Enum: MobileNumber, ContactNumber,
DirectNumber, ForwardedNumber, PartnerBusinessMobileNumber
-
hidden
Specifies if a phone number should be hidden or not
-
primary
Specifies if the number is primary, i.e. displayed as 'main number' and called by
default
-
e164
Phone number in E.164 format Example: +12056812029
-
-
smsAvailabilityStatus
public String smsAvailabilityStatus
SMS availability status of a phone number Enum: Active, Inactive, Disabled, Banned,
Suspended, Deprovisioning, InboundOnly, Unknown
-
smsCampaignId
SMS campaign identifier
-
Constructor Details
-
AdgPhoneNumberResource
public AdgPhoneNumberResource()
-