Uses of Class
odata.msgraph.client.beta.enums.MacOSSoftwareUpdateCategory
-
Packages that use MacOSSoftwareUpdateCategory Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of MacOSSoftwareUpdateCategory in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as MacOSSoftwareUpdateCategory Modifier and Type Field Description protected MacOSSoftwareUpdateCategoryMacOSSoftwareUpdateCategorySummary. updateCategoryprotected MacOSSoftwareUpdateCategoryMacOSSoftwareUpdateStateSummary. updateCategoryMethods in odata.msgraph.client.beta.entity that return types with arguments of type MacOSSoftwareUpdateCategory Modifier and Type Method Description Optional<MacOSSoftwareUpdateCategory>MacOSSoftwareUpdateCategorySummary. getUpdateCategory()“Software update type”Optional<MacOSSoftwareUpdateCategory>MacOSSoftwareUpdateStateSummary. getUpdateCategory()“Software update category”Methods in odata.msgraph.client.beta.entity with parameters of type MacOSSoftwareUpdateCategory Modifier and Type Method Description MacOSSoftwareUpdateCategorySummary.BuilderMacOSSoftwareUpdateCategorySummary.Builder. updateCategory(MacOSSoftwareUpdateCategory updateCategory)“Software update type”MacOSSoftwareUpdateStateSummary.BuilderMacOSSoftwareUpdateStateSummary.Builder. updateCategory(MacOSSoftwareUpdateCategory updateCategory)“Software update category”MacOSSoftwareUpdateCategorySummaryMacOSSoftwareUpdateCategorySummary. withUpdateCategory(MacOSSoftwareUpdateCategory updateCategory)Returns an immutable copy ofthiswith just theupdateCategoryfield changed.MacOSSoftwareUpdateStateSummaryMacOSSoftwareUpdateStateSummary. withUpdateCategory(MacOSSoftwareUpdateCategory updateCategory)Returns an immutable copy ofthiswith just theupdateCategoryfield changed. -
Uses of MacOSSoftwareUpdateCategory in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return MacOSSoftwareUpdateCategory Modifier and Type Method Description static MacOSSoftwareUpdateCategoryMacOSSoftwareUpdateCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static MacOSSoftwareUpdateCategory[]MacOSSoftwareUpdateCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-