public class Facebook extends ProxyOnlyResource
| Constructor and Description |
|---|
Facebook() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
enabled()
Get the enabled property: The enabled property.
|
String |
graphApiVersion()
Get the graphApiVersion property: The graphApiVersion property.
|
LoginScopes |
login()
Get the login property: The login property.
|
AppRegistration |
registration()
Get the registration property: The registration property.
|
void |
validate()
Validates the instance.
|
Facebook |
withEnabled(Boolean enabled)
Set the enabled property: The enabled property.
|
Facebook |
withGraphApiVersion(String graphApiVersion)
Set the graphApiVersion property: The graphApiVersion property.
|
Facebook |
withKind(String kind)
Set the kind property: Kind of resource.
|
Facebook |
withLogin(LoginScopes login)
Set the login property: The login property.
|
Facebook |
withRegistration(AppRegistration registration)
Set the registration property: The registration property.
|
kindpublic Boolean enabled()
public Facebook withEnabled(Boolean enabled)
enabled - the enabled value to set.public AppRegistration registration()
public Facebook withRegistration(AppRegistration registration)
registration - the registration value to set.public String graphApiVersion()
public Facebook withGraphApiVersion(String graphApiVersion)
graphApiVersion - the graphApiVersion value to set.public LoginScopes login()
public Facebook withLogin(LoginScopes login)
login - the login value to set.public Facebook withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.