public class GetItemsRequest extends NodeExtension
Modifier and Type | Field and Description |
---|---|
protected int |
maxItems |
protected java.lang.String |
subId |
Constructor and Description |
---|
GetItemsRequest(java.lang.String nodeId) |
GetItemsRequest(java.lang.String nodeId,
int maxItemsToReturn) |
GetItemsRequest(java.lang.String nodeId,
java.lang.String subscriptionId) |
GetItemsRequest(java.lang.String nodeId,
java.lang.String subscriptionId,
int maxItemsToReturn) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxItems() |
java.lang.String |
getSubscriptionId() |
org.jivesoftware.smack.util.XmlStringBuilder |
toXML(java.lang.String enclosingNamespace) |
getElementName, getNamespace, getNode, getPubSubNamespace, toString
public GetItemsRequest(java.lang.String nodeId)
public GetItemsRequest(java.lang.String nodeId, java.lang.String subscriptionId)
public GetItemsRequest(java.lang.String nodeId, int maxItemsToReturn)
public GetItemsRequest(java.lang.String nodeId, java.lang.String subscriptionId, int maxItemsToReturn)
public java.lang.String getSubscriptionId()
public int getMaxItems()
public org.jivesoftware.smack.util.XmlStringBuilder toXML(java.lang.String enclosingNamespace)
toXML
in interface org.jivesoftware.smack.packet.Element
toXML
in class NodeExtension