Uses of Class
com.mypurecloud.sdk.v2.model.ActivityPlanJobResponse
Packages that use ActivityPlanJobResponse
-
Uses of ActivityPlanJobResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ActivityPlanJobResponseModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitActivityplanRunsJob(GetWorkforcemanagementBusinessunitActivityplanRunsJobRequest request) Gets an activity plan run jobWorkforceManagementApi.getWorkforcemanagementBusinessunitActivityplanRunsJob(String businessUnitId, String activityPlanId, String jobId) Gets an activity plan run jobMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ActivityPlanJobResponseModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitActivityplanRunsJob(ApiRequest<Void> request) Gets an activity plan run jobWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitActivityplanRunsJobAsync(GetWorkforcemanagementBusinessunitActivityplanRunsJobRequest request, AsyncApiCallback<ActivityPlanJobResponse> callback) Gets an activity plan run jobWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitActivityplanRunsJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ActivityPlanJobResponse>> callback) Gets an activity plan run jobWorkforceManagementApi.getWorkforcemanagementBusinessunitActivityplanRunsJobWithHttpInfo(String businessUnitId, String activityPlanId, String jobId) Gets an activity plan run jobMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ActivityPlanJobResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitActivityplanRunsJobAsync(GetWorkforcemanagementBusinessunitActivityplanRunsJobRequest request, AsyncApiCallback<ActivityPlanJobResponse> callback) Gets an activity plan run jobWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitActivityplanRunsJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ActivityPlanJobResponse>> callback) Gets an activity plan run job -
Uses of ActivityPlanJobResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ActivityPlanJobResponseModifier and TypeMethodDescriptionActivityPlanJobResponse.activityPlan(ActivityPlanStructureWithOccurrenceSessionsUsersReference activityPlan) The activity plan associated with this jobError details if status == 'Error'.ActivityPlanJobResponse.exceptions(List<ActivityPlanJobException> exceptions) The list of exceptions that occurred while running this activity plan job.The globally unique identifier for the object.ActivityPlanJobResponse.occurrence(ActivityPlanOccurrenceReference occurrence) The occurrence associated with this job if type == 'DeleteOccurrence'ActivityPlanJobResponse.status(ActivityPlanJobResponse.StatusEnum status) The status of the jobActivityPlanJobResponse.type(ActivityPlanJobResponse.TypeEnum type) The type of the jobMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type ActivityPlanJobResponseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ActivityPlanJobResponseModifier and TypeMethodDescriptionActivityPlanJobListing.entities(List<ActivityPlanJobResponse> entities) voidActivityPlanJobListing.setEntities(List<ActivityPlanJobResponse> entities)