Uses of Class
com.mypurecloud.sdk.v2.model.TestExecutionResult
Packages that use TestExecutionResult
-
Uses of TestExecutionResult in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return TestExecutionResultModifier and TypeMethodDescriptionIntegrationsApi.postIntegrationsActionDraftTest(PostIntegrationsActionDraftTestRequest request) Test the execution of a draft.IntegrationsApi.postIntegrationsActionDraftTest(String actionId, Object body, Boolean flatten) Test the execution of a draft.IntegrationsApi.postIntegrationsActionTest(PostIntegrationsActionTestRequest request) Test the execution of an action.IntegrationsApi.postIntegrationsActionTest(String actionId, Object body, Boolean flatten) Test the execution of an action.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type TestExecutionResultModifier and TypeMethodDescriptionIntegrationsApi.postIntegrationsActionDraftTest(ApiRequest<Object> request) Test the execution of a draft.IntegrationsApiAsync.postIntegrationsActionDraftTestAsync(PostIntegrationsActionDraftTestRequest request, AsyncApiCallback<TestExecutionResult> callback) Test the execution of a draft.IntegrationsApiAsync.postIntegrationsActionDraftTestAsync(ApiRequest<Object> request, AsyncApiCallback<ApiResponse<TestExecutionResult>> callback) Test the execution of a draft.IntegrationsApi.postIntegrationsActionDraftTestWithHttpInfo(String actionId, Object body, Boolean flatten) Test the execution of a draft.IntegrationsApi.postIntegrationsActionTest(ApiRequest<Object> request) Test the execution of an action.IntegrationsApiAsync.postIntegrationsActionTestAsync(PostIntegrationsActionTestRequest request, AsyncApiCallback<TestExecutionResult> callback) Test the execution of an action.IntegrationsApiAsync.postIntegrationsActionTestAsync(ApiRequest<Object> request, AsyncApiCallback<ApiResponse<TestExecutionResult>> callback) Test the execution of an action.IntegrationsApi.postIntegrationsActionTestWithHttpInfo(String actionId, Object body, Boolean flatten) Test the execution of an action.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type TestExecutionResultModifier and TypeMethodDescriptionIntegrationsApiAsync.postIntegrationsActionDraftTestAsync(PostIntegrationsActionDraftTestRequest request, AsyncApiCallback<TestExecutionResult> callback) Test the execution of a draft.IntegrationsApiAsync.postIntegrationsActionDraftTestAsync(ApiRequest<Object> request, AsyncApiCallback<ApiResponse<TestExecutionResult>> callback) Test the execution of a draft.IntegrationsApiAsync.postIntegrationsActionTestAsync(PostIntegrationsActionTestRequest request, AsyncApiCallback<TestExecutionResult> callback) Test the execution of an action.IntegrationsApiAsync.postIntegrationsActionTestAsync(ApiRequest<Object> request, AsyncApiCallback<ApiResponse<TestExecutionResult>> callback) Test the execution of an action. -
Uses of TestExecutionResult in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TestExecutionResultModifier and TypeMethodDescriptionThe final error encountered during the test that resulted in test failureTestExecutionResult.finalResult(Object finalResult) The final result of the test.TestExecutionResult.operations(List<TestExecutionOperationResult> operations) Execution operations performed as part of the testIndicates whether or not the test was a success