Uses of Class
odata.msgraph.client.beta.complex.DeviceManagementTroubleshootingErrorResource
-
Packages that use DeviceManagementTroubleshootingErrorResource Package Description odata.msgraph.client.beta.complex -
-
Uses of DeviceManagementTroubleshootingErrorResource in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type DeviceManagementTroubleshootingErrorResource Modifier and Type Field Description protected List<DeviceManagementTroubleshootingErrorResource>DeviceManagementTroubleshootingErrorDetails. resourcesMethods in odata.msgraph.client.beta.complex that return DeviceManagementTroubleshootingErrorResource Modifier and Type Method Description DeviceManagementTroubleshootingErrorResourceDeviceManagementTroubleshootingErrorResource.Builder. build()DeviceManagementTroubleshootingErrorResourceDeviceManagementTroubleshootingErrorResource. withLink(String link)Returns an immutable copy ofthiswith just thelinkfield changed.DeviceManagementTroubleshootingErrorResourceDeviceManagementTroubleshootingErrorResource. withText(String text)DeviceManagementTroubleshootingErrorResourceDeviceManagementTroubleshootingErrorResource. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type DeviceManagementTroubleshootingErrorResource Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<DeviceManagementTroubleshootingErrorResource>DeviceManagementTroubleshootingErrorDetails. getResources()“Links to helpful documentation about this failure.”com.github.davidmoten.odata.client.CollectionPage<DeviceManagementTroubleshootingErrorResource>DeviceManagementTroubleshootingErrorDetails. getResources(com.github.davidmoten.odata.client.HttpRequestOptions options)“Links to helpful documentation about this failure.”Methods in odata.msgraph.client.beta.complex with parameters of type DeviceManagementTroubleshootingErrorResource Modifier and Type Method Description DeviceManagementTroubleshootingErrorDetails.BuilderDeviceManagementTroubleshootingErrorDetails.Builder. resources(DeviceManagementTroubleshootingErrorResource... resources)“Links to helpful documentation about this failure.”Method parameters in odata.msgraph.client.beta.complex with type arguments of type DeviceManagementTroubleshootingErrorResource Modifier and Type Method Description DeviceManagementTroubleshootingErrorDetails.BuilderDeviceManagementTroubleshootingErrorDetails.Builder. resources(List<DeviceManagementTroubleshootingErrorResource> resources)“Links to helpful documentation about this failure.”
-