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, wait
language, state, subState, subType, theme, type, userDefinitionKey
protected final CommandExecutor commandExecutor
protected String userId
protected String tenantId
public PlatformIdentityInfoBuilderImpl(CommandExecutor commandExecutor)
public PlatformIdentityInfoBuilder userId(String userId)
userId
in interface PlatformIdentityInfoBuilder
public PlatformIdentityInfoBuilder tenantId(String tenantId)
tenantId
in interface PlatformIdentityInfoBuilder
public PlatformIdentityInfoBuilder info(String infoName, Object value)
info
in interface PlatformIdentityInfoBuilder
public List<PlatformIdentityInfo> save()
save
in interface PlatformIdentityInfoBuilder
public PlatformIdentityInfo saveSingle()
saveSingle
in interface PlatformIdentityInfoBuilder