Class Tags.Builder

  • Enclosing class:
    Tags

    public static final class Tags.Builder
    extends java.lang.Object
    • Method Detail

      • type

        public Tags.Builder type​(java.util.Optional<java.lang.String> type)

        The type of the object

      • type

        public Tags.Builder type​(java.lang.String type)
      • tags

        public Tags.Builder tags​(java.util.Optional<java.util.List<Tag>> tags)

        A list of tags objects associated with the conversation.

      • build

        public Tags build()