Package com.mypurecloud.sdk.v2.model
Class WfmHistoricalShrinkageTeamsRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.WfmHistoricalShrinkageTeamsRequest
- All Implemented Interfaces:
Serializable
WfmHistoricalShrinkageTeamsRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumShrinkage aggregation interval granularity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEnd of the date range to query in ISO-8601 format.booleanShrinkage aggregation interval granularityinthashCode()voidsetEndDate(Date endDate) voidvoidsetStartDate(Date startDate) voidsetTimeZone(String timeZone) Beginning of the date range to query in ISO-8601 formatThe time zone, in olson format, to use in defining days when computing shrinkage for requested granularity.toString()
-
Constructor Details
-
WfmHistoricalShrinkageTeamsRequest
public WfmHistoricalShrinkageTeamsRequest() -
WfmHistoricalShrinkageTeamsRequest
-
-
Method Details
-
startDate
Beginning of the date range to query in ISO-8601 format -
getStartDate
-
setStartDate
-
endDate
End of the date range to query in ISO-8601 format. If it is not set, end date will be set to current time -
getEndDate
-
setEndDate
-
timeZone
The time zone, in olson format, to use in defining days when computing shrinkage for requested granularity. The results will be returned as UTC timestamps regardless of the time zone input. -
getTimeZone
-
setTimeZone
-
granularity
public WfmHistoricalShrinkageTeamsRequest granularity(WfmHistoricalShrinkageTeamsRequest.GranularityEnum granularity) Shrinkage aggregation interval granularity -
getGranularity
-
setGranularity
-
equals
-
hashCode
public int hashCode() -
toString
-