| Package | Description |
|---|---|
| com.crm.dataobject.accesstokens |
| Modifier and Type | Method and Description |
|---|---|
AccessTokenLifeCycleState |
CRMDOAccessToken.getLifeCycleState() |
static AccessTokenLifeCycleState |
AccessTokenLifeCycleState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccessTokenLifeCycleState[] |
AccessTokenLifeCycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<AccessTokenLifeCycleState> |
AccessTokenSearchCriteria.getLifeCycleStates() |
| Modifier and Type | Method and Description |
|---|---|
void |
CRMDOAccessToken.setLifeCycleState(AccessTokenLifeCycleState lifeCycleState) |
void |
AccessTokenSearchCriteria.setLifeCycleState(AccessTokenLifeCycleState lifeCycleState) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccessTokenSearchCriteria.setLifeCycleStates(java.util.ArrayList<AccessTokenLifeCycleState> lifeCycleStates) |