public static enum WorkflowInfoDTO.WorkflowTypeEnum extends Enum<WorkflowInfoDTO.WorkflowTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkflowInfoDTO.WorkflowTypeEnum.Adapter |
| Enum Constant and Description |
|---|
API_STATE |
APPLICATION_CREATION |
APPLICATION_DELETION |
APPLICATION_REGISTRATION_PRODUCTION |
APPLICATION_REGISTRATION_SANDBOX |
SUBSCRIPTION_CREATION |
SUBSCRIPTION_DELETION |
SUBSCRIPTION_UPDATE |
USER_SIGNUP |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowInfoDTO.WorkflowTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static WorkflowInfoDTO.WorkflowTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowInfoDTO.WorkflowTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowInfoDTO.WorkflowTypeEnum APPLICATION_CREATION
public static final WorkflowInfoDTO.WorkflowTypeEnum SUBSCRIPTION_CREATION
public static final WorkflowInfoDTO.WorkflowTypeEnum USER_SIGNUP
public static final WorkflowInfoDTO.WorkflowTypeEnum APPLICATION_REGISTRATION_PRODUCTION
public static final WorkflowInfoDTO.WorkflowTypeEnum APPLICATION_REGISTRATION_SANDBOX
public static final WorkflowInfoDTO.WorkflowTypeEnum APPLICATION_DELETION
public static final WorkflowInfoDTO.WorkflowTypeEnum API_STATE
public static final WorkflowInfoDTO.WorkflowTypeEnum SUBSCRIPTION_DELETION
public static final WorkflowInfoDTO.WorkflowTypeEnum SUBSCRIPTION_UPDATE
public static WorkflowInfoDTO.WorkflowTypeEnum[] values()
for (WorkflowInfoDTO.WorkflowTypeEnum c : WorkflowInfoDTO.WorkflowTypeEnum.values()) System.out.println(c);
public static WorkflowInfoDTO.WorkflowTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<WorkflowInfoDTO.WorkflowTypeEnum>public static WorkflowInfoDTO.WorkflowTypeEnum fromValue(String value)
Copyright © 2021 WSO2 Inc. All rights reserved.