|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mobi.voiceassistant.client.model.Contact.Phone
public static class Contact.Phone
Field Summary | |
---|---|
String |
number
|
int |
type
|
Constructor Summary | |
---|---|
Contact.Phone(String number,
int type)
|
Method Summary | |
---|---|
static String[] |
getPhonesArray(Collection<Contact.Phone> phones)
|
static ArrayList<Contact.Phone> |
getPhonesByType(ArrayList<Contact.Phone> phones,
int type)
|
static ArrayList<String> |
getPhonesList(Collection<Contact.Phone> phones)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final String number
public final int type
Constructor Detail |
---|
public Contact.Phone(String number, int type)
Method Detail |
---|
public String toString()
toString
in class Object
public static ArrayList<String> getPhonesList(Collection<Contact.Phone> phones)
public static String[] getPhonesArray(Collection<Contact.Phone> phones)
public static ArrayList<Contact.Phone> getPhonesByType(ArrayList<Contact.Phone> phones, int type)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |