public class Audio extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
Audio.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
album |
protected String |
albumArtist |
protected String |
artist |
protected Long |
bitrate |
protected String |
composers |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
copyright |
protected Short |
disc |
protected Short |
discCount |
protected Long |
duration |
protected String |
genre |
protected Boolean |
hasDrm |
protected Boolean |
isVariableBitrate |
protected String |
odataType |
protected String |
title |
protected Integer |
track |
protected Integer |
trackCount |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected Integer |
year |
| Modifier | Constructor and Description |
|---|---|
protected |
Audio() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String album
protected String albumArtist
protected String artist
protected Long bitrate
protected String composers
protected String copyright
protected Short disc
protected Short discCount
protected Long duration
protected String genre
protected Boolean hasDrm
protected Boolean isVariableBitrate
protected String title
protected Integer track
protected Integer trackCount
protected Integer year
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic 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 Audio.Builder builder()
Copyright © 2018–2020. All rights reserved.