Class Facebook
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.Facebook
-
public final class Facebook extends Object
The configuration settings of the Facebook provider.
-
-
Constructor Summary
Constructors Constructor Description Facebook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanenabled()Get the enabled property: <code>false</code> if the Facebook provider should not be enabled despite the set registration; otherwise, <code>true</code>.StringgraphApiVersion()Get the graphApiVersion property: The version of the Facebook api to be used while logging in.LoginScopeslogin()Get the login property: The configuration settings of the login flow.AppRegistrationregistration()Get the registration property: The configuration settings of the app registration for the Facebook provider.voidvalidate()Validates the instance.FacebookwithEnabled(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>.FacebookwithGraphApiVersion(String graphApiVersion)Set the graphApiVersion property: The version of the Facebook api to be used while logging in.FacebookwithLogin(LoginScopes login)Set the login property: The configuration settings of the login flow.FacebookwithRegistration(AppRegistration registration)Set the registration property: The configuration settings of the app registration for the Facebook provider.
-
-
-
Method Detail
-
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.
-
-