public class GroupSummaryBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
GroupSummary |
build()
Builds the group summary object.
|
static GroupSummaryBuilder |
newGroupSummary(String email)
Create a new group summary.
|
GroupSummaryBuilder |
withData(Map<String,Object> data)
Set the group summary's data.
|
GroupSummaryBuilder |
withId(String id)
Set the group summary's id.
|
GroupSummaryBuilder |
withName(String name)
Set the group summary's name.
|
public static GroupSummaryBuilder newGroupSummary(String email)
email - the email address uniquely identifying the group summary. @size(min="6", max="255", valid email address)public GroupSummaryBuilder withId(String id)
id - the group summary's idpublic GroupSummaryBuilder withName(String name)
name - the group summary's namepublic GroupSummaryBuilder withData(Map<String,Object> data)
data - the group summary's datapublic GroupSummary build()
Copyright 2022 OneSpan All rights reserved.