Package org.bedework.calfacade.responses
Class CollectionsResponse
java.lang.Object
org.bedework.util.misc.response.Response
org.bedework.calfacade.responses.CollectionsResponse
- All Implemented Interfaces:
Serializable
public class CollectionsResponse
extends org.bedework.util.misc.response.Response
Container for fetching collections, e.g. calendars, virtual collections etc.
- Author:
- Mike Douglass douglm - spherical cow
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bedework.util.misc.response.Response
org.bedework.util.misc.response.Response.Status -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCollections(BwCalendar val) voidvoidvoidtoStringSegment(org.bedework.util.misc.ToString ts) Methods inherited from class org.bedework.util.misc.response.Response
error, error, fromResponse, getErrorTag, getException, getId, getMessage, getStatus, getWarnings, hasWarning, invalid, isError, isNotFound, isOk, notFound, notFound, notOk, notOk, notOk, ok, ok, ok, setErrorTag, setException, setId, setMessage, setStatus, toString, warning
-
Constructor Details
-
CollectionsResponse
public CollectionsResponse()
-
-
Method Details
-
setCollections
- Parameters:
val- root of collections
-
getCollections
- Returns:
- root of collections
-
setPublicCollections
- Parameters:
val- root of public collections
-
getPublicCollections
- Returns:
- root of public collections
-
setUserCollections
- Parameters:
val- root of user collections
-
getUserCollections
- Returns:
- root of user collections
-
toStringSegment
public void toStringSegment(org.bedework.util.misc.ToString ts) - Overrides:
toStringSegmentin classorg.bedework.util.misc.response.Response
-