Class OrganizationProperties

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

public final class OrganizationProperties extends Object implements com.azure.json.JsonSerializable<OrganizationProperties>
Properties specific to the Informatica DataManagement Organization resource.
  • Constructor Details

    • OrganizationProperties

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

    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: Provisioning State of the resource.
      Returns:
      the provisioningState value.
    • informaticaProperties

      public InformaticaProperties informaticaProperties()
      Get the informaticaProperties property: Informatica Organization properties.
      Returns:
      the informaticaProperties value.
    • withInformaticaProperties

      public OrganizationProperties withInformaticaProperties(InformaticaProperties informaticaProperties)
      Set the informaticaProperties property: Informatica Organization properties.
      Parameters:
      informaticaProperties - the informaticaProperties value to set.
      Returns:
      the OrganizationProperties object itself.
    • marketplaceDetails

      public MarketplaceDetails marketplaceDetails()
      Get the marketplaceDetails property: Marketplace details.
      Returns:
      the marketplaceDetails value.
    • withMarketplaceDetails

      public OrganizationProperties withMarketplaceDetails(MarketplaceDetails marketplaceDetails)
      Set the marketplaceDetails property: Marketplace details.
      Parameters:
      marketplaceDetails - the marketplaceDetails value to set.
      Returns:
      the OrganizationProperties object itself.
    • userDetails

      public UserDetails userDetails()
      Get the userDetails property: User details.
      Returns:
      the userDetails value.
    • withUserDetails

      public OrganizationProperties withUserDetails(UserDetails userDetails)
      Set the userDetails property: User details.
      Parameters:
      userDetails - the userDetails value to set.
      Returns:
      the OrganizationProperties object itself.
    • companyDetails

      public CompanyDetails companyDetails()
      Get the companyDetails property: Company details.
      Returns:
      the companyDetails value.
    • withCompanyDetails

      public OrganizationProperties withCompanyDetails(CompanyDetails companyDetails)
      Set the companyDetails property: Company details.
      Parameters:
      companyDetails - the companyDetails value to set.
      Returns:
      the OrganizationProperties object itself.
    • linkOrganization

      public LinkOrganization linkOrganization()
      Get the linkOrganization property: Link Organization.
      Returns:
      the linkOrganization value.
    • withLinkOrganization

      public OrganizationProperties withLinkOrganization(LinkOrganization linkOrganization)
      Set the linkOrganization property: Link Organization.
      Parameters:
      linkOrganization - the linkOrganization value to set.
      Returns:
      the OrganizationProperties 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<OrganizationProperties>
      Throws:
      IOException
    • fromJson

      public static OrganizationProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of OrganizationProperties from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of OrganizationProperties 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 OrganizationProperties.