public interface GetGroupsResponse
GroupService.getGroupsByNames(List) and GroupService.getGroupsbyIds(List) return this object.| Modifier and Type | Method and Description |
|---|---|
Group |
getGroupById(String groupId)
Retrieve a Group object for the given Group ID.
|
Group |
getGroupByName(String groupName)
Retrieve a Group object for the given Group name.
|
Group getGroupByName(String groupName)
groupName - name of the Group to retrieve. Cannot be null.GroupService.getGroupsByNames(List) or the given group name is invalidGroup getGroupById(String groupId)
groupId - id of the Group to retrieve. Cannot be null.GroupService.getGroupsbyIds(List) or the given Group ID is invalidCopyright © Veeva Systems 2017–2023. All rights reserved.