Class DriveItemInstanceCreator
java.lang.Object
com.amilesend.onedrive.parse.resource.creator.DriveItemInstanceCreator
- All Implemented Interfaces:
com.google.gson.InstanceCreator<DriveItem>
public class DriveItemInstanceCreator
extends Object
implements com.google.gson.InstanceCreator<DriveItem>
A custom
InstanceCreator implementation that injects the OneDriveConnection to the
resource type so that method operations can be performed on the DriveItem resource.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateInstance(Type type) Creates a newDriveItemwith the current client connection instance.