Uses of Class
odata.msgraph.client.beta.enums.DriveItemSourceApplication
-
Packages that use DriveItemSourceApplication Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of DriveItemSourceApplication in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as DriveItemSourceApplication Modifier and Type Field Description protected DriveItemSourceApplicationDriveItemSource. applicationMethods in odata.msgraph.client.beta.complex that return types with arguments of type DriveItemSourceApplication Modifier and Type Method Description Optional<DriveItemSourceApplication>DriveItemSource. getApplication()Methods in odata.msgraph.client.beta.complex with parameters of type DriveItemSourceApplication Modifier and Type Method Description DriveItemSource.BuilderDriveItemSource.Builder. application(DriveItemSourceApplication application)DriveItemSourceDriveItemSource. withApplication(DriveItemSourceApplication application) -
Uses of DriveItemSourceApplication in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DriveItemSourceApplication Modifier and Type Method Description static DriveItemSourceApplicationDriveItemSourceApplication. valueOf(String name)Returns the enum constant of this type with the specified name.static DriveItemSourceApplication[]DriveItemSourceApplication. values()Returns an array containing the constants of this enum type, in the order they are declared.
-