public class DeleteServiceInstanceBindingResponse extends AsyncServiceBrokerResponse
Objects of this type are constructed by the service broker application, and used to build the response to the platform.
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteServiceInstanceBindingResponse.DeleteServiceInstanceBindingResponseBuilder
Provides a fluent API for constructing a
DeleteServiceInstanceBindingResponse. |
async, operation| Constructor and Description |
|---|
DeleteServiceInstanceBindingResponse()
Construct a new
DeleteServiceInstanceBindingResponse |
DeleteServiceInstanceBindingResponse(boolean async,
String operation)
Construct a new
DeleteServiceInstanceBindingResponse |
| Modifier and Type | Method and Description |
|---|---|
static DeleteServiceInstanceBindingResponse.DeleteServiceInstanceBindingResponseBuilder |
builder()
Create a builder that provides a fluent API for constructing a DeleteServiceInstanceBindingResponse.
|
boolean |
canEqual(Object other)
Is another object type compatible with this object
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
getOperation, isAsync, validateOperationLengthpublic DeleteServiceInstanceBindingResponse()
DeleteServiceInstanceBindingResponsepublic DeleteServiceInstanceBindingResponse(boolean async,
String operation)
DeleteServiceInstanceBindingResponseasync - is the operation asynchronousoperation - description of the operation being performedpublic static DeleteServiceInstanceBindingResponse.DeleteServiceInstanceBindingResponseBuilder builder()
public boolean equals(Object o)
equals in class AsyncServiceBrokerResponsepublic boolean canEqual(Object other)
AsyncServiceBrokerResponsecanEqual in class AsyncServiceBrokerResponseother - the other objectpublic int hashCode()
hashCode in class AsyncServiceBrokerResponsepublic String toString()
toString in class AsyncServiceBrokerResponse