Uses of Class
com.veeva.vault.vapil.api.request.GroupRequest
Packages that use GroupRequest
Package
Description
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
-
Uses of GroupRequest in com.veeva.vault.vapil.api.request
Methods in com.veeva.vault.vapil.api.request that return GroupRequestModifier and TypeMethodDescriptionSet the active__v body parameter to create the group as active or inactive.GroupRequest.setAllowDelegationAmongMembers
(Boolean allowDelegationAmongMembers) Set the allow_delegation_among_members__v body parameter to specifiy that members of this group will only be allowed to delegate access to other members of the same group.GroupRequest.setGroupDescription
(String groupDescription) Set the group_description__v body parameter add a description of the groupGroupRequest.setIncludeImplied
(Boolean includeImplied) To include the implied_members__v field in the response, set includeImplied to true.Set the label__v body parameter.GroupRequest.setMembers
(List<Integer> members) Set the members__v body parameter to manually assign individual users to the groupGroupRequest.setSecurityProfiles
(List<String> securityProfiles) Set the security_profiles__v body parameter to automatically adds all users with the security profile to the group.