| Modifier and Type | Method and Description |
|---|---|
Group.Builder |
accountId(String accountId)
Set the mandatory account id of the group.
|
Group |
build()
Build the group object.
|
Group.Builder |
displayName(String displayName)
Set the mandatory display name of the group.
|
Group.Builder |
externalId(String externalId)
Set the optional external id of the group.
|
Group.Builder |
id(String id)
Set the mandatory id of the group.
|
Group.Builder |
tenantId(String tenantId)
Set the mandatory tenant id of the group.
|
Group.Builder |
type(GroupType type)
Set the group’s type
|
Group.Builder |
variables(Map<String,Object> variables) |
public Group.Builder id(String id)
Set the mandatory id of the group.
id - the id of the grouppublic Group.Builder externalId(String externalId)
Set the optional external id of the group.
externalId - the external id of the grouppublic Group.Builder tenantId(String tenantId)
Set the mandatory tenant id of the group.
tenantId - the tenant id of the grouppublic Group.Builder accountId(String accountId)
Set the mandatory account id of the group.
accountId - the account id of the grouppublic Group.Builder displayName(String displayName)
Set the mandatory display name of the group.
displayName - the display name of the grouppublic Group.Builder type(GroupType type)
Set the group’s type
type - the group’s typepublic Group.Builder variables(Map<String,Object> variables)
public Group build()
Build the group object.
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.