Uses of Class
com.sap.cloudfoundry.client.facade.domain.Status
-
Packages that use Status Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of Status in com.sap.cloudfoundry.client.facade.domain
Methods in com.sap.cloudfoundry.client.facade.domain that return Status Modifier and Type Method Description abstract StatusCloudPackage. getStatus()StatusImmutableCloudPackage. getStatus()StatusImmutableUpload. getStatus()StatusUpload. getStatus()static StatusStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Status[]Status. 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 Status Modifier and Type Method Description ImmutableCloudPackage.BuilderImmutableCloudPackage.Builder. status(Status status)Initializes the value for thestatusattribute.ImmutableUpload.BuilderImmutableUpload.Builder. status(Status status)Initializes the value for thestatusattribute.ImmutableCloudPackageImmutableCloudPackage. withStatus(Status value)Copy the current immutable object by setting a value for thestatusattribute.ImmutableUploadImmutableUpload. withStatus(Status value)Copy the current immutable object by setting a value for thestatusattribute.
-