public class MediaStream extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
MediaStream.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected MediaDirection |
direction |
protected String |
label |
protected Modality |
mediaType |
protected String |
odataType |
protected Boolean |
serverMuted |
protected String |
sourceId |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
MediaStream() |
| Modifier and Type | Method and Description |
|---|---|
static MediaStream.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<MediaDirection> |
getDirection() |
Optional<String> |
getLabel() |
Optional<Modality> |
getMediaType() |
Optional<Boolean> |
getServerMuted() |
Optional<String> |
getSourceId() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
MediaStream |
withDirection(MediaDirection direction) |
MediaStream |
withLabel(String label) |
MediaStream |
withMediaType(Modality mediaType) |
MediaStream |
withServerMuted(Boolean serverMuted) |
MediaStream |
withSourceId(String sourceId) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Modality mediaType
protected String label
protected String sourceId
protected MediaDirection direction
protected Boolean serverMuted
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic MediaStream withMediaType(Modality mediaType)
public MediaStream withLabel(String label)
public MediaStream withSourceId(String sourceId)
public Optional<MediaDirection> getDirection()
public MediaStream withDirection(MediaDirection direction)
public MediaStream withServerMuted(Boolean serverMuted)
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 MediaStream.Builder builder()
Copyright © 2018–2020. All rights reserved.