Uses of Class
odata.msgraph.client.complex.Video
-
Packages that use Video Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of Video in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as Video Modifier and Type Field Description protected VideoRemoteItem. videoMethods in odata.msgraph.client.complex that return Video Modifier and Type Method Description VideoVideo.Builder. build()VideoVideo. withAudioBitsPerSample(Integer audioBitsPerSample)VideoVideo. withAudioChannels(Integer audioChannels)VideoVideo. withAudioFormat(String audioFormat)VideoVideo. withAudioSamplesPerSecond(Integer audioSamplesPerSecond)VideoVideo. withBitrate(Integer bitrate)VideoVideo. withDuration(Long duration)VideoVideo. withFourCC(String fourCC)VideoVideo. withFrameRate(Double frameRate)VideoVideo. withHeight(Integer height)VideoVideo. withUnmappedField(String name, Object value)VideoVideo. withWidth(Integer width)Methods in odata.msgraph.client.complex that return types with arguments of type Video Modifier and Type Method Description Optional<Video>RemoteItem. getVideo()Methods in odata.msgraph.client.complex with parameters of type Video Modifier and Type Method Description RemoteItem.BuilderRemoteItem.Builder. video(Video video)RemoteItemRemoteItem. withVideo(Video video) -
Uses of Video in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as Video Modifier and Type Field Description protected VideoDriveItem. videoMethods in odata.msgraph.client.entity that return types with arguments of type Video Modifier and Type Method Description Optional<Video>DriveItem. getVideo()Methods in odata.msgraph.client.entity with parameters of type Video Modifier and Type Method Description DriveItem.BuilderDriveItem.Builder. video(Video video)DriveItemDriveItem. withVideo(Video video)
-