Package com.mypurecloud.sdk.v2.model
Class TimeOffSettingsResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.TimeOffSettingsResponse
- All Implemented Interfaces:
Serializable
TimeOffSettingsResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of the submission range -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetSubmissionEarliestDaysFromNow(Integer submissionEarliestDaysFromNow) voidsetSubmissionLatestDate(LocalDate submissionLatestDate) voidsetSubmissionLatestDaysFromNow(Integer submissionLatestDaysFromNow) voidsetSubmissionRangeEnforced(Boolean submissionRangeEnforced) voidsetSubmissionRangeType(TimeOffSettingsResponse.SubmissionRangeTypeEnum submissionRangeType) submissionEarliestDaysFromNow(Integer submissionEarliestDaysFromNow) The earliest number of days from now for which an agent can submit a time off request.submissionLatestDate(LocalDate submissionLatestDate) The latest date for the time off request submission interpreted in the business unit time zone in yyyy-MM-dd format.submissionLatestDaysFromNow(Integer submissionLatestDaysFromNow) The latest number of days from now for which an agent can submit a time off requestsubmissionRangeEnforced(Boolean submissionRangeEnforced) Whether to enforce a submission range for agent time off requestssubmissionRangeType(TimeOffSettingsResponse.SubmissionRangeTypeEnum submissionRangeType) The type of the submission rangetoString()
-
Constructor Details
-
TimeOffSettingsResponse
public TimeOffSettingsResponse() -
TimeOffSettingsResponse
-
-
Method Details
-
submissionRangeEnforced
Whether to enforce a submission range for agent time off requests -
getSubmissionRangeEnforced
-
setSubmissionRangeEnforced
-
submissionRangeType
public TimeOffSettingsResponse submissionRangeType(TimeOffSettingsResponse.SubmissionRangeTypeEnum submissionRangeType) The type of the submission range -
getSubmissionRangeType
-
setSubmissionRangeType
public void setSubmissionRangeType(TimeOffSettingsResponse.SubmissionRangeTypeEnum submissionRangeType) -
submissionEarliestDaysFromNow
The earliest number of days from now for which an agent can submit a time off request. Use negative numbers to indicate days in the past -
getSubmissionEarliestDaysFromNow
-
setSubmissionEarliestDaysFromNow
-
submissionLatestDaysFromNow
The latest number of days from now for which an agent can submit a time off request -
getSubmissionLatestDaysFromNow
-
setSubmissionLatestDaysFromNow
-
submissionLatestDate
The latest date for the time off request submission interpreted in the business unit time zone in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getSubmissionLatestDate
-
setSubmissionLatestDate
-
equals
-
hashCode
public int hashCode() -
toString
-