Package com.slack.api.model.manifest
Class AppManifestParams.Shortcut
- java.lang.Object
-
- com.slack.api.model.manifest.AppManifestParams.Shortcut
-
- Enclosing class:
- AppManifestParams
public static class AppManifestParams.Shortcut extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppManifestParams.Shortcut.ShortcutBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppManifestParams.Shortcut.ShortcutBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetCallbackId()StringgetDescription()StringgetName()StringgetType()inthashCode()voidsetCallbackId(String callbackId)voidsetDescription(String description)voidsetName(String name)voidsetType(String type)StringtoString()
-
-
-
Method Detail
-
builder
public static AppManifestParams.Shortcut.ShortcutBuilder builder()
-
getType
public String getType()
-
getCallbackId
public String getCallbackId()
-
getName
public String getName()
-
getDescription
public String getDescription()
-
setType
public void setType(String type)
-
setCallbackId
public void setCallbackId(String callbackId)
-
setName
public void setName(String name)
-
setDescription
public void setDescription(String description)
-
canEqual
protected boolean canEqual(Object other)
-
-