Uses of Class
odata.msgraph.client.beta.entity.UserActivity
-
Packages that use UserActivity Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of UserActivity in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return UserActivity Modifier and Type Method Description UserActivityUserActivity.Builder. build()UserActivityUserActivity. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.UserActivityUserActivity. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).UserActivityUserActivity. withActivationUrl(String activationUrl)UserActivityUserActivity. withActivitySourceHost(String activitySourceHost)UserActivityUserActivity. withAppActivityId(String appActivityId)UserActivityUserActivity. withAppDisplayName(String appDisplayName)UserActivityUserActivity. withContentInfo(Json contentInfo)UserActivityUserActivity. withContentUrl(String contentUrl)UserActivityUserActivity. withCreatedDateTime(OffsetDateTime createdDateTime)UserActivityUserActivity. withExpirationDateTime(OffsetDateTime expirationDateTime)UserActivityUserActivity. withFallbackUrl(String fallbackUrl)UserActivityUserActivity. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)UserActivityUserActivity. withStatus(Status status)UserActivityUserActivity. withUnmappedField(String name, String value)UserActivityUserActivity. withUserTimezone(String userTimezone)UserActivityUserActivity. withVisualElements(VisualInfo visualElements) -
Uses of UserActivity in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type UserActivity Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<UserActivity>UserActivityCollectionRequest. recent()
-