Package odata.msgraph.client.beta.entity
Class EnrollmentTroubleshootingEvent.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.EnrollmentTroubleshootingEvent.Builder
-
- Enclosing class:
- EnrollmentTroubleshootingEvent
public static final class EnrollmentTroubleshootingEvent.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public EnrollmentTroubleshootingEvent.Builder id(String id)
-
additionalInformation
public EnrollmentTroubleshootingEvent.Builder additionalInformation(List<KeyValuePair> additionalInformation)
-
additionalInformation
public EnrollmentTroubleshootingEvent.Builder additionalInformation(KeyValuePair... additionalInformation)
-
additionalInformationNextLink
public EnrollmentTroubleshootingEvent.Builder additionalInformationNextLink(String additionalInformationNextLink)
-
correlationId
public EnrollmentTroubleshootingEvent.Builder correlationId(String correlationId)
-
eventDateTime
public EnrollmentTroubleshootingEvent.Builder eventDateTime(OffsetDateTime eventDateTime)
-
eventName
public EnrollmentTroubleshootingEvent.Builder eventName(String eventName)
-
troubleshootingErrorDetails
public EnrollmentTroubleshootingEvent.Builder troubleshootingErrorDetails(DeviceManagementTroubleshootingErrorDetails troubleshootingErrorDetails)
-
deviceId
public EnrollmentTroubleshootingEvent.Builder deviceId(String deviceId)
“Azure AD device identifier.”- Parameters:
deviceId- value ofdeviceIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
enrollmentType
public EnrollmentTroubleshootingEvent.Builder enrollmentType(DeviceEnrollmentType enrollmentType)
“Type of the enrollment.”- Parameters:
enrollmentType- value ofenrollmentTypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
failureCategory
public EnrollmentTroubleshootingEvent.Builder failureCategory(DeviceEnrollmentFailureReason failureCategory)
“Highlevel failure category.”- Parameters:
failureCategory- value offailureCategoryproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
failureReason
public EnrollmentTroubleshootingEvent.Builder failureReason(String failureReason)
“Detailed failure reason.”- Parameters:
failureReason- value offailureReasonproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
managedDeviceIdentifier
public EnrollmentTroubleshootingEvent.Builder managedDeviceIdentifier(String managedDeviceIdentifier)
“Device identifier created or collected by Intune.”- Parameters:
managedDeviceIdentifier- value ofmanagedDeviceIdentifierproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
operatingSystem
public EnrollmentTroubleshootingEvent.Builder operatingSystem(String operatingSystem)
“Operating System.”- Parameters:
operatingSystem- value ofoperatingSystemproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
osVersion
public EnrollmentTroubleshootingEvent.Builder osVersion(String osVersion)
“OS Version.”- Parameters:
osVersion- value ofosVersionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
userId
public EnrollmentTroubleshootingEvent.Builder userId(String userId)
“Identifier for the user that tried to enroll the device.”- Parameters:
userId- value ofuserIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public EnrollmentTroubleshootingEvent build()
-
-