Uses of Class
com.amilesend.onedrive.resource.activities.ItemActivity
Packages that use ItemActivity
Package
Description
-
Uses of ItemActivity in com.amilesend.onedrive.parse.resource.parser
Methods in com.amilesend.onedrive.parse.resource.parser that return types with arguments of type ItemActivityModifier and TypeMethodDescriptionItemActivityListParser.ItemActivityResponseBody.getValue()ItemActivityListParser.parse(@NonNull com.google.gson.Gson gson, @NonNull InputStream jsonStream) Method parameters in com.amilesend.onedrive.parse.resource.parser with type arguments of type ItemActivityModifier and TypeMethodDescriptionvoidItemActivityListParser.ItemActivityResponseBody.setValue(List<ItemActivity> value) -
Uses of ItemActivity in com.amilesend.onedrive.resource
Methods in com.amilesend.onedrive.resource that return types with arguments of type ItemActivityModifier and TypeMethodDescriptionDrive.getActivities()Gets the list of activities that took place for this drive.DriveItemType.getActivities()Gets the list of activities associated with this drive item. -
Uses of ItemActivity in com.amilesend.onedrive.resource.activities
Methods in com.amilesend.onedrive.resource.activities that return ItemActivity -
Uses of ItemActivity in com.amilesend.onedrive.resource.drive
Methods in com.amilesend.onedrive.resource.drive that return types with arguments of type ItemActivityModifier and TypeMethodDescriptionDrive.getActivities()Queries and fetches the activities associated with thisDrive. -
Uses of ItemActivity in com.amilesend.onedrive.resource.item
Methods in com.amilesend.onedrive.resource.item that return types with arguments of type ItemActivityModifier and TypeMethodDescriptionDriveItem.getActivities()Queries and fetches the activities associated with thisDriveItem. -
Uses of ItemActivity in com.amilesend.onedrive.resource.site
Methods in com.amilesend.onedrive.resource.site that return types with arguments of type ItemActivityModifier and TypeMethodDescriptionList.getActivities()Queries and fetches the activities associated with thisList.