Package com.mypurecloud.sdk.v2.model
Class BulkUpdateShiftTradeListJobRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.BulkUpdateShiftTradeListJobRequest
- All Implemented Interfaces:
Serializable
BulkUpdateShiftTradeListJobRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentities(List<BulkUpdateShiftTradeStateRequestItem> entities) The shift trades that are being updatedbooleaninthashCode()managementUnitIds(List<String> managementUnitIds) The IDs of the management units from which to update shift tradesvoidsetEntities(List<BulkUpdateShiftTradeStateRequestItem> entities) voidsetManagementUnitIds(List<String> managementUnitIds) voidsetWeekDates(List<LocalDate> weekDates) toString()The start week dates in which the shift trades being updated occur in the business unit time zone (yyyy-MM-dd format)
-
Constructor Details
-
BulkUpdateShiftTradeListJobRequest
public BulkUpdateShiftTradeListJobRequest() -
BulkUpdateShiftTradeListJobRequest
-
-
Method Details
-
managementUnitIds
The IDs of the management units from which to update shift trades -
getManagementUnitIds
-
setManagementUnitIds
-
weekDates
The start week dates in which the shift trades being updated occur in the business unit time zone (yyyy-MM-dd format) -
getWeekDates
-
setWeekDates
-
entities
public BulkUpdateShiftTradeListJobRequest entities(List<BulkUpdateShiftTradeStateRequestItem> entities) The shift trades that are being updated -
getEntities
-
setEntities
-
equals
-
hashCode
public int hashCode() -
toString
-