Package com.mypurecloud.sdk.v2.model
Class InsightsAgents
java.lang.Object
com.mypurecloud.sdk.v2.model.InsightsAgents
- All Implemented Interfaces:
Serializable
InsightsAgents
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateEndWorkday(LocalDate dateEndWorkday) End workday used as the date range.dateStartWorkday(LocalDate dateStartWorkday) Start workday used as the date range.division(DivisionReference division) The divisionentities(List<InsightsAgentItem> entities) The list of insights agentsbooleangranularity(InsightsAgents.GranularityEnum granularity) GranularityinthashCode()performanceProfile(AddressableEntityRef performanceProfile) The performance profilevoidsetDateEndWorkday(LocalDate dateEndWorkday) voidsetDateStartWorkday(LocalDate dateStartWorkday) voidsetDivision(DivisionReference division) voidsetEntities(List<InsightsAgentItem> entities) voidsetGranularity(InsightsAgents.GranularityEnum granularity) voidsetPerformanceProfile(AddressableEntityRef performanceProfile) toString()
-
Constructor Details
-
InsightsAgents
public InsightsAgents() -
InsightsAgents
-
-
Method Details
-
performanceProfile
The performance profile -
getPerformanceProfile
-
setPerformanceProfile
-
division
The division -
getDivision
-
setDivision
-
granularity
Granularity -
getGranularity
-
setGranularity
-
dateStartWorkday
Start workday used as the date range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getDateStartWorkday
-
setDateStartWorkday
-
dateEndWorkday
End workday used as the date range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getDateEndWorkday
-
setDateEndWorkday
-
entities
The list of insights agents -
getEntities
-
setEntities
-
equals
-
hashCode
public int hashCode() -
toString
-