Uses of Enum
org.camunda.community.rest.client.dto.HistoricTaskInstanceReportResultDto.PeriodUnitEnum
Packages that use HistoricTaskInstanceReportResultDto.PeriodUnitEnum
-
Uses of HistoricTaskInstanceReportResultDto.PeriodUnitEnum in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return HistoricTaskInstanceReportResultDto.PeriodUnitEnumModifier and TypeMethodDescriptionHistoricTaskInstanceReportResultDto.getPeriodUnit()The unit of the given period.Returns the enum constant of this type with the specified name.HistoricTaskInstanceReportResultDto.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 HistoricTaskInstanceReportResultDto.PeriodUnitEnumModifier and TypeMethodDescriptionorg.openapitools.jackson.nullable.JsonNullable<HistoricTaskInstanceReportResultDto.PeriodUnitEnum>HistoricTaskInstanceReportResultDto.getPeriodUnit_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type HistoricTaskInstanceReportResultDto.PeriodUnitEnumModifier and TypeMethodDescriptionHistoricTaskInstanceReportResultDto.periodUnit(HistoricTaskInstanceReportResultDto.PeriodUnitEnum periodUnit) voidHistoricTaskInstanceReportResultDto.setPeriodUnit(HistoricTaskInstanceReportResultDto.PeriodUnitEnum periodUnit) Method parameters in org.camunda.community.rest.client.dto with type arguments of type HistoricTaskInstanceReportResultDto.PeriodUnitEnumModifier and TypeMethodDescriptionvoidHistoricTaskInstanceReportResultDto.setPeriodUnit_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<HistoricTaskInstanceReportResultDto.PeriodUnitEnum> periodUnit)