com.skype.api
Enum Sms.FAILUREREASON

java.lang.Object
  extended by java.lang.Enum<Sms.FAILUREREASON>
      extended by com.skype.api.Sms.FAILUREREASON
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Sms.FAILUREREASON>
Enclosing class:
Sms

public static enum Sms.FAILUREREASON
extends java.lang.Enum<Sms.FAILUREREASON>


Enum Constant Summary
INSUFFICIENT_FUNDS
           
INVALID_CONFIRMATION_CODE
           
IP_BLOCKED
           
MISC_ERROR
           
NO_SENDERID_CAPABILITY
           
NO_SMS_CAPABILITY
           
NODE_BLOCKED
           
SERVER_CONNECT_FAILED
           
USER_BLOCKED
           
 
Method Summary
static Sms.FAILUREREASON fromString(java.lang.String s)
           
static Sms.FAILUREREASON get(int code)
           
 int getId()
           
static Sms.FAILUREREASON valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Sms.FAILUREREASON[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
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
 

Enum Constant Detail

MISC_ERROR

public static final Sms.FAILUREREASON MISC_ERROR

SERVER_CONNECT_FAILED

public static final Sms.FAILUREREASON SERVER_CONNECT_FAILED

NO_SMS_CAPABILITY

public static final Sms.FAILUREREASON NO_SMS_CAPABILITY

INSUFFICIENT_FUNDS

public static final Sms.FAILUREREASON INSUFFICIENT_FUNDS

INVALID_CONFIRMATION_CODE

public static final Sms.FAILUREREASON INVALID_CONFIRMATION_CODE

USER_BLOCKED

public static final Sms.FAILUREREASON USER_BLOCKED

IP_BLOCKED

public static final Sms.FAILUREREASON IP_BLOCKED

NODE_BLOCKED

public static final Sms.FAILUREREASON NODE_BLOCKED

NO_SENDERID_CAPABILITY

public static final Sms.FAILUREREASON NO_SENDERID_CAPABILITY
Method Detail

values

public static Sms.FAILUREREASON[] 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 (Sms.FAILUREREASON c : Sms.FAILUREREASON.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Sms.FAILUREREASON 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 Sms.FAILUREREASON get(int code)

fromString

public static Sms.FAILUREREASON fromString(java.lang.String s)


Copyright © 2010, 2011 Skype Technologies. All Rights Reserved.