Class CollectionAdminUpdate

java.lang.Object
com.azure.resourcemanager.purview.models.CollectionAdminUpdate

public final class CollectionAdminUpdate extends Object
Collection administrator update.
  • Constructor Details

    • CollectionAdminUpdate

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

    • objectId

      public String objectId()
      Get the objectId property: Gets or sets the object identifier of the admin.
      Returns:
      the objectId value.
    • withObjectId

      public CollectionAdminUpdate withObjectId(String objectId)
      Set the objectId property: Gets or sets the object identifier of the admin.
      Parameters:
      objectId - the objectId value to set.
      Returns:
      the CollectionAdminUpdate object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.