MicrosoftGraphAudio |
MicrosoftGraphDriveItem.audio() |
Get the audio property: audio.
|
MicrosoftGraphAudio |
MicrosoftGraphAudio.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: audio.
|
MicrosoftGraphAudio |
MicrosoftGraphAudio.withAlbum(String album) |
Set the album property: The title of the album for this audio file.
|
MicrosoftGraphAudio |
MicrosoftGraphAudio.withAlbumArtist(String albumArtist) |
Set the albumArtist property: The artist named on the album for the audio file.
|
MicrosoftGraphAudio |
MicrosoftGraphAudio.withArtist(String artist) |
Set the artist property: The performing artist for the audio file.
|
MicrosoftGraphAudio |
MicrosoftGraphAudio.withBitrate(Long bitrate) |
Set the bitrate property: Bitrate expressed in kbps.
|
MicrosoftGraphAudio |
MicrosoftGraphAudio.withComposers(String composers) |
Set the composers property: The name of the composer of the audio file.
|
MicrosoftGraphAudio |
MicrosoftGraphAudio.withCopyright(String copyright) |
Set the copyright property: Copyright information for the audio file.
|
MicrosoftGraphAudio |
MicrosoftGraphAudio.withDisc(Integer disc) |
Set the disc property: The number of the disc this audio file came from.
|
MicrosoftGraphAudio |
MicrosoftGraphAudio.withDiscCount(Integer discCount) |
Set the discCount property: The total number of discs in this album.
|
MicrosoftGraphAudio |
MicrosoftGraphAudio.withDuration(Long duration) |
Set the duration property: Duration of the audio file, expressed in milliseconds.
|
MicrosoftGraphAudio |
MicrosoftGraphAudio.withGenre(String genre) |
Set the genre property: The genre of this audio file.
|
MicrosoftGraphAudio |
MicrosoftGraphAudio.withHasDrm(Boolean hasDrm) |
Set the hasDrm property: Indicates if the file is protected with digital rights management.
|
MicrosoftGraphAudio |
MicrosoftGraphAudio.withIsVariableBitrate(Boolean isVariableBitrate) |
Set the isVariableBitrate property: Indicates if the file is encoded with a variable bitrate.
|
MicrosoftGraphAudio |
MicrosoftGraphAudio.withTitle(String title) |
Set the title property: The title of the audio file.
|
MicrosoftGraphAudio |
MicrosoftGraphAudio.withTrack(Integer track) |
Set the track property: The number of the track on the original disc for this audio file.
|
MicrosoftGraphAudio |
MicrosoftGraphAudio.withTrackCount(Integer trackCount) |
Set the trackCount property: The total number of tracks on the original disc for this audio file.
|
MicrosoftGraphAudio |
MicrosoftGraphAudio.withYear(Integer year) |
Set the year property: The year the audio file was recorded.
|