Uses of Class
com.amilesend.onedrive.resource.item.type.Permission
Packages that use Permission
Package
Description
-
Uses of Permission in com.amilesend.onedrive.parse.resource.creator
Classes in com.amilesend.onedrive.parse.resource.creator that implement interfaces with type arguments of type PermissionModifier and TypeClassDescriptionclassA customInstanceCreatorimplementation that injects theOneDriveConnectionto the resource type so that method operations can be performed on thePermissionresource.Methods in com.amilesend.onedrive.parse.resource.creator that return PermissionModifier and TypeMethodDescriptionPermissionInstanceCreator.createInstance(Type type) Creates a newPermissionwith the current client connection instance. -
Uses of Permission in com.amilesend.onedrive.parse.resource.parser
Classes in com.amilesend.onedrive.parse.resource.parser that implement interfaces with type arguments of type PermissionModifier and TypeClassDescriptionclassParses a response body that contains a list ofPermissions.classParses a response body that contains aPermission.Methods in com.amilesend.onedrive.parse.resource.parser that return PermissionModifier and TypeMethodDescriptionPermissionParser.parse(@NonNull com.google.gson.Gson gson, @NonNull InputStream jsonStream) Methods in com.amilesend.onedrive.parse.resource.parser that return types with arguments of type PermissionModifier and TypeMethodDescriptionstatic com.amilesend.client.parse.parser.GsonParser<List<Permission>> Parsers.newPermissionListParser(String driveItemId) static com.amilesend.client.parse.parser.GsonParser<Permission> Parsers.newPermissionParser(String driveItemId) PermissionListParser.parse(@NonNull com.google.gson.Gson gson, @NonNull InputStream jsonStream) -
Uses of Permission in com.amilesend.onedrive.resource
Methods in com.amilesend.onedrive.resource that return PermissionModifier and TypeMethodDescriptionDriveItemType.createSharingLink(CreateSharingLinkRequest request) Creates a sharing link for the given request.Methods in com.amilesend.onedrive.resource that return types with arguments of type PermissionModifier and TypeMethodDescriptionDriveItemType.addPermission(AddPermissionRequest request) Adds a permission for the given request.DriveItemType.getPermissions()Gets the list of permissions associated with this drive item. -
Uses of Permission in com.amilesend.onedrive.resource.item
Methods in com.amilesend.onedrive.resource.item that return PermissionModifier and TypeMethodDescriptionDriveItem.createSharingLink(@NonNull CreateSharingLinkRequest requestBody) Creates a sharing link for the given request.Methods in com.amilesend.onedrive.resource.item that return types with arguments of type PermissionModifier and TypeMethodDescriptionDriveItem.addPermission(@NonNull AddPermissionRequest requestBody) Adds a permission to thisDriveItemfor the given request.DriveItem.getPermissions()Fetches the list of permissions associated with thisDriveItem. -
Uses of Permission in com.amilesend.onedrive.resource.item.type
Methods in com.amilesend.onedrive.resource.item.type that return Permission