Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.binding |
Service binding models
|
org.springframework.cloud.servicebroker.model.instance |
Service instance models
|
Modifier and Type | Method and Description |
---|---|
OperationState |
GetLastServiceBindingOperationResponse.getState()
Get the current state of an asynchronous operation.
|
Modifier and Type | Method and Description |
---|---|
GetLastServiceBindingOperationResponse.GetLastServiceBindingOperationResponseBuilder |
GetLastServiceBindingOperationResponse.GetLastServiceBindingOperationResponseBuilder.operationState(OperationState state)
Set the current state of the asynchronous operation.
|
Constructor and Description |
---|
GetLastServiceBindingOperationResponse(OperationState state,
String description,
boolean deleteOperation)
Construct a new
GetLastServiceBindingOperationResponse |
Modifier and Type | Method and Description |
---|---|
OperationState |
GetLastServiceOperationResponse.getState()
Get the current state of an asynchronous operation.
|
static OperationState |
OperationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationState[] |
OperationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GetLastServiceOperationResponse.GetLastServiceOperationResponseBuilder |
GetLastServiceOperationResponse.GetLastServiceOperationResponseBuilder.operationState(OperationState state)
Set the current state of the asynchronous operation.
|
Constructor and Description |
---|
GetLastServiceOperationResponse(OperationState state,
String description,
boolean deleteOperation)
Construct a new
GetLastServiceOperationResponse |