com.google.api.ads.dfp.axis.v201204
Class AuthenticationErrorReason

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201204.AuthenticationErrorReason
All Implemented Interfaces:
Serializable

public class AuthenticationErrorReason
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _AMBIGUOUS_SOAP_REQUEST_HEADER
           
static String _AUTHENTICATION_FAILED
           
static String _CONNECTION_ERROR
           
static String _GOOGLE_ACCOUNT_ALREADY_ASSOCIATED_WITH_NETWORK
           
static String _INVALID_EMAIL
           
static String _INVALID_OAUTH_SIGNATURE
           
static String _INVALID_SERVICE
           
static String _MISSING_AUTHENTICATION
           
static String _MISSING_AUTHENTICATION_HTTP_HEADER
           
static String _MISSING_SOAP_REQUEST_HEADER
           
static String _NETWORK_CODE_REQUIRED
           
static String _NETWORK_NOT_FOUND
           
static String _NO_NETWORKS_TO_ACCESS
           
static String _NOT_WHITELISTED_FOR_API_ACCESS
           
static AuthenticationErrorReason AMBIGUOUS_SOAP_REQUEST_HEADER
           
static AuthenticationErrorReason AUTHENTICATION_FAILED
           
static AuthenticationErrorReason CONNECTION_ERROR
           
static AuthenticationErrorReason GOOGLE_ACCOUNT_ALREADY_ASSOCIATED_WITH_NETWORK
           
static AuthenticationErrorReason INVALID_EMAIL
           
static AuthenticationErrorReason INVALID_OAUTH_SIGNATURE
           
static AuthenticationErrorReason INVALID_SERVICE
           
static AuthenticationErrorReason MISSING_AUTHENTICATION
           
static AuthenticationErrorReason MISSING_AUTHENTICATION_HTTP_HEADER
           
static AuthenticationErrorReason MISSING_SOAP_REQUEST_HEADER
           
static AuthenticationErrorReason NETWORK_CODE_REQUIRED
           
static AuthenticationErrorReason NETWORK_NOT_FOUND
           
static AuthenticationErrorReason NO_NETWORKS_TO_ACCESS
           
static AuthenticationErrorReason NOT_WHITELISTED_FOR_API_ACCESS
           
 
Constructor Summary
protected AuthenticationErrorReason(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static AuthenticationErrorReason fromString(String value)
           
static AuthenticationErrorReason fromValue(String value)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getValue()
           
 int hashCode()
           
 Object readResolve()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_AMBIGUOUS_SOAP_REQUEST_HEADER

public static final String _AMBIGUOUS_SOAP_REQUEST_HEADER
See Also:
Constant Field Values

_INVALID_EMAIL

public static final String _INVALID_EMAIL
See Also:
Constant Field Values

_AUTHENTICATION_FAILED

public static final String _AUTHENTICATION_FAILED
See Also:
Constant Field Values

_INVALID_OAUTH_SIGNATURE

public static final String _INVALID_OAUTH_SIGNATURE
See Also:
Constant Field Values

_INVALID_SERVICE

public static final String _INVALID_SERVICE
See Also:
Constant Field Values

_MISSING_SOAP_REQUEST_HEADER

public static final String _MISSING_SOAP_REQUEST_HEADER
See Also:
Constant Field Values

_MISSING_AUTHENTICATION_HTTP_HEADER

public static final String _MISSING_AUTHENTICATION_HTTP_HEADER
See Also:
Constant Field Values

_MISSING_AUTHENTICATION

public static final String _MISSING_AUTHENTICATION
See Also:
Constant Field Values

_NOT_WHITELISTED_FOR_API_ACCESS

public static final String _NOT_WHITELISTED_FOR_API_ACCESS
See Also:
Constant Field Values

_NO_NETWORKS_TO_ACCESS

public static final String _NO_NETWORKS_TO_ACCESS
See Also:
Constant Field Values

_NETWORK_NOT_FOUND

public static final String _NETWORK_NOT_FOUND
See Also:
Constant Field Values

_NETWORK_CODE_REQUIRED

public static final String _NETWORK_CODE_REQUIRED
See Also:
Constant Field Values

_CONNECTION_ERROR

public static final String _CONNECTION_ERROR
See Also:
Constant Field Values

_GOOGLE_ACCOUNT_ALREADY_ASSOCIATED_WITH_NETWORK

public static final String _GOOGLE_ACCOUNT_ALREADY_ASSOCIATED_WITH_NETWORK
See Also:
Constant Field Values

AMBIGUOUS_SOAP_REQUEST_HEADER

public static final AuthenticationErrorReason AMBIGUOUS_SOAP_REQUEST_HEADER

INVALID_EMAIL

public static final AuthenticationErrorReason INVALID_EMAIL

AUTHENTICATION_FAILED

public static final AuthenticationErrorReason AUTHENTICATION_FAILED

INVALID_OAUTH_SIGNATURE

public static final AuthenticationErrorReason INVALID_OAUTH_SIGNATURE

INVALID_SERVICE

public static final AuthenticationErrorReason INVALID_SERVICE

MISSING_SOAP_REQUEST_HEADER

public static final AuthenticationErrorReason MISSING_SOAP_REQUEST_HEADER

MISSING_AUTHENTICATION_HTTP_HEADER

public static final AuthenticationErrorReason MISSING_AUTHENTICATION_HTTP_HEADER

MISSING_AUTHENTICATION

public static final AuthenticationErrorReason MISSING_AUTHENTICATION

NOT_WHITELISTED_FOR_API_ACCESS

public static final AuthenticationErrorReason NOT_WHITELISTED_FOR_API_ACCESS

NO_NETWORKS_TO_ACCESS

public static final AuthenticationErrorReason NO_NETWORKS_TO_ACCESS

NETWORK_NOT_FOUND

public static final AuthenticationErrorReason NETWORK_NOT_FOUND

NETWORK_CODE_REQUIRED

public static final AuthenticationErrorReason NETWORK_CODE_REQUIRED

CONNECTION_ERROR

public static final AuthenticationErrorReason CONNECTION_ERROR

GOOGLE_ACCOUNT_ALREADY_ASSOCIATED_WITH_NETWORK

public static final AuthenticationErrorReason GOOGLE_ACCOUNT_ALREADY_ASSOCIATED_WITH_NETWORK
Constructor Detail

AuthenticationErrorReason

protected AuthenticationErrorReason(String value)
Method Detail

getValue

public String getValue()

fromValue

public static AuthenticationErrorReason fromValue(String value)
                                           throws IllegalArgumentException
Throws:
IllegalArgumentException

fromString

public static AuthenticationErrorReason fromString(String value)
                                            throws IllegalArgumentException
Throws:
IllegalArgumentException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object



Copyright © 2012. All Rights Reserved.