Package | Description |
---|---|
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
static InboxForwarderEventProjection.StatusEnum |
InboxForwarderEventProjection.StatusEnum.fromValue(String value) |
InboxForwarderEventProjection.StatusEnum |
InboxForwarderEventProjection.getStatus()
Get status
|
InboxForwarderEventProjection.StatusEnum |
InboxForwarderEventProjection.StatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static InboxForwarderEventProjection.StatusEnum |
InboxForwarderEventProjection.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InboxForwarderEventProjection.StatusEnum[] |
InboxForwarderEventProjection.StatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
InboxForwarderEventProjection.setStatus(InboxForwarderEventProjection.StatusEnum status) |
InboxForwarderEventProjection |
InboxForwarderEventProjection.status(InboxForwarderEventProjection.StatusEnum status) |
void |
InboxForwarderEventProjection.StatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
InboxForwarderEventProjection.StatusEnum enumeration) |
Copyright © 2023. All rights reserved.