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