Interface Client.Service
-
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Client
@ApiService("SoftLayer_Workload_Citrix_Client") public static interface Client.Service extends Service
The SoftLayer_Workload_Citrix_Client data type contains functionality to validate a Citrix account.- See Also:
- SoftLayer_Workload_Citrix_Client
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Client.ServiceAsyncasAsync()Get an async version of this serviceResponsecreateResourceLocation(Request citrixCredentials)ResponsegetResourceLocations(Request citrixCredentials)voidsetMask(Client.Mask mask)ResponsevalidateCitrixCredentials(Request citrixCredentials)Client.MaskwithMask()Use the existing mask on this service or create it if not presentClient.MaskwithNewMask()Overwrite the existing mask on this service with a new one and return it-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
asAsync
Client.ServiceAsync asAsync()
Description copied from interface:ServiceGet an async version of this service
-
withNewMask
Client.Mask withNewMask()
Description copied from interface:MaskableOverwrite the existing mask on this service with a new one and return it- Specified by:
withNewMaskin interfaceMaskable
-
withMask
Client.Mask withMask()
Description copied from interface:MaskableUse the existing mask on this service or create it if not present
-
setMask
void setMask(Client.Mask mask)
-
createResourceLocation
@ApiMethod Response createResourceLocation(Request citrixCredentials)
-
getResourceLocations
@ApiMethod Response getResourceLocations(Request citrixCredentials)
-
validateCitrixCredentials
@ApiMethod Response validateCitrixCredentials(Request citrixCredentials)
-
-