public final enum

SubscribeTextType

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

Class Overview

Java class for SubscribeTextType.

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

 <simpleType name="SubscribeTextType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="BUYNOW"/>
     <enumeration value="SUBSCRIBE"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
SubscribeTextType  BUYNOW  button wording is BUYNOW  
SubscribeTextType  SUBSCRIBE  button wording is SUBSCRIBE  
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static SubscribeTextType fromValue(String v)
String value()
static SubscribeTextType valueOf(String name)
final static SubscribeTextType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final SubscribeTextType BUYNOW

button wording is BUYNOW

public static final SubscribeTextType SUBSCRIBE

button wording is SUBSCRIBE

Public Methods

public static SubscribeTextType fromValue (String v)

Parameters
v

public String value ()

public static SubscribeTextType valueOf (String name)

Parameters
name

public static final SubscribeTextType[] values ()