Class DeleteServiceInstanceBindingResponse
java.lang.Object
org.springframework.cloud.servicebroker.model.AsyncServiceBrokerResponse
org.springframework.cloud.servicebroker.model.binding.DeleteServiceInstanceBindingResponse
Details of a response to a request to delete a service instance binding.
Objects of this type are constructed by the service broker application, and used to build the response to the platform.
- Author:
- Scott Frederick, Roy Clarkson
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Provides a fluent API for constructing aDeleteServiceInstanceBindingResponse
. -
Field Summary
Fields inherited from class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerResponse
async, operation
-
Constructor Summary
ConstructorDescriptionConstruct a newDeleteServiceInstanceBindingResponse
.DeleteServiceInstanceBindingResponse
(boolean async, String operation) Construct a newDeleteServiceInstanceBindingResponse
. -
Method Summary
Methods inherited from class org.springframework.cloud.servicebroker.model.AsyncServiceBrokerResponse
getOperation, isAsync, validateOperationLength
-
Constructor Details
-
DeleteServiceInstanceBindingResponse
public DeleteServiceInstanceBindingResponse()Construct a newDeleteServiceInstanceBindingResponse
. -
DeleteServiceInstanceBindingResponse
Construct a newDeleteServiceInstanceBindingResponse
.- Parameters:
async
- is the operation asynchronousoperation
- description of the operation being performed
-
-
Method Details
-
builder
public static DeleteServiceInstanceBindingResponse.DeleteServiceInstanceBindingResponseBuilder builder()Create a builder that provides a fluent API for constructing a DeleteServiceInstanceBindingResponse.- Returns:
- the builder
-
equals
- Overrides:
equals
in classAsyncServiceBrokerResponse
-
canEqual
Description copied from class:AsyncServiceBrokerResponse
Is another object type compatible with this object.- Overrides:
canEqual
in classAsyncServiceBrokerResponse
- Parameters:
other
- the other object- Returns:
- true of compatible
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAsyncServiceBrokerResponse
-
toString
- Overrides:
toString
in classAsyncServiceBrokerResponse
-