Class SyncCollection

java.lang.Object
com.github.sardine.model.SyncCollection

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>
  • Field Details

    • syncToken

      protected String syncToken
    • syncLevel

      protected String syncLevel
    • limit

      protected Limit limit
    • prop

      protected Prop prop
  • Constructor Details

    • SyncCollection

      public SyncCollection()
  • Method Details

    • getSyncToken

      public String getSyncToken()
      Gets the value of the syncToken property.
      Returns:
      possible object is String
    • setSyncToken

      public void setSyncToken(String value)
      Sets the value of the syncToken property.
      Parameters:
      value - allowed object is String
    • getSyncLevel

      public String getSyncLevel()
      Gets the value of the syncLevel property.
      Returns:
      possible object is String
    • setSyncLevel

      public void setSyncLevel(String value)
      Sets the value of the syncLevel property.
      Parameters:
      value - allowed object is String
    • getLimit

      public Limit getLimit()
      Gets the value of the limit property.
      Returns:
      possible object is Limit
    • setLimit

      public void setLimit(Limit value)
      Sets the value of the limit property.
      Parameters:
      value - allowed object is Limit
    • getProp

      public Prop getProp()
      Gets the value of the prop property.
      Returns:
      possible object is Prop
    • setProp

      public void setProp(Prop value)
      Sets the value of the prop property.
      Parameters:
      value - allowed object is Prop