Package com.mypurecloud.sdk.v2.model
Class LearningModuleInformStepRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningModuleInformStepRequest
- All Implemented Interfaces:
Serializable
Learning module inform steps request
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe learning module inform step type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontentType(String contentType) The document type for Content type Inform stepdescription(String description) The description for the inform stepdisplayName(String displayName) The display name for the inform stepbooleangetName()getOrder()getType()getValue()inthashCode()The name of the inform step or contentThe order of inform step in a learning modulevoidsetContentType(String contentType) voidsetDescription(String description) voidsetDisplayName(String displayName) voidvoidvoidsetSharingUri(String sharingUri) voidvoidsharingUri(String sharingUri) The sharing uri for Content type inform steptoString()The learning module inform step typeThe value for inform step
-
Constructor Details
-
LearningModuleInformStepRequest
public LearningModuleInformStepRequest() -
LearningModuleInformStepRequest
-
-
Method Details
-
type
The learning module inform step type -
getType
-
setType
-
name
The name of the inform step or content -
getName
-
setName
-
value
The value for inform step -
getValue
-
setValue
-
sharingUri
The sharing uri for Content type inform step -
getSharingUri
-
setSharingUri
-
contentType
The document type for Content type Inform step -
getContentType
-
setContentType
-
order
The order of inform step in a learning module -
getOrder
-
setOrder
-
displayName
The display name for the inform step -
getDisplayName
-
setDisplayName
-
description
The description for the inform step -
getDescription
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-