Class Account.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.notification.occurrence.Account.Mask
-
- Enclosing class:
- Account
public static class Account.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Account.Mask
account()
Account.Mask
active()
Update.Mask
lastNotificationUpdate()
Event.Mask
notificationOccurrenceEvent()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
account
public Account.Mask account()
-
lastNotificationUpdate
public Update.Mask lastNotificationUpdate()
-
notificationOccurrenceEvent
public Event.Mask notificationOccurrenceEvent()
-
active
public Account.Mask active()
-
-