public static enum InboxForwarderEventProjection.StatusEnum extends Enum<InboxForwarderEventProjection.StatusEnum>
Modifier and Type | Class and Description |
---|---|
static class |
InboxForwarderEventProjection.StatusEnum.Adapter |
Modifier and Type | Method and Description |
---|---|
static InboxForwarderEventProjection.StatusEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static InboxForwarderEventProjection.StatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InboxForwarderEventProjection.StatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InboxForwarderEventProjection.StatusEnum SUCCESS
public static final InboxForwarderEventProjection.StatusEnum FAILURE
public static InboxForwarderEventProjection.StatusEnum[] values()
for (InboxForwarderEventProjection.StatusEnum c : InboxForwarderEventProjection.StatusEnum.values()) System.out.println(c);
public static InboxForwarderEventProjection.StatusEnum 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<InboxForwarderEventProjection.StatusEnum>
public static InboxForwarderEventProjection.StatusEnum fromValue(String value)
Copyright © 2023. All rights reserved.