Uses of Class
odata.msgraph.client.beta.enums.WindowsDefenderApplicationControlSupplementalPolicyStatuses
-
Packages that use WindowsDefenderApplicationControlSupplementalPolicyStatuses Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of WindowsDefenderApplicationControlSupplementalPolicyStatuses in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsDefenderApplicationControlSupplementalPolicyStatuses Modifier and Type Field Description protected WindowsDefenderApplicationControlSupplementalPolicyStatusesWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus. deploymentStatusMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsDefenderApplicationControlSupplementalPolicyStatuses Modifier and Type Method Description Optional<WindowsDefenderApplicationControlSupplementalPolicyStatuses>WindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus. getDeploymentStatus()“The deployment state of the policy.”Methods in odata.msgraph.client.beta.entity with parameters of type WindowsDefenderApplicationControlSupplementalPolicyStatuses Modifier and Type Method Description WindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus.BuilderWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus.Builder. deploymentStatus(WindowsDefenderApplicationControlSupplementalPolicyStatuses deploymentStatus)“The deployment state of the policy.”WindowsDefenderApplicationControlSupplementalPolicyDeploymentStatusWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus. withDeploymentStatus(WindowsDefenderApplicationControlSupplementalPolicyStatuses deploymentStatus)Returns an immutable copy ofthiswith just thedeploymentStatusfield changed. -
Uses of WindowsDefenderApplicationControlSupplementalPolicyStatuses in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WindowsDefenderApplicationControlSupplementalPolicyStatuses Modifier and Type Method Description static WindowsDefenderApplicationControlSupplementalPolicyStatusesWindowsDefenderApplicationControlSupplementalPolicyStatuses. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsDefenderApplicationControlSupplementalPolicyStatuses[]WindowsDefenderApplicationControlSupplementalPolicyStatuses. values()Returns an array containing the constants of this enum type, in the order they are declared.
-