Class Method.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.notification.user.subscriber.delivery.Method.Mask
-
- Enclosing class:
- Method
public static class Method.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Method.Mask
active()
Method.Mask
deliveryMethod()
Method.Mask
notificationMethodId()
Subscriber.Mask
notificationUserSubscriber()
Method.Mask
notificationUserSubscriberId()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
deliveryMethod
public Method.Mask deliveryMethod()
-
notificationUserSubscriber
public Subscriber.Mask notificationUserSubscriber()
-
active
public Method.Mask active()
-
notificationMethodId
public Method.Mask notificationMethodId()
-
notificationUserSubscriberId
public Method.Mask notificationUserSubscriberId()
-
-