public class AppHostedMediaConfig extends MediaConfig implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AppHostedMediaConfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
blob |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType, removeFromDefaultAudioGroup| Modifier | Constructor and Description |
|---|---|
protected |
AppHostedMediaConfig() |
| Modifier and Type | Method and Description |
|---|---|
static AppHostedMediaConfig.Builder |
builderAppHostedMediaConfig()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getBlob() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
AppHostedMediaConfig |
withBlob(String blob) |
getRemoveFromDefaultAudioGroup, withRemoveFromDefaultAudioGroupprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String blob
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MediaConfigpublic AppHostedMediaConfig withBlob(String blob)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class MediaConfigpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class MediaConfigpublic static AppHostedMediaConfig.Builder builderAppHostedMediaConfig()
public String toString()
toString in class MediaConfigCopyright © 2018–2020. All rights reserved.