Uses of Class
odata.msgraph.client.beta.complex.DriveItemSource
-
Packages that use DriveItemSource Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of DriveItemSource in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return DriveItemSource Modifier and Type Method Description DriveItemSourceDriveItemSource.Builder. build()DriveItemSourceDriveItemSource. withApplication(DriveItemSourceApplication application)DriveItemSourceDriveItemSource. withExternalId(String externalId)DriveItemSourceDriveItemSource. withUnmappedField(String name, String value) -
Uses of DriveItemSource in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DriveItemSource Modifier and Type Field Description protected DriveItemSourceDriveItem. sourceMethods in odata.msgraph.client.beta.entity that return types with arguments of type DriveItemSource Modifier and Type Method Description Optional<DriveItemSource>DriveItem. getSource()Methods in odata.msgraph.client.beta.entity with parameters of type DriveItemSource Modifier and Type Method Description DriveItem.BuilderDriveItem.Builder. source(DriveItemSource source)DriveItemDriveItem. withSource(DriveItemSource source)
-