Uses of Class
odata.msgraph.client.beta.enums.MediaSourceContentCategory
-
Packages that use MediaSourceContentCategory Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of MediaSourceContentCategory in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as MediaSourceContentCategory Modifier and Type Field Description protected MediaSourceContentCategoryMediaSource. contentCategoryMethods in odata.msgraph.client.beta.complex that return types with arguments of type MediaSourceContentCategory Modifier and Type Method Description Optional<MediaSourceContentCategory>MediaSource. getContentCategory()Methods in odata.msgraph.client.beta.complex with parameters of type MediaSourceContentCategory Modifier and Type Method Description MediaSource.BuilderMediaSource.Builder. contentCategory(MediaSourceContentCategory contentCategory)MediaSourceMediaSource. withContentCategory(MediaSourceContentCategory contentCategory) -
Uses of MediaSourceContentCategory in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return MediaSourceContentCategory Modifier and Type Method Description static MediaSourceContentCategoryMediaSourceContentCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static MediaSourceContentCategory[]MediaSourceContentCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-