Class AdminGroupsResponse
- java.lang.Object
-
- org.bedework.bwcli.copiedCalFacade.responses.Response
-
- org.bedework.bwcli.copiedCalFacade.responses.AdminGroupsResponse
-
- All Implemented Interfaces:
Serializable
public class AdminGroupsResponse extends Response
Container for fetching admin groups.- Author:
- Mike Douglass douglm - spherical cow
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bedework.bwcli.copiedCalFacade.responses.Response
Response.Status
-
-
Constructor Summary
Constructors Constructor Description AdminGroupsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<BwGroup>getGroups()voidsetGroups(Collection<BwGroup> val)voidtoStringSegment(org.bedework.util.misc.ToString ts)
-
-
-
Method Detail
-
setGroups
public void setGroups(Collection<BwGroup> val)
- Parameters:
val- collection of groups
-
getGroups
public Collection<BwGroup> getGroups()
- Returns:
- collection of groups
-
toStringSegment
public void toStringSegment(org.bedework.util.misc.ToString ts)
- Overrides:
toStringSegmentin classResponse
-
-