Package com.mypurecloud.sdk.v2.model
Class GuideVersion
java.lang.Object
com.mypurecloud.sdk.v2.model.GuideVersion
- All Implemented Interfaces:
Serializable
GuideVersion
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe current state of the guide version. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetGuide()getState()inthashCode()knowledgeSettings(AuthoringKnowledgeSettings knowledgeSettings) The knowledge settings associated with this version of the guide.resources(GuideVersionResources resources) The resources associated with this version of the guide.voidsetKnowledgeSettings(AuthoringKnowledgeSettings knowledgeSettings) voidsetResources(GuideVersionResources resources) voidsetSelfUri(String selfUri) voidsetState(GuideVersion.StateEnum state) state(GuideVersion.StateEnum state) The current state of the guide version.toString()
-
Constructor Details
-
GuideVersion
public GuideVersion() -
GuideVersion
-
-
Method Details
-
selfUri
-
getSelfUri
-
setSelfUri
-
getGuide
-
getVersion
-
getInstruction
-
state
The current state of the guide version. -
getState
-
setState
-
getDateCreated
-
getDateModified
-
getVariables
-
resources
The resources associated with this version of the guide. -
getResources
-
setResources
-
knowledgeSettings
The knowledge settings associated with this version of the guide. -
getKnowledgeSettings
-
setKnowledgeSettings
-
equals
-
hashCode
public int hashCode() -
toString
-