Package com.softlayer.api.service.ticket
Interface Survey.Service
-
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Survey
@ApiService("SoftLayer_Ticket_Survey") public static interface Survey.Service extends Service
- See Also:
- SoftLayer_Ticket_Survey
-
-
Method Summary
Modifier and Type Method Description Survey.ServiceAsyncasAsync()Get an async version of this serviceVoidgetPreference()(DEPRECATED) To opt in or out of future surveys, please follow the link found in the email survey.VoidoptIn()(DEPRECATED) To opt in of future surveys, please follow the link found in the email survey.VoidoptOut()(DEPRECATED) To opt out of future surveys, please follow the link found in the email survey.voidsetMask(Survey.Mask mask)Survey.MaskwithMask()Use the existing mask on this service or create it if not presentSurvey.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
Survey.ServiceAsync asAsync()
Description copied from interface:ServiceGet an async version of this service
-
withNewMask
Survey.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
Survey.Mask withMask()
Description copied from interface:MaskableUse the existing mask on this service or create it if not present
-
setMask
void setMask(Survey.Mask mask)
-
getPreference
@ApiMethod Void getPreference()
(DEPRECATED) To opt in or out of future surveys, please follow the link found in the email survey.- See Also:
- SoftLayer_Ticket_Survey::getPreference
-
optIn
@ApiMethod Void optIn()
(DEPRECATED) To opt in of future surveys, please follow the link found in the email survey.- See Also:
- SoftLayer_Ticket_Survey::optIn
-
optOut
@ApiMethod Void optOut()
(DEPRECATED) To opt out of future surveys, please follow the link found in the email survey.- See Also:
- SoftLayer_Ticket_Survey::optOut
-
-