Uses of Class
com.telapi.api.domain.enums.PhoneNumberType

Packages that use PhoneNumberType
com.telapi.api.domain   
com.telapi.api.domain.enums   
 

Uses of PhoneNumberType in com.telapi.api.domain
 

Methods in com.telapi.api.domain that return PhoneNumberType
 PhoneNumberType AvailablePhoneNumber.getType()
           
 PhoneNumberType IncomingPhoneNumber.getType()
           
 

Methods in com.telapi.api.domain with parameters of type PhoneNumberType
 void AvailablePhoneNumber.setType(PhoneNumberType type)
           
 void IncomingPhoneNumber.setType(PhoneNumberType type)
           
 

Uses of PhoneNumberType in com.telapi.api.domain.enums
 

Methods in com.telapi.api.domain.enums that return PhoneNumberType
static PhoneNumberType PhoneNumberType.forValue(String s)
           
static PhoneNumberType PhoneNumberType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PhoneNumberType[] PhoneNumberType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.