Package com.mypurecloud.sdk.v2.model
Class Input
java.lang.Object
com.mypurecloud.sdk.v2.model.Input
- All Implemented Interfaces:
Serializable
Input component configuration
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumA string value representing the keyboard and system information about the expected semantic meaning for the content that users enterstatic enumType of keyboard to be shown -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautoCompleteType(Input.AutoCompleteTypeEnum autoCompleteType) A string value representing the keyboard and system information about the expected semantic meaning for the content that users enterbooleangetId()getTitle()inthashCode()Unique identifier for the input fieldisMultipleLine(Boolean isMultipleLine) Whether the input supports multiple linesisRequired(Boolean isRequired) Whether the input is requiredkeyboardType(Input.KeyboardTypeEnum keyboardType) Type of keyboard to be shownplaceholderText(String placeholderText) Placeholder text for the inputvoidsetAutoCompleteType(Input.AutoCompleteTypeEnum autoCompleteType) voidvoidsetIsMultipleLine(Boolean isMultipleLine) voidsetIsRequired(Boolean isRequired) voidsetKeyboardType(Input.KeyboardTypeEnum keyboardType) voidsetPlaceholderText(String placeholderText) voidsetSubtitle(String subtitle) voidSubtitle of the input fieldTitle of the input fieldtoString()
-
Constructor Details
-
Input
public Input() -
Input
-
-
Method Details
-
id
Unique identifier for the input field -
getId
-
setId
-
title
Title of the input field -
getTitle
-
setTitle
-
subtitle
Subtitle of the input field -
getSubtitle
-
setSubtitle
-
placeholderText
Placeholder text for the input -
getPlaceholderText
-
setPlaceholderText
-
isMultipleLine
Whether the input supports multiple lines -
getIsMultipleLine
-
setIsMultipleLine
-
isRequired
Whether the input is required -
getIsRequired
-
setIsRequired
-
keyboardType
Type of keyboard to be shown -
getKeyboardType
-
setKeyboardType
-
autoCompleteType
A string value representing the keyboard and system information about the expected semantic meaning for the content that users enter -
getAutoCompleteType
-
setAutoCompleteType
-
equals
-
hashCode
public int hashCode() -
toString
-