Uses of Class
com.mypurecloud.sdk.v2.model.TriggerEntityListing
Packages that use TriggerEntityListing
-
Uses of TriggerEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return TriggerEntityListingModifier and TypeMethodDescriptionProcessAutomationApi.getProcessautomationTriggers(GetProcessautomationTriggersRequest request) Retrieves all triggers, optionally filtered by query parameters.ProcessAutomationApi.getProcessautomationTriggers(String before, String after, String pageSize, String topicName, Boolean enabled, Boolean hasDelayBy) Retrieves all triggers, optionally filtered by query parameters.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type TriggerEntityListingModifier and TypeMethodDescriptionProcessAutomationApi.getProcessautomationTriggers(ApiRequest<Void> request) Retrieves all triggers, optionally filtered by query parameters.ProcessAutomationApiAsync.getProcessautomationTriggersAsync(GetProcessautomationTriggersRequest request, AsyncApiCallback<TriggerEntityListing> callback) Retrieves all triggers, optionally filtered by query parameters.ProcessAutomationApiAsync.getProcessautomationTriggersAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TriggerEntityListing>> callback) Retrieves all triggers, optionally filtered by query parameters.ProcessAutomationApi.getProcessautomationTriggersWithHttpInfo(String before, String after, String pageSize, String topicName, Boolean enabled, Boolean hasDelayBy) Retrieves all triggers, optionally filtered by query parameters.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type TriggerEntityListingModifier and TypeMethodDescriptionProcessAutomationApiAsync.getProcessautomationTriggersAsync(GetProcessautomationTriggersRequest request, AsyncApiCallback<TriggerEntityListing> callback) Retrieves all triggers, optionally filtered by query parameters.ProcessAutomationApiAsync.getProcessautomationTriggersAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TriggerEntityListing>> callback) Retrieves all triggers, optionally filtered by query parameters. -
Uses of TriggerEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TriggerEntityListing