Uses of Class
com.mypurecloud.sdk.v2.model.CreateTriggerRequest
Packages that use CreateTriggerRequest
Package
Description
-
Uses of CreateTriggerRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreateTriggerRequestModifier and TypeMethodDescriptionProcessAutomationApi.postProcessautomationTriggers(CreateTriggerRequest body) Create a TriggerProcessAutomationApi.postProcessautomationTriggersWithHttpInfo(CreateTriggerRequest body) Create a TriggerMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreateTriggerRequestModifier and TypeMethodDescriptionProcessAutomationApi.postProcessautomationTriggers(ApiRequest<CreateTriggerRequest> request) Create a TriggerProcessAutomationApiAsync.postProcessautomationTriggersAsync(ApiRequest<CreateTriggerRequest> request, AsyncApiCallback<ApiResponse<Trigger>> callback) Create a Trigger -
Uses of CreateTriggerRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreateTriggerRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreateTriggerRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CreateTriggerRequestModifier and TypeMethodDescriptionPostProcessautomationTriggersRequest.builder(CreateTriggerRequest body) voidPostProcessautomationTriggersRequest.setBody(CreateTriggerRequest body) PostProcessautomationTriggersRequest.Builder.withBody(CreateTriggerRequest body) PostProcessautomationTriggersRequest.withBody(CreateTriggerRequest body) PostProcessautomationTriggersRequest.Builder.withRequiredParams(CreateTriggerRequest body) -
Uses of CreateTriggerRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateTriggerRequestModifier and TypeMethodDescriptionCreateTriggerRequest.delayBySeconds(Integer delayBySeconds) Optional delay invoking target after trigger fires.CreateTriggerRequest.description(String description) Description of the trigger.Boolean indicating if Trigger is enabledCreateTriggerRequest.eventTTLSeconds(Integer eventTTLSeconds) Optional length of time that events are meaningful after origination.CreateTriggerRequest.matchCriteria(List<MatchCriteria> matchCriteria) The configuration for when a trigger is considered to be a match for an event.The name of the triggerCreateTriggerRequest.target(TriggerTarget target) The target to invoke when a matching event is receivedThe topic that will cause the trigger to be invoked.