Uses of Class
com.mypurecloud.sdk.v2.model.AnalyticsAgentStateAgentResponse
Packages that use AnalyticsAgentStateAgentResponse
-
Uses of AnalyticsAgentStateAgentResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return AnalyticsAgentStateAgentResponseModifier and TypeMethodDescriptionAnalyticsApi.getAnalyticsAgentStatus(GetAnalyticsAgentStatusRequest request) Get an agent and their active sessions by user IDAnalyticsApi.getAnalyticsAgentStatus(String userId) Get an agent and their active sessions by user IDMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type AnalyticsAgentStateAgentResponseModifier and TypeMethodDescriptionAnalyticsApi.getAnalyticsAgentStatus(ApiRequest<Void> request) Get an agent and their active sessions by user IDAnalyticsApiAsync.getAnalyticsAgentStatusAsync(GetAnalyticsAgentStatusRequest request, AsyncApiCallback<AnalyticsAgentStateAgentResponse> callback) Get an agent and their active sessions by user IDAnalyticsApiAsync.getAnalyticsAgentStatusAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<AnalyticsAgentStateAgentResponse>> callback) Get an agent and their active sessions by user IDAnalyticsApi.getAnalyticsAgentStatusWithHttpInfo(String userId) Get an agent and their active sessions by user IDMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type AnalyticsAgentStateAgentResponseModifier and TypeMethodDescriptionAnalyticsApiAsync.getAnalyticsAgentStatusAsync(GetAnalyticsAgentStatusRequest request, AsyncApiCallback<AnalyticsAgentStateAgentResponse> callback) Get an agent and their active sessions by user IDAnalyticsApiAsync.getAnalyticsAgentStatusAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<AnalyticsAgentStateAgentResponse>> callback) Get an agent and their active sessions by user ID -
Uses of AnalyticsAgentStateAgentResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AnalyticsAgentStateAgentResponseModifier and TypeMethodDescriptionAnalyticsAgentStateAgentResponse.divisionId(String divisionId) Division IdAnalyticsAgentStateAgentResponse.isOutOfOffice(Boolean isOutOfOffice) Whether the user is out of officeThe user that this user reports toAnalyticsAgentStateAgentResponse.organizationPresenceId(String organizationPresenceId) The identifier for the user's organization presenceAnalyticsAgentStateAgentResponse.presenceDate(Date presenceDate) The timestamp for when the user's presence began.AnalyticsAgentStateAgentResponse.routingStatus(AnalyticsAgentStateAgentResponse.RoutingStatusEnum routingStatus) The user's routing statusAnalyticsAgentStateAgentResponse.routingStatusDate(Date routingStatusDate) The timestamp for when the user's routing status began.AnalyticsAgentStateAgentResponse.sessionCount(Integer sessionCount) The count of sessionsAnalyticsAgentStateAgentResponse.sessions(List<AnalyticsAgentStateAgentSessionResult> sessions) List of sessionsAnalyticsAgentStateAgentResponse.systemPresence(AnalyticsAgentStateAgentResponse.SystemPresenceEnum systemPresence) The user's system presenceUser Id - only returned if division is covered by agentStateNames permissionUser name - only returned if division is covered by agentStateNames permissionMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type AnalyticsAgentStateAgentResponseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type AnalyticsAgentStateAgentResponseModifier and TypeMethodDescriptionAnalyticsAgentStateQueryResponse.entities(List<AnalyticsAgentStateAgentResponse> entities) List of agentsvoidAnalyticsAgentStateQueryResponse.setEntities(List<AnalyticsAgentStateAgentResponse> entities)