Package com.slack.api.model
Class EntityMetadata.EntityPayload.Edit.Select
java.lang.Object
com.slack.api.model.EntityMetadata.EntityPayload.Edit.Select
- Enclosing class:
- EntityMetadata.EntityPayload.Edit
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanString[]inthashCode()voidsetCurrentValue(String currentValue) voidsetCurrentValues(String[] currentValues) voidsetFetchOptionsDynamically(Boolean fetchOptionsDynamically) voidsetMinQueryLength(Integer minQueryLength) voidsetStaticOptions(TextObject[] staticOptions) toString()
-
Constructor Details
-
Select
public Select() -
Select
public Select(String currentValue, String[] currentValues, TextObject[] staticOptions, Boolean fetchOptionsDynamically, Integer minQueryLength)
-
-
Method Details
-
builder
-
getCurrentValue
-
getCurrentValues
-
getStaticOptions
-
getFetchOptionsDynamically
-
getMinQueryLength
-
setCurrentValue
-
setCurrentValues
-
setStaticOptions
-
setFetchOptionsDynamically
-
setMinQueryLength
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-