public class BlockList extends Object
| Constructor and Description |
|---|
BlockList() |
| Modifier and Type | Method and Description |
|---|---|
BlockList |
addBlocksItem(Block blocksItem) |
BlockList |
blocks(List<Block> blocks) |
boolean |
equals(Object o) |
List<Block> |
getBlocks()
Get blocks
|
String |
getNextLink()
Get nextLink
|
int |
hashCode() |
BlockList |
nextLink(String nextLink) |
void |
setBlocks(List<Block> blocks) |
void |
setNextLink(String nextLink) |
String |
toString() |
Copyright © 2018. All rights reserved.