| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
AppLogCollectionRequest |
AppLogCollectionRequest.Builder.build() |
AppLogCollectionRequest |
AppLogCollectionRequest.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
AppLogCollectionRequest |
AppLogCollectionRequest.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
AppLogCollectionRequest |
AppLogCollectionRequest.withCompletedDateTime(OffsetDateTime completedDateTime)
Returns an immutable copy of
this with just the completedDateTime
field changed. |
AppLogCollectionRequest |
AppLogCollectionRequest.withErrorMessage(String errorMessage)
Returns an immutable copy of
this with just the errorMessage
field changed. |
AppLogCollectionRequest |
AppLogCollectionRequest.withStatus(AppLogUploadState status)
Returns an immutable copy of
this with just the status field
changed. |
Copyright © 2018–2020. All rights reserved.