Package com.slack.api.model
Class EntityMetadata.EntityPayload.CustomField
java.lang.Object
com.slack.api.model.EntityMetadata.EntityPayload.CustomField
- Enclosing class:
- EntityMetadata.EntityPayload
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionCustomField(String label, String key, Object value, String type, String link, EntityMetadata.EntityPayload.Icon icon, Boolean longStr, String format, String imageUrl, EntityMetadata.EntityPayload.SlackFile slackFile, String altText, String tagColor, EntityMetadata.EntityPayload.Edit edit, String itemType, EntityMetadata.EntityPayload.User user) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetEdit()getIcon()getKey()getLabel()getLink()getType()getUser()getValue()inthashCode()voidsetAltText(String altText) voidvoidvoidvoidsetImageUrl(String imageUrl) voidsetItemType(String itemType) voidvoidvoidvoidsetLongStr(Boolean longStr) voidvoidsetTagColor(String tagColor) voidvoidvoidtoString()
-
Constructor Details
-
CustomField
public CustomField() -
CustomField
public CustomField(String label, String key, Object value, String type, String link, EntityMetadata.EntityPayload.Icon icon, Boolean longStr, String format, String imageUrl, EntityMetadata.EntityPayload.SlackFile slackFile, String altText, String tagColor, EntityMetadata.EntityPayload.Edit edit, String itemType, EntityMetadata.EntityPayload.User user)
-
-
Method Details
-
builder
-
getLabel
-
getKey
-
getValue
-
getType
-
getLink
-
getIcon
-
getLongStr
-
getFormat
-
getImageUrl
-
getSlackFile
-
getAltText
-
getTagColor
-
getEdit
-
getItemType
-
getUser
-
setLabel
-
setKey
-
setValue
-
setType
-
setLink
-
setIcon
-
setLongStr
-
setFormat
-
setImageUrl
-
setSlackFile
-
setAltText
-
setTagColor
-
setEdit
-
setItemType
-
setUser
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-