Package com.slack.api.model.manifest
Class AppManifestParams.ParameterProperty
- java.lang.Object
-
- com.slack.api.model.manifest.AppManifestParams.ParameterProperty
-
- Enclosing class:
- AppManifestParams
public static class AppManifestParams.ParameterProperty extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppManifestParams.ParameterProperty.ParameterPropertyBuilder
-
Constructor Summary
Constructors Constructor Description ParameterProperty()ParameterProperty(String type, String description, String title, String hint, Integer minLength, Integer maxLength, Integer minimum, Integer maximum)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppManifestParams.ParameterProperty.ParameterPropertyBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetDescription()StringgetHint()IntegergetMaximum()IntegergetMaxLength()IntegergetMinimum()IntegergetMinLength()StringgetTitle()StringgetType()inthashCode()voidsetDescription(String description)voidsetHint(String hint)voidsetMaximum(Integer maximum)voidsetMaxLength(Integer maxLength)voidsetMinimum(Integer minimum)voidsetMinLength(Integer minLength)voidsetTitle(String title)voidsetType(String type)StringtoString()
-
-
-
Method Detail
-
builder
public static AppManifestParams.ParameterProperty.ParameterPropertyBuilder builder()
-
getType
public String getType()
-
getDescription
public String getDescription()
-
getTitle
public String getTitle()
-
getHint
public String getHint()
-
getMinLength
public Integer getMinLength()
-
getMaxLength
public Integer getMaxLength()
-
getMinimum
public Integer getMinimum()
-
getMaximum
public Integer getMaximum()
-
setType
public void setType(String type)
-
setDescription
public void setDescription(String description)
-
setTitle
public void setTitle(String title)
-
setHint
public void setHint(String hint)
-
setMinLength
public void setMinLength(Integer minLength)
-
setMaxLength
public void setMaxLength(Integer maxLength)
-
setMinimum
public void setMinimum(Integer minimum)
-
setMaximum
public void setMaximum(Integer maximum)
-
canEqual
protected boolean canEqual(Object other)
-
-