Uses of Class
odata.msgraph.client.beta.windows.updates.enums.UpdateCategory
-
-
Uses of UpdateCategory in odata.msgraph.client.beta.windows.updates.complex
Fields in odata.msgraph.client.beta.windows.updates.complex declared as UpdateCategory Modifier and Type Field Description protected UpdateCategoryUpdateManagementEnrollment. updateCategoryMethods in odata.msgraph.client.beta.windows.updates.complex that return types with arguments of type UpdateCategory Modifier and Type Method Description Optional<UpdateCategory>UpdateManagementEnrollment. getUpdateCategory()Methods in odata.msgraph.client.beta.windows.updates.complex with parameters of type UpdateCategory Modifier and Type Method Description UpdateManagementEnrollment.BuilderUpdateManagementEnrollment.Builder. updateCategory(UpdateCategory updateCategory)UpdateManagementEnrollmentUpdateManagementEnrollment. withUpdateCategory(UpdateCategory updateCategory) -
Uses of UpdateCategory in odata.msgraph.client.beta.windows.updates.entity.collection.request
Methods in odata.msgraph.client.beta.windows.updates.entity.collection.request with parameters of type UpdateCategory Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnUpdatableAssetCollectionRequest. enrollAssets(UpdateCategory updateCategory, List<UpdatableAsset> assets)com.github.davidmoten.odata.client.ActionRequestNoReturnUpdatableAssetCollectionRequest. enrollAssetsById(UpdateCategory updateCategory, String memberEntityType, List<String> ids)com.github.davidmoten.odata.client.ActionRequestNoReturnUpdatableAssetCollectionRequest. unenrollAssets(UpdateCategory updateCategory, List<UpdatableAsset> assets)com.github.davidmoten.odata.client.ActionRequestNoReturnUpdatableAssetCollectionRequest. unenrollAssetsById(UpdateCategory updateCategory, String memberEntityType, List<String> ids) -
Uses of UpdateCategory in odata.msgraph.client.beta.windows.updates.enums
Methods in odata.msgraph.client.beta.windows.updates.enums that return UpdateCategory Modifier and Type Method Description static UpdateCategoryUpdateCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateCategory[]UpdateCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-