Package com.mypurecloud.sdk.v2.model
Class SupportCenterScreen
java.lang.Object
com.mypurecloud.sdk.v2.model.SupportCenterScreen
- All Implemented Interfaces:
Serializable
SupportCenterScreen
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()moduleSettings(List<SupportCenterModuleSetting> moduleSettings) Module settings for the screen, valid modules for each screenType: Home: Search, Categories, TopViewedArticles; Category: Search, Categories; SearchResults: Search, Results; Article: Search, Article;voidsetModuleSettings(List<SupportCenterModuleSetting> moduleSettings) voidtoString()The type of the screen
-
Constructor Details
-
SupportCenterScreen
public SupportCenterScreen() -
SupportCenterScreen
-
-
Method Details
-
type
The type of the screen -
getType
-
setType
-
moduleSettings
Module settings for the screen, valid modules for each screenType: Home: Search, Categories, TopViewedArticles; Category: Search, Categories; SearchResults: Search, Results; Article: Search, Article; -
getModuleSettings
-
setModuleSettings
-
equals
-
hashCode
public int hashCode() -
toString
-