public class PlatformIdentityInfoBuilderImpl extends Object implements PlatformIdentityInfoBuilder
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
commandExecutor |
protected Map<String,Object> |
infos |
protected String |
tenantId |
protected String |
userId |
| Constructor and Description |
|---|
PlatformIdentityInfoBuilderImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
PlatformIdentityInfoBuilder |
info(String infoName,
Object value) |
List<PlatformIdentityInfo> |
save() |
PlatformIdentityInfo |
saveSingle() |
PlatformIdentityInfoBuilder |
tenantId(String tenantId) |
PlatformIdentityInfoBuilder |
userId(String userId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlanguage, state, subState, subType, theme, type, userDefinitionKeyprotected final CommandExecutor commandExecutor
protected String userId
protected String tenantId
public PlatformIdentityInfoBuilderImpl(CommandExecutor commandExecutor)
public PlatformIdentityInfoBuilder userId(String userId)
userId in interface PlatformIdentityInfoBuilderpublic PlatformIdentityInfoBuilder tenantId(String tenantId)
tenantId in interface PlatformIdentityInfoBuilderpublic PlatformIdentityInfoBuilder info(String infoName, Object value)
info in interface PlatformIdentityInfoBuilderpublic List<PlatformIdentityInfo> save()
save in interface PlatformIdentityInfoBuilderpublic PlatformIdentityInfo saveSingle()
saveSingle in interface PlatformIdentityInfoBuilder