Class Page.Settings

All Implemented Interfaces:
Serializable
Enclosing class:
Page

public static class Page.Settings extends AbstractFacebookType
Since:
1.10.0
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getValueAsBoolean

      public boolean getValueAsBoolean()
      convert the value field in a boolean and return it. Every value that's not the String "true" (case is ignored) is false!
      Returns:
      the value field as boolean.
    • getValueAsJsonObject

      Takes the value and converts it into a json object if possible. May throw a JsonException
      Returns:
    • getSetting

      public String getSetting()
    • setSetting

      public void setSetting(String setting)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)