Interface CreateLibraryItemResponse.Builder

    • Method Detail

      • 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

        CreateLibraryItemResponse.Builder status​(String 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

        CreateLibraryItemResponse.Builder createdAt​(Instant 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

        CreateLibraryItemResponse.Builder createdBy​(String 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

        CreateLibraryItemResponse.Builder updatedAt​(Instant 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

        CreateLibraryItemResponse.Builder updatedBy​(String 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

        CreateLibraryItemResponse.Builder isVerified​(Boolean 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.