Uses of Class
com.sap.cloudfoundry.client.facade.domain.CloudPackage.Type
-
Packages that use CloudPackage.Type Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of CloudPackage.Type in com.sap.cloudfoundry.client.facade.domain
Methods in com.sap.cloudfoundry.client.facade.domain that return CloudPackage.Type Modifier and Type Method Description abstract CloudPackage.TypeCloudPackage. getType()CloudPackage.TypeImmutableCloudPackage. getType()static CloudPackage.TypeCloudPackage.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudPackage.Type[]CloudPackage.Type. 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 CloudPackage.Type Modifier and Type Method Description ImmutableCloudPackage.BuilderImmutableCloudPackage.Builder. type(CloudPackage.Type type)Initializes the value for thetypeattribute.ImmutableCloudPackageImmutableCloudPackage. withType(CloudPackage.Type value)Copy the current immutable object by setting a value for thetypeattribute.
-