com.google.api.ads.dfp.axis.v201201
Class AuthenticationErrorReason
java.lang.Object
com.google.api.ads.dfp.axis.v201201.AuthenticationErrorReason
- All Implemented Interfaces:
- Serializable
public class AuthenticationErrorReason
- extends Object
- implements Serializable
- See Also:
- Serialized Form
_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
_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
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
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
AuthenticationErrorReason
protected AuthenticationErrorReason(String value)
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.