static DeviceLogCollectionResponse.Builder |
DeviceLogCollectionResponse.builderDeviceLogCollectionResponse() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
DeviceLogCollectionResponse.Builder |
DeviceLogCollectionResponse.Builder.errorCode(Long errorCode) |
“The error code, if any.
|
DeviceLogCollectionResponse.Builder |
DeviceLogCollectionResponse.Builder.expirationDateTimeUTC(OffsetDateTime expirationDateTimeUTC) |
“The DateTime of the expiration of the logs”
|
DeviceLogCollectionResponse.Builder |
DeviceLogCollectionResponse.Builder.id(String id) |
|
DeviceLogCollectionResponse.Builder |
DeviceLogCollectionResponse.Builder.initiatedByUserPrincipalName(String initiatedByUserPrincipalName) |
“The UPN for who initiated the request”
|
DeviceLogCollectionResponse.Builder |
DeviceLogCollectionResponse.Builder.managedDeviceId(UUID managedDeviceId) |
“The device Id”
|
DeviceLogCollectionResponse.Builder |
DeviceLogCollectionResponse.Builder.receivedDateTimeUTC(OffsetDateTime receivedDateTimeUTC) |
“The DateTime the request was received”
|
DeviceLogCollectionResponse.Builder |
DeviceLogCollectionResponse.Builder.requestedDateTimeUTC(OffsetDateTime requestedDateTimeUTC) |
“The DateTime of the request”
|
DeviceLogCollectionResponse.Builder |
DeviceLogCollectionResponse.Builder.size(Double size) |
“The size of the logs.
|
DeviceLogCollectionResponse.Builder |
DeviceLogCollectionResponse.Builder.status(String status) |
“The status of the log collection request”
|