Class Apple
- java.lang.Object
-
- com.azure.resourcemanager.appcontainers.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 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>.LoginScopes
login()
Get the login property: The configuration settings of the login flow.AppleRegistration
registration()
Get the registration property: The configuration settings of the Apple registration.void
validate()
Validates the instance.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>.Apple
withLogin(LoginScopes login)
Set the login property: The configuration settings of the login flow.Apple
withRegistration(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.
-
-