|
SMSLib 3.5.3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Contact.ContactLocation | |
---|---|
org.smslib | Main SMSLib classes. |
Uses of Contact.ContactLocation in org.smslib |
---|
Methods in org.smslib that return Contact.ContactLocation | |
---|---|
static Contact.ContactLocation |
Contact.convertLocationToType(java.lang.String loc)
|
static Contact.ContactLocation |
Contact.ContactLocation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Contact.ContactLocation[] |
Contact.ContactLocation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.smslib with parameters of type Contact.ContactLocation | |
---|---|
static java.lang.String |
Contact.convertTypeToLocation(Contact.ContactLocation type)
|
java.util.Collection<Contact> |
Phonebook.getContacts(Contact.ContactLocation type)
Filters the contacts by contact type and returns a collection of contacts matching the criteria. |
|
SMSLib 3.5.3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |