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| 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) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
getOperation, isAsyncpublic static DeleteServiceInstanceBindingResponse.DeleteServiceInstanceBindingResponseBuilder builder()
public boolean equals(Object o)
equals in class AsyncServiceBrokerResponsepublic boolean canEqual(Object other)
canEqual in class AsyncServiceBrokerResponsepublic int hashCode()
hashCode in class AsyncServiceBrokerResponsepublic String toString()
toString in class AsyncServiceBrokerResponse