Uses of Class
odata.msgraph.client.beta.enums.MacOSGatekeeperAppSources
-
Packages that use MacOSGatekeeperAppSources Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of MacOSGatekeeperAppSources in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as MacOSGatekeeperAppSources Modifier and Type Field Description protected MacOSGatekeeperAppSourcesMacOSCompliancePolicy. gatekeeperAllowedAppSourceprotected MacOSGatekeeperAppSourcesMacOSEndpointProtectionConfiguration. gatekeeperAllowedAppSourceMethods in odata.msgraph.client.beta.entity that return types with arguments of type MacOSGatekeeperAppSources Modifier and Type Method Description Optional<MacOSGatekeeperAppSources>MacOSCompliancePolicy. getGatekeeperAllowedAppSource()“System and Privacy setting that determines which download locations apps can be run from on a macOS device.”Optional<MacOSGatekeeperAppSources>MacOSEndpointProtectionConfiguration. getGatekeeperAllowedAppSource()“System and Privacy setting that determines which download locations apps can be run from on a macOS device.”Methods in odata.msgraph.client.beta.entity with parameters of type MacOSGatekeeperAppSources Modifier and Type Method Description MacOSCompliancePolicy.BuilderMacOSCompliancePolicy.Builder. gatekeeperAllowedAppSource(MacOSGatekeeperAppSources gatekeeperAllowedAppSource)“System and Privacy setting that determines which download locations apps can be run from on a macOS device.”MacOSEndpointProtectionConfiguration.BuilderMacOSEndpointProtectionConfiguration.Builder. gatekeeperAllowedAppSource(MacOSGatekeeperAppSources gatekeeperAllowedAppSource)“System and Privacy setting that determines which download locations apps can be run from on a macOS device.”MacOSCompliancePolicyMacOSCompliancePolicy. withGatekeeperAllowedAppSource(MacOSGatekeeperAppSources gatekeeperAllowedAppSource)Returns an immutable copy ofthiswith just thegatekeeperAllowedAppSourcefield changed.MacOSEndpointProtectionConfigurationMacOSEndpointProtectionConfiguration. withGatekeeperAllowedAppSource(MacOSGatekeeperAppSources gatekeeperAllowedAppSource)Returns an immutable copy ofthiswith just thegatekeeperAllowedAppSourcefield changed. -
Uses of MacOSGatekeeperAppSources in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return MacOSGatekeeperAppSources Modifier and Type Method Description static MacOSGatekeeperAppSourcesMacOSGatekeeperAppSources. valueOf(String name)Returns the enum constant of this type with the specified name.static MacOSGatekeeperAppSources[]MacOSGatekeeperAppSources. values()Returns an array containing the constants of this enum type, in the order they are declared.
-