public class InteractionResultStatus extends ResultStatus
Modifier and Type | Field and Description |
---|---|
static int |
INT_STATUS_ABORT |
static int |
INT_STATUS_BACK |
static int |
INT_STATUS_CONTINUE |
static int |
INT_STATUS_START_OVER |
static InteractionResultStatus |
STATUS_ABORT |
static InteractionResultStatus |
STATUS_BACK |
static InteractionResultStatus |
STATUS_CONTINUE |
static InteractionResultStatus |
STATUS_START_OVER |
static String |
STR_STATUS_ABORT |
static String |
STR_STATUS_BACK |
static String |
STR_STATUS_CONTINUE |
static String |
STR_STATUS_START_OVER |
Modifier and Type | Method and Description |
---|---|
static InteractionResultStatus |
get(int status) |
static InteractionResultStatus |
get(String status) |
equals, get, get, getIntValue, getName, toString
public static final int INT_STATUS_CONTINUE
public static final int INT_STATUS_BACK
public static final int INT_STATUS_ABORT
public static final int INT_STATUS_START_OVER
public static final String STR_STATUS_CONTINUE
public static final String STR_STATUS_BACK
public static final String STR_STATUS_ABORT
public static final String STR_STATUS_START_OVER
public static final InteractionResultStatus STATUS_CONTINUE
public static final InteractionResultStatus STATUS_BACK
public static final InteractionResultStatus STATUS_ABORT
public static final InteractionResultStatus STATUS_START_OVER
public static InteractionResultStatus get(String status)
public static InteractionResultStatus get(int status)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.