public class Audio
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
album
The Album.
|
java.lang.String |
albumArtist
The Album Artist.
|
java.lang.String |
artist
The Artist.
|
java.lang.Long |
bitrate
The Bitrate.
|
java.lang.String |
composers
The Composers.
|
java.lang.String |
copyright
The Copyright.
|
java.lang.Integer |
disc
The Disc.
|
java.lang.Integer |
discCount
The Disc Count.
|
java.lang.Long |
duration
The Duration.
|
java.lang.String |
genre
The Genre.
|
java.lang.Boolean |
hasDrm
The Has Drm.
|
java.lang.Boolean |
isVariableBitrate
The Is Variable Bitrate.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.String |
title
The Title.
|
java.lang.Integer |
track
The Track.
|
java.lang.Integer |
trackCount
The Track Count.
|
java.lang.Integer |
year
The Year.
|
| Constructor and Description |
|---|
Audio() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="album",
alternate="Album")
@Expose
@Nullable
public java.lang.String album
@SerializedName(value="albumArtist",
alternate="AlbumArtist")
@Expose
@Nullable
public java.lang.String albumArtist
@SerializedName(value="artist",
alternate="Artist")
@Expose
@Nullable
public java.lang.String artist
@SerializedName(value="bitrate",
alternate="Bitrate")
@Expose
@Nullable
public java.lang.Long bitrate
@SerializedName(value="composers",
alternate="Composers")
@Expose
@Nullable
public java.lang.String composers
@SerializedName(value="copyright",
alternate="Copyright")
@Expose
@Nullable
public java.lang.String copyright
@SerializedName(value="disc",
alternate="Disc")
@Expose
@Nullable
public java.lang.Integer disc
@SerializedName(value="discCount",
alternate="DiscCount")
@Expose
@Nullable
public java.lang.Integer discCount
@SerializedName(value="duration",
alternate="Duration")
@Expose
@Nullable
public java.lang.Long duration
@SerializedName(value="genre",
alternate="Genre")
@Expose
@Nullable
public java.lang.String genre
@SerializedName(value="hasDrm",
alternate="HasDrm")
@Expose
@Nullable
public java.lang.Boolean hasDrm
@SerializedName(value="isVariableBitrate",
alternate="IsVariableBitrate")
@Expose
@Nullable
public java.lang.Boolean isVariableBitrate
@SerializedName(value="title",
alternate="Title")
@Expose
@Nullable
public java.lang.String title
@SerializedName(value="track",
alternate="Track")
@Expose
@Nullable
public java.lang.Integer track
@SerializedName(value="trackCount",
alternate="TrackCount")
@Expose
@Nullable
public java.lang.Integer trackCount
@SerializedName(value="year",
alternate="Year")
@Expose
@Nullable
public java.lang.Integer year
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to