Uses of Class
com.qtsurfer.api.client.model.PrepareJobStateAllOfHoursWithoutData
Packages that use PrepareJobStateAllOfHoursWithoutData
-
Uses of PrepareJobStateAllOfHoursWithoutData in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return PrepareJobStateAllOfHoursWithoutDataModifier and TypeMethodDescriptionPrepareJobStateAllOfHoursWithoutData.hour(OffsetDateTime hour) PrepareJobStateAllOfHoursWithoutData.rationale(PrepareJobStateAllOfHoursWithoutData.RationaleEnum rationale) Methods in com.qtsurfer.api.client.model that return types with arguments of type PrepareJobStateAllOfHoursWithoutDataModifier and TypeMethodDescriptionPrepareJobState.getHoursWithoutData()One entry per hour in the range that has no data, with a rationale.Methods in com.qtsurfer.api.client.model with parameters of type PrepareJobStateAllOfHoursWithoutDataModifier and TypeMethodDescriptionPrepareJobState.addHoursWithoutDataItem(PrepareJobStateAllOfHoursWithoutData hoursWithoutDataItem) Method parameters in com.qtsurfer.api.client.model with type arguments of type PrepareJobStateAllOfHoursWithoutDataModifier and TypeMethodDescriptionPrepareJobState.hoursWithoutData(List<PrepareJobStateAllOfHoursWithoutData> hoursWithoutData) voidPrepareJobState.setHoursWithoutData(List<PrepareJobStateAllOfHoursWithoutData> hoursWithoutData)