Uses of Class
odata.msgraph.client.enums.DefenderPromptForSampleSubmission
-
Packages that use DefenderPromptForSampleSubmission Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of DefenderPromptForSampleSubmission in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as DefenderPromptForSampleSubmission Modifier and Type Field Description protected DefenderPromptForSampleSubmissionWindows10GeneralConfiguration. defenderPromptForSampleSubmissionMethods in odata.msgraph.client.entity that return types with arguments of type DefenderPromptForSampleSubmission Modifier and Type Method Description Optional<DefenderPromptForSampleSubmission>Windows10GeneralConfiguration. getDefenderPromptForSampleSubmission()“The configuration for how to prompt user for sample submission.”Methods in odata.msgraph.client.entity with parameters of type DefenderPromptForSampleSubmission Modifier and Type Method Description Windows10GeneralConfiguration.BuilderWindows10GeneralConfiguration.Builder. defenderPromptForSampleSubmission(DefenderPromptForSampleSubmission defenderPromptForSampleSubmission)“The configuration for how to prompt user for sample submission.”Windows10GeneralConfigurationWindows10GeneralConfiguration. withDefenderPromptForSampleSubmission(DefenderPromptForSampleSubmission defenderPromptForSampleSubmission)Returns an immutable copy ofthiswith just thedefenderPromptForSampleSubmissionfield changed. -
Uses of DefenderPromptForSampleSubmission in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return DefenderPromptForSampleSubmission Modifier and Type Method Description static DefenderPromptForSampleSubmissionDefenderPromptForSampleSubmission. valueOf(String name)Returns the enum constant of this type with the specified name.static DefenderPromptForSampleSubmission[]DefenderPromptForSampleSubmission. values()Returns an array containing the constants of this enum type, in the order they are declared.
-