static Common.NamedEntityState |
Common.NamedEntityState.forNumber(int value) |
|
Common.NamedEntityState |
Common.NamedEntityMetadata.Builder.getState() |
Shared state across all version of the entity
At this point in time, only workflow entities can have their state archived.
|
Common.NamedEntityState |
Common.NamedEntityMetadata.getState() |
Shared state across all version of the entity
At this point in time, only workflow entities can have their state archived.
|
Common.NamedEntityState |
Common.NamedEntityMetadataOrBuilder.getState() |
Shared state across all version of the entity
At this point in time, only workflow entities can have their state archived.
|
static Common.NamedEntityState |
Common.NamedEntityState.valueOf(int value) |
Deprecated.
|
static Common.NamedEntityState |
Common.NamedEntityState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static Common.NamedEntityState |
Common.NamedEntityState.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Common.NamedEntityState[] |
Common.NamedEntityState.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|