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 Summary
ConstructorsConstructorDescriptionCreates an instance of OrganizationProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the companyDetails property: Company details.static OrganizationPropertiesfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OrganizationProperties from the JsonReader.Get the informaticaProperties property: Informatica Organization properties.Get the linkOrganization property: Link Organization.Get the marketplaceDetails property: Marketplace details.Get the provisioningState property: Provisioning State of the resource.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) Get the userDetails property: User details.voidvalidate()Validates the instance.withCompanyDetails(CompanyDetails companyDetails) Set the companyDetails property: Company details.withInformaticaProperties(InformaticaProperties informaticaProperties) Set the informaticaProperties property: Informatica Organization properties.withLinkOrganization(LinkOrganization linkOrganization) Set the linkOrganization property: Link Organization.withMarketplaceDetails(MarketplaceDetails marketplaceDetails) Set the marketplaceDetails property: Marketplace details.withUserDetails(UserDetails userDetails) Set the userDetails property: User details.
-
Constructor Details
-
OrganizationProperties
public OrganizationProperties()Creates an instance of OrganizationProperties class.
-
-
Method Details
-
provisioningState
Get the provisioningState property: Provisioning State of the resource.- Returns:
- the provisioningState value.
-
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
Get the marketplaceDetails property: Marketplace details.- Returns:
- the marketplaceDetails value.
-
withMarketplaceDetails
Set the marketplaceDetails property: Marketplace details.- Parameters:
marketplaceDetails- the marketplaceDetails value to set.- Returns:
- the OrganizationProperties object itself.
-
userDetails
Get the userDetails property: User details.- Returns:
- the userDetails value.
-
withUserDetails
Set the userDetails property: User details.- Parameters:
userDetails- the userDetails value to set.- Returns:
- the OrganizationProperties object itself.
-
companyDetails
Get the companyDetails property: Company details.- Returns:
- the companyDetails value.
-
withCompanyDetails
Set the companyDetails property: Company details.- Parameters:
companyDetails- the companyDetails value to set.- Returns:
- the OrganizationProperties object itself.
-
linkOrganization
Get the linkOrganization property: Link Organization.- Returns:
- the linkOrganization value.
-
withLinkOrganization
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
- Specified by:
toJsonin interfacecom.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.
-