Package odata.msgraph.client.entity
Class DeviceManagementTroubleshootingEvent.Builder
- java.lang.Object
-
- odata.msgraph.client.entity.DeviceManagementTroubleshootingEvent.Builder
-
- Enclosing class:
- DeviceManagementTroubleshootingEvent
public static final class DeviceManagementTroubleshootingEvent.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceManagementTroubleshootingEventbuild()DeviceManagementTroubleshootingEvent.BuildercorrelationId(String correlationId)“Id used for tracing the failure in the service.”DeviceManagementTroubleshootingEvent.BuildereventDateTime(OffsetDateTime eventDateTime)“Time when the event occurred .”DeviceManagementTroubleshootingEvent.Builderid(String id)
-
-
-
Method Detail
-
id
public DeviceManagementTroubleshootingEvent.Builder id(String id)
-
correlationId
public DeviceManagementTroubleshootingEvent.Builder correlationId(String correlationId)
“Id used for tracing the failure in the service.”- Parameters:
correlationId- value ofcorrelationIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
eventDateTime
public DeviceManagementTroubleshootingEvent.Builder eventDateTime(OffsetDateTime eventDateTime)
“Time when the event occurred .”- Parameters:
eventDateTime- value ofeventDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceManagementTroubleshootingEvent build()
-
-