Package com.softlayer.api.service
Interface Notification.ServiceAsync
- All Superinterfaces:
Maskable,ResultLimitable,ServiceAsync
- All Known Subinterfaces:
Mobile.ServiceAsync
- Enclosing class:
- Notification
public static interface Notification.ServiceAsync extends ServiceAsync
-
Method Summary
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
withNewMask
Notification.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
Notification.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
getAllObjects
Future<List<Notification>> getAllObjects()Async version ofNotification.Service.getAllObjects() -
getAllObjects
-
getObject
Future<Notification> getObject()Async version ofNotification.Service.getObject() -
getObject
-
getPreferences
Future<List<Preference>> getPreferences()Async version ofNotification.Service.getPreferences() -
getPreferences
Async callback version ofNotification.Service.getPreferences() -
getRequiredPreferences
Future<List<Preference>> getRequiredPreferences()Async version ofNotification.Service.getRequiredPreferences() -
getRequiredPreferences
Async callback version ofNotification.Service.getRequiredPreferences()
-