Uses of Class
odata.msgraph.client.beta.windows.updates.enums.SafeguardCategory
-
Packages that use SafeguardCategory Package Description odata.msgraph.client.beta.windows.updates.complex odata.msgraph.client.beta.windows.updates.enums -
-
Uses of SafeguardCategory in odata.msgraph.client.beta.windows.updates.complex
Fields in odata.msgraph.client.beta.windows.updates.complex declared as SafeguardCategory Modifier and Type Field Description protected SafeguardCategorySafeguardProfile. categoryMethods in odata.msgraph.client.beta.windows.updates.complex that return types with arguments of type SafeguardCategory Modifier and Type Method Description Optional<SafeguardCategory>SafeguardProfile. getCategory()Methods in odata.msgraph.client.beta.windows.updates.complex with parameters of type SafeguardCategory Modifier and Type Method Description SafeguardProfile.BuilderSafeguardProfile.Builder. category(SafeguardCategory category)SafeguardProfileSafeguardProfile. withCategory(SafeguardCategory category) -
Uses of SafeguardCategory in odata.msgraph.client.beta.windows.updates.enums
Methods in odata.msgraph.client.beta.windows.updates.enums that return SafeguardCategory Modifier and Type Method Description static SafeguardCategorySafeguardCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static SafeguardCategory[]SafeguardCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-