Uses of Class
odata.msgraph.client.beta.entity.request.DriveRequest
-
-
Uses of DriveRequest in odata.msgraph.client.beta.container
Methods in odata.msgraph.client.beta.container that return DriveRequest Modifier and Type Method Description DriveRequestGraphService. drive()DriveRequestGraphService. drives(String id) -
Uses of DriveRequest in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return DriveRequest Modifier and Type Method Description DriveRequestGroup. getDrive()DriveRequestList. getDrive()DriveRequestSite. getDrive()DriveRequestUser. getDrive() -
Uses of DriveRequest in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return DriveRequest Modifier and Type Method Description DriveRequestGroupCollectionRequest. drives(String id)DriveRequestSiteCollectionRequest. drives(String id)DriveRequestUserCollectionRequest. drives(String id) -
Uses of DriveRequest in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return DriveRequest Modifier and Type Method Description DriveRequestGroupRequest. drive()DriveRequestListRequest. drive()DriveRequestSiteRequest. drive()DriveRequestUserRequest. drive()DriveRequestGroupRequest. drives(String id)DriveRequestSiteRequest. drives(String id)DriveRequestUserRequest. drives(String id)
-