Interface DeleteAttachmentResponse.Builder

  • Method Details

    • assetIdentifier

      DeleteAttachmentResponse.Builder assetIdentifier(String assetIdentifier)

      The unique identifier of the asset.

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

      DeleteAttachmentResponse.Builder iterableFormName(String iterableFormName)

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

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

      DeleteAttachmentResponse.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.