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