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.enrolledByUser(String enrolledByUser) |
“The User Principal Name (UPN) of the user that enrolled the device.”
|
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) |
“Indicates Intune device unique identifier.”
|
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.sizeInKB(Double sizeInKB) |
“The size of the logs in KB.
|
DeviceLogCollectionResponse.Builder |
DeviceLogCollectionResponse.Builder.status(AppLogUploadState status) |
“Indicates the status for the app log collection request if it is pending,
completed or failed, Default is pending.”
|