Class RSMSet

java.lang.Object
org.jivesoftware.smackx.rsm.packet.RSMSet
All Implemented Interfaces:
org.jivesoftware.smack.packet.Element, org.jivesoftware.smack.packet.ExtensionElement, org.jivesoftware.smack.packet.NamedElement, org.jivesoftware.smack.packet.XmlElement, org.jivesoftware.smack.packet.XmlLangElement

public class RSMSet extends Object implements org.jivesoftware.smack.packet.ExtensionElement
  • Field Details

  • Constructor Details

  • Method Details

    • getAfter

      public String getAfter()
    • getBefore

      public String getBefore()
    • getCount

      public int getCount()
    • getIndex

      public int getIndex()
    • getLast

      public String getLast()
    • getMax

      public int getMax()
    • getFirst

      public String getFirst()
    • getFirstIndex

      public int getFirstIndex()
    • getElementName

      public String getElementName()
      Specified by:
      getElementName in interface org.jivesoftware.smack.packet.NamedElement
    • getNamespace

      public String getNamespace()
      Specified by:
      getNamespace in interface org.jivesoftware.smack.packet.XmlElement
    • toXML

      public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
      Specified by:
      toXML in interface org.jivesoftware.smack.packet.Element
    • from

      public static RSMSet from(org.jivesoftware.smack.packet.Stanza packet)
    • newAfter

      public static RSMSet newAfter(String after)
    • newBefore

      public static RSMSet newBefore(String before)