Class Preference


@ApiType("SoftLayer_User_Preference")
public class Preference
extends Entity
The SoftLayer_User_Preference data type contains a single user preference to a specific preference type.
See Also:
SoftLayer_User_Preference
  • Field Details

  • Constructor Details

    • Preference

      public Preference()
  • Method Details

    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription​(String description)
    • getType

      public Type getType()
    • setType

      public void setType​(Type type)
    • getValue

      public String getValue()
    • setValue

      public void setValue​(String value)
    • isValueSpecified

      public boolean isValueSpecified()
    • unsetValue

      public void unsetValue()