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