public class MeetingParticipants extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
MeetingParticipants.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<MeetingParticipantInfo> |
attendees |
protected String |
attendeesNextLink |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected List<MeetingParticipantInfo> |
contributors |
protected String |
contributorsNextLink |
protected String |
odataType |
protected MeetingParticipantInfo |
organizer |
protected List<MeetingParticipantInfo> |
producers |
protected String |
producersNextLink |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
MeetingParticipants() |
| Modifier and Type | Method and Description |
|---|---|
static MeetingParticipants.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.CollectionPage<MeetingParticipantInfo> |
getAttendees() |
com.github.davidmoten.odata.client.CollectionPage<MeetingParticipantInfo> |
getContributors() |
Optional<MeetingParticipantInfo> |
getOrganizer() |
com.github.davidmoten.odata.client.CollectionPage<MeetingParticipantInfo> |
getProducers() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
MeetingParticipants |
withOrganizer(MeetingParticipantInfo organizer) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected MeetingParticipantInfo organizer
protected List<MeetingParticipantInfo> attendees
protected String attendeesNextLink
protected List<MeetingParticipantInfo> producers
protected String producersNextLink
protected List<MeetingParticipantInfo> contributors
protected String contributorsNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<MeetingParticipantInfo> getOrganizer()
public MeetingParticipants withOrganizer(MeetingParticipantInfo organizer)
public com.github.davidmoten.odata.client.CollectionPage<MeetingParticipantInfo> getAttendees()
public com.github.davidmoten.odata.client.CollectionPage<MeetingParticipantInfo> getProducers()
public com.github.davidmoten.odata.client.CollectionPage<MeetingParticipantInfo> getContributors()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static MeetingParticipants.Builder builder()
Copyright © 2018–2020. All rights reserved.