Uses of Class
odata.msgraph.client.beta.complex.MobileAppTroubleshootingHistoryItem
-
Packages that use MobileAppTroubleshootingHistoryItem Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of MobileAppTroubleshootingHistoryItem in odata.msgraph.client.beta.complex
Subclasses of MobileAppTroubleshootingHistoryItem in odata.msgraph.client.beta.complex Modifier and Type Class Description classMobileAppTroubleshootingAppPolicyCreationHistory“History Item contained in the Mobile App Troubleshooting Event.”classMobileAppTroubleshootingAppStateHistory“History Item contained in the Mobile App Troubleshooting Event.”classMobileAppTroubleshootingAppTargetHistory“History Item contained in the Mobile App Troubleshooting Event.”classMobileAppTroubleshootingAppUpdateHistory“History Item contained in the Mobile App Troubleshooting Event.”classMobileAppTroubleshootingDeviceCheckinHistory“History Item contained in the Mobile App Troubleshooting Event.”Methods in odata.msgraph.client.beta.complex that return MobileAppTroubleshootingHistoryItem Modifier and Type Method Description MobileAppTroubleshootingHistoryItemMobileAppTroubleshootingHistoryItem.Builder. build()MobileAppTroubleshootingHistoryItemMobileAppTroubleshootingHistoryItem. withOccurrenceDateTime(OffsetDateTime occurrenceDateTime)Returns an immutable copy ofthiswith just theoccurrenceDateTimefield changed.MobileAppTroubleshootingHistoryItemMobileAppTroubleshootingHistoryItem. withTroubleshootingErrorDetails(DeviceManagementTroubleshootingErrorDetails troubleshootingErrorDetails)Returns an immutable copy ofthiswith just thetroubleshootingErrorDetailsfield changed.MobileAppTroubleshootingHistoryItemMobileAppTroubleshootingHistoryItem. withUnmappedField(String name, String value) -
Uses of MobileAppTroubleshootingHistoryItem in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type MobileAppTroubleshootingHistoryItem Modifier and Type Field Description protected List<MobileAppTroubleshootingHistoryItem>MobileAppTroubleshootingEvent. historyMethods in odata.msgraph.client.beta.entity that return types with arguments of type MobileAppTroubleshootingHistoryItem Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<MobileAppTroubleshootingHistoryItem>MobileAppTroubleshootingEvent. getHistory()“Intune Mobile Application Troubleshooting History Item”com.github.davidmoten.odata.client.CollectionPage<MobileAppTroubleshootingHistoryItem>MobileAppTroubleshootingEvent. getHistory(com.github.davidmoten.odata.client.HttpRequestOptions options)“Intune Mobile Application Troubleshooting History Item”Methods in odata.msgraph.client.beta.entity with parameters of type MobileAppTroubleshootingHistoryItem Modifier and Type Method Description MobileAppTroubleshootingEvent.BuilderMobileAppTroubleshootingEvent.Builder. history(MobileAppTroubleshootingHistoryItem... history)“Intune Mobile Application Troubleshooting History Item”Method parameters in odata.msgraph.client.beta.entity with type arguments of type MobileAppTroubleshootingHistoryItem Modifier and Type Method Description MobileAppTroubleshootingEvent.BuilderMobileAppTroubleshootingEvent.Builder. history(List<MobileAppTroubleshootingHistoryItem> history)“Intune Mobile Application Troubleshooting History Item”MobileAppTroubleshootingEventMobileAppTroubleshootingEvent. withHistory(List<MobileAppTroubleshootingHistoryItem> history)Returns an immutable copy ofthiswith just thehistoryfield changed.
-