Class Delivery.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.network.message.Delivery.Mask
-
- Direct Known Subclasses:
Sendgrid.Mask
- Enclosing class:
- Delivery
public static class Delivery.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()
Delivery.Mask
accountId()
Item.Mask
billingItem()
Delivery.Mask
createDate()
Delivery.Mask
id()
Delivery.Mask
modifyDate()
Delivery.Mask
password()
Type.Mask
type()
Delivery.Mask
typeId()
Delivery.Mask
username()
Vendor.Mask
vendor()
Delivery.Mask
vendorId()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
account
public Account.Mask account()
-
billingItem
public Item.Mask billingItem()
-
type
public Type.Mask type()
-
vendor
public Vendor.Mask vendor()
-
accountId
public Delivery.Mask accountId()
-
createDate
public Delivery.Mask createDate()
-
id
public Delivery.Mask id()
-
modifyDate
public Delivery.Mask modifyDate()
-
password
public Delivery.Mask password()
-
typeId
public Delivery.Mask typeId()
-
username
public Delivery.Mask username()
-
vendorId
public Delivery.Mask vendorId()
-
-