Uses of Class
odata.msgraph.client.beta.complex.Attendee
-
Packages that use Attendee Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of Attendee in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return Attendee Modifier and Type Method Description AttendeeAttendee.Builder. build()AttendeeAttendee. withProposedNewTime(TimeSlot proposedNewTime)AttendeeAttendee. withStatus(ResponseStatus status)AttendeeAttendee. withUnmappedField(String name, String value) -
Uses of Attendee in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type Attendee Modifier and Type Field Description protected List<Attendee>Event. attendeesMethods in odata.msgraph.client.beta.entity that return types with arguments of type Attendee Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<Attendee>Event. getAttendees()com.github.davidmoten.odata.client.CollectionPage<Attendee>Event. getAttendees(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type Attendee Modifier and Type Method Description Event.BuilderEvent.Builder. attendees(Attendee... attendees)Method parameters in odata.msgraph.client.beta.entity with type arguments of type Attendee Modifier and Type Method Description Event.BuilderEvent.Builder. attendees(List<Attendee> attendees)EventEvent. withAttendees(List<Attendee> attendees)
-