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
Methods in com.amilesend.onedrive.parse.resource.creator that return ListItemModifier and TypeMethodDescriptionListItemInstanceCreator.createInstance
(Type type) Creates a newListItem
with the current client connection instance. -
Uses of ListItem in com.amilesend.onedrive.parse.resource.parser
Methods 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 class
ListItem.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 newListItem
for the givenCreateListItemRequest
.ListItem.update()
Updates this list item (e.g., name, description, parentReference, content type).