Uses of Class
com.mypurecloud.sdk.v2.model.TestModeResults
Packages that use TestModeResults
-
Uses of TestModeResults in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return TestModeResultsModifier and TypeMethodDescriptionProcessAutomationApi.postProcessautomationTriggerTest(PostProcessautomationTriggerTestRequest request) Test the matching of a Trigger based on provided event bodyProcessAutomationApi.postProcessautomationTriggerTest(String triggerId, String body) Test the matching of a Trigger based on provided event bodyMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type TestModeResultsModifier and TypeMethodDescriptionProcessAutomationApi.postProcessautomationTriggerTest(ApiRequest<String> request) Test the matching of a Trigger based on provided event bodyProcessAutomationApiAsync.postProcessautomationTriggerTestAsync(PostProcessautomationTriggerTestRequest request, AsyncApiCallback<TestModeResults> callback) Test the matching of a Trigger based on provided event bodyProcessAutomationApiAsync.postProcessautomationTriggerTestAsync(ApiRequest<String> request, AsyncApiCallback<ApiResponse<TestModeResults>> callback) Test the matching of a Trigger based on provided event bodyProcessAutomationApi.postProcessautomationTriggerTestWithHttpInfo(String triggerId, String body) Test the matching of a Trigger based on provided event bodyMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type TestModeResultsModifier and TypeMethodDescriptionProcessAutomationApiAsync.postProcessautomationTriggerTestAsync(PostProcessautomationTriggerTestRequest request, AsyncApiCallback<TestModeResults> callback) Test the matching of a Trigger based on provided event bodyProcessAutomationApiAsync.postProcessautomationTriggerTestAsync(ApiRequest<String> request, AsyncApiCallback<ApiResponse<TestModeResults>> callback) Test the matching of a Trigger based on provided event body -
Uses of TestModeResults in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TestModeResultsModifier and TypeMethodDescriptionTestModeResults.jsonPathValidation(TestMatchesOperation jsonPathValidation) Information about the json path matching criteriaTestModeResults.schemaValidation(TestSchemaOperation schemaValidation) Information about the validation of the schema of the event body passed in to test modeTestModeResults.targetValidation(TestTargetOperation targetValidation) Information about the validation of the trigger targetTestModeResults.triggerMatches(Boolean triggerMatches) Whether the trigger would have matched on the provided event body