| Package | Description |
|---|---|
| com.silanis.esl.sdk.builder |
Builder classes provide high-level support for creating model objects.
|
| Modifier and Type | Method and Description |
|---|---|
GroupBuilder |
GroupBuilder.createdOn(Date created)
Deprecated.
|
static GroupBuilder |
GroupBuilder.newGroup(String name)
Instantiate a new Group of senders.
|
GroupBuilder |
GroupBuilder.updatedOn(Date updated)
Deprecated.
|
GroupBuilder |
GroupBuilder.withEmail(String email)
Set this group email's address.
|
GroupBuilder |
GroupBuilder.withId(GroupId groupId)
Defines a unique ID for this group.
|
GroupBuilder |
GroupBuilder.withIndividualMemberEmailing()
When setting this method, eSignLive will email each individual members of the group as opposed to
sending an email to the group email address.
|
GroupBuilder |
GroupBuilder.withMember(GroupMember groupMember)
Adds a sender to the group.
|
GroupBuilder |
GroupBuilder.withMember(GroupMemberBuilder builder)
Adds a sender to the group.
|
GroupBuilder |
GroupBuilder.withoutIndividualMemberEmailing()
Invoking this method will result in eSignLive sending emails to the group email
withEmail(String)
address as opposed to each individual members. |
Copyright 2022 OneSpan All rights reserved.