Class BookingBusinessRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<BookingBusiness>
-
- odata.msgraph.client.beta.entity.request.BookingBusinessRequest
-
public class BookingBusinessRequest extends com.github.davidmoten.odata.client.EntityRequest<BookingBusiness>
-
-
Constructor Summary
Constructors Constructor Description BookingBusinessRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BookingAppointmentCollectionRequestappointments()BookingAppointmentRequestappointments(String id)BookingAppointmentCollectionRequestcalendarView()BookingAppointmentRequestcalendarView(String id)BookingCustomerCollectionRequestcustomers()BookingCustomerRequestcustomers(String id)com.github.davidmoten.odata.client.ActionRequestNoReturnpublish()BookingServiceCollectionRequestservices()BookingServiceRequestservices(String id)BookingStaffMemberCollectionRequeststaffMembers()BookingStaffMemberRequeststaffMembers(String id)com.github.davidmoten.odata.client.ActionRequestNoReturnunpublish()
-
-
-
Method Detail
-
appointments
public BookingAppointmentCollectionRequest appointments()
-
appointments
public BookingAppointmentRequest appointments(String id)
-
calendarView
public BookingAppointmentCollectionRequest calendarView()
-
calendarView
public BookingAppointmentRequest calendarView(String id)
-
customers
public BookingCustomerCollectionRequest customers()
-
customers
public BookingCustomerRequest customers(String id)
-
services
public BookingServiceCollectionRequest services()
-
services
public BookingServiceRequest services(String id)
-
staffMembers
public BookingStaffMemberCollectionRequest staffMembers()
-
staffMembers
public BookingStaffMemberRequest staffMembers(String id)
-
publish
public com.github.davidmoten.odata.client.ActionRequestNoReturn publish()
-
unpublish
public com.github.davidmoten.odata.client.ActionRequestNoReturn unpublish()
-
-