| Package | Description |
|---|---|
| com.bookeo.api.model |
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
Slot.getResources()
Resources involved in this slot.
|
List<Resource> |
ResourceType.getResources()
[read-only]
|
List<Resource> |
MatchingSlotsSearchParameters.getResources() |
List<Resource> |
MatchingSlot.getResources()
Resources involved in this slot.
|
List<Resource> |
Booking.getResources()
Resources involved in a booking, if the booking is for a product of type \"flexibleTime\".\n If the booking is for a different type of product, this field is empty/ignored.\n When creating or updating a booking, only the id of a resource is required.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Slot.setResources(List<Resource> resources) |
void |
ResourceType.setResources(List<Resource> resources) |
void |
MatchingSlotsSearchParameters.setResources(List<Resource> resources) |
void |
MatchingSlot.setResources(List<Resource> resources) |
void |
Booking.setResources(List<Resource> resources) |
Copyright © 2015. All rights reserved.