| Package | Description |
|---|---|
| com.podio.app |
| Modifier and Type | Method and Description |
|---|---|
static CategoryOptionStatus |
CategoryOptionStatus.getByName(String value) |
CategoryOptionStatus |
CategoryOption.getStatus() |
static CategoryOptionStatus |
CategoryOptionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CategoryOptionStatus[] |
CategoryOptionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryOption.setStatus(CategoryOptionStatus status) |
| Constructor and Description |
|---|
CategoryOption(int id,
CategoryOptionStatus status,
String text,
String color) |
Copyright © 2014. All Rights Reserved.