public static class GroupLogInfo.Builder
extends java.lang.Object
GroupLogInfo
.Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
displayName |
protected java.lang.String |
externalId |
protected java.lang.String |
groupId |
Modifier | Constructor and Description |
---|---|
protected |
Builder(java.lang.String displayName) |
Modifier and Type | Method and Description |
---|---|
GroupLogInfo |
build()
Builds an instance of
GroupLogInfo configured with this
builder's values |
GroupLogInfo.Builder |
withExternalId(java.lang.String externalId)
Set value for optional field.
|
GroupLogInfo.Builder |
withGroupId(java.lang.String groupId)
Set value for optional field.
|
protected final java.lang.String displayName
protected java.lang.String groupId
protected java.lang.String externalId
public GroupLogInfo.Builder withGroupId(java.lang.String groupId)
groupId
- The unique id of this group. Might be missing due to
historical data gap.public GroupLogInfo.Builder withExternalId(java.lang.String externalId)
externalId
- External group ID. Might be missing due to
historical data gap.public GroupLogInfo build()
GroupLogInfo
configured with this
builder's valuesGroupLogInfo