Uses of Class
odata.msgraph.client.beta.entity.ItemActivity
-
Packages that use ItemActivity Package Description odata.msgraph.client.beta.entity -
-
Uses of ItemActivity in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ItemActivity Modifier and Type Method Description ItemActivityItemActivity.Builder. build()ItemActivityItemActivity. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ItemActivityItemActivity. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ItemActivityItemActivity. withAccess(AccessAction access)ItemActivityItemActivity. withActivityDateTime(OffsetDateTime activityDateTime)ItemActivityItemActivity. withActor(IdentitySet actor)ItemActivityItemActivity. withUnmappedField(String name, String value)
-