Package notion.api.v1.request.blocks
Class UpdateBlockRequest
-
- All Implemented Interfaces:
public final class UpdateBlockRequest
-
-
Constructor Summary
Constructors Constructor Description UpdateBlockRequest(String blockId, Map<BlockType, BlockElementUpdate> elements, String type, Boolean archived)
UpdateBlockRequest(String blockId, Map<BlockType, BlockElementUpdate> elements, String type)
UpdateBlockRequest(String blockId, Map<BlockType, BlockElementUpdate> elements)
-
Method Summary
Modifier and Type Method Description final String
getBlockId()
final Map<BlockType, BlockElementUpdate>
getElements()
final String
getType()
final Boolean
getArchived()
-
-
Constructor Detail
-
UpdateBlockRequest
UpdateBlockRequest(String blockId, Map<BlockType, BlockElementUpdate> elements, String type, Boolean archived)
-
UpdateBlockRequest
UpdateBlockRequest(String blockId, Map<BlockType, BlockElementUpdate> elements, String type)
-
UpdateBlockRequest
UpdateBlockRequest(String blockId, Map<BlockType, BlockElementUpdate> elements)
-
-
Method Detail
-
getBlockId
final String getBlockId()
-
getElements
final Map<BlockType, BlockElementUpdate> getElements()
-
getArchived
final Boolean getArchived()
-
-
-
-