Package com.softlayer.api.service.ticket
Interface Survey.ServiceAsync
-
- All Superinterfaces:
Maskable,ResultLimitable,ServiceAsync
- Enclosing class:
- Survey
public static interface Survey.ServiceAsync extends ServiceAsync
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Future<Void>getPreference()Deprecated.Future<?>getPreference(ResponseHandler<Void> callback)Deprecated.Future<Void>optIn()Deprecated.Future<?>optIn(ResponseHandler<Void> callback)Deprecated.Future<Void>optOut()Deprecated.Future<?>optOut(ResponseHandler<Void> callback)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
-
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 Future<Void> getPreference()
Deprecated.Async version ofSurvey.Service.getPreference()
-
getPreference
@Deprecated Future<?> getPreference(ResponseHandler<Void> callback)
Deprecated.
-
optIn
@Deprecated Future<Void> optIn()
Deprecated.Async version ofSurvey.Service.optIn()
-
optIn
@Deprecated Future<?> optIn(ResponseHandler<Void> callback)
Deprecated.
-
optOut
@Deprecated Future<Void> optOut()
Deprecated.Async version ofSurvey.Service.optOut()
-
optOut
@Deprecated Future<?> optOut(ResponseHandler<Void> callback)
Deprecated.
-
-