Class Onboarding

java.lang.Object
com.azure.resourcemanager.apicenter.models.Onboarding
All Implemented Interfaces:
com.azure.json.JsonSerializable<Onboarding>

public final class Onboarding extends Object implements com.azure.json.JsonSerializable<Onboarding>
Onboarding information.
  • Constructor Details

    • Onboarding

      public Onboarding()
      Creates an instance of Onboarding class.
  • Method Details

    • instructions

      public String instructions()
      Get the instructions property: Onboarding guide.
      Returns:
      the instructions value.
    • withInstructions

      public Onboarding withInstructions(String instructions)
      Set the instructions property: Onboarding guide.
      Parameters:
      instructions - the instructions value to set.
      Returns:
      the Onboarding object itself.
    • developerPortalUri

      public List<String> developerPortalUri()
      Get the developerPortalUri property: The location of the development portal.
      Returns:
      the developerPortalUri value.
    • withDeveloperPortalUri

      public Onboarding withDeveloperPortalUri(List<String> developerPortalUri)
      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

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<Onboarding>
      Throws:
      IOException
    • fromJson

      public static Onboarding fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      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.