Uses of Class
com.amilesend.onedrive.resource.site.type.ContentType
Packages that use ContentType
Package
Description
-
Uses of ContentType in com.amilesend.onedrive.resource
Methods in com.amilesend.onedrive.resource that return types with arguments of type ContentType -
Uses of ContentType in com.amilesend.onedrive.resource.site
Methods in com.amilesend.onedrive.resource.site that return ContentTypeMethods in com.amilesend.onedrive.resource.site that return types with arguments of type ContentTypeModifier and TypeMethodDescriptionList.getContentTypes()The content types for this list.Site.getContentTypes()The content types for the site.Methods in com.amilesend.onedrive.resource.site with parameters of type ContentTypeModifier and TypeMethodDescriptionListItem.ListItemBuilder.contentType(ContentType contentType) The content type of this list item.voidListItem.setContentType(ContentType contentType) The content type of this list item.Method parameters in com.amilesend.onedrive.resource.site with type arguments of type ContentTypeModifier and TypeMethodDescriptionList.ListBuilder.contentTypes(List<ContentType> contentTypes) The content types for this list.Site.SiteBuilder.contentTypes(List<ContentType> contentTypes) The content types for the site. -
Uses of ContentType in com.amilesend.onedrive.resource.site.type
Methods in com.amilesend.onedrive.resource.site.type that return ContentType