Package odata.msgraph.client.beta.entity
Class DeviceManagementTroubleshootingEvent.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.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 DeviceManagementTroubleshootingEvent.BuilderadditionalInformation(List<KeyValuePair> additionalInformation)“A set of string key and string value pairs which provides additional information on the Troubleshooting event”DeviceManagementTroubleshootingEvent.BuilderadditionalInformation(KeyValuePair... additionalInformation)“A set of string key and string value pairs which provides additional information on the Troubleshooting event”DeviceManagementTroubleshootingEvent.BuilderadditionalInformationNextLink(String additionalInformationNextLink)“A set of string key and string value pairs which provides additional information on the Troubleshooting event”DeviceManagementTroubleshootingEventbuild()DeviceManagementTroubleshootingEvent.BuildercorrelationId(String correlationId)“Id used for tracing the failure in the service.”DeviceManagementTroubleshootingEvent.BuildereventDateTime(OffsetDateTime eventDateTime)“Time when the event occurred .”DeviceManagementTroubleshootingEvent.BuildereventName(String eventName)“Event Name corresponding to the Troubleshooting Event.DeviceManagementTroubleshootingEvent.Builderid(String id)DeviceManagementTroubleshootingEvent.BuildertroubleshootingErrorDetails(DeviceManagementTroubleshootingErrorDetails troubleshootingErrorDetails)“Object containing detailed information about the error and its remediation.”
-
-
-
Method Detail
-
id
public DeviceManagementTroubleshootingEvent.Builder id(String id)
-
additionalInformation
public DeviceManagementTroubleshootingEvent.Builder additionalInformation(List<KeyValuePair> additionalInformation)
“A set of string key and string value pairs which provides additional information on the Troubleshooting event”- Parameters:
additionalInformation- value ofadditionalInformationproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
additionalInformation
public DeviceManagementTroubleshootingEvent.Builder additionalInformation(KeyValuePair... additionalInformation)
“A set of string key and string value pairs which provides additional information on the Troubleshooting event”- Parameters:
additionalInformation- value ofadditionalInformationproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
additionalInformationNextLink
public DeviceManagementTroubleshootingEvent.Builder additionalInformationNextLink(String additionalInformationNextLink)
“A set of string key and string value pairs which provides additional information on the Troubleshooting event”- Parameters:
additionalInformationNextLink- value ofadditionalInformation@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
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)
-
eventName
public DeviceManagementTroubleshootingEvent.Builder eventName(String eventName)
“Event Name corresponding to the Troubleshooting Event. It is an Optional field”- Parameters:
eventName- value ofeventNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
troubleshootingErrorDetails
public DeviceManagementTroubleshootingEvent.Builder troubleshootingErrorDetails(DeviceManagementTroubleshootingErrorDetails troubleshootingErrorDetails)
“Object containing detailed information about the error and its remediation.”- Parameters:
troubleshootingErrorDetails- value oftroubleshootingErrorDetailsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceManagementTroubleshootingEvent build()
-
-