public class PhoneNumberResource
extends Object
-
Field Summary
Fields
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.
Usage type of phone number
Example: DirectNumber
Enum: MobileNumber, ContactNumber, DirectNumber, ForwardedNumber
-
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
-
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
-
Constructor Details
-
PhoneNumberResource
public PhoneNumberResource()
-