com.hoiio.sdk.objects.enums
Enum HoiioStatus

java.lang.Object
  extended by java.lang.Enum<HoiioStatus>
      extended by com.hoiio.sdk.objects.enums.HoiioStatus
All Implemented Interfaces:
Serializable, Comparable<HoiioStatus>

public enum HoiioStatus
extends Enum<HoiioStatus>


Enum Constant Summary
ERROR_ACCESS_TOKEN_PARAM_MISSING
           
ERROR_ADD_NOTIFICATION_FAILED
           
ERROR_APP_ID_PARAM_MISSING
           
ERROR_APPLICATION_NOT_PUBLISHED
           
ERROR_AUTO_EXTEND_NOT_AVAILABLE
           
ERROR_CALL_SERVICE_NOT_AVAILABLE
           
ERROR_CALLER_ID_INVALID
           
ERROR_CODE_EXPIRED
           
ERROR_CONCURRENT_CALL_LIMIT_REACHED
           
ERROR_CONNECT_NOT_ENABLED
           
ERROR_COUNTRY_PARAM_MISSING
           
ERROR_DEST_INCOMING_BOTH_MISSING
           
ERROR_DEST_INCOMING_BOTH_PRESENT
           
ERROR_DEST_INVALID
           
ERROR_DEST_INVALID_NUMBER_ID
           
ERROR_DEST_NOT_SUPPORTED
           
ERROR_DEST_PARAM_MISSING
           
ERROR_DEST_TOO_MANY
           
ERROR_DEST1_INVALID
           
ERROR_DEST1_INVALID_NUMBER_ID
           
ERROR_DEST1_NOT_SUPPORTED
           
ERROR_DEST1_PARAM_MISSING
           
ERROR_DEST2_INVALID
           
ERROR_DEST2_INVALID_NUMBER_ID
           
ERROR_DEST2_NOT_SUPPORTED
           
ERROR_DEST2_PARAM_MISSING
           
ERROR_DESTINATION_NOT_SUPPORTED
           
ERROR_DEVELOPER_SUSPENDED
           
ERROR_DURATION_PARAM_MISSING
           
ERROR_EXCEED_MAX_SUBSCRIPTIONS
           
ERROR_FILE_INVALID
           
ERROR_FILE_PARAM_MISSING
           
ERROR_FILE_TOO_BIG
           
ERROR_FORWARD_TO_INVALID
           
ERROR_FROM_INVALID
           
ERROR_INCOMING_PARAM_MISSING
           
ERROR_INCOMING_SMS_NOT_SUPPORTED
           
ERROR_INSUFFICIENT_CREDIT
           
ERROR_INTERNAL_SERVER_ERROR
           
ERROR_INVALID_ACCESS_TOKEN
           
ERROR_INVALID_APP_ID
           
ERROR_INVALID_ATTEMPTS
           
ERROR_INVALID_CODE
           
ERROR_INVALID_DESTINATION
           
ERROR_INVALID_DURATION
           
ERROR_INVALID_MAX_DIGITS
           
ERROR_INVALID_MAX_DURATION
           
ERROR_INVALID_NOTIFY_URL
           
ERROR_INVALID_ROOM
           
ERROR_INVALID_SENDER_NAME
           
ERROR_INVALID_SESSION
           
ERROR_INVALID_TIMEOUT
           
ERROR_INVALID_TXN_REF
           
ERROR_INVALID_TYPE
           
ERROR_MALFORMED_PARAMS
           
ERROR_MAX_DURATION_INVALID
           
ERROR_MODE_INVALID
           
ERROR_MONITOR_IN_PROGRESS
           
ERROR_MSG_CANNOT_CONVERT_TEXT
           
ERROR_MSG_DOWNLOAD_FAILED
           
ERROR_MSG_EMPTY
           
ERROR_MSG_INVALID_FILE_FORMAT
           
ERROR_MSG_INVALID_FILE_SIZE
           
