Package com.mypurecloud.sdk.v2.model
Class ActionTemplate
java.lang.Object
com.mypurecloud.sdk.v2.model.ActionTemplate
- All Implemented Interfaces:
Serializable
ActionTemplate
- 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(ContentOffer contentOffer) Properties used to configure an action of type content offerdescription(String description) Description of the action template's functionality.booleangetId()getName()getState()inthashCode()mediaType(ActionTemplate.MediaTypeEnum mediaType) Media type of action described by the action template.Name of the action template.voidsetContentOffer(ContentOffer contentOffer) voidsetDescription(String description) voidsetMediaType(ActionTemplate.MediaTypeEnum mediaType) voidvoidsetState(ActionTemplate.StateEnum state) state(ActionTemplate.StateEnum state) Whether the action template is currently active, inactive or deleted.toString()
-
Constructor Details
-
ActionTemplate
public ActionTemplate() -
ActionTemplate
-
-
Method Details
-
getId
-
name
Name of the action template. -
getName
-
setName
-
description
Description of the action template's functionality. -
getDescription
-
setDescription
-
getVersion
-
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
-
getSelfUri
-
getCreatedDate
-
getModifiedDate
-
equals
-
hashCode
public int hashCode() -
toString
-