Uses of Class
com.mypurecloud.sdk.v2.model.ActionTarget
Packages that use ActionTarget
-
Uses of ActionTarget in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ActionTargetModifier and TypeMethodDescriptionJourneyApi.getJourneyActiontarget(GetJourneyActiontargetRequest request) Deprecated.JourneyApi.getJourneyActiontarget(String actionTargetId) Deprecated.JourneyApi.patchJourneyActiontarget(PatchJourneyActiontargetRequest request) Deprecated.JourneyApi.patchJourneyActiontarget(String actionTargetId, PatchActionTarget body) Deprecated.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ActionTargetModifier and TypeMethodDescriptionJourneyApi.getJourneyActiontarget(ApiRequest<Void> request) Deprecated.JourneyApiAsync.getJourneyActiontargetAsync(GetJourneyActiontargetRequest request, AsyncApiCallback<ActionTarget> callback) Deprecated.JourneyApiAsync.getJourneyActiontargetAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ActionTarget>> callback) Deprecated.JourneyApi.getJourneyActiontargetWithHttpInfo(String actionTargetId) Deprecated.JourneyApi.patchJourneyActiontarget(ApiRequest<PatchActionTarget> request) Deprecated.JourneyApiAsync.patchJourneyActiontargetAsync(PatchJourneyActiontargetRequest request, AsyncApiCallback<ActionTarget> callback) Deprecated.JourneyApiAsync.patchJourneyActiontargetAsync(ApiRequest<PatchActionTarget> request, AsyncApiCallback<ApiResponse<ActionTarget>> callback) Deprecated.JourneyApi.patchJourneyActiontargetWithHttpInfo(String actionTargetId, PatchActionTarget body) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ActionTargetModifier and TypeMethodDescriptionJourneyApiAsync.getJourneyActiontargetAsync(GetJourneyActiontargetRequest request, AsyncApiCallback<ActionTarget> callback) Deprecated.JourneyApiAsync.getJourneyActiontargetAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ActionTarget>> callback) Deprecated.JourneyApiAsync.patchJourneyActiontargetAsync(PatchJourneyActiontargetRequest request, AsyncApiCallback<ActionTarget> callback) Deprecated.JourneyApiAsync.patchJourneyActiontargetAsync(ApiRequest<PatchActionTarget> request, AsyncApiCallback<ApiResponse<ActionTarget>> callback) Deprecated. -
Uses of ActionTarget in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ActionTargetModifier and TypeMethodDescriptionActionTarget.createdDate(Date createdDate) The date the target was created.ActionTarget.description(String description) Description of the target.ActionTarget.modifiedDate(Date modifiedDate) The date the target was last modified.ActionTarget.serviceLevel(ServiceLevel serviceLevel) Service Level of the action target.ActionTarget.shortAbandonThreshold(Integer shortAbandonThreshold) Indicates the non-default short abandon thresholdActionTarget.state(ActionTarget.StateEnum state) Indicates the state of the target.ActionTarget.supportedMediaTypes(List<ActionTarget.SupportedMediaTypesEnum> supportedMediaTypes) Supported media types of the target.Additional user data associated with the target in key/value format.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ActionTargetMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ActionTargetModifier and TypeMethodDescriptionActionTargetListing.entities(List<ActionTarget> entities) voidActionTargetListing.setEntities(List<ActionTarget> entities)