Class Apple
java.lang.Object
com.azure.resourcemanager.appservice.models.Apple
- All Implemented Interfaces:
com.azure.json.JsonSerializable<Apple>
The configuration settings of the Apple provider.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenabled()Get the enabled property: <code>false</code> if the Apple provider should not be enabled despite the set registration; otherwise, <code>true</code>.static ApplefromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Apple from the JsonReader.login()Get the login property: The configuration settings of the login flow.Get the registration property: The configuration settings of the Apple registration.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.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>.withLogin(LoginScopes login) Set the login property: The configuration settings of the login flow.withRegistration(AppleRegistration registration) Set the registration property: The configuration settings of the Apple registration.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
Apple
public Apple()Creates an instance of Apple class.
-
-
Method Details
-
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
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
Get the registration property: The configuration settings of the Apple registration.- Returns:
- the registration value.
-
withRegistration
Set the registration property: The configuration settings of the Apple registration.- Parameters:
registration- the registration value to set.- Returns:
- the Apple object itself.
-
login
Get the login property: The configuration settings of the login flow.- Returns:
- the login value.
-
withLogin
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.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<Apple>- Throws:
IOException
-
fromJson
Reads an instance of Apple from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of Apple 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 Apple.
-