be.re.webdav
Class Client.Options

java.lang.Object
  extended by be.re.webdav.Client.Options
Enclosing class:
Client

public static class Client.Options
extends Object

Contains the result of an options request.

Author:
Werner Donné

Field Summary
 URL[] activityCollectionSet
          The set of collections that contain activities.
 String[] allowedMethods
          The allowed methods for a resource.
 String[] davFeatures
          The features published through the DAV header.
 int davVersion
          The DAV compliance level.
 Headers headers
          All the headers returned in the options response.
 URL[] metaCollectionSet
          The set of collections that contain functional meta data collections.
 URL[] versionHistoryCollectionSet
          The set of collections that contain version histories.
 URL[] viewCollectionSet
          The set of collections that contain views.
 
Constructor Summary
Client.Options()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activityCollectionSet

public URL[] activityCollectionSet
The set of collections that contain activities. If the set was not requested the value will be null.


allowedMethods

public String[] allowedMethods
The allowed methods for a resource.


davFeatures

public String[] davFeatures
The features published through the DAV header.


davVersion

public int davVersion
The DAV compliance level. The value can be 1 or 2.


headers

public Headers headers
All the headers returned in the options response.


metaCollectionSet

public URL[] metaCollectionSet
The set of collections that contain functional meta data collections. This is specific for Pincette. If the set was not requested the value will be null.


versionHistoryCollectionSet

public URL[] versionHistoryCollectionSet
The set of collections that contain version histories. If the set was not requested the value will be null.


viewCollectionSet

public URL[] viewCollectionSet
The set of collections that contain views. This is specific for Pincette. If the set was not requested the value will be null.

Constructor Detail

Client.Options

public Client.Options()