| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
InstanceState |
ImmutableInstanceInfo.getState() |
InstanceState |
InstanceInfo.getState() |
static InstanceState |
InstanceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceState |
InstanceState.valueOfWithDefault(String s) |
static InstanceState[] |
InstanceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableInstanceInfo.Builder |
ImmutableInstanceInfo.Builder.state(InstanceState state)
Initializes the value for the
state attribute. |
ImmutableInstanceInfo |
ImmutableInstanceInfo.withState(InstanceState value)
Copy the current immutable object by setting a value for the
state attribute. |
Copyright © 2020 SAP SE. All rights reserved.