MacOSExtensionsConfiguration |
MacOSExtensionsConfiguration.Builder.build() |
|
MacOSExtensionsConfiguration |
MacOSExtensionsConfiguration.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
MacOSExtensionsConfiguration |
MacOSExtensionsConfiguration.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
MacOSExtensionsConfiguration |
MacOSExtensionsConfiguration.withKernelExtensionAllowedTeamIdentifiers(List<String> kernelExtensionAllowedTeamIdentifiers) |
Returns an immutable copy of this with just the
kernelExtensionAllowedTeamIdentifiers field changed.
|
MacOSExtensionsConfiguration |
MacOSExtensionsConfiguration.withKernelExtensionOverridesAllowed(Boolean kernelExtensionOverridesAllowed) |
Returns an immutable copy of this with just the
kernelExtensionOverridesAllowed field changed.
|
MacOSExtensionsConfiguration |
MacOSExtensionsConfiguration.withKernelExtensionsAllowed(List<MacOSKernelExtension> kernelExtensionsAllowed) |
Returns an immutable copy of this with just the
kernelExtensionsAllowed field changed.
|
MacOSExtensionsConfiguration |
MacOSExtensionsConfiguration.withSystemExtensionsAllowed(List<MacOSSystemExtension> systemExtensionsAllowed) |
Returns an immutable copy of this with just the
systemExtensionsAllowed field changed.
|
MacOSExtensionsConfiguration |
MacOSExtensionsConfiguration.withSystemExtensionsAllowedTeamIdentifiers(List<String> systemExtensionsAllowedTeamIdentifiers) |
Returns an immutable copy of this with just the
systemExtensionsAllowedTeamIdentifiers field changed.
|
MacOSExtensionsConfiguration |
MacOSExtensionsConfiguration.withSystemExtensionsAllowedTypes(List<MacOSSystemExtensionTypeMapping> systemExtensionsAllowedTypes) |
Returns an immutable copy of this with just the
systemExtensionsAllowedTypes field changed.
|
MacOSExtensionsConfiguration |
MacOSExtensionsConfiguration.withSystemExtensionsBlockOverride(Boolean systemExtensionsBlockOverride) |
Returns an immutable copy of this with just the
systemExtensionsBlockOverride field changed.
|
MacOSExtensionsConfiguration |
MacOSExtensionsConfiguration.withUnmappedField(String name,
String value) |
|