public class Participant extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Participant.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected ParticipantInfo |
info |
protected Boolean |
isInLobby |
protected Boolean |
isMuted |
protected List<MediaStream> |
mediaStreams |
protected String |
mediaStreamsNextLink |
protected String |
metadata |
protected RecordingInfo |
recordingInfo |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Participant() |
| Modifier and Type | Method and Description |
|---|---|
static Participant.Builder |
builderParticipant()
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.internal.ChangedFields |
getChangedFields() |
Optional<ParticipantInfo> |
getInfo() |
Optional<Boolean> |
getIsInLobby() |
Optional<Boolean> |
getIsMuted() |
com.github.davidmoten.odata.client.CollectionPage<MediaStream> |
getMediaStreams() |
Optional<String> |
getMetadata() |
Optional<RecordingInfo> |
getRecordingInfo() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<MuteParticipantOperation> |
mute(String clientContext) |
String |
odataTypeName() |
Participant |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Participant |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Participant |
withInfo(ParticipantInfo info) |
Participant |
withIsInLobby(Boolean isInLobby) |
Participant |
withIsMuted(Boolean isMuted) |
Participant |
withMetadata(String metadata) |
Participant |
withRecordingInfo(RecordingInfo recordingInfo) |
protected ParticipantInfo info
protected RecordingInfo recordingInfo
protected List<MediaStream> mediaStreams
protected String mediaStreamsNextLink
protected String metadata
protected Boolean isMuted
protected Boolean isInLobby
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static Participant.Builder builderParticipant()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic Optional<ParticipantInfo> getInfo()
public Participant withInfo(ParticipantInfo info)
public Optional<RecordingInfo> getRecordingInfo()
public Participant withRecordingInfo(RecordingInfo recordingInfo)
public com.github.davidmoten.odata.client.CollectionPage<MediaStream> getMediaStreams()
public Participant withMetadata(String metadata)
public Participant withIsMuted(Boolean isMuted)
public Participant withIsInLobby(Boolean isInLobby)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic Participant patch()
this with changed fields reset.public Participant put()
this
with changed fields reset (they were ignored anyway).public com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<MuteParticipantOperation> mute(String clientContext)
Copyright © 2018–2020. All rights reserved.