| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Method and Description |
|---|---|
UserActivity |
UserActivity.Builder.build() |
UserActivity |
UserActivity.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
UserActivity |
UserActivity.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
UserActivity |
UserActivity.withActivationUrl(String activationUrl) |
UserActivity |
UserActivity.withActivitySourceHost(String activitySourceHost) |
UserActivity |
UserActivity.withAppActivityId(String appActivityId) |
UserActivity |
UserActivity.withAppDisplayName(String appDisplayName) |
UserActivity |
UserActivity.withContentInfo(Json contentInfo) |
UserActivity |
UserActivity.withContentUrl(String contentUrl) |
UserActivity |
UserActivity.withCreatedDateTime(OffsetDateTime createdDateTime) |
UserActivity |
UserActivity.withExpirationDateTime(OffsetDateTime expirationDateTime) |
UserActivity |
UserActivity.withFallbackUrl(String fallbackUrl) |
UserActivity |
UserActivity.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
UserActivity |
UserActivity.withStatus(Status status) |
UserActivity |
UserActivity.withUserTimezone(String userTimezone) |
UserActivity |
UserActivity.withVisualElements(VisualInfo visualElements) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<UserActivity> |
UserActivityCollectionRequest.recent() |
Copyright © 2018–2020. All rights reserved.