| Package | Description |
|---|---|
| com.silanis.esl.sdk.builder |
Builder classes provide high-level support for creating model objects.
|
| com.silanis.esl.sdk.examples |
Examples and helper classes of how to use the eSignLive Java SDK.
|
| com.silanis.esl.sdk.internal.converter |
For internal use only.
|
| com.silanis.esl.sdk.service |
Service classes provide low-level support for interacting with eSignLive.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupBuilder.build()
Builds the group object.
|
| Modifier and Type | Field and Description |
|---|---|
Group |
GroupManagementExample.createdGroup1 |
Group |
GroupManagementExample.createdGroup2 |
Group |
GroupManagementExample.createdGroup3 |
Group |
GroupManagementExample.createdGroup3Updated |
Group |
GroupManagementExample.retrievedGroup1 |
Group |
GroupManagementExample.retrievedGroup2 |
Group |
GroupManagementExample.retrievedGroup3 |
| Modifier and Type | Field and Description |
|---|---|
List<Group> |
GroupManagementExample.retrievedByNamePrefix |
List<Group> |
GroupManagementExample.retrievedGroupByName1 |
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupConverter.toSDKGroup()
Convert from API to SDK.
|
| Constructor and Description |
|---|
GroupConverter(Group sdkGroup)
Construct with SDK group object involved in conversion.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupService.createGroup(Group group)
Create a new group belonging to this account.
|
Group |
GroupService.getGroup(GroupId groupId)
Retrieve a single group belonging to this account, specified by GroupId.
|
Group |
GroupService.inviteMember(GroupId groupId,
GroupMember groupMember)
Invite a new sender to the group.
|
Group |
GroupService.updateGroup(Group group,
GroupId groupId)
Update a group belonging to this account
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
GroupService.getMyGroups()
Get a list of all groups belong to the account under which the requests are being issued.
|
List<Group> |
GroupService.getMyGroups(String groupName)
Retrieve group(s) belonging to the account by specifying complete (or part of) GroupName.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupService.createGroup(Group group)
Create a new group belonging to this account.
|
Group |
GroupService.updateGroup(Group group,
GroupId groupId)
Update a group belonging to this account
|
Copyright 2022 OneSpan All rights reserved.