Package com.mypurecloud.sdk.v2.model
Class PatchActionTemplate
java.lang.Object
com.mypurecloud.sdk.v2.model.PatchActionTemplate
- All Implemented Interfaces:
Serializable
PatchActionTemplate
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumMedia type of action described by the action template.static enumWhether the action template is currently active, inactive or deleted. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontentOffer(PatchContentOffer contentOffer) Properties used to configure an action of type content offerdescription(String description) Description of the action template's functionality.booleangetName()getState()inthashCode()mediaType(PatchActionTemplate.MediaTypeEnum mediaType) Media type of action described by the action template.Name of the action template.voidsetContentOffer(PatchContentOffer contentOffer) voidsetDescription(String description) voidsetMediaType(PatchActionTemplate.MediaTypeEnum mediaType) voidvoidvoidsetVersion(Integer version) Whether the action template is currently active, inactive or deleted.toString()The version of the action template.
-
Constructor Details
-
PatchActionTemplate
public PatchActionTemplate() -
PatchActionTemplate
-
-
Method Details
-
name
Name of the action template. -
getName
-
setName
-
description
Description of the action template's functionality. -
getDescription
-
setDescription
-
version
The version of the action template. -
getVersion
-
setVersion
-
mediaType
Media type of action described by the action template. -
getMediaType
-
setMediaType
-
state
Whether the action template is currently active, inactive or deleted. -
getState
-
setState
-
contentOffer
Properties used to configure an action of type content offer -
getContentOffer
-
setContentOffer
-
equals
-
hashCode
public int hashCode() -
toString
-