Class LinkRequest.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.account.link.openstack.LinkRequest.Mask
-
- Enclosing class:
- LinkRequest
public static class LinkRequest.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkRequest.Mask
desiredPassword()
LinkRequest.Mask
desiredProjectName()
LinkRequest.Mask
desiredUsername()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
desiredPassword
public LinkRequest.Mask desiredPassword()
-
desiredProjectName
public LinkRequest.Mask desiredProjectName()
-
desiredUsername
public LinkRequest.Mask desiredUsername()
-
-