Class AuthorizeCopyRequest

java.lang.Object
com.azure.ai.documentintelligence.models.AuthorizeCopyRequest

public final class AuthorizeCopyRequest extends Object
Request body to authorize document model copy.
  • Constructor Details

    • AuthorizeCopyRequest

      public AuthorizeCopyRequest(String modelId)
      Creates an instance of AuthorizeCopyRequest class.
      Parameters:
      modelId - the modelId value to set.
  • Method Details

    • getModelId

      public String getModelId()
      Get the modelId property: Unique document model name.
      Returns:
      the modelId value.
    • getDescription

      public String getDescription()
      Get the description property: Document model description.
      Returns:
      the description value.
    • setDescription

      public AuthorizeCopyRequest setDescription(String description)
      Set the description property: Document model description.
      Parameters:
      description - the description value to set.
      Returns:
      the AuthorizeCopyRequest object itself.
    • getTags

      public Map<String,String> getTags()
      Get the tags property: List of key-value tag attributes associated with the document model.
      Returns:
      the tags value.
    • setTags

      public AuthorizeCopyRequest setTags(Map<String,String> tags)
      Set the tags property: List of key-value tag attributes associated with the document model.
      Parameters:
      tags - the tags value to set.
      Returns:
      the AuthorizeCopyRequest object itself.