Class Note.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.hardware.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 Note.Mask
createDate()
Employee.Mask
employee()
Hardware.Mask
hardware()
Note.Mask
hardwareId()
Note.Mask
id()
Note.Mask
modifyDate()
Note.Mask
note()
Type.Mask
type()
Note.Mask
typeId()
Customer.Mask
user()
Note.Mask
userRecordId()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
employee
public Employee.Mask employee()
-
hardware
public Hardware.Mask hardware()
-
type
public Type.Mask type()
-
user
public Customer.Mask user()
-
createDate
public Note.Mask createDate()
-
hardwareId
public Note.Mask hardwareId()
-
id
public Note.Mask id()
-
modifyDate
public Note.Mask modifyDate()
-
note
public Note.Mask note()
-
typeId
public Note.Mask typeId()
-
userRecordId
public Note.Mask userRecordId()
-
-