Uses of Class
odata.msgraph.client.entity.DeviceManagementTroubleshootingEvent
-
Packages that use DeviceManagementTroubleshootingEvent Package Description odata.msgraph.client.entity -
-
Uses of DeviceManagementTroubleshootingEvent in odata.msgraph.client.entity
Subclasses of DeviceManagementTroubleshootingEvent in odata.msgraph.client.entity Modifier and Type Class Description classEnrollmentTroubleshootingEvent“Event representing an enrollment failure.”Fields in odata.msgraph.client.entity with type parameters of type DeviceManagementTroubleshootingEvent Modifier and Type Field Description protected List<DeviceManagementTroubleshootingEvent>User. deviceManagementTroubleshootingEventsprotected List<DeviceManagementTroubleshootingEvent>DeviceManagement. troubleshootingEventsMethods in odata.msgraph.client.entity that return DeviceManagementTroubleshootingEvent Modifier and Type Method Description DeviceManagementTroubleshootingEventDeviceManagementTroubleshootingEvent.Builder. build()DeviceManagementTroubleshootingEventDeviceManagementTroubleshootingEvent. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DeviceManagementTroubleshootingEventDeviceManagementTroubleshootingEvent. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DeviceManagementTroubleshootingEventDeviceManagementTroubleshootingEvent. withCorrelationId(String correlationId)Returns an immutable copy ofthiswith just thecorrelationIdfield changed.DeviceManagementTroubleshootingEventDeviceManagementTroubleshootingEvent. withEventDateTime(OffsetDateTime eventDateTime)Returns an immutable copy ofthiswith just theeventDateTimefield changed.DeviceManagementTroubleshootingEventDeviceManagementTroubleshootingEvent. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type DeviceManagementTroubleshootingEvent Modifier and Type Method Description User.BuilderUser.Builder. deviceManagementTroubleshootingEvents(DeviceManagementTroubleshootingEvent... deviceManagementTroubleshootingEvents)“The list of troubleshooting events for this user.”DeviceManagement.BuilderDeviceManagement.Builder. troubleshootingEvents(DeviceManagementTroubleshootingEvent... troubleshootingEvents)“The list of troubleshooting events for the tenant.”Method parameters in odata.msgraph.client.entity with type arguments of type DeviceManagementTroubleshootingEvent Modifier and Type Method Description User.BuilderUser.Builder. deviceManagementTroubleshootingEvents(List<DeviceManagementTroubleshootingEvent> deviceManagementTroubleshootingEvents)“The list of troubleshooting events for this user.”DeviceManagement.BuilderDeviceManagement.Builder. troubleshootingEvents(List<DeviceManagementTroubleshootingEvent> troubleshootingEvents)“The list of troubleshooting events for the tenant.”UserUser. withDeviceManagementTroubleshootingEvents(List<DeviceManagementTroubleshootingEvent> deviceManagementTroubleshootingEvents)Returns an immutable copy ofthiswith just thedeviceManagementTroubleshootingEventsfield changed.DeviceManagementDeviceManagement. withTroubleshootingEvents(List<DeviceManagementTroubleshootingEvent> troubleshootingEvents)Returns an immutable copy ofthiswith just thetroubleshootingEventsfield changed.
-