Class MarkupElement.Builder.ListBuilder

java.lang.Object
org.jivesoftware.smackx.message_markup.element.MarkupElement.Builder.ListBuilder
Enclosing class:
MarkupElement.Builder

public static final class MarkupElement.Builder.ListBuilder extends Object
  • Method Details

    • addEntry

      public MarkupElement.Builder.ListBuilder addEntry(int start, int end)
      Add an entry to the list. The start index of an entry must correspond to the end index of the previous entry (if a previous entry exists.)
      Parameters:
      start - start index
      end - end index
      Returns:
      list builder
    • endList

      End the list.
      Returns:
      builder TODO javadoc me please