Uses of Class
odata.msgraph.client.complex.FolderView
-
Packages that use FolderView Package Description odata.msgraph.client.complex -
-
Uses of FolderView in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as FolderView Modifier and Type Field Description protected FolderViewFolder. viewMethods in odata.msgraph.client.complex that return FolderView Modifier and Type Method Description FolderViewFolderView.Builder. build()FolderViewFolderView. withSortBy(String sortBy)FolderViewFolderView. withSortOrder(String sortOrder)FolderViewFolderView. withUnmappedField(String name, String value)FolderViewFolderView. withViewType(String viewType)Methods in odata.msgraph.client.complex that return types with arguments of type FolderView Modifier and Type Method Description Optional<FolderView>Folder. getView()Methods in odata.msgraph.client.complex with parameters of type FolderView Modifier and Type Method Description Folder.BuilderFolder.Builder. view(FolderView view)FolderFolder. withView(FolderView view)
-