Uses of Class
odata.msgraph.client.complex.Audio
-
Packages that use Audio Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of Audio in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return Audio Modifier and Type Method Description AudioAudio.Builder. build()AudioAudio. withAlbum(String album)AudioAudio. withAlbumArtist(String albumArtist)AudioAudio. withArtist(String artist)AudioAudio. withBitrate(Long bitrate)AudioAudio. withComposers(String composers)AudioAudio. withCopyright(String copyright)AudioAudio. withDisc(Short disc)AudioAudio. withDiscCount(Short discCount)AudioAudio. withDuration(Long duration)AudioAudio. withGenre(String genre)AudioAudio. withHasDrm(Boolean hasDrm)AudioAudio. withIsVariableBitrate(Boolean isVariableBitrate)AudioAudio. withTitle(String title)AudioAudio. withTrack(Integer track)AudioAudio. withTrackCount(Integer trackCount)AudioAudio. withUnmappedField(String name, Object value)AudioAudio. withYear(Integer year) -
Uses of Audio in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as Audio Modifier and Type Field Description protected AudioDriveItem. audioMethods in odata.msgraph.client.entity that return types with arguments of type Audio Modifier and Type Method Description Optional<Audio>DriveItem. getAudio()Methods in odata.msgraph.client.entity with parameters of type Audio Modifier and Type Method Description DriveItem.BuilderDriveItem.Builder. audio(Audio audio)DriveItemDriveItem. withAudio(Audio audio)
-