Uses of Class
odata.msgraph.client.beta.complex.MacOSSystemExtension
-
Packages that use MacOSSystemExtension Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of MacOSSystemExtension in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return MacOSSystemExtension Modifier and Type Method Description MacOSSystemExtensionMacOSSystemExtension.Builder. build()MacOSSystemExtensionMacOSSystemExtension. withBundleId(String bundleId)Returns an immutable copy ofthiswith just thebundleIdfield changed.MacOSSystemExtensionMacOSSystemExtension. withTeamIdentifier(String teamIdentifier)Returns an immutable copy ofthiswith just theteamIdentifierfield changed.MacOSSystemExtensionMacOSSystemExtension. withUnmappedField(String name, String value) -
Uses of MacOSSystemExtension in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type MacOSSystemExtension Modifier and Type Field Description protected List<MacOSSystemExtension>MacOSExtensionsConfiguration. systemExtensionsAllowedMethods in odata.msgraph.client.beta.entity that return types with arguments of type MacOSSystemExtension Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<MacOSSystemExtension>MacOSExtensionsConfiguration. getSystemExtensionsAllowed()“Gets or sets a list of allowed macOS system extensions.com.github.davidmoten.odata.client.CollectionPage<MacOSSystemExtension>MacOSExtensionsConfiguration. getSystemExtensionsAllowed(com.github.davidmoten.odata.client.HttpRequestOptions options)“Gets or sets a list of allowed macOS system extensions.Methods in odata.msgraph.client.beta.entity with parameters of type MacOSSystemExtension Modifier and Type Method Description MacOSExtensionsConfiguration.BuilderMacOSExtensionsConfiguration.Builder. systemExtensionsAllowed(MacOSSystemExtension... systemExtensionsAllowed)“Gets or sets a list of allowed macOS system extensions.Method parameters in odata.msgraph.client.beta.entity with type arguments of type MacOSSystemExtension Modifier and Type Method Description MacOSExtensionsConfiguration.BuilderMacOSExtensionsConfiguration.Builder. systemExtensionsAllowed(List<MacOSSystemExtension> systemExtensionsAllowed)“Gets or sets a list of allowed macOS system extensions.MacOSExtensionsConfigurationMacOSExtensionsConfiguration. withSystemExtensionsAllowed(List<MacOSSystemExtension> systemExtensionsAllowed)Returns an immutable copy ofthiswith just thesystemExtensionsAllowedfield changed.
-