| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
DeviceLogCollectionResponse |
DeviceLogCollectionResponse.Builder.build() |
DeviceLogCollectionResponse |
DeviceLogCollectionResponse.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
DeviceLogCollectionResponse |
DeviceLogCollectionResponse.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
DeviceLogCollectionResponse |
DeviceLogCollectionResponse.withErrorCode(Long errorCode)
Returns an immutable copy of
this with just the errorCode field
changed. |
DeviceLogCollectionResponse |
DeviceLogCollectionResponse.withExpirationDateTimeUTC(OffsetDateTime expirationDateTimeUTC)
Returns an immutable copy of
this with just the expirationDateTimeUTC field changed. |
DeviceLogCollectionResponse |
DeviceLogCollectionResponse.withInitiatedByUserPrincipalName(String initiatedByUserPrincipalName)
Returns an immutable copy of
this with just the initiatedByUserPrincipalName field changed. |
DeviceLogCollectionResponse |
DeviceLogCollectionResponse.withManagedDeviceId(String managedDeviceId)
Returns an immutable copy of
this with just the managedDeviceId
field changed. |
DeviceLogCollectionResponse |
DeviceLogCollectionResponse.withReceivedDateTimeUTC(OffsetDateTime receivedDateTimeUTC)
Returns an immutable copy of
this with just the receivedDateTimeUTC field changed. |
DeviceLogCollectionResponse |
DeviceLogCollectionResponse.withRequestedDateTimeUTC(OffsetDateTime requestedDateTimeUTC)
Returns an immutable copy of
this with just the requestedDateTimeUTC field changed. |
DeviceLogCollectionResponse |
DeviceLogCollectionResponse.withSize(Double size)
Returns an immutable copy of
this with just the size field
changed. |
DeviceLogCollectionResponse |
DeviceLogCollectionResponse.withStatus(String status)
Returns an immutable copy of
this with just the status field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DeviceLogCollectionResponse> |
ManagedDevice.createDeviceLogCollectionRequest(DeviceLogCollectionRequest templateType) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DeviceLogCollectionResponse> |
ManagedDeviceRequest.createDeviceLogCollectionRequest(DeviceLogCollectionRequest templateType) |
Copyright © 2018–2020. All rights reserved.