public class DeletePlatformIdentityInfoCmd extends Object implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
tenantId |
protected String |
userId |
Modifier | Constructor and Description |
---|---|
|
DeletePlatformIdentityInfoCmd(String id) |
protected |
DeletePlatformIdentityInfoCmd(String userId,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
static DeletePlatformIdentityInfoCmd |
byId(String id) |
static DeletePlatformIdentityInfoCmd |
byUserId(String userId) |
static DeletePlatformIdentityInfoCmd |
byUserIdAndTenantId(String userId,
String tenantId) |
Void |
execute(CommandContext commandContext) |
protected String id
protected String userId
protected String tenantId
public DeletePlatformIdentityInfoCmd(String id)
public Void execute(CommandContext commandContext)
public static DeletePlatformIdentityInfoCmd byId(String id)
public static DeletePlatformIdentityInfoCmd byUserId(String userId)
public static DeletePlatformIdentityInfoCmd byUserIdAndTenantId(String userId, String tenantId)