Uses of Class
com.sap.cloudfoundry.client.facade.domain.CloudApplication.State
-
Packages that use CloudApplication.State Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of CloudApplication.State in com.sap.cloudfoundry.client.facade.domain
Methods in com.sap.cloudfoundry.client.facade.domain that return CloudApplication.State Modifier and Type Method Description abstract CloudApplication.StateCloudApplication. getState()CloudApplication.StateImmutableCloudApplication. getState()static CloudApplication.StateCloudApplication.State. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudApplication.State[]CloudApplication.State. 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 CloudApplication.State Modifier and Type Method Description ImmutableCloudApplication.BuilderImmutableCloudApplication.Builder. state(CloudApplication.State state)Initializes the value for thestateattribute.ImmutableCloudApplicationImmutableCloudApplication. withState(CloudApplication.State value)Copy the current immutable object by setting a value for thestateattribute.
-