Package com.slack.api.model
Class EntityMetadata.EntityPayload.Edit.Select.SelectBuilder
java.lang.Object
com.slack.api.model.EntityMetadata.EntityPayload.Edit.Select.SelectBuilder
- Enclosing class:
- EntityMetadata.EntityPayload.Edit.Select
-
Method Summary
Modifier and TypeMethodDescriptionbuild()currentValue(String currentValue) currentValues(String[] currentValues) fetchOptionsDynamically(Boolean fetchOptionsDynamically) minQueryLength(Integer minQueryLength) staticOptions(TextObject[] staticOptions) toString()
-
Method Details
-
currentValue
- Returns:
this.
-
currentValues
- Returns:
this.
-
staticOptions
public EntityMetadata.EntityPayload.Edit.Select.SelectBuilder staticOptions(TextObject[] staticOptions) - Returns:
this.
-
fetchOptionsDynamically
public EntityMetadata.EntityPayload.Edit.Select.SelectBuilder fetchOptionsDynamically(Boolean fetchOptionsDynamically) - Returns:
this.
-
minQueryLength
public EntityMetadata.EntityPayload.Edit.Select.SelectBuilder minQueryLength(Integer minQueryLength) - Returns:
this.
-
build
-
toString
-