Package com.slack.api.model.block
Class CallBlock
java.lang.Object
com.slack.api.model.block.CallBlock
- All Implemented Interfaces:
LayoutBlock
public class CallBlock extends Object implements LayoutBlock
https://api.slack.com/reference/messaging/blocks#call
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classCallBlock.Callstatic classCallBlock.CallBlockBuilderclassCallBlock.CallData -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description static CallBlock.CallBlockBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)BooleangetApiDecorationAvailable()StringgetBlockId()Returns the block_id string; the value can be null if the object is manually crafted.CallBlock.CallDatagetCall()StringgetCallId()StringgetType()Determines the type of layout block, e.g.inthashCode()voidsetApiDecorationAvailable(Boolean apiDecorationAvailable)voidsetBlockId(String blockId)voidsetCall(CallBlock.CallData call)voidsetCallId(String callId)StringtoString()
-
Field Details
-
TYPE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details
-
builder
-
getType
Description copied from interface:LayoutBlockDetermines the type of layout block, e.g. section, divider, context, actions and image.- Specified by:
getTypein interfaceLayoutBlock
-
getBlockId
Description copied from interface:LayoutBlockReturns the block_id string; the value can be null if the object is manually crafted.- Specified by:
getBlockIdin interfaceLayoutBlock
-
getCallId
-
getApiDecorationAvailable
-
getCall
-
setBlockId
-
setCallId
-
setApiDecorationAvailable
-
setCall
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-