|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object be.re.webdav.Client.Options
public static class Client.Options
Contains the result of an options request.
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 |
---|
public URL[] activityCollectionSet
null
.
public String[] allowedMethods
public String[] davFeatures
public int davVersion
public Headers headers
public URL[] metaCollectionSet
null
.
public URL[] versionHistoryCollectionSet
null
.
public URL[] viewCollectionSet
null
.
Constructor Detail |
---|
public Client.Options()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |