Class AccountLicense.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.software.AccountLicense.Mask
-
- Enclosing class:
- AccountLicense
public static class AccountLicense.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()
AccountLicense.Mask
accountId()
Item.Mask
billingItem()
AccountLicense.Mask
capacity()
AccountLicense.Mask
key()
Description.Mask
softwareDescription()
AccountLicense.Mask
units()
-
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()
-
softwareDescription
public Description.Mask softwareDescription()
-
accountId
public AccountLicense.Mask accountId()
-
capacity
public AccountLicense.Mask capacity()
-
key
public AccountLicense.Mask key()
-
units
public AccountLicense.Mask units()
-
-