Uses of Class
com.sap.cloudfoundry.client.facade.domain.PackageState
-
Packages that use PackageState Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of PackageState in com.sap.cloudfoundry.client.facade.domain
Methods in com.sap.cloudfoundry.client.facade.domain that return PackageState Modifier and Type Method Description abstract PackageStateCloudApplication. getPackageState()PackageStateImmutableCloudApplication. getPackageState()static PackageStatePackageState. valueOf(String name)Returns the enum constant of this type with the specified name.static PackageState[]PackageState. 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 PackageState Modifier and Type Method Description ImmutableCloudApplication.BuilderImmutableCloudApplication.Builder. packageState(PackageState packageState)Initializes the value for thepackageStateattribute.ImmutableCloudApplicationImmutableCloudApplication. withPackageState(PackageState value)Copy the current immutable object by setting a value for thepackageStateattribute.
-