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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Survey.ServiceAsyncasAsync()Get an async version of this serviceVoidgetPreference()Deprecated.VoidoptIn()Deprecated.VoidoptOut()Deprecated.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
@Deprecated @ApiMethod Void getPreference()
Deprecated.(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
@Deprecated @ApiMethod Void optIn()
Deprecated.(DEPRECATED) To opt in of future surveys, please follow the link found in the email survey.- See Also:
- SoftLayer_Ticket_Survey::optIn
-
optOut
@Deprecated @ApiMethod Void optOut()
Deprecated.(DEPRECATED) To opt out of future surveys, please follow the link found in the email survey.- See Also:
- SoftLayer_Ticket_Survey::optOut
-
-