com.skype.api
Enum Contact.EXTRA_AUTHREQ_FIELDS
java.lang.Object
java.lang.Enum<Contact.EXTRA_AUTHREQ_FIELDS>
com.skype.api.Contact.EXTRA_AUTHREQ_FIELDS
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<Contact.EXTRA_AUTHREQ_FIELDS>
- Enclosing class:
- Contact
public static enum Contact.EXTRA_AUTHREQ_FIELDS
- extends java.lang.Enum<Contact.EXTRA_AUTHREQ_FIELDS>
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
SEND_VERIFIED_EMAIL
public static final Contact.EXTRA_AUTHREQ_FIELDS SEND_VERIFIED_EMAIL
- send verified e-mail blob with this auth request
SEND_VERIFIED_COMPANY
public static final Contact.EXTRA_AUTHREQ_FIELDS SEND_VERIFIED_COMPANY
- send verified company blob with this auth request
values
public static Contact.EXTRA_AUTHREQ_FIELDS[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Contact.EXTRA_AUTHREQ_FIELDS c : Contact.EXTRA_AUTHREQ_FIELDS.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Contact.EXTRA_AUTHREQ_FIELDS valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
getId
public int getId()
get
public static Contact.EXTRA_AUTHREQ_FIELDS get(int code)
fromString
public static Contact.EXTRA_AUTHREQ_FIELDS fromString(java.lang.String s)
Copyright © 2010, 2011 Skype Technologies. All Rights Reserved.