Class Note.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.account.Note.Mask
-
- Enclosing class:
- Note
public static class Note.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()
Note.Mask
accountId()
Note.Mask
createDate()
Customer.Mask
customer()
Note.Mask
id()
Note.Mask
modifyDate()
Note.Mask
note()
History.Mask
noteHistory()
Note.Mask
noteHistoryCount()
Note.Mask
noteTypeId()
Note.Mask
userId()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
account
public Account.Mask account()
-
customer
public Customer.Mask customer()
-
noteHistory
public History.Mask noteHistory()
-
accountId
public Note.Mask accountId()
-
createDate
public Note.Mask createDate()
-
id
public Note.Mask id()
-
modifyDate
public Note.Mask modifyDate()
-
note
public Note.Mask note()
-
noteTypeId
public Note.Mask noteTypeId()
-
userId
public Note.Mask userId()
-
noteHistoryCount
public Note.Mask noteHistoryCount()
-
-