public class ServiceInstance extends Object
Constructor and Description |
---|
ServiceInstance(CreateServiceInstanceRequest request)
Deprecated.
Create a ServiceInstance from a create request.
|
ServiceInstance(DeleteServiceInstanceRequest request)
Deprecated.
Create a ServiceInstance from a delete request.
|
ServiceInstance(UpdateServiceInstanceRequest request)
Deprecated.
Create a service instance from an update request.
|
Modifier and Type | Method and Description |
---|---|
ServiceInstance |
and()
Deprecated.
|
String |
getDashboardUrl()
Deprecated.
|
String |
getOrganizationGuid()
Deprecated.
|
String |
getPlanId()
Deprecated.
|
String |
getServiceDefinitionId()
Deprecated.
|
String |
getServiceInstanceId()
Deprecated.
|
GetLastServiceOperationResponse |
getServiceInstanceLastOperation()
Deprecated.
|
String |
getSpaceGuid()
Deprecated.
|
boolean |
isAsync()
Deprecated.
|
ServiceInstance |
withAsync(boolean async)
Deprecated.
|
ServiceInstance |
withDashboardUrl(String dashboardUrl)
Deprecated.
|
ServiceInstance |
withLastOperation(GetLastServiceOperationResponse lastOperation)
Deprecated.
|
public ServiceInstance(CreateServiceInstanceRequest request)
request
- containing details of ServiceInstancepublic ServiceInstance(DeleteServiceInstanceRequest request)
request
- containing details of ServiceInstancepublic ServiceInstance(UpdateServiceInstanceRequest request)
request
- containing details of ServiceInstancepublic String getServiceInstanceId()
public String getServiceDefinitionId()
public String getPlanId()
public String getOrganizationGuid()
public String getSpaceGuid()
public String getDashboardUrl()
public boolean isAsync()
public ServiceInstance and()
public ServiceInstance withLastOperation(GetLastServiceOperationResponse lastOperation)
public ServiceInstance withDashboardUrl(String dashboardUrl)
public ServiceInstance withAsync(boolean async)
public GetLastServiceOperationResponse getServiceInstanceLastOperation()