Package odata.msgraph.client.beta.entity
Class DeviceLogCollectionResponse.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.DeviceLogCollectionResponse.Builder
-
- Enclosing class:
- DeviceLogCollectionResponse
public static final class DeviceLogCollectionResponse.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public DeviceLogCollectionResponse.Builder id(String id)
-
errorCode
public DeviceLogCollectionResponse.Builder errorCode(Long errorCode)
“The error code, if any. Valid values -9.22337203685478E+18 to 9.22337203685478E+ 18”- Parameters:
errorCode- value oferrorCodeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
expirationDateTimeUTC
public DeviceLogCollectionResponse.Builder expirationDateTimeUTC(OffsetDateTime expirationDateTimeUTC)
“The DateTime of the expiration of the logs”- Parameters:
expirationDateTimeUTC- value ofexpirationDateTimeUTCproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
initiatedByUserPrincipalName
public DeviceLogCollectionResponse.Builder initiatedByUserPrincipalName(String initiatedByUserPrincipalName)
“The UPN for who initiated the request”- Parameters:
initiatedByUserPrincipalName- value ofinitiatedByUserPrincipalNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
managedDeviceId
public DeviceLogCollectionResponse.Builder managedDeviceId(UUID managedDeviceId)
“The device Id”- Parameters:
managedDeviceId- value ofmanagedDeviceIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
receivedDateTimeUTC
public DeviceLogCollectionResponse.Builder receivedDateTimeUTC(OffsetDateTime receivedDateTimeUTC)
“The DateTime the request was received”- Parameters:
receivedDateTimeUTC- value ofreceivedDateTimeUTCproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
requestedDateTimeUTC
public DeviceLogCollectionResponse.Builder requestedDateTimeUTC(OffsetDateTime requestedDateTimeUTC)
“The DateTime of the request”- Parameters:
requestedDateTimeUTC- value ofrequestedDateTimeUTCproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
size
public DeviceLogCollectionResponse.Builder size(Double size)
“The size of the logs. Valid values -1.79769313486232E+308 to 1.79769313486232E+ 308”- Parameters:
size- value ofsizeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
status
public DeviceLogCollectionResponse.Builder status(String status)
“The status of the log collection request”- Parameters:
status- value ofstatusproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceLogCollectionResponse build()
-
-