Package | Description |
---|---|
com.fatwire.rest.beans |
Modifier and Type | Field and Description |
---|---|
protected IndexStatusEnum |
IndexStatus.indexStatus |
Modifier and Type | Method and Description |
---|---|
static IndexStatusEnum |
IndexStatusEnum.fromValue(String v) |
IndexStatusEnum |
IndexStatus.getIndexStatus()
Gets the value of the indexStatus property.
|
static IndexStatusEnum |
IndexStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexStatusEnum[] |
IndexStatusEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexStatus.setIndexStatus(IndexStatusEnum value)
Sets the value of the indexStatus property.
|