Package com.github.sardine.model
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
Gets the value of the syncToken property.- Returns:
- possible object is
String
-
setSyncToken
Sets the value of the syncToken property.- Parameters:
value- allowed object isString
-
getSyncLevel
Gets the value of the syncLevel property.- Returns:
- possible object is
String
-
setSyncLevel
Sets the value of the syncLevel property.- Parameters:
value- allowed object isString
-
getLimit
Gets the value of the limit property.- Returns:
- possible object is
Limit
-
setLimit
Sets the value of the limit property.- Parameters:
value- allowed object isLimit
-
getProp
Gets the value of the prop property.- Returns:
- possible object is
Prop
-
setProp
Sets the value of the prop property.- Parameters:
value- allowed object isProp
-