Uses of Class
odata.msgraph.client.beta.entity.BaseItem
-
Packages that use BaseItem Package Description odata.msgraph.client.beta.entity -
-
Uses of BaseItem in odata.msgraph.client.beta.entity
Subclasses of BaseItem in odata.msgraph.client.beta.entity Modifier and Type Class Description classDriveclassDriveItemclassListclassListItemclassSharedDriveItemclassSiteclassSitePageMethods in odata.msgraph.client.beta.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, String value)BaseItemBaseItem. withWebUrl(String webUrl)
-