Package com.mypurecloud.sdk.v2.model
Class Script
java.lang.Object
com.mypurecloud.sdk.v2.model.Script
- All Implemented Interfaces:
Serializable
Script
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedDate(Date createdDate) Date time is represented as an ISO-8601 string.customActions(Object customActions) The division to which this entity belongs.booleangetId()getName()getPages()inthashCode()modifiedDate(Date modifiedDate) Date time is represented as an ISO-8601 string.publishedDate(Date publishedDate) Date time is represented as an ISO-8601 string.voidsetCreatedDate(Date createdDate) voidsetCustomActions(Object customActions) voidsetDivision(Division division) voidsetFeatures(Object features) voidsetModifiedDate(Date modifiedDate) voidvoidvoidsetPublishedDate(Date publishedDate) voidsetStartPageId(String startPageId) voidsetStartPageName(String startPageName) voidsetVariables(Object variables) voidsetVersionDate(Date versionDate) voidsetVersionId(String versionId) startPageId(String startPageId) startPageName(String startPageName) toString()versionDate(Date versionDate) Date time is represented as an ISO-8601 string.
-
Constructor Details
-
Script
public Script() -
Script
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
division
The division to which this entity belongs. -
getDivision
-
setDivision
-
versionId
-
getVersionId
-
setVersionId
-
createdDate
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getCreatedDate
-
setCreatedDate
-
modifiedDate
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getModifiedDate
-
setModifiedDate
-
publishedDate
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getPublishedDate
-
setPublishedDate
-
versionDate
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getVersionDate
-
setVersionDate
-
startPageId
-
getStartPageId
-
setStartPageId
-
startPageName
-
getStartPageName
-
setStartPageName
-
features
-
getFeatures
-
setFeatures
-
variables
-
getVariables
-
setVariables
-
customActions
-
getCustomActions
-
setCustomActions
-
pages
-
getPages
-
setPages
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-