Package | Description |
---|---|
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
static InboxReplierEventProjection.StatusEnum |
InboxReplierEventProjection.StatusEnum.fromValue(String value) |
InboxReplierEventProjection.StatusEnum |
InboxReplierEventProjection.getStatus()
Get status
|
InboxReplierEventProjection.StatusEnum |
InboxReplierEventProjection.StatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static InboxReplierEventProjection.StatusEnum |
InboxReplierEventProjection.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InboxReplierEventProjection.StatusEnum[] |
InboxReplierEventProjection.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 |
InboxReplierEventProjection.setStatus(InboxReplierEventProjection.StatusEnum status) |
InboxReplierEventProjection |
InboxReplierEventProjection.status(InboxReplierEventProjection.StatusEnum status) |
void |
InboxReplierEventProjection.StatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
InboxReplierEventProjection.StatusEnum enumeration) |
Copyright © 2023. All rights reserved.