Interface Response.Service
- All Superinterfaces:
Maskable
,ResultLimitable
,Service
- Enclosing class:
- Response
@ApiService("SoftLayer_Workload_Citrix_Workspace_Response") public static interface Response.Service extends Service
The SoftLayer_Workload_Citrix_Response constructs a response object for [[SoftLayer_Workload_Citrix_Order]].
-
Method Summary
Modifier and Type Method Description Response.ServiceAsync
asAsync()
Get an async version of this servicevoid
setMask(Response.Mask mask)
Response.Mask
withMask()
Use the existing mask on this service or create it if not presentResponse.Mask
withNewMask()
Overwrite the existing mask on this service with a new one and return itMethods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
asAsync
Response.ServiceAsync asAsync()Description copied from interface:Service
Get an async version of this service -
withNewMask
Response.Mask withNewMask()Description copied from interface:Maskable
Overwrite the existing mask on this service with a new one and return it- Specified by:
withNewMask
in interfaceMaskable
-
withMask
Response.Mask withMask()Description copied from interface:Maskable
Use the existing mask on this service or create it if not present -
setMask
-