Class DTOProfileUpdate
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.timesheet.rs2.config.profile.DTOProfileUpdate
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO representing a profile update request.
- Since:
- 19.0
- See Also:
- GCApi:
- dto
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getType()final voidfinal voidfinal voidsetDelayEndOvertimeThreshold(Optional<Long> delayEndOvertimeThreshold) final voidsetDescription(Optional<String> description) final voidsetDurationBlockingClosure(Optional<Boolean> durationBlockingClosure) final voidsetEarlyStartOvertimeThreshold(Optional<Long> earlyStartOvertimeThreshold) final voidsetForcedClosureThreshold(Optional<Long> forcedClosureThreshold) final voidsetForcedClosureThresholdType(Optional<Long> forcedClosureThresholdType) final voidsetGapsBlockingClosure(Optional<Boolean> gapsBlockingClosure) final voidsetGapThreshold(Optional<Long> gapThreshold) final voidsetHistory(Optional<Long> history) final voidsetInconsistentDurationWarning(Optional<Boolean> inconsistentDurationWarning) final voidsetMaxEarlyEnd(Optional<Long> maxEarlyEnd) final voidsetMaxLateStart(Optional<Long> maxLateStart) final voidsetOutOfShiftOvertimeWarning(Optional<Boolean> outOfShiftOvertimeWarning) final voidsetOverlapBlockingClosure(Optional<Boolean> overlapBlockingClosure) final voidsetOverlapWarning(Optional<Boolean> overlapWarning) final voidsetOvertimeBlockingClosure(Optional<Boolean> overtimeBlockingClosure) final voidsetPastTimesheetsNumber(Optional<Long> pastTimesheetsNumber) final voidsetShiftBlockingClosure(Optional<Boolean> shiftBlockingClosure) final voidsetShiftGapsWarning(Optional<Boolean> shiftGapsWarning) final voidsetShiftNotRespectedWarning(Optional<Boolean> shiftNotRespectedWarning) final voidfinal voidsetValidation(Optional<Boolean> validation) Methods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
DTOProfileUpdate
public DTOProfileUpdate()
-
-
Method Details
-
getCode
-
setCode
-
getDescription
-
setDescription
-
getActive
-
setActive
-
getType
-
setType
-
getHistory
-
setHistory
-
getShiftNotRespectedWarning
-
setShiftNotRespectedWarning
-
getMaxLateStart
-
setMaxLateStart
-
getMaxEarlyEnd
-
setMaxEarlyEnd
-
getShiftBlockingClosure
-
setShiftBlockingClosure
-
getOutOfShiftOvertimeWarning
-
setOutOfShiftOvertimeWarning
-
getEarlyStartOvertimeThreshold
-
setEarlyStartOvertimeThreshold
-
getDelayEndOvertimeThreshold
-
setDelayEndOvertimeThreshold
-
getOvertimeBlockingClosure
-
setOvertimeBlockingClosure
-
getShiftGapsWarning
-
setShiftGapsWarning
-
getGapThreshold
-
setGapThreshold
-
getGapsBlockingClosure
-
setGapsBlockingClosure
-
getOverlapWarning
-
setOverlapWarning
-
getOverlapBlockingClosure
-
setOverlapBlockingClosure
-
getInconsistentDurationWarning
-
setInconsistentDurationWarning
-
getDurationBlockingClosure
-
setDurationBlockingClosure
-
getPastTimesheetsNumber
-
setPastTimesheetsNumber
-
getValidation
-
setValidation
-
getForcedClosureThreshold
-
setForcedClosureThreshold
-
getForcedClosureThresholdType
-
setForcedClosureThresholdType
-