Uses of Class
odata.msgraph.client.beta.entity.Drive
-
Packages that use Drive Package Description odata.msgraph.client.beta.entity -
-
Uses of Drive in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Drive Modifier and Type Method Description DriveDrive.Builder. build()DriveDrive. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DriveDrive. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DriveDrive. withDriveType(String driveType)DriveDrive. withOwner(IdentitySet owner)DriveDrive. withQuota(Quota quota)DriveDrive. withSharePointIds(SharepointIds sharePointIds)DriveDrive. withSystem(SystemFacet system)DriveDrive. withUnmappedField(String name, String value)
-