Class CreateLibraryItemResponse

    • Method Detail

      • libraryItemId

        public final String libraryItemId()

        The unique identifier of the new library item.

        Returns:
        The unique identifier of the new library item.
      • status

        public final String status()

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

        Returns:
        The status of the new library item, such as "Published".
      • createdAt

        public final Instant createdAt()

        The date and time the library item was created.

        Returns:
        The date and time the library item was created.
      • createdBy

        public final String createdBy()

        The user who created the library item.

        Returns:
        The user who created the library item.
      • updatedAt

        public final Instant updatedAt()

        The date and time the library item was last updated.

        Returns:
        The date and time the library item was last updated.
      • updatedBy

        public final String updatedBy()

        The user who last updated the library item.

        Returns:
        The user who last updated the library item.
      • ratingCount

        public final Integer ratingCount()

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

        Returns:
        The number of ratings the library item has received from users.
      • isVerified

        public final Boolean isVerified()

        Indicates whether the library item has been verified.

        Returns:
        Indicates whether the library item has been verified.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object