Uses of Class
org.bedework.bwcli.copiedCalFacade.BwGroup
-
Packages that use BwGroup Package Description org.bedework.bwcli.copiedCalFacade org.bedework.bwcli.copiedCalFacade.responses -
-
Uses of BwGroup in org.bedework.bwcli.copiedCalFacade
Subclasses of BwGroup in org.bedework.bwcli.copiedCalFacade Modifier and Type Class Description classBwAdminGroupAn object representing a calendar admin group.Fields in org.bedework.bwcli.copiedCalFacade with type parameters of type BwGroup Modifier and Type Field Description protected Collection<BwGroup>BwPrincipal. groupsMethods in org.bedework.bwcli.copiedCalFacade that return BwGroup Modifier and Type Method Description BwGroupBwGroup. shallowClone()Methods in org.bedework.bwcli.copiedCalFacade that return types with arguments of type BwGroup Modifier and Type Method Description Collection<BwGroup>BwPrincipal. getGroups()Get the groups of which principal is a member.Methods in org.bedework.bwcli.copiedCalFacade with parameters of type BwGroup Modifier and Type Method Description voidBwPrincipal. addGroup(BwGroup val)voidBwGroup. copyTo(BwGroup val)Copy this to valvoidBwGroup. shallowCopyTo(BwGroup val)Copy this to val without membersMethod parameters in org.bedework.bwcli.copiedCalFacade with type arguments of type BwGroup Modifier and Type Method Description voidBwPrincipal. setGroups(Collection<BwGroup> val)Set of groups of which principal is a member. -
Uses of BwGroup in org.bedework.bwcli.copiedCalFacade.responses
Methods in org.bedework.bwcli.copiedCalFacade.responses that return types with arguments of type BwGroup Modifier and Type Method Description Collection<BwGroup>AdminGroupsResponse. getGroups()Method parameters in org.bedework.bwcli.copiedCalFacade.responses with type arguments of type BwGroup Modifier and Type Method Description voidAdminGroupsResponse. setGroups(Collection<BwGroup> val)
-