Class AuthorizeModelCopyOptions

java.lang.Object
com.azure.ai.documentintelligence.models.AuthorizeModelCopyOptions
All Implemented Interfaces:
com.azure.json.JsonSerializable<AuthorizeModelCopyOptions>

public final class AuthorizeModelCopyOptions extends Object implements com.azure.json.JsonSerializable<AuthorizeModelCopyOptions>
Request body to authorize document model copy.
  • Constructor Details

    • AuthorizeModelCopyOptions

      public AuthorizeModelCopyOptions(String modelId)
      Creates an instance of AuthorizeModelCopyOptions 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 AuthorizeModelCopyOptions setDescription(String description)
      Set the description property: Document model description.
      Parameters:
      description - the description value to set.
      Returns:
      the AuthorizeModelCopyOptions 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 AuthorizeModelCopyOptions 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 AuthorizeModelCopyOptions object itself.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<AuthorizeModelCopyOptions>
      Throws:
      IOException
    • fromJson

      public static AuthorizeModelCopyOptions fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of AuthorizeModelCopyOptions from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of AuthorizeModelCopyOptions if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IllegalStateException - If the deserialized JSON object was missing any required properties.
      IOException - If an error occurs while reading the AuthorizeModelCopyOptions.