Interface PutAttachmentResponse.Builder

  • Method Details

    • assetId

      The unique identifier of the asset.

      Parameters:
      assetId - The unique identifier of the asset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • iterableFormName

      PutAttachmentResponse.Builder iterableFormName(String iterableFormName)

      The name of the iterable form, if the attachment targets an item.

      Parameters:
      iterableFormName - The name of the iterable form, if the attachment targets an item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • itemIdentifier

      PutAttachmentResponse.Builder itemIdentifier(String itemIdentifier)

      The identifier of the item within the iterable form, if applicable.

      Parameters:
      itemIdentifier - The identifier of the item within the iterable form, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attachmentName

      PutAttachmentResponse.Builder attachmentName(String attachmentName)

      The name of the attachment.

      Parameters:
      attachmentName - The name of the attachment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • formTypeId

      PutAttachmentResponse.Builder formTypeId(String formTypeId)

      The identifier of the form type for this attachment.

      Parameters:
      formTypeId - The identifier of the form type for this attachment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.