Uses of Enum
org.camunda.community.rest.client.dto.DurationReportResultDto.PeriodUnitEnum
Packages that use DurationReportResultDto.PeriodUnitEnum
-
Uses of DurationReportResultDto.PeriodUnitEnum in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return DurationReportResultDto.PeriodUnitEnumModifier and TypeMethodDescriptionDurationReportResultDto.getPeriodUnit()The unit of the given period.Returns the enum constant of this type with the specified name.DurationReportResultDto.PeriodUnitEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.camunda.community.rest.client.dto that return types with arguments of type DurationReportResultDto.PeriodUnitEnumModifier and TypeMethodDescriptionorg.openapitools.jackson.nullable.JsonNullable<DurationReportResultDto.PeriodUnitEnum>DurationReportResultDto.getPeriodUnit_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type DurationReportResultDto.PeriodUnitEnumModifier and TypeMethodDescriptionDurationReportResultDto.periodUnit(DurationReportResultDto.PeriodUnitEnum periodUnit) voidDurationReportResultDto.setPeriodUnit(DurationReportResultDto.PeriodUnitEnum periodUnit) Method parameters in org.camunda.community.rest.client.dto with type arguments of type DurationReportResultDto.PeriodUnitEnumModifier and TypeMethodDescriptionvoidDurationReportResultDto.setPeriodUnit_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<DurationReportResultDto.PeriodUnitEnum> periodUnit)