Package com.mypurecloud.sdk.v2.model
Class Program
java.lang.Object
com.mypurecloud.sdk.v2.model.Program
- All Implemented Interfaces:
Serializable
Program
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateModified(Date dateModified) Date time is represented as an ISO-8601 string.datePublished(Date datePublished) Date time is represented as an ISO-8601 string.description(String description) booleangetId()getName()getTags()inthashCode()modifiedBy(AddressableEntityRef modifiedBy) publishedBy(AddressableEntityRef publishedBy) voidsetDateModified(Date dateModified) voidsetDatePublished(Date datePublished) voidsetDescription(String description) voidsetModifiedBy(AddressableEntityRef modifiedBy) voidvoidsetPublished(Boolean published) voidsetPublishedBy(AddressableEntityRef publishedBy) voidvoidsetTopicLinksJob(AddressableEntityRef topicLinksJob) voidsetTopics(List<BaseTopicEntitiy> topics) topicLinksJob(AddressableEntityRef topicLinksJob) topics(List<BaseTopicEntitiy> topics) toString()
-
Constructor Details
-
Program
public Program() -
Program
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
description
-
getDescription
-
setDescription
-
published
-
getPublished
-
setPublished
-
topics
-
getTopics
-
setTopics
-
tags
-
getTags
-
setTags
-
modifiedBy
-
getModifiedBy
-
setModifiedBy
-
dateModified
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
publishedBy
-
getPublishedBy
-
setPublishedBy
-
datePublished
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDatePublished
-
setDatePublished
-
topicLinksJob
-
getTopicLinksJob
-
setTopicLinksJob
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-