Class Onboarding
java.lang.Object
com.azure.resourcemanager.apicenter.models.Onboarding
- All Implemented Interfaces:
com.azure.json.JsonSerializable<Onboarding>
Onboarding information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the developerPortalUri property: The location of the development portal.static Onboarding
fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Onboarding from the JsonReader.Get the instructions property: Onboarding guide.com.azure.json.JsonWriter
toJson
(com.azure.json.JsonWriter jsonWriter) void
validate()
Validates the instance.withDeveloperPortalUri
(List<String> developerPortalUri) Set the developerPortalUri property: The location of the development portal.withInstructions
(String instructions) Set the instructions property: Onboarding guide.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
Onboarding
public Onboarding()Creates an instance of Onboarding class.
-
-
Method Details
-
instructions
Get the instructions property: Onboarding guide.- Returns:
- the instructions value.
-
withInstructions
Set the instructions property: Onboarding guide.- Parameters:
instructions
- the instructions value to set.- Returns:
- the Onboarding object itself.
-
developerPortalUri
Get the developerPortalUri property: The location of the development portal.- Returns:
- the developerPortalUri value.
-
withDeveloperPortalUri
Set the developerPortalUri property: The location of the development portal.- Parameters:
developerPortalUri
- the developerPortalUri value to set.- Returns:
- the Onboarding object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
toJson
- Specified by:
toJson
in interfacecom.azure.json.JsonSerializable<Onboarding>
- Throws:
IOException
-
fromJson
Reads an instance of Onboarding from the JsonReader.- Parameters:
jsonReader
- The JsonReader being read.- Returns:
- An instance of Onboarding 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 Onboarding.
-