public final class ProfileResourceState extends ExpandableStringEnum<ProfileResourceState>
Modifier and Type | Field and Description |
---|---|
static ProfileResourceState |
ACTIVE
Static value Active for ProfileResourceState.
|
static ProfileResourceState |
CREATING
Static value Creating for ProfileResourceState.
|
static ProfileResourceState |
DELETING
Static value Deleting for ProfileResourceState.
|
static ProfileResourceState |
DISABLED
Static value Disabled for ProfileResourceState.
|
Constructor and Description |
---|
ProfileResourceState() |
Modifier and Type | Method and Description |
---|---|
static ProfileResourceState |
fromString(String name)
Creates or finds a ProfileResourceState from its string representation.
|
static Collection<ProfileResourceState> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final ProfileResourceState CREATING
public static final ProfileResourceState ACTIVE
public static final ProfileResourceState DELETING
public static final ProfileResourceState DISABLED
public static ProfileResourceState fromString(String name)
name
- a name to look forpublic static Collection<ProfileResourceState> values()
Copyright © 2019. All rights reserved.