Uses of Class
com.amilesend.onedrive.resource.site.ListItem
Packages that use ListItem
Package
Description
-
Uses of ListItem in com.amilesend.onedrive.parse.resource.creator
Classes in com.amilesend.onedrive.parse.resource.creator that implement interfaces with type arguments of type ListItemModifier and TypeClassDescriptionclassA customInstanceCreatorimplementation that injects theOneDriveConnectionto the resource type so that method operations can be performed on theListItemresource.Methods in com.amilesend.onedrive.parse.resource.creator that return ListItemModifier and TypeMethodDescriptionListItemInstanceCreator.createInstance(Type type) Creates a newListItemwith the current client connection instance. -
Uses of ListItem in com.amilesend.onedrive.parse.resource.parser
Classes in com.amilesend.onedrive.parse.resource.parser that implement interfaces with type arguments of type ListItemMethods in com.amilesend.onedrive.parse.resource.parser that return ListItemModifier and TypeMethodDescriptionListItemParser.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 ListItemModifier and TypeMethodDescriptionstatic com.amilesend.client.parse.parser.GsonParser<ListItem> Parsers.newListItemParser(String siteId, String listId) -
Uses of ListItem in com.amilesend.onedrive.resource.site
Classes in com.amilesend.onedrive.resource.site with type parameters of type ListItemModifier and TypeClassDescriptionstatic classListItem.ListItemBuilder<C extends ListItem, B extends ListItem.ListItemBuilder<C,B>> Methods in com.amilesend.onedrive.resource.site that return ListItemModifier and TypeMethodDescriptionList.createListItem(Map<String, Object> fields) Creates a newListItemfor the givenCreateListItemRequest.ListItem.update()Updates this list item (e.g., name, description, parentReference, content type).