Package com.mypurecloud.sdk.v2.model
Class WebDeploymentConfigurationVersionResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.WebDeploymentConfigurationVersionResponse
- All Implemented Interfaces:
Serializable
Details about the configuration version of a Web Deployment
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe current status of the configuration version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticationSettings(AuthenticationSettings authenticationSettings) The settings for authenticated deploymentscobrowse(CobrowseSettings cobrowse) The settings for cobrowsecustomI18nLabels(List<CustomI18nLabels> customI18nLabels) The localization settings for homescreen appdefaultLanguage(String defaultLanguage) The default language to use for the configuration required if the messenger is enableddescription(String description) The description of the configurationbooleangetId()getName()getVideo()inthashCode()headlessMode(WebDeploymentHeadlessMode headlessMode) Headless Mode Support which Controls UI components.The configuration version IDjourneyEvents(JourneyEventsSettings journeyEvents) The settings for journey eventsA list of languages supported on the configuration required if the messenger is enabledmessenger(MessengerSettings messenger) The settings for messengerThe configuration version nameposition(PositionSettings position) The settings for positionvoidsetAuthenticationSettings(AuthenticationSettings authenticationSettings) voidsetCobrowse(CobrowseSettings cobrowse) voidsetCustomI18nLabels(List<CustomI18nLabels> customI18nLabels) voidsetDefaultLanguage(String defaultLanguage) voidsetDescription(String description) voidsetHeadlessMode(WebDeploymentHeadlessMode headlessMode) voidvoidsetJourneyEvents(JourneyEventsSettings journeyEvents) voidsetLanguages(List<String> languages) voidsetMessenger(MessengerSettings messenger) voidvoidsetPosition(PositionSettings position) voidvoidsetSupportCenter(SupportCenterSettings supportCenter) voidsetVersion(String version) voidsetVideo(VideoSettings video) The current status of the configuration versionsupportCenter(SupportCenterSettings supportCenter) The settings for knowledge portal (previously support center)toString()The version of the configurationvideo(VideoSettings video) The settings for video
-
Constructor Details
-
WebDeploymentConfigurationVersionResponse
public WebDeploymentConfigurationVersionResponse() -
WebDeploymentConfigurationVersionResponse
-
-
Method Details
-
id
The configuration version ID -
getId
-
setId
-
name
The configuration version name -
getName
-
setName
-
version
The version of the configuration -
getVersion
-
setVersion
-
headlessMode
public WebDeploymentConfigurationVersionResponse headlessMode(WebDeploymentHeadlessMode headlessMode) Headless Mode Support which Controls UI components. When enabled, native UI components will be disabled and allows for custom-built UI. -
getHeadlessMode
-
setHeadlessMode
-
description
The description of the configuration -
getDescription
-
setDescription
-
languages
A list of languages supported on the configuration required if the messenger is enabled -
getLanguages
-
setLanguages
-
defaultLanguage
The default language to use for the configuration required if the messenger is enabled -
getDefaultLanguage
-
setDefaultLanguage
-
customI18nLabels
public WebDeploymentConfigurationVersionResponse customI18nLabels(List<CustomI18nLabels> customI18nLabels) The localization settings for homescreen app -
getCustomI18nLabels
-
setCustomI18nLabels
-
messenger
The settings for messenger -
getMessenger
-
setMessenger
-
position
The settings for position -
getPosition
-
setPosition
-
supportCenter
The settings for knowledge portal (previously support center) -
getSupportCenter
-
setSupportCenter
-
cobrowse
The settings for cobrowse -
getCobrowse
-
setCobrowse
-
journeyEvents
The settings for journey events -
getJourneyEvents
-
setJourneyEvents
-
authenticationSettings
public WebDeploymentConfigurationVersionResponse authenticationSettings(AuthenticationSettings authenticationSettings) The settings for authenticated deployments -
getAuthenticationSettings
-
setAuthenticationSettings
-
video
The settings for video -
getVideo
-
setVideo
-
getDateCreated
-
getDateModified
-
getDatePublished
-
getLastModifiedUser
-
getCreatedUser
-
getPublishedUser
-
status
public WebDeploymentConfigurationVersionResponse status(WebDeploymentConfigurationVersionResponse.StatusEnum status) The current status of the configuration version -
getStatus
-
setStatus
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-