Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAudio
Packages that use MicrosoftGraphAudio
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphAudio in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphAudioModifier and TypeMethodDescriptionMicrosoftGraphDriveItem.audio()Get the audio property: audio.MicrosoftGraphAudio.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: audio.Set the album property: The title of the album for this audio file.MicrosoftGraphAudio.withAlbumArtist(String albumArtist) Set the albumArtist property: The artist named on the album for the audio file.MicrosoftGraphAudio.withArtist(String artist) Set the artist property: The performing artist for the audio file.MicrosoftGraphAudio.withBitrate(Long bitrate) Set the bitrate property: Bitrate expressed in kbps.MicrosoftGraphAudio.withComposers(String composers) Set the composers property: The name of the composer of the audio file.MicrosoftGraphAudio.withCopyright(String copyright) Set the copyright property: Copyright information for the audio file.Set the disc property: The number of the disc this audio file came from.MicrosoftGraphAudio.withDiscCount(Integer discCount) Set the discCount property: The total number of discs in this album.MicrosoftGraphAudio.withDuration(Long duration) Set the duration property: Duration of the audio file, expressed in milliseconds.Set the genre property: The genre of this audio file.MicrosoftGraphAudio.withHasDrm(Boolean hasDrm) Set the hasDrm property: Indicates if the file is protected with digital rights management.MicrosoftGraphAudio.withIsVariableBitrate(Boolean isVariableBitrate) Set the isVariableBitrate property: Indicates if the file is encoded with a variable bitrate.Set the title property: The title of the audio file.Set the track property: The number of the track on the original disc for this audio file.MicrosoftGraphAudio.withTrackCount(Integer trackCount) Set the trackCount property: The total number of tracks on the original disc for this audio file.Set the year property: The year the audio file was recorded.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphAudioModifier and TypeMethodDescriptionMicrosoftGraphDriveItem.withAudio(MicrosoftGraphAudio audio) Set the audio property: audio.