Uses of Interface
com.amilesend.onedrive.parse.GsonParser
Packages that use GsonParser
-
Uses of GsonParser in com.amilesend.onedrive.connection
Methods in com.amilesend.onedrive.connection with parameters of type GsonParserModifier and TypeMethodDescription<T> TOneDriveConnection.execute(@NonNull okhttp3.Request request, @NonNull GsonParser<T> parser) Executes the givenRequestand parses the JSON-formatted response with givenGsonParser.<T> CompletableFuture<T> OneDriveConnection.executeAsync(@NonNull okhttp3.Request request, @NonNull GsonParser<T> parser) Executes the givenRequestand parses the JSON-formatted response with givenGsonParser. -
Uses of GsonParser in com.amilesend.onedrive.parse.resource.parser
Classes in com.amilesend.onedrive.parse.resource.parser that implement GsonParserModifier and TypeClassDescriptionclassParses a response body that contains aAsyncJobStatus.classParses a response body that contains a list ofDriveItems.classParses a paginated response body that contains a list ofDriveItems.classParses a response body that contains aDriveItem.classParses a response body that contains a list ofDriveItemVersions.classParses a response body that contains a list ofDrives.classParses a response body that contains aDrive.classParses a response body that contains a map of column names and associated values (referred to as a FieldValueSet).classParses a response body that contains a map of column names and values.classParses a response body that contains a list ofItemActivityobjects.classParses a response body that contains aListItem.classParses a response body that contains a list ofListItemVersions.classParses a response body that contains aListItemVersion.classParses a response body that contains a list ofListItems.classParses a response body that contains a list ofPermissions.classParses a response body that contains aPermission.classParses a response body that contains aPreview.classParses a response body that contains a list ofSites.classParses a response body that contains aSites.classParses a response body that contains aSpecialDriveItem.classParses a response body that contains a list ofThumbnailSets.