Uses of Class
com.mypurecloud.sdk.v2.model.ActionMap
Packages that use ActionMap
Package
Description
-
Uses of ActionMap in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ActionMapModifier and TypeMethodDescriptionJourneyApi.getJourneyActionmap(GetJourneyActionmapRequest request) Retrieve a single action map.JourneyApi.getJourneyActionmap(String actionMapId) Retrieve a single action map.JourneyApi.patchJourneyActionmap(PatchJourneyActionmapRequest request) Update single action map.JourneyApi.patchJourneyActionmap(String actionMapId, PatchActionMap body) Update single action map.JourneyApi.postJourneyActionmaps(PostJourneyActionmapsRequest request) Create an action map.JourneyApi.postJourneyActionmaps(ActionMap body) Create an action map.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ActionMapModifier and TypeMethodDescriptionJourneyApi.getJourneyActionmap(ApiRequest<Void> request) Retrieve a single action map.JourneyApiAsync.getJourneyActionmapAsync(GetJourneyActionmapRequest request, AsyncApiCallback<ActionMap> callback) Retrieve a single action map.JourneyApiAsync.getJourneyActionmapAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ActionMap>> callback) Retrieve a single action map.JourneyApi.getJourneyActionmapWithHttpInfo(String actionMapId) Retrieve a single action map.JourneyApi.patchJourneyActionmap(ApiRequest<PatchActionMap> request) Update single action map.JourneyApiAsync.patchJourneyActionmapAsync(PatchJourneyActionmapRequest request, AsyncApiCallback<ActionMap> callback) Update single action map.JourneyApiAsync.patchJourneyActionmapAsync(ApiRequest<PatchActionMap> request, AsyncApiCallback<ApiResponse<ActionMap>> callback) Update single action map.JourneyApi.patchJourneyActionmapWithHttpInfo(String actionMapId, PatchActionMap body) Update single action map.JourneyApi.postJourneyActionmaps(ApiRequest<ActionMap> request) Create an action map.JourneyApiAsync.postJourneyActionmapsAsync(PostJourneyActionmapsRequest request, AsyncApiCallback<ActionMap> callback) Create an action map.JourneyApiAsync.postJourneyActionmapsAsync(ApiRequest<ActionMap> request, AsyncApiCallback<ApiResponse<ActionMap>> callback) Create an action map.JourneyApi.postJourneyActionmapsWithHttpInfo(ActionMap body) Create an action map.Methods in com.mypurecloud.sdk.v2.api with parameters of type ActionMapModifier and TypeMethodDescriptionJourneyApi.postJourneyActionmaps(ActionMap body) Create an action map.JourneyApi.postJourneyActionmapsWithHttpInfo(ActionMap body) Create an action map.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ActionMapModifier and TypeMethodDescriptionJourneyApiAsync.getJourneyActionmapAsync(GetJourneyActionmapRequest request, AsyncApiCallback<ActionMap> callback) Retrieve a single action map.JourneyApiAsync.getJourneyActionmapAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ActionMap>> callback) Retrieve a single action map.JourneyApiAsync.patchJourneyActionmapAsync(PatchJourneyActionmapRequest request, AsyncApiCallback<ActionMap> callback) Update single action map.JourneyApiAsync.patchJourneyActionmapAsync(ApiRequest<PatchActionMap> request, AsyncApiCallback<ApiResponse<ActionMap>> callback) Update single action map.JourneyApi.postJourneyActionmaps(ApiRequest<ActionMap> request) Create an action map.JourneyApiAsync.postJourneyActionmapsAsync(PostJourneyActionmapsRequest request, AsyncApiCallback<ActionMap> callback) Create an action map.JourneyApiAsync.postJourneyActionmapsAsync(ApiRequest<ActionMap> request, AsyncApiCallback<ApiResponse<ActionMap>> callback) Create an action map.JourneyApiAsync.postJourneyActionmapsAsync(ApiRequest<ActionMap> request, AsyncApiCallback<ApiResponse<ActionMap>> callback) Create an action map. -
Uses of ActionMap in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ActionMapMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ActionMapMethods in com.mypurecloud.sdk.v2.api.request with parameters of type ActionMapModifier and TypeMethodDescriptionvoid -
Uses of ActionMap in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ActionMapModifier and TypeMethodDescriptionActionMap.action(ActionMapAction action) The action that will be executed if this action map is triggered.ActionMap.actionMapScheduleGroups(ActionMapScheduleGroups actionMapScheduleGroups) The action map's associated schedule groups.ActionMap.activation(Activation activation) Type of activation.ActionMap.createdDate(Date createdDate) Timestamp indicating when the action map was created.ActionMap.displayName(String displayName) Display name of the action map.Timestamp at which the action map is scheduled to stop firing.ActionMap.ignoreFrequencyCap(Boolean ignoreFrequencyCap) Override organization-level frequency cap and always offer web engagements from this action map.Whether the action map is active.ActionMap.modifiedDate(Date modifiedDate) Timestamp indicating when the action map was last updated.ActionMap.pageUrlConditions(List<UrlCondition> pageUrlConditions) URL conditions that a page must match for web actions to be displayable.Timestamp at which the action map is scheduled to start firing.ActionMap.triggerWithEventConditions(List<EventCondition> triggerWithEventConditions) List of event conditions that must be satisfied to trigger the action map.ActionMap.triggerWithOutcomePercentileConditions(List<OutcomePercentileCondition> triggerWithOutcomePercentileConditions) Deprecated.ActionMap.triggerWithOutcomeProbabilityConditions(List<OutcomeProbabilityCondition> triggerWithOutcomeProbabilityConditions) Deprecated.ActionMap.triggerWithOutcomeQuantileConditions(List<OutcomeQuantileCondition> triggerWithOutcomeQuantileConditions) Deprecated.ActionMap.triggerWithSegments(List<String> triggerWithSegments) Trigger action map if any segment in the list is assigned to a given customer.The version of the action map.Weight of the action map with higher number denoting higher weight.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ActionMapMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ActionMap