public final enum

APIAuthenticationType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ ebay.apis.eblbasecomponents.APIAuthenticationType

Class Overview

Java class for APIAuthenticationType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="APIAuthenticationType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Auth-None"/>
     <enumeration value="Cert"/>
     <enumeration value="Sign"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
APIAuthenticationType  AUTH_NONE   
APIAuthenticationType  CERT   
APIAuthenticationType  SIGN   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static APIAuthenticationType fromValue(String v)
String value()
static APIAuthenticationType valueOf(String name)
final static APIAuthenticationType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final APIAuthenticationType AUTH_NONE

public static final APIAuthenticationType CERT

public static final APIAuthenticationType SIGN

Fields

private final String value

Public Methods

public static APIAuthenticationType fromValue (String v)

Parameters
v

public String value ()

public static APIAuthenticationType valueOf (String name)

Parameters
name

public static final APIAuthenticationType[] values ()