java.lang.Object
com.azure.resourcemanager.appservice.models.Twitter

public final class Twitter extends Object
The configuration settings of the Twitter provider.
  • Constructor Details

    • Twitter

      public Twitter()
  • 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.