Uses of Class
odata.msgraph.client.beta.complex.MacOSKernelExtension
-
Packages that use MacOSKernelExtension Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of MacOSKernelExtension in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return MacOSKernelExtension Modifier and Type Method Description MacOSKernelExtensionMacOSKernelExtension.Builder. build()MacOSKernelExtensionMacOSKernelExtension. withBundleId(String bundleId)Returns an immutable copy ofthiswith just thebundleIdfield changed.MacOSKernelExtensionMacOSKernelExtension. withTeamIdentifier(String teamIdentifier)Returns an immutable copy ofthiswith just theteamIdentifierfield changed.MacOSKernelExtensionMacOSKernelExtension. withUnmappedField(String name, String value) -
Uses of MacOSKernelExtension in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type MacOSKernelExtension Modifier and Type Field Description protected List<MacOSKernelExtension>MacOSExtensionsConfiguration. kernelExtensionsAllowedMethods in odata.msgraph.client.beta.entity that return types with arguments of type MacOSKernelExtension Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<MacOSKernelExtension>MacOSExtensionsConfiguration. getKernelExtensionsAllowed()“A list of kernel extensions that will be allowed to load.com.github.davidmoten.odata.client.CollectionPage<MacOSKernelExtension>MacOSExtensionsConfiguration. getKernelExtensionsAllowed(com.github.davidmoten.odata.client.HttpRequestOptions options)“A list of kernel extensions that will be allowed to load.Methods in odata.msgraph.client.beta.entity with parameters of type MacOSKernelExtension Modifier and Type Method Description MacOSExtensionsConfiguration.BuilderMacOSExtensionsConfiguration.Builder. kernelExtensionsAllowed(MacOSKernelExtension... kernelExtensionsAllowed)“A list of kernel extensions that will be allowed to load.Method parameters in odata.msgraph.client.beta.entity with type arguments of type MacOSKernelExtension Modifier and Type Method Description MacOSExtensionsConfiguration.BuilderMacOSExtensionsConfiguration.Builder. kernelExtensionsAllowed(List<MacOSKernelExtension> kernelExtensionsAllowed)“A list of kernel extensions that will be allowed to load.MacOSExtensionsConfigurationMacOSExtensionsConfiguration. withKernelExtensionsAllowed(List<MacOSKernelExtension> kernelExtensionsAllowed)Returns an immutable copy ofthiswith just thekernelExtensionsAllowedfield changed.
-