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