Uses of Class
com.sap.cloudfoundry.client.facade.domain.InstanceState
-
Packages that use InstanceState Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of InstanceState in com.sap.cloudfoundry.client.facade.domain
Methods in com.sap.cloudfoundry.client.facade.domain that return InstanceState Modifier and Type Method Description InstanceStateImmutableInstanceInfo. getState()InstanceStateInstanceInfo. getState()static InstanceStateInstanceState. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceStateInstanceState. valueOfWithDefault(String s)static InstanceState[]InstanceState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type InstanceState Modifier and Type Method Description ImmutableInstanceInfo.BuilderImmutableInstanceInfo.Builder. state(InstanceState state)Initializes the value for thestateattribute.ImmutableInstanceInfoImmutableInstanceInfo. withState(InstanceState value)Copy the current immutable object by setting a value for thestateattribute.
-