Uses of Class
odata.msgraph.client.entity.BaseItem
-
Packages that use BaseItem Package Description odata.msgraph.client.entity -
-
Uses of BaseItem in odata.msgraph.client.entity
Subclasses of BaseItem in odata.msgraph.client.entity Modifier and Type Class Description classDriveclassDriveItemclassListclassListItemclassSharedDriveItemclassSiteFields in odata.msgraph.client.entity with type parameters of type BaseItem Modifier and Type Field Description protected List<BaseItem>Site. itemsMethods in odata.msgraph.client.entity that return BaseItem Modifier and Type Method Description BaseItemBaseItem. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.BaseItemBaseItem. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).BaseItemBaseItem. withCreatedBy(IdentitySet createdBy)BaseItemBaseItem. withCreatedDateTime(OffsetDateTime createdDateTime)BaseItemBaseItem. withDescription(String description)BaseItemBaseItem. withETag(String eTag)BaseItemBaseItem. withLastModifiedBy(IdentitySet lastModifiedBy)BaseItemBaseItem. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)BaseItemBaseItem. withName(String name)BaseItemBaseItem. withParentReference(ItemReference parentReference)BaseItemBaseItem. withUnmappedField(String name, Object value)BaseItemBaseItem. withWebUrl(String webUrl)Methods in odata.msgraph.client.entity with parameters of type BaseItem Modifier and Type Method Description Site.BuilderSite.Builder. items(BaseItem... items)Method parameters in odata.msgraph.client.entity with type arguments of type BaseItem Modifier and Type Method Description Site.BuilderSite.Builder. items(List<BaseItem> items)SiteSite. withItems(List<BaseItem> items)
-