Uses of Class
odata.msgraph.client.beta.windows.updates.complex.SafeguardProfile
-
Packages that use SafeguardProfile Package Description odata.msgraph.client.beta.windows.updates.complex -
-
Uses of SafeguardProfile in odata.msgraph.client.beta.windows.updates.complex
Fields in odata.msgraph.client.beta.windows.updates.complex with type parameters of type SafeguardProfile Modifier and Type Field Description protected List<SafeguardProfile>SafeguardSettings. disabledSafeguardProfilesMethods in odata.msgraph.client.beta.windows.updates.complex that return SafeguardProfile Modifier and Type Method Description SafeguardProfileSafeguardProfile.Builder. build()SafeguardProfileSafeguardProfile. withCategory(SafeguardCategory category)SafeguardProfileSafeguardProfile. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.windows.updates.complex that return types with arguments of type SafeguardProfile Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<SafeguardProfile>SafeguardSettings. getDisabledSafeguardProfiles()com.github.davidmoten.odata.client.CollectionPage<SafeguardProfile>SafeguardSettings. getDisabledSafeguardProfiles(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.windows.updates.complex with parameters of type SafeguardProfile Modifier and Type Method Description SafeguardSettings.BuilderSafeguardSettings.Builder. disabledSafeguardProfiles(SafeguardProfile... disabledSafeguardProfiles)Method parameters in odata.msgraph.client.beta.windows.updates.complex with type arguments of type SafeguardProfile Modifier and Type Method Description SafeguardSettings.BuilderSafeguardSettings.Builder. disabledSafeguardProfiles(List<SafeguardProfile> disabledSafeguardProfiles)
-