Uses of Class
odata.msgraph.client.complex.Folder
-
Packages that use Folder Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of Folder in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as Folder Modifier and Type Field Description protected FolderRemoteItem. folderMethods in odata.msgraph.client.complex that return Folder Modifier and Type Method Description FolderFolder.Builder. build()FolderFolder. withChildCount(Integer childCount)FolderFolder. withUnmappedField(String name, Object value)FolderFolder. withView(FolderView view)Methods in odata.msgraph.client.complex that return types with arguments of type Folder Modifier and Type Method Description Optional<Folder>RemoteItem. getFolder()Methods in odata.msgraph.client.complex with parameters of type Folder Modifier and Type Method Description RemoteItem.BuilderRemoteItem.Builder. folder(Folder folder)RemoteItemRemoteItem. withFolder(Folder folder) -
Uses of Folder in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as Folder Modifier and Type Field Description protected FolderDriveItem. folderMethods in odata.msgraph.client.entity that return types with arguments of type Folder Modifier and Type Method Description Optional<Folder>DriveItem. getFolder()Methods in odata.msgraph.client.entity with parameters of type Folder Modifier and Type Method Description DriveItem.BuilderDriveItem.Builder. folder(Folder folder)DriveItemDriveItem. withFolder(Folder folder)
-