Uses of Class
odata.msgraph.client.beta.windows.updates.complex.UpdatableAssetError
-
Packages that use UpdatableAssetError Package Description odata.msgraph.client.beta.windows.updates.complex odata.msgraph.client.beta.windows.updates.entity -
-
Uses of UpdatableAssetError in odata.msgraph.client.beta.windows.updates.complex
Subclasses of UpdatableAssetError in odata.msgraph.client.beta.windows.updates.complex Modifier and Type Class Description classAzureADDeviceRegistrationErrorMethods in odata.msgraph.client.beta.windows.updates.complex that return UpdatableAssetError Modifier and Type Method Description UpdatableAssetErrorUpdatableAssetError. withUnmappedField(String name, String value) -
Uses of UpdatableAssetError in odata.msgraph.client.beta.windows.updates.entity
Fields in odata.msgraph.client.beta.windows.updates.entity with type parameters of type UpdatableAssetError Modifier and Type Field Description protected List<UpdatableAssetError>AzureADDevice. errorsMethods in odata.msgraph.client.beta.windows.updates.entity that return types with arguments of type UpdatableAssetError Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<UpdatableAssetError>AzureADDevice. getErrors()com.github.davidmoten.odata.client.CollectionPage<UpdatableAssetError>AzureADDevice. getErrors(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.windows.updates.entity with parameters of type UpdatableAssetError Modifier and Type Method Description AzureADDevice.BuilderAzureADDevice.Builder. errors(UpdatableAssetError... errors)Method parameters in odata.msgraph.client.beta.windows.updates.entity with type arguments of type UpdatableAssetError Modifier and Type Method Description AzureADDevice.BuilderAzureADDevice.Builder. errors(List<UpdatableAssetError> errors)AzureADDeviceAzureADDevice. withErrors(List<UpdatableAssetError> errors)
-