Uses of Class
odata.msgraph.client.beta.complex.SpecialFolder
-
Packages that use SpecialFolder Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of SpecialFolder in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as SpecialFolder Modifier and Type Field Description protected SpecialFolderRemoteItem. specialFolderMethods in odata.msgraph.client.beta.complex that return SpecialFolder Modifier and Type Method Description SpecialFolderSpecialFolder.Builder. build()SpecialFolderSpecialFolder. withName(String name)SpecialFolderSpecialFolder. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type SpecialFolder Modifier and Type Method Description Optional<SpecialFolder>RemoteItem. getSpecialFolder()Methods in odata.msgraph.client.beta.complex with parameters of type SpecialFolder Modifier and Type Method Description RemoteItem.BuilderRemoteItem.Builder. specialFolder(SpecialFolder specialFolder)RemoteItemRemoteItem. withSpecialFolder(SpecialFolder specialFolder) -
Uses of SpecialFolder in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as SpecialFolder Modifier and Type Field Description protected SpecialFolderDriveItem. specialFolderMethods in odata.msgraph.client.beta.entity that return types with arguments of type SpecialFolder Modifier and Type Method Description Optional<SpecialFolder>DriveItem. getSpecialFolder()Methods in odata.msgraph.client.beta.entity with parameters of type SpecialFolder Modifier and Type Method Description DriveItem.BuilderDriveItem.Builder. specialFolder(SpecialFolder specialFolder)DriveItemDriveItem. withSpecialFolder(SpecialFolder specialFolder)
-