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:
  • Constructor Details

    • CollectionsResponse

      public CollectionsResponse()
  • Method Details

    • setCollections

      public void setCollections(BwCalendar val)
      Parameters:
      val - root of collections
    • getCollections

      public BwCalendar getCollections()
      Returns:
      root of collections
    • setPublicCollections

      public void setPublicCollections(BwCalendar val)
      Parameters:
      val - root of public collections
    • getPublicCollections

      public BwCalendar getPublicCollections()
      Returns:
      root of public collections
    • setUserCollections

      public void setUserCollections(BwCalendar val)
      Parameters:
      val - root of user collections
    • getUserCollections

      public BwCalendar getUserCollections()
      Returns:
      root of user collections
    • toStringSegment

      public void toStringSegment(org.bedework.util.misc.ToString ts)
      Overrides:
      toStringSegment in class org.bedework.util.misc.response.Response