public class OnlineMeetingCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<OnlineMeeting,OnlineMeetingRequest>
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
| Constructor and Description |
|---|
OnlineMeetingCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<OnlineMeeting> |
createOrGet(ChatInfo chatInfo,
OffsetDateTime endDateTime,
String externalId,
MeetingParticipants participants,
OffsetDateTime startDateTime,
String subject) |
public OnlineMeetingCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<OnlineMeeting> createOrGet(ChatInfo chatInfo, OffsetDateTime endDateTime, String externalId, MeetingParticipants participants, OffsetDateTime startDateTime, String subject)
Copyright © 2018–2020. All rights reserved.