Class Apple
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.Apple
-
public final class Apple extends Object
The configuration settings of the Apple provider.
-
-
Constructor Summary
Constructors Constructor Description Apple()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanenabled()Get the enabled property: <code>false</code> if the Apple provider should not be enabled despite the set registration; otherwise, <code>true</code>.LoginScopeslogin()Get the login property: The configuration settings of the login flow.AppleRegistrationregistration()Get the registration property: The configuration settings of the Apple registration.voidvalidate()Validates the instance.ApplewithEnabled(Boolean enabled)Set the enabled property: <code>false</code> if the Apple provider should not be enabled despite the set registration; otherwise, <code>true</code>.ApplewithLogin(LoginScopes login)Set the login property: The configuration settings of the login flow.ApplewithRegistration(AppleRegistration registration)Set the registration property: The configuration settings of the Apple registration.
-
-
-
Method Detail
-
enabled
public Boolean enabled()
Get the enabled property: <code>false</code> if the Apple provider should not be enabled despite the set registration; otherwise, <code>true</code>.- Returns:
- the enabled value.
-
withEnabled
public Apple withEnabled(Boolean enabled)
Set the enabled property: <code>false</code> if the Apple provider should not be enabled despite the set registration; otherwise, <code>true</code>.- Parameters:
enabled- the enabled value to set.- Returns:
- the Apple object itself.
-
registration
public AppleRegistration registration()
Get the registration property: The configuration settings of the Apple registration.- Returns:
- the registration value.
-
withRegistration
public Apple withRegistration(AppleRegistration registration)
Set the registration property: The configuration settings of the Apple registration.- Parameters:
registration- the registration value to set.- Returns:
- the Apple object itself.
-
login
public LoginScopes login()
Get the login property: The configuration settings of the login flow.- Returns:
- the login value.
-
withLogin
public Apple withLogin(LoginScopes login)
Set the login property: The configuration settings of the login flow.- Parameters:
login- the login value to set.- Returns:
- the Apple object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-