| Package | Description |
|---|---|
| com.bookeo.api.model | |
| com.bookeo.api.service |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceBlock> |
SeatBlocksList.getData()
[read-only]
|
List<ResourceBlock> |
ResourceBlocksList.getData()
[read-only]
|
| Modifier and Type | Method and Description |
|---|---|
void |
SeatBlocksList.setData(List<ResourceBlock> data) |
void |
ResourceBlocksList.setData(List<ResourceBlock> data) |
| Modifier and Type | Method and Description |
|---|---|
ResourceBlock |
ResourceBlocksApi.resourceblocksIdGet(String id)
Retrieve a block
Retrieve a block by its id
|
ResourceBlock |
SeatBlocksApi.seatblocksIdGet(String id)
Retrieve a block
Retrieve a block by its id
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceBlocksApi.resourceblocksIdPut(ResourceBlock block,
String id)
Update an existing block
A resource block must be for at least one resource, but it can block more than one.\n When setting the resources in the block, only the id is required.
|
void |
ResourceBlocksApi.resourceblocksPost(ResourceBlock block)
Create a new resource block
\"blocks\" time for one or more resources, so that they're not available for booking.\n A resource block must be for at least one resource, but it can block more than one.\n When setting the resources in the block, only the id is required.
|
void |
SeatBlocksApi.seatblocksIdPut(ResourceBlock block,
String id)
Update an existing block
Updates an existing seat block
|
void |
SeatBlocksApi.seatblocksPost(ResourceBlock block)
Create a new seat block
\"blocks\" a given number of seats, so that they're not available for booking.
|
Copyright © 2015. All rights reserved.