ERROR_MSG_INVALID_GENDER
           
ERROR_MSG_INVALID_LANGUAGE
           
ERROR_MSG_INVALID_URL
           
ERROR_MSG_INVALID_XML
           
ERROR_MSG_PARAM_MISSING
           
ERROR_MSG_TOO_BIG
           
ERROR_MSG_TOO_LONG
           
ERROR_NO_NUMBER_AVAILABLE
           
ERROR_NOT_ALLOWED_FOR_TRIAL
           
ERROR_NOTIFY_URL_PARAM_MISSING
           
ERROR_NUMBER_INVALID
           
ERROR_NUMBER_NOT_ASSIGNED
           
ERROR_NUMBER_NOT_AVAILABLE
           
ERROR_ON_FAILURE_INVALID
           
ERROR_PAGE_INVALID
           
ERROR_PAGE_SIZE_INVALID
           
ERROR_PERMISSION_DENIED
           
ERROR_PICK_NUMBER_NOT_AVAILABLE
           
ERROR_SAME_DEST1_DEST2
           
ERROR_SERVICE_NOT_AVAILABLE
           
ERROR_SESSION_ACCESS_DENIED
           
ERROR_SESSION_ENDED
           
ERROR_SESSION_NOT_READY
           
ERROR_SESSION_PARAM_MISSING
           
ERROR_SMS_REBRAND_NOT_ENABLED
           
ERROR_SMS_SERVICE_NOT_AVAILABLE
           
ERROR_STATE_PARAM_MISSING
           
ERROR_SUBSCRIBE_NUMBER_NOT_AVAILABLE
           
ERROR_TO_BEFORE_FROM
           
ERROR_TO_INVALID_FORMAT
           
ERROR_TXN_REF_ACCESS_DENIED
           
ERROR_TXN_REF_INVALID
           
ERROR_TXN_REF_PARAM_MISSING
           
ERROR_UNABLE_TO_RESOLVE_FORWARD_TO
           
ERROR_UNABLE_TO_RESOLVE_NOTIFY_URL
           
ERROR_USER_NOT_FOUND
           
ERROR_USER_NOT_LIVE
           
SUCCESS_OK
           
 
Method Summary
static HoiioStatus fromString(String status)
          Converts the string to HoiioStatus object
 String toString()
          Returns a string representation of the object
static HoiioStatus valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HoiioStatus[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

SUCCESS_OK

public static final HoiioStatus SUCCESS_OK

ERROR_ADD_NOTIFICATION_FAILED

public static final HoiioStatus ERROR_ADD_NOTIFICATION_FAILED

ERROR_AUTO_EXTEND_NOT_AVAILABLE

public static final HoiioStatus ERROR_AUTO_EXTEND_NOT_AVAILABLE

ERROR_CALLER_ID_INVALID

public static final HoiioStatus ERROR_CALLER_ID_INVALID

ERROR_CALL_SERVICE_NOT_AVAILABLE

public static final HoiioStatus ERROR_CALL_SERVICE_NOT_AVAILABLE

ERROR_CONCURRENT_CALL_LIMIT_REACHED

public static final HoiioStatus ERROR_CONCURRENT_CALL_LIMIT_REACHED

ERROR_DEST1_INVALID

public static final HoiioStatus ERROR_DEST1_INVALID

ERROR_DEST1_INVALID_NUMBER_ID

public static final HoiioStatus ERROR_DEST1_INVALID_NUMBER_ID

ERROR_DEST1_NOT_SUPPORTED

public static final HoiioStatus ERROR_DEST1_NOT_SUPPORTED

ERROR_DEST2_INVALID

public static final HoiioStatus ERROR_DEST2_INVALID

ERROR_DEST2_INVALID_NUMBER_ID

public static final HoiioStatus ERROR_DEST2_INVALID_NUMBER_ID

ERROR_DEST2_NOT_SUPPORTED

public static final HoiioStatus ERROR_DEST2_NOT_SUPPORTED

ERROR_DEST_INVALID

public static final HoiioStatus ERROR_DEST_INVALID

ERROR_DESTINATION_NOT_SUPPORTED

public static final HoiioStatus ERROR_DESTINATION_NOT_SUPPORTED

ERROR_DEST_INCOMING_BOTH_MISSING

public static final HoiioStatus ERROR_DEST_INCOMING_BOTH_MISSING

ERROR_DEST_INCOMING_BOTH_PRESENT

public static final HoiioStatus ERROR_DEST_INCOMING_BOTH_PRESENT

ERROR_DEST_INVALID_NUMBER_ID

public static final HoiioStatus ERROR_DEST_INVALID_NUMBER_ID

ERROR_DEST_NOT_SUPPORTED

public static final HoiioStatus ERROR_DEST_NOT_SUPPORTED

ERROR_DEST_TOO_MANY

public static final HoiioStatus ERROR_DEST_TOO_MANY

ERROR_DEVELOPER_SUSPENDED

public static final HoiioStatus ERROR_DEVELOPER_SUSPENDED

ERROR_EXCEED_MAX_SUBSCRIPTIONS

public static final HoiioStatus ERROR_EXCEED_MAX_SUBSCRIPTIONS

ERROR_FILE_INVALID

public static final HoiioStatus ERROR_FILE_INVALID

ERROR_FILE_TOO_BIG

public static final HoiioStatus ERROR_FILE_TOO_BIG

ERROR_FORWARD_TO_INVALID

public static final HoiioStatus ERROR_FORWARD_TO_INVALID

ERROR_FROM_INVALID

public static final HoiioStatus ERROR_FROM_INVALID

ERROR_INCOMING_SMS_NOT_SUPPORTED

public static final HoiioStatus ERROR_INCOMING_SMS_NOT_SUPPORTED

ERROR_INSUFFICIENT_CREDIT

public static final HoiioStatus ERROR_INSUFFICIENT_CREDIT

ERROR_INVALID_ACCESS_TOKEN

public static final HoiioStatus ERROR_INVALID_ACCESS_TOKEN

ERROR_INVALID_APP_ID

public static final HoiioStatus ERROR_INVALID_APP_ID

ERROR_INVALID_ATTEMPTS

public static final HoiioStatus ERROR_INVALID_ATTEMPTS

ERROR_INVALID_DESTINATION

public static final HoiioStatus ERROR_INVALID_DESTINATION

ERROR_INVALID_DURATION

public static final HoiioStatus ERROR_INVALID_DURATION

ERROR_INVALID_MAX_DIGITS

public static final HoiioStatus ERROR_INVALID_MAX_DIGITS

ERROR_INVALID_MAX_DURATION

public static final HoiioStatus ERROR_INVALID_MAX_DURATION

ERROR_INVALID_NOTIFY_URL

public static final HoiioStatus ERROR_INVALID_NOTIFY_URL

ERROR_PAGE_INVALID

public static final HoiioStatus ERROR_PAGE_INVALID

ERROR_INVALID_ROOM

public static final HoiioStatus ERROR_INVALID_ROOM

ERROR_INVALID_SENDER_NAME

public static final HoiioStatus ERROR_INVALID_SENDER_NAME

ERROR_INVALID_SESSION

public static final HoiioStatus ERROR_INVALID_SESSION

ERROR_INVALID_TIMEOUT

public static final HoiioStatus ERROR_INVALID_TIMEOUT

ERROR_INVALID_TXN_REF

public static final HoiioStatus ERROR_INVALID_TXN_REF

ERROR_INVALID_TYPE

public static final HoiioStatus ERROR_INVALID_TYPE

ERROR_MALFORMED_PARAMS

public static final HoiioStatus ERROR_MALFORMED_PARAMS

ERROR_MAX_DURATION_INVALID

public static final HoiioStatus ERROR_MAX_DURATION_INVALID

ERROR_MSG_EMPTY

public static final HoiioStatus ERROR_MSG_EMPTY

ERROR_MSG_TOO_BIG

public static final HoiioStatus ERROR_MSG_TOO_BIG

ERROR_MSG_TOO_LONG

public static final HoiioStatus ERROR_MSG_TOO_LONG

ERROR_MODE_INVALID

public static final HoiioStatus ERROR_MODE_INVALID

ERROR_MONITOR_IN_PROGRESS

public static final HoiioStatus ERROR_MONITOR_IN_PROGRESS

ERROR_MSG_CANNOT_CONVERT_TEXT

public static final HoiioStatus ERROR_MSG_CANNOT_CONVERT_TEXT

ERROR_MSG_DOWNLOAD_FAILED

public static final HoiioStatus ERROR_MSG_DOWNLOAD_FAILED

ERROR_MSG_INVALID_FILE_FORMAT

public static final HoiioStatus ERROR_MSG_INVALID_FILE_FORMAT

ERROR_MSG_INVALID_FILE_SIZE

public static final HoiioStatus ERROR_MSG_INVALID_FILE_SIZE

ERROR_MSG_INVALID_GENDER

public static final HoiioStatus ERROR_MSG_INVALID_GENDER

ERROR_MSG_INVALID_LANGUAGE

public static final HoiioStatus ERROR_MSG_INVALID_LANGUAGE

ERROR_MSG_INVALID_URL

public static final HoiioStatus ERROR_MSG_INVALID_URL

ERROR_MSG_INVALID_XML

public static final HoiioStatus ERROR_MSG_INVALID_XML

ERROR_NOT_ALLOWED_FOR_TRIAL

public static final HoiioStatus ERROR_NOT_ALLOWED_FOR_TRIAL

ERROR_NO_NUMBER_AVAILABLE

public static final HoiioStatus ERROR_NO_NUMBER_AVAILABLE

ERROR_NUMBER_INVALID

public static final HoiioStatus ERROR_NUMBER_INVALID

ERROR_NUMBER_NOT_ASSIGNED

public static final HoiioStatus ERROR_NUMBER_NOT_ASSIGNED

ERROR_NUMBER_NOT_AVAILABLE

public static final HoiioStatus ERROR_NUMBER_NOT_AVAILABLE

ERROR_ON_FAILURE_INVALID

public static final HoiioStatus ERROR_ON_FAILURE_INVALID

ERROR_PAGE_SIZE_INVALID

public static final HoiioStatus ERROR_PAGE_SIZE_INVALID

ERROR_PERMISSION_DENIED

public static final HoiioStatus ERROR_PERMISSION_DENIED

ERROR_PICK_NUMBER_NOT_AVAILABLE

public static final HoiioStatus ERROR_PICK_NUMBER_NOT_AVAILABLE

ERROR_SAME_DEST1_DEST2

public static final HoiioStatus ERROR_SAME_DEST1_DEST2

ERROR_SERVICE_NOT_AVAILABLE

public static final HoiioStatus ERROR_SERVICE_NOT_AVAILABLE

ERROR_SESSION_ACCESS_DENIED

public static final HoiioStatus ERROR_SESSION_ACCESS_DENIED

ERROR_SESSION_ENDED

public static final HoiioStatus ERROR_SESSION_ENDED

ERROR_SESSION_NOT_READY

public static final HoiioStatus ERROR_SESSION_NOT_READY

ERROR_SMS_REBRAND_NOT_ENABLED

public static final HoiioStatus ERROR_SMS_REBRAND_NOT_ENABLED

ERROR_SMS_SERVICE_NOT_AVAILABLE

public static final HoiioStatus ERROR_SMS_SERVICE_NOT_AVAILABLE

ERROR_SUBSCRIBE_NUMBER_NOT_AVAILABLE

public static final HoiioStatus ERROR_SUBSCRIBE_NUMBER_NOT_AVAILABLE

ERROR_TO_BEFORE_FROM

public static final HoiioStatus ERROR_TO_BEFORE_FROM

ERROR_TO_INVALID_FORMAT

public static final HoiioStatus ERROR_TO_INVALID_FORMAT

ERROR_TXN_REF_ACCESS_DENIED

public static final HoiioStatus ERROR_TXN_REF_ACCESS_DENIED

ERROR_TXN_REF_INVALID

public static final HoiioStatus ERROR_TXN_REF_INVALID

ERROR_UNABLE_TO_RESOLVE_FORWARD_TO

public static final HoiioStatus ERROR_UNABLE_TO_RESOLVE_FORWARD_TO

ERROR_UNABLE_TO_RESOLVE_NOTIFY_URL

public static final HoiioStatus ERROR_UNABLE_TO_RESOLVE_NOTIFY_URL

ERROR_USER_NOT_FOUND

public static final HoiioStatus ERROR_USER_NOT_FOUND

ERROR_USER_NOT_LIVE

public static final HoiioStatus ERROR_USER_NOT_LIVE

ERROR_CONNECT_NOT_ENABLED

public static final HoiioStatus ERROR_CONNECT_NOT_ENABLED

ERROR_APPLICATION_NOT_PUBLISHED

public static final HoiioStatus ERROR_APPLICATION_NOT_PUBLISHED

ERROR_CODE_EXPIRED

public static final HoiioStatus ERROR_CODE_EXPIRED

ERROR_INVALID_CODE

public static final HoiioStatus ERROR_INVALID_CODE

ERROR_ACCESS_TOKEN_PARAM_MISSING

public static final HoiioStatus ERROR_ACCESS_TOKEN_PARAM_MISSING

ERROR_APP_ID_PARAM_MISSING

public static final HoiioStatus ERROR_APP_ID_PARAM_MISSING

ERROR_COUNTRY_PARAM_MISSING

public static final HoiioStatus ERROR_COUNTRY_PARAM_MISSING

ERROR_DEST1_PARAM_MISSING

public static final HoiioStatus ERROR_DEST1_PARAM_MISSING

ERROR_DEST2_PARAM_MISSING

public static final HoiioStatus ERROR_DEST2_PARAM_MISSING

ERROR_DEST_PARAM_MISSING

public static final HoiioStatus ERROR_DEST_PARAM_MISSING

ERROR_DURATION_PARAM_MISSING

public static final HoiioStatus ERROR_DURATION_PARAM_MISSING

ERROR_FILE_PARAM_MISSING

public static final HoiioStatus ERROR_FILE_PARAM_MISSING

ERROR_INCOMING_PARAM_MISSING

public static final HoiioStatus ERROR_INCOMING_PARAM_MISSING

ERROR_MSG_PARAM_MISSING

public static final HoiioStatus ERROR_MSG_PARAM_MISSING

ERROR_NOTIFY_URL_PARAM_MISSING

public static final HoiioStatus ERROR_NOTIFY_URL_PARAM_MISSING

ERROR_SESSION_PARAM_MISSING

public static final HoiioStatus ERROR_SESSION_PARAM_MISSING

ERROR_STATE_PARAM_MISSING

public static final HoiioStatus ERROR_STATE_PARAM_MISSING

ERROR_TXN_REF_PARAM_MISSING

public static final HoiioStatus ERROR_TXN_REF_PARAM_MISSING

ERROR_INTERNAL_SERVER_ERROR

public static final HoiioStatus ERROR_INTERNAL_SERVER_ERROR
Method Detail

values

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

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

valueOf

public static HoiioStatus valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

toString

public String toString()
Returns a string representation of the object

Overrides:
toString in class Enum<HoiioStatus>
Returns:
string representation of the object

fromString

public static HoiioStatus fromString(String status)
Converts the string to HoiioStatus object

Parameters:
status - The hoiio status in string
Returns:
HoiioStatus object