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