Class Password.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.account.Password.Mask
-
- Enclosing class:
- Password
public static class Password.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()
Password.Mask
accountId()
Password.Mask
id()
Password.Mask
notes()
Password.Mask
password()
Type.Mask
type()
Password.Mask
typeId()
Password.Mask
username()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
account
public Account.Mask account()
-
type
public Type.Mask type()
-
accountId
public Password.Mask accountId()
-
id
public Password.Mask id()
-
notes
public Password.Mask notes()
-
password
public Password.Mask password()
-
typeId
public Password.Mask typeId()
-
username
public Password.Mask username()
-
-