Uses of Class
odata.msgraph.client.beta.windows.updates.complex.UpdatableAssetEnrollment
-
Packages that use UpdatableAssetEnrollment Package Description odata.msgraph.client.beta.windows.updates.complex odata.msgraph.client.beta.windows.updates.entity -
-
Uses of UpdatableAssetEnrollment in odata.msgraph.client.beta.windows.updates.complex
Subclasses of UpdatableAssetEnrollment in odata.msgraph.client.beta.windows.updates.complex Modifier and Type Class Description classUpdateManagementEnrollmentMethods in odata.msgraph.client.beta.windows.updates.complex that return UpdatableAssetEnrollment Modifier and Type Method Description UpdatableAssetEnrollmentUpdatableAssetEnrollment. withUnmappedField(String name, String value) -
Uses of UpdatableAssetEnrollment in odata.msgraph.client.beta.windows.updates.entity
Fields in odata.msgraph.client.beta.windows.updates.entity with type parameters of type UpdatableAssetEnrollment Modifier and Type Field Description protected List<UpdatableAssetEnrollment>AzureADDevice. enrollmentsMethods in odata.msgraph.client.beta.windows.updates.entity that return types with arguments of type UpdatableAssetEnrollment Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<UpdatableAssetEnrollment>AzureADDevice. getEnrollments()com.github.davidmoten.odata.client.CollectionPage<UpdatableAssetEnrollment>AzureADDevice. getEnrollments(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.windows.updates.entity with parameters of type UpdatableAssetEnrollment Modifier and Type Method Description AzureADDevice.BuilderAzureADDevice.Builder. enrollments(UpdatableAssetEnrollment... enrollments)Method parameters in odata.msgraph.client.beta.windows.updates.entity with type arguments of type UpdatableAssetEnrollment Modifier and Type Method Description AzureADDevice.BuilderAzureADDevice.Builder. enrollments(List<UpdatableAssetEnrollment> enrollments)AzureADDeviceAzureADDevice. withEnrollments(List<UpdatableAssetEnrollment> enrollments)
-