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

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

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

    Modifier and Type
    Method
    Description
    Get the enabled property: <code>false</code> if the Facebook provider should not be enabled despite the set registration; otherwise, <code>true</code>.
    static Facebook
    fromJson(com.azure.json.JsonReader jsonReader)
    Reads an instance of Facebook from the JsonReader.
    Get the graphApiVersion property: The version of the Facebook api to be used while logging in.
    Get the login property: The configuration settings of the login flow.
    Get the registration property: The configuration settings of the app registration for the Facebook provider.
    com.azure.json.JsonWriter
    toJson(com.azure.json.JsonWriter jsonWriter)
    void
    Validates the instance.
    Set the enabled property: <code>false</code> if the Facebook provider should not be enabled despite the set registration; otherwise, <code>true</code>.
    withGraphApiVersion(String graphApiVersion)
    Set the graphApiVersion property: The version of the Facebook api to be used while logging in.
    Set the login property: The configuration settings of the login flow.
    Set the registration property: The configuration settings of the app registration for the Facebook 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

    • Facebook

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

    • enabled

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

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

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

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

      public String graphApiVersion()
      Get the graphApiVersion property: The version of the Facebook api to be used while logging in.
      Returns:
      the graphApiVersion value.
    • withGraphApiVersion

      public Facebook withGraphApiVersion(String graphApiVersion)
      Set the graphApiVersion property: The version of the Facebook api to be used while logging in.
      Parameters:
      graphApiVersion - the graphApiVersion value to set.
      Returns:
      the Facebook object itself.
    • login

      public LoginScopes login()
      Get the login property: The configuration settings of the login flow.
      Returns:
      the login value.
    • withLogin

      public Facebook withLogin(LoginScopes login)
      Set the login property: The configuration settings of the login flow.
      Parameters:
      login - the login value to set.
      Returns:
      the Facebook 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<Facebook>
      Throws:
      IOException
    • fromJson

      public static Facebook fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of Facebook from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of Facebook 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 Facebook.