Interface CreateLibraryItemResponse.Builder

  • Method Details

    • libraryItemId

      CreateLibraryItemResponse.Builder libraryItemId(String libraryItemId)

      The unique identifier of the new library item.

      Parameters:
      libraryItemId - The unique identifier of the new library item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the new library item, such as "Published".

      Parameters:
      status - The status of the new library item, such as "Published".
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The date and time the library item was created.

      Parameters:
      createdAt - The date and time the library item was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdBy

      The user who created the library item.

      Parameters:
      createdBy - The user who created the library item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      The date and time the library item was last updated.

      Parameters:
      updatedAt - The date and time the library item was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedBy

      The user who last updated the library item.

      Parameters:
      updatedBy - The user who last updated the library item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ratingCount

      CreateLibraryItemResponse.Builder ratingCount(Integer ratingCount)

      The number of ratings the library item has received from users.

      Parameters:
      ratingCount - The number of ratings the library item has received from users.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isVerified

      Indicates whether the library item has been verified.

      Parameters:
      isVerified - Indicates whether the library item has been verified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.