Uses of Class
odata.msgraph.client.complex.Bundle
-
Packages that use Bundle Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of Bundle in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return Bundle Modifier and Type Method Description BundleBundle.Builder. build()BundleBundle. withAlbum(Album album)BundleBundle. withChildCount(Integer childCount)BundleBundle. withUnmappedField(String name, Object value) -
Uses of Bundle in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as Bundle Modifier and Type Field Description protected BundleDriveItem. bundleMethods in odata.msgraph.client.entity that return types with arguments of type Bundle Modifier and Type Method Description Optional<Bundle>DriveItem. getBundle()Methods in odata.msgraph.client.entity with parameters of type Bundle Modifier and Type Method Description DriveItem.BuilderDriveItem.Builder. bundle(Bundle bundle)DriveItemDriveItem. withBundle(Bundle bundle)
-