Class LiftrBaseDataPartnerOrganizationPropertiesUpdate

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

public final class LiftrBaseDataPartnerOrganizationPropertiesUpdate extends Object implements com.azure.json.JsonSerializable<LiftrBaseDataPartnerOrganizationPropertiesUpdate>
Properties specific to Partner's organization.
  • Constructor Details

    • LiftrBaseDataPartnerOrganizationPropertiesUpdate

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

    • organizationId

      public String organizationId()
      Get the organizationId property: Organization Id in partner's system.
      Returns:
      the organizationId value.
    • withOrganizationId

      public LiftrBaseDataPartnerOrganizationPropertiesUpdate withOrganizationId(String organizationId)
      Set the organizationId property: Organization Id in partner's system.
      Parameters:
      organizationId - the organizationId value to set.
      Returns:
      the LiftrBaseDataPartnerOrganizationPropertiesUpdate object itself.
    • workspaceId

      public String workspaceId()
      Get the workspaceId property: Workspace Id in partner's system.
      Returns:
      the workspaceId value.
    • withWorkspaceId

      public LiftrBaseDataPartnerOrganizationPropertiesUpdate withWorkspaceId(String workspaceId)
      Set the workspaceId property: Workspace Id in partner's system.
      Parameters:
      workspaceId - the workspaceId value to set.
      Returns:
      the LiftrBaseDataPartnerOrganizationPropertiesUpdate object itself.
    • organizationName

      public String organizationName()
      Get the organizationName property: Organization name in partner's system.
      Returns:
      the organizationName value.
    • withOrganizationName

      public LiftrBaseDataPartnerOrganizationPropertiesUpdate withOrganizationName(String organizationName)
      Set the organizationName property: Organization name in partner's system.
      Parameters:
      organizationName - the organizationName value to set.
      Returns:
      the LiftrBaseDataPartnerOrganizationPropertiesUpdate object itself.
    • workspaceName

      public String workspaceName()
      Get the workspaceName property: Workspace name in partner's system.
      Returns:
      the workspaceName value.
    • withWorkspaceName

      public LiftrBaseDataPartnerOrganizationPropertiesUpdate withWorkspaceName(String workspaceName)
      Set the workspaceName property: Workspace name in partner's system.
      Parameters:
      workspaceName - the workspaceName value to set.
      Returns:
      the LiftrBaseDataPartnerOrganizationPropertiesUpdate object itself.
    • singleSignOnProperties

      public LiftrBaseSingleSignOnProperties singleSignOnProperties()
      Get the singleSignOnProperties property: Single Sign On properties for the organization.
      Returns:
      the singleSignOnProperties value.
    • withSingleSignOnProperties

      public LiftrBaseDataPartnerOrganizationPropertiesUpdate withSingleSignOnProperties(LiftrBaseSingleSignOnProperties singleSignOnProperties)
      Set the singleSignOnProperties property: Single Sign On properties for the organization.
      Parameters:
      singleSignOnProperties - the singleSignOnProperties value to set.
      Returns:
      the LiftrBaseDataPartnerOrganizationPropertiesUpdate 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<LiftrBaseDataPartnerOrganizationPropertiesUpdate>
      Throws:
      IOException
    • fromJson

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