public class BookingBusinessRequest extends com.github.davidmoten.odata.client.EntityRequest<BookingBusiness>
| Constructor and Description |
|---|
BookingBusinessRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
BookingAppointmentCollectionRequest |
appointments() |
BookingAppointmentRequest |
appointments(String id) |
BookingAppointmentCollectionRequest |
calendarView() |
BookingAppointmentRequest |
calendarView(String id) |
BookingCustomerCollectionRequest |
customers() |
BookingCustomerRequest |
customers(String id) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
publish() |
BookingServiceCollectionRequest |
services() |
BookingServiceRequest |
services(String id) |
BookingStaffMemberCollectionRequest |
staffMembers() |
BookingStaffMemberRequest |
staffMembers(String id) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
unpublish() |
public BookingBusinessRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public BookingAppointmentCollectionRequest appointments()
public BookingAppointmentRequest appointments(String id)
public BookingAppointmentCollectionRequest calendarView()
public BookingAppointmentRequest calendarView(String id)
public BookingCustomerCollectionRequest customers()
public BookingCustomerRequest customers(String id)
public BookingServiceCollectionRequest services()
public BookingServiceRequest services(String id)
public BookingStaffMemberCollectionRequest staffMembers()
public BookingStaffMemberRequest staffMembers(String id)
public com.github.davidmoten.odata.client.ActionRequestNoReturn publish()
public com.github.davidmoten.odata.client.ActionRequestNoReturn unpublish()
Copyright © 2018–2020. All rights reserved.