Class Phone.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.container.user.data.Phone.Mask
-
- Enclosing class:
- Phone
public static class Phone.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Phone.Mask
countryCode()
Phone.Mask
extension()
Phone.Mask
phone()
Phone.Mask
phoneType()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
countryCode
public Phone.Mask countryCode()
-
extension
public Phone.Mask extension()
-
phone
public Phone.Mask phone()
-
phoneType
public Phone.Mask phoneType()
-
-