public class UserEmailConfirmationState extends BaseEmailConfirmationState
| Modifier and Type | Field and Description |
|---|---|
protected long |
ownerEntityId |
facilityId, locale, mapper, type, value| Modifier | Constructor and Description |
|---|---|
protected |
UserEmailConfirmationState() |
|
UserEmailConfirmationState(String serializedState) |
|
UserEmailConfirmationState(String facilityId,
String type,
String value,
String locale,
long ownerEntityId) |
| Modifier and Type | Method and Description |
|---|---|
protected com.fasterxml.jackson.databind.node.ObjectNode |
createState() |
long |
getOwnerEntityId() |
void |
setOwnerEntityId(long ownerEntityId) |
protected void |
setSerializedConfiguration(com.fasterxml.jackson.databind.node.ObjectNode main) |
getFacilityId, getLocale, getSerializedConfiguration, getType, getValue, setSerializedConfigurationpublic UserEmailConfirmationState(String facilityId, String type, String value, String locale, long ownerEntityId)
public UserEmailConfirmationState(String serializedState) throws pl.edu.icm.unity.exceptions.WrongArgumentException
pl.edu.icm.unity.exceptions.WrongArgumentExceptionprotected UserEmailConfirmationState()
public long getOwnerEntityId()
public void setOwnerEntityId(long ownerEntityId)
protected com.fasterxml.jackson.databind.node.ObjectNode createState()
createState in class BaseEmailConfirmationStateprotected void setSerializedConfiguration(com.fasterxml.jackson.databind.node.ObjectNode main)
setSerializedConfiguration in class BaseEmailConfirmationStateCopyright © 2018 Unity. All rights reserved.