Uses of Class
com.mypurecloud.sdk.v2.model.ActionTemplate
Packages that use ActionTemplate
Package
Description
-
Uses of ActionTemplate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ActionTemplateModifier and TypeMethodDescriptionJourneyApi.getJourneyActiontemplate(GetJourneyActiontemplateRequest request) Retrieve a single action template.JourneyApi.getJourneyActiontemplate(String actionTemplateId) Retrieve a single action template.JourneyApi.patchJourneyActiontemplate(PatchJourneyActiontemplateRequest request) Update a single action template.JourneyApi.patchJourneyActiontemplate(String actionTemplateId, PatchActionTemplate body) Update a single action template.JourneyApi.postJourneyActiontemplates(PostJourneyActiontemplatesRequest request) Create a single action template.JourneyApi.postJourneyActiontemplates(ActionTemplate body) Create a single action template.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ActionTemplateModifier and TypeMethodDescriptionJourneyApi.getJourneyActiontemplate(ApiRequest<Void> request) Retrieve a single action template.JourneyApiAsync.getJourneyActiontemplateAsync(GetJourneyActiontemplateRequest request, AsyncApiCallback<ActionTemplate> callback) Retrieve a single action template.JourneyApiAsync.getJourneyActiontemplateAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ActionTemplate>> callback) Retrieve a single action template.JourneyApi.getJourneyActiontemplateWithHttpInfo(String actionTemplateId) Retrieve a single action template.JourneyApi.patchJourneyActiontemplate(ApiRequest<PatchActionTemplate> request) Update a single action template.JourneyApiAsync.patchJourneyActiontemplateAsync(PatchJourneyActiontemplateRequest request, AsyncApiCallback<ActionTemplate> callback) Update a single action template.JourneyApiAsync.patchJourneyActiontemplateAsync(ApiRequest<PatchActionTemplate> request, AsyncApiCallback<ApiResponse<ActionTemplate>> callback) Update a single action template.JourneyApi.patchJourneyActiontemplateWithHttpInfo(String actionTemplateId, PatchActionTemplate body) Update a single action template.JourneyApi.postJourneyActiontemplates(ApiRequest<ActionTemplate> request) Create a single action template.JourneyApiAsync.postJourneyActiontemplatesAsync(PostJourneyActiontemplatesRequest request, AsyncApiCallback<ActionTemplate> callback) Create a single action template.JourneyApiAsync.postJourneyActiontemplatesAsync(ApiRequest<ActionTemplate> request, AsyncApiCallback<ApiResponse<ActionTemplate>> callback) Create a single action template.JourneyApi.postJourneyActiontemplatesWithHttpInfo(ActionTemplate body) Create a single action template.Methods in com.mypurecloud.sdk.v2.api with parameters of type ActionTemplateModifier and TypeMethodDescriptionJourneyApi.postJourneyActiontemplates(ActionTemplate body) Create a single action template.JourneyApi.postJourneyActiontemplatesWithHttpInfo(ActionTemplate body) Create a single action template.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ActionTemplateModifier and TypeMethodDescriptionJourneyApiAsync.getJourneyActiontemplateAsync(GetJourneyActiontemplateRequest request, AsyncApiCallback<ActionTemplate> callback) Retrieve a single action template.JourneyApiAsync.getJourneyActiontemplateAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ActionTemplate>> callback) Retrieve a single action template.JourneyApiAsync.patchJourneyActiontemplateAsync(PatchJourneyActiontemplateRequest request, AsyncApiCallback<ActionTemplate> callback) Update a single action template.JourneyApiAsync.patchJourneyActiontemplateAsync(ApiRequest<PatchActionTemplate> request, AsyncApiCallback<ApiResponse<ActionTemplate>> callback) Update a single action template.JourneyApi.postJourneyActiontemplates(ApiRequest<ActionTemplate> request) Create a single action template.JourneyApiAsync.postJourneyActiontemplatesAsync(PostJourneyActiontemplatesRequest request, AsyncApiCallback<ActionTemplate> callback) Create a single action template.JourneyApiAsync.postJourneyActiontemplatesAsync(ApiRequest<ActionTemplate> request, AsyncApiCallback<ApiResponse<ActionTemplate>> callback) Create a single action template.JourneyApiAsync.postJourneyActiontemplatesAsync(ApiRequest<ActionTemplate> request, AsyncApiCallback<ApiResponse<ActionTemplate>> callback) Create a single action template. -
Uses of ActionTemplate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ActionTemplateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ActionTemplateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type ActionTemplateModifier and TypeMethodDescriptionvoidPostJourneyActiontemplatesRequest.setBody(ActionTemplate body) PostJourneyActiontemplatesRequest.Builder.withBody(ActionTemplate body) PostJourneyActiontemplatesRequest.withBody(ActionTemplate body) -
Uses of ActionTemplate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ActionTemplateModifier and TypeMethodDescriptionActionTemplate.contentOffer(ContentOffer contentOffer) Properties used to configure an action of type content offerActionTemplate.description(String description) Description of the action template's functionality.ActionTemplate.mediaType(ActionTemplate.MediaTypeEnum mediaType) Media type of action described by the action template.Name of the action template.ActionTemplate.state(ActionTemplate.StateEnum state) Whether the action template is currently active, inactive or deleted.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ActionTemplateMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ActionTemplateModifier and TypeMethodDescriptionActionTemplateListing.entities(List<ActionTemplate> entities) voidActionTemplateListing.setEntities(List<ActionTemplate> entities)