Package com.mypurecloud.sdk.v2.model
Class LauncherButtonSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.LauncherButtonSettings
- All Implemented Interfaces:
Serializable
The settings for the launcher button
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe display type of the launcher buttonstatic enumThe visibility settings for the button -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisplayType(LauncherButtonSettings.DisplayTypeEnum displayType) The display type of the launcher buttonbooleangetIcon()inthashCode()The icon for the launcher buttonvoidsetDisplayType(LauncherButtonSettings.DisplayTypeEnum displayType) voidvoidsetVisibility(LauncherButtonSettings.VisibilityEnum visibility) toString()visibility(LauncherButtonSettings.VisibilityEnum visibility) The visibility settings for the button
-
Constructor Details
-
LauncherButtonSettings
public LauncherButtonSettings() -
LauncherButtonSettings
-
-
Method Details
-
visibility
The visibility settings for the button -
getVisibility
-
setVisibility
-
displayType
The display type of the launcher button -
getDisplayType
-
setDisplayType
-
icon
The icon for the launcher button -
getIcon
-
setIcon
-
equals
-
hashCode
public int hashCode() -
toString
-