| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | ebay.apis.eblbasecomponents.ButtonCodeType | |
Java class for ButtonCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ButtonCodeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="HOSTED"/>
<enumeration value="ENCRYPTED"/>
<enumeration value="CLEARTEXT"/>
<enumeration value="TOKEN"/>
</restriction>
</simpleType>
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ButtonCodeType | CLEARTEXT | Creates Cleartext Button | |||||||||
| ButtonCodeType | ENCRYPTED | Creates Encrypted Button | |||||||||
| ButtonCodeType | HOSTED | Creates Hosted Button | |||||||||
| ButtonCodeType | TOKEN | Creates Token or temporary Button | |||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||