Class SyncCollection
java.lang.Object
com.github.sardine.model.SyncCollection
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{DAV:}sync-token"/>
<element ref="{DAV:}sync-level"/>
<element ref="{DAV:}limit" minOccurs="0"/>
<element ref="{DAV:}prop"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLimit()Gets the value of the limit property.getProp()Gets the value of the prop property.Gets the value of the syncLevel property.Gets the value of the syncToken property.voidSets the value of the limit property.voidSets the value of the prop property.voidsetSyncLevel(String value) Sets the value of the syncLevel property.voidsetSyncToken(String value) Sets the value of the syncToken property.
-
Field Details
-
syncToken
-
syncLevel
-
limit
-
prop
-
-
Constructor Details
-
SyncCollection
public SyncCollection()
-
-
Method Details
-
getSyncToken
-
setSyncToken
-
getSyncLevel
-
setSyncLevel
-
getLimit
-
setLimit
-
getProp
-
setProp
-