| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected BookingPriceType |
BookingService.defaultPriceType |
protected BookingPriceType |
BookingAppointment.priceType |
| Modifier and Type | Method and Description |
|---|---|
Optional<BookingPriceType> |
BookingService.getDefaultPriceType() |
Optional<BookingPriceType> |
BookingAppointment.getPriceType() |
| Modifier and Type | Method and Description |
|---|---|
BookingService.Builder |
BookingService.Builder.defaultPriceType(BookingPriceType defaultPriceType) |
BookingAppointment.Builder |
BookingAppointment.Builder.priceType(BookingPriceType priceType) |
BookingService |
BookingService.withDefaultPriceType(BookingPriceType defaultPriceType) |
BookingAppointment |
BookingAppointment.withPriceType(BookingPriceType priceType) |
| Modifier and Type | Method and Description |
|---|---|
static BookingPriceType |
BookingPriceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BookingPriceType[] |
BookingPriceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.