Uses of Class
com.mypurecloud.sdk.v2.model.PatchActionMap
Packages that use PatchActionMap
Package
Description
-
Uses of PatchActionMap in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchActionMapModifier and TypeMethodDescriptionJourneyApi.patchJourneyActionmap(String actionMapId, PatchActionMap body) Update single action map.JourneyApi.patchJourneyActionmapWithHttpInfo(String actionMapId, PatchActionMap body) Update single action map.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type PatchActionMapModifier and TypeMethodDescriptionJourneyApi.patchJourneyActionmap(ApiRequest<PatchActionMap> request) Update single action map.JourneyApiAsync.patchJourneyActionmapAsync(ApiRequest<PatchActionMap> request, AsyncApiCallback<ApiResponse<ActionMap>> callback) Update single action map. -
Uses of PatchActionMap in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchActionMapMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type PatchActionMapMethods in com.mypurecloud.sdk.v2.api.request with parameters of type PatchActionMapModifier and TypeMethodDescriptionvoidPatchJourneyActionmapRequest.setBody(PatchActionMap body) PatchJourneyActionmapRequest.Builder.withBody(PatchActionMap body) PatchJourneyActionmapRequest.withBody(PatchActionMap body) -
Uses of PatchActionMap in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PatchActionMapModifier and TypeMethodDescriptionPatchActionMap.action(PatchAction action) The action that will be executed if this action map is triggered.PatchActionMap.actionMapScheduleGroups(PatchActionMapScheduleGroups actionMapScheduleGroups) The action map's associated schedule groups.PatchActionMap.activation(Activation activation) Type of activation.PatchActionMap.createdDate(Date createdDate) Timestamp indicating when the action map was created.PatchActionMap.displayName(String displayName) Display name of the action map.Timestamp at which the action map is scheduled to stop firing.PatchActionMap.ignoreFrequencyCap(Boolean ignoreFrequencyCap) Override organization-level frequency cap and always offer web engagements from this action map.Whether the action map is active.PatchActionMap.modifiedDate(Date modifiedDate) Timestamp indicating when the action map was last updated.PatchActionMap.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.PatchActionMap.triggerWithEventConditions(List<EventCondition> triggerWithEventConditions) List of event conditions that must be satisfied to trigger the action map.PatchActionMap.triggerWithOutcomePercentileConditions(List<OutcomePercentileCondition> triggerWithOutcomePercentileConditions) Deprecated.PatchActionMap.triggerWithOutcomeProbabilityConditions(List<OutcomeProbabilityCondition> triggerWithOutcomeProbabilityConditions) Deprecated.PatchActionMap.triggerWithOutcomeQuantileConditions(List<OutcomeQuantileCondition> triggerWithOutcomeQuantileConditions) Deprecated.PatchActionMap.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.