public class SyncCollection extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected Limit |
limit |
protected Prop |
prop |
protected String |
syncLevel |
protected String |
syncToken |
| Constructor and Description |
|---|
SyncCollection() |
| Modifier and Type | Method and Description |
|---|---|
Limit |
getLimit()
Gets the value of the limit property.
|
Prop |
getProp()
Gets the value of the prop property.
|
String |
getSyncLevel()
Gets the value of the syncLevel property.
|
String |
getSyncToken()
Gets the value of the syncToken property.
|
void |
setLimit(Limit value)
Sets the value of the limit property.
|
void |
setProp(Prop value)
Sets the value of the prop property.
|
void |
setSyncLevel(String value)
Sets the value of the syncLevel property.
|
void |
setSyncToken(String value)
Sets the value of the syncToken property.
|
protected String syncToken
protected String syncLevel
protected Limit limit
protected Prop prop
public String getSyncToken()
Stringpublic void setSyncToken(String value)
value - allowed object is
Stringpublic String getSyncLevel()
Stringpublic void setSyncLevel(String value)
value - allowed object is
Stringpublic Limit getLimit()
Limitpublic void setLimit(Limit value)
value - allowed object is
LimitCopyright © 2019. All rights reserved.