Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.instance |
Service instance models
|
Modifier and Type | Method and Description |
---|---|
OperationState |
GetLastServiceOperationResponse.getState()
Get the current state of an asynchronous operation.
|
static OperationState |
OperationState.valueOf(java.lang.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.
|