Interface User.Service
-
- All Superinterfaces:
Maskable
,ResultLimitable
,Service
- Enclosing class:
- User
@ApiService("SoftLayer_Notification_Occurrence_User") public static interface User.Service extends Service
- See Also:
- SoftLayer_Notification_Occurrence_User
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Boolean
acknowledge()
User.ServiceAsync
asAsync()
Get an async version of this serviceList<User>
getAllObjects()
Long
getImpactedDeviceCount()
List<Resource>
getImpactedResources()
A collection of resources impacted by the associated event.Event
getNotificationOccurrenceEvent()
The associated event.User
getObject()
Customer
getUser()
The impacted user.void
setMask(User.Mask mask)
User.Mask
withMask()
Use the existing mask on this service or create it if not presentUser.Mask
withNewMask()
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
User.ServiceAsync asAsync()
Description copied from interface:Service
Get an async version of this service
-
withNewMask
User.Mask withNewMask()
Description copied from interface:Maskable
Overwrite the existing mask on this service with a new one and return it- Specified by:
withNewMask
in interfaceMaskable
-
withMask
User.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present
-
setMask
void setMask(User.Mask mask)
-
acknowledge
@ApiMethod(instanceRequired=true) Boolean acknowledge()
-
getAllObjects
@ApiMethod List<User> getAllObjects()
-
getImpactedDeviceCount
@ApiMethod(instanceRequired=true) Long getImpactedDeviceCount()
-
getObject
@ApiMethod(instanceRequired=true) User getObject()
-
getImpactedResources
@ApiMethod(instanceRequired=true) List<Resource> getImpactedResources()
A collection of resources impacted by the associated event.
-
getNotificationOccurrenceEvent
@ApiMethod(instanceRequired=true) Event getNotificationOccurrenceEvent()
The associated event.
-
getUser
@ApiMethod(instanceRequired=true) Customer getUser()
The impacted user.
-
-