| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
ActivityHistoryItem |
ActivityHistoryItem.Builder.build() |
ActivityHistoryItem |
ActivityHistoryItem.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ActivityHistoryItem |
ActivityHistoryItem.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ActivityHistoryItem |
ActivityHistoryItem.withActiveDurationSeconds(Integer activeDurationSeconds) |
ActivityHistoryItem |
ActivityHistoryItem.withCreatedDateTime(OffsetDateTime createdDateTime) |
ActivityHistoryItem |
ActivityHistoryItem.withExpirationDateTime(OffsetDateTime expirationDateTime) |
ActivityHistoryItem |
ActivityHistoryItem.withLastActiveDateTime(OffsetDateTime lastActiveDateTime) |
ActivityHistoryItem |
ActivityHistoryItem.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
ActivityHistoryItem |
ActivityHistoryItem.withStartedDateTime(OffsetDateTime startedDateTime) |
ActivityHistoryItem |
ActivityHistoryItem.withStatus(Status status) |
ActivityHistoryItem |
ActivityHistoryItem.withUserTimezone(String userTimezone) |
Copyright © 2018–2020. All rights reserved.