Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
static DurationReportResultDto.PeriodUnitEnum |
DurationReportResultDto.PeriodUnitEnum.fromValue(String value) |
DurationReportResultDto.PeriodUnitEnum |
DurationReportResultDto.getPeriodUnit()
The unit of the given period.
|
DurationReportResultDto.PeriodUnitEnum |
DurationReportResultDto.PeriodUnitEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static DurationReportResultDto.PeriodUnitEnum |
DurationReportResultDto.PeriodUnitEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DurationReportResultDto.PeriodUnitEnum[] |
DurationReportResultDto.PeriodUnitEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DurationReportResultDto |
DurationReportResultDto.periodUnit(DurationReportResultDto.PeriodUnitEnum periodUnit) |
void |
DurationReportResultDto.setPeriodUnit(DurationReportResultDto.PeriodUnitEnum periodUnit) |
void |
DurationReportResultDto.PeriodUnitEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
DurationReportResultDto.PeriodUnitEnum enumeration) |
Copyright © 2022. All rights reserved.