java.lang.Object
com.azure.resourcemanager.appservice.models.Twitter
All Implemented Interfaces:
com.azure.json.JsonSerializable<Twitter>

public final class Twitter extends Object implements com.azure.json.JsonSerializable<Twitter>
The configuration settings of the Twitter provider.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of Twitter class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the enabled property: <code>false</code> if the Twitter provider should not be enabled despite the set registration; otherwise, <code>true</code>.
    static Twitter
    fromJson(com.azure.json.JsonReader jsonReader)
    Reads an instance of Twitter from the JsonReader.
    Get the registration property: The configuration settings of the app registration for the Twitter provider.
    com.azure.json.JsonWriter
    toJson(com.azure.json.JsonWriter jsonWriter)
    void
    Validates the instance.
    Set the enabled property: <code>false</code> if the Twitter provider should not be enabled despite the set registration; otherwise, <code>true</code>.
    Set the registration property: The configuration settings of the app registration for the Twitter provider.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.azure.json.JsonSerializable

    toJson, toJson, toJsonBytes, toJsonString
  • Constructor Details

    • Twitter

      public Twitter()
      Creates an instance of Twitter class.
  • Method Details

    • enabled

      public Boolean enabled()
      Get the enabled property: <code>false</code> if the Twitter provider should not be enabled despite the set registration; otherwise, <code>true</code>.
      Returns:
      the enabled value.
    • withEnabled

      public Twitter withEnabled(Boolean enabled)
      Set the enabled property: <code>false</code> if the Twitter provider should not be enabled despite the set registration; otherwise, <code>true</code>.
      Parameters:
      enabled - the enabled value to set.
      Returns:
      the Twitter object itself.
    • registration

      public TwitterRegistration registration()
      Get the registration property: The configuration settings of the app registration for the Twitter provider.
      Returns:
      the registration value.
    • withRegistration

      public Twitter withRegistration(TwitterRegistration registration)
      Set the registration property: The configuration settings of the app registration for the Twitter provider.
      Parameters:
      registration - the registration value to set.
      Returns:
      the Twitter object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<Twitter>
      Throws:
      IOException
    • fromJson

      public static Twitter fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of Twitter from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of Twitter if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the Twitter.