Package odata.msgraph.client.beta.entity
Class MobileAppTroubleshootingEvent.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.MobileAppTroubleshootingEvent.Builder
-
- Enclosing class:
- MobileAppTroubleshootingEvent
public static final class MobileAppTroubleshootingEvent.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public MobileAppTroubleshootingEvent.Builder id(String id)
-
additionalInformation
public MobileAppTroubleshootingEvent.Builder additionalInformation(List<KeyValuePair> additionalInformation)
-
additionalInformation
public MobileAppTroubleshootingEvent.Builder additionalInformation(KeyValuePair... additionalInformation)
-
additionalInformationNextLink
public MobileAppTroubleshootingEvent.Builder additionalInformationNextLink(String additionalInformationNextLink)
-
correlationId
public MobileAppTroubleshootingEvent.Builder correlationId(String correlationId)
-
eventDateTime
public MobileAppTroubleshootingEvent.Builder eventDateTime(OffsetDateTime eventDateTime)
-
eventName
public MobileAppTroubleshootingEvent.Builder eventName(String eventName)
-
troubleshootingErrorDetails
public MobileAppTroubleshootingEvent.Builder troubleshootingErrorDetails(DeviceManagementTroubleshootingErrorDetails troubleshootingErrorDetails)
-
applicationId
public MobileAppTroubleshootingEvent.Builder applicationId(String applicationId)
“Intune application identifier.”- Parameters:
applicationId- value ofapplicationIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
history
public MobileAppTroubleshootingEvent.Builder history(List<MobileAppTroubleshootingHistoryItem> history)
“Intune Mobile Application Troubleshooting History Item”- Parameters:
history- value ofhistoryproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
history
public MobileAppTroubleshootingEvent.Builder history(MobileAppTroubleshootingHistoryItem... history)
“Intune Mobile Application Troubleshooting History Item”- Parameters:
history- value ofhistoryproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
historyNextLink
public MobileAppTroubleshootingEvent.Builder historyNextLink(String historyNextLink)
“Intune Mobile Application Troubleshooting History Item”- Parameters:
historyNextLink- value ofhistory@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
managedDeviceIdentifier
public MobileAppTroubleshootingEvent.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)
-
userId
public MobileAppTroubleshootingEvent.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 MobileAppTroubleshootingEvent build()
-
-