Uses of Class
com.mypurecloud.sdk.v2.model.WfmHistoricalAdherenceQueryForTeams
Packages that use WfmHistoricalAdherenceQueryForTeams
Package
Description
-
Uses of WfmHistoricalAdherenceQueryForTeams in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type WfmHistoricalAdherenceQueryForTeamsModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementTeamAdherenceHistorical(String teamId, WfmHistoricalAdherenceQueryForTeams body) Request a teams historical adherence report The maximum supported range for historical adherence queries is 31 days, or 7 days with includeExceptions = trueWorkforceManagementApi.postWorkforcemanagementTeamAdherenceHistoricalWithHttpInfo(String teamId, WfmHistoricalAdherenceQueryForTeams body) Request a teams historical adherence report The maximum supported range for historical adherence queries is 31 days, or 7 days with includeExceptions = trueMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type WfmHistoricalAdherenceQueryForTeamsModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementTeamAdherenceHistorical(ApiRequest<WfmHistoricalAdherenceQueryForTeams> request) Request a teams historical adherence report The maximum supported range for historical adherence queries is 31 days, or 7 days with includeExceptions = trueWorkforceManagementApiAsync.postWorkforcemanagementTeamAdherenceHistoricalAsync(ApiRequest<WfmHistoricalAdherenceQueryForTeams> request, AsyncApiCallback<ApiResponse<WfmHistoricalAdherenceResponse>> callback) Request a teams historical adherence report The maximum supported range for historical adherence queries is 31 days, or 7 days with includeExceptions = true -
Uses of WfmHistoricalAdherenceQueryForTeams in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return WfmHistoricalAdherenceQueryForTeamsModifier and TypeMethodDescriptionPostWorkforcemanagementTeamAdherenceHistoricalRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type WfmHistoricalAdherenceQueryForTeamsModifier and TypeMethodDescriptionPostWorkforcemanagementTeamAdherenceHistoricalRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type WfmHistoricalAdherenceQueryForTeamsModifier and TypeMethodDescriptionPostWorkforcemanagementTeamAdherenceHistoricalRequest.builder(String teamId, WfmHistoricalAdherenceQueryForTeams body) voidPostWorkforcemanagementTeamAdherenceHistoricalRequest.setBody(WfmHistoricalAdherenceQueryForTeams body) PostWorkforcemanagementTeamAdherenceHistoricalRequest.Builder.withBody(WfmHistoricalAdherenceQueryForTeams body) PostWorkforcemanagementTeamAdherenceHistoricalRequest.withBody(WfmHistoricalAdherenceQueryForTeams body) PostWorkforcemanagementTeamAdherenceHistoricalRequest.Builder.withRequiredParams(String teamId, WfmHistoricalAdherenceQueryForTeams body) -
Uses of WfmHistoricalAdherenceQueryForTeams in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WfmHistoricalAdherenceQueryForTeamsModifier and TypeMethodDescriptionEnd of the date range to query in ISO-8601 format.WfmHistoricalAdherenceQueryForTeams.includeExceptions(Boolean includeExceptions) Whether user exceptions should be returned as part of the resultsBeginning of the date range to query in ISO-8601 formatThe time zone, in olson format, to use in defining days when computing adherence.The userIds to report on.