| Package | Description |
|---|---|
| com.docusign.esign.api | |
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
GroupInformation |
GroupsApi.createGroups(String accountId,
GroupInformation groupInformation)
Creates one or more groups for the account.
|
GroupInformation |
GroupsApi.deleteGroups(String accountId,
GroupInformation groupInformation)
Deletes an existing user group.
|
GroupInformation |
TemplatesApi.deleteGroupShare(String accountId,
String templateId,
String templatePart,
GroupInformation groupInformation)
Removes a member group's sharing permissions for a template.
|
GroupInformation |
GroupsApi.listGroups(String accountId)
Gets information about groups associated with the account.
|
GroupInformation |
GroupsApi.listGroups(String accountId,
GroupsApi.ListGroupsOptions options)
Gets information about groups associated with the account.
|
GroupInformation |
GroupsApi.updateGroups(String accountId,
GroupInformation groupInformation)
Updates the group information for a group.
|
GroupInformation |
TemplatesApi.updateGroupShare(String accountId,
String templateId,
String templatePart,
GroupInformation groupInformation)
Shares a template with a group
Shares a template with the specified members group.
|
| Modifier and Type | Method and Description |
|---|---|
GroupInformation |
GroupsApi.createGroups(String accountId,
GroupInformation groupInformation)
Creates one or more groups for the account.
|
GroupInformation |
GroupsApi.deleteGroups(String accountId,
GroupInformation groupInformation)
Deletes an existing user group.
|
GroupInformation |
TemplatesApi.deleteGroupShare(String accountId,
String templateId,
String templatePart,
GroupInformation groupInformation)
Removes a member group's sharing permissions for a template.
|
GroupInformation |
GroupsApi.updateGroups(String accountId,
GroupInformation groupInformation)
Updates the group information for a group.
|
GroupInformation |
TemplatesApi.updateGroupShare(String accountId,
String templateId,
String templatePart,
GroupInformation groupInformation)
Shares a template with a group
Shares a template with the specified members group.
|
| Modifier and Type | Method and Description |
|---|---|
GroupInformation |
GroupInformation.addGroupsItem(Group groupsItem) |
GroupInformation |
GroupInformation.endPosition(String endPosition) |
GroupInformation |
GroupInformation.groups(List<Group> groups) |
GroupInformation |
GroupInformation.nextUri(String nextUri) |
GroupInformation |
GroupInformation.previousUri(String previousUri) |
GroupInformation |
GroupInformation.resultSetSize(String resultSetSize) |
GroupInformation |
GroupInformation.startPosition(String startPosition) |
GroupInformation |
GroupInformation.totalSetSize(String totalSetSize) |
Copyright © 2018. All rights reserved.