public class ActionsBlock extends Object implements LayoutBlock
| Modifier and Type | Class and Description |
|---|---|
static class |
ActionsBlock.ActionsBlockBuilder |
| Constructor and Description |
|---|
ActionsBlock() |
ActionsBlock(List<BlockElement> elements,
String blockId) |
| Modifier and Type | Method and Description |
|---|---|
static ActionsBlock.ActionsBlockBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getBlockId() |
List<BlockElement> |
getElements() |
String |
getType()
Determines the type of layout block, e.g.
|
int |
hashCode() |
void |
setBlockId(String blockId) |
void |
setElements(List<BlockElement> elements) |
String |
toString() |
public static final String TYPE
public ActionsBlock()
public ActionsBlock(List<BlockElement> elements, String blockId)
public static ActionsBlock.ActionsBlockBuilder builder()
public String getType()
LayoutBlockgetType in interface LayoutBlockpublic List<BlockElement> getElements()
public String getBlockId()
public void setElements(List<BlockElement> elements)
public void setBlockId(String blockId)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.