Uses of Class
com.mypurecloud.sdk.v2.model.PatchActionTemplate
Packages that use PatchActionTemplate
Package
Description
-
Uses of PatchActionTemplate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchActionTemplateModifier and TypeMethodDescriptionJourneyApi.patchJourneyActiontemplate(String actionTemplateId, PatchActionTemplate body) Update a single action template.JourneyApi.patchJourneyActiontemplateWithHttpInfo(String actionTemplateId, PatchActionTemplate body) Update a single action template.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type PatchActionTemplateModifier and TypeMethodDescriptionJourneyApi.patchJourneyActiontemplate(ApiRequest<PatchActionTemplate> request) Update a single action template.JourneyApiAsync.patchJourneyActiontemplateAsync(ApiRequest<PatchActionTemplate> request, AsyncApiCallback<ApiResponse<ActionTemplate>> callback) Update a single action template. -
Uses of PatchActionTemplate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchActionTemplateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type PatchActionTemplateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type PatchActionTemplateModifier and TypeMethodDescriptionvoidPatchJourneyActiontemplateRequest.setBody(PatchActionTemplate body) PatchJourneyActiontemplateRequest.Builder.withBody(PatchActionTemplate body) PatchJourneyActiontemplateRequest.withBody(PatchActionTemplate body) -
Uses of PatchActionTemplate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PatchActionTemplateModifier and TypeMethodDescriptionPatchActionTemplate.contentOffer(PatchContentOffer contentOffer) Properties used to configure an action of type content offerPatchActionTemplate.description(String description) Description of the action template's functionality.PatchActionTemplate.mediaType(PatchActionTemplate.MediaTypeEnum mediaType) Media type of action described by the action template.Name of the action template.PatchActionTemplate.state(PatchActionTemplate.StateEnum state) Whether the action template is currently active, inactive or deleted.The version of the action template.