public static final class MacOSSystemExtensionTypeMapping.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
MacOSSystemExtensionTypeMapping.Builder |
allowedTypes(MacOSSystemExtensionType allowedTypes)
“Gets or sets the allowed macOS system extension types.”
|
MacOSSystemExtensionTypeMapping |
build() |
MacOSSystemExtensionTypeMapping.Builder |
teamIdentifier(String teamIdentifier)
“Gets or sets the team identifier used to sign the system extension.”
|
public MacOSSystemExtensionTypeMapping.Builder teamIdentifier(String teamIdentifier)
teamIdentifier - value of teamIdentifier property (as defined in service metadata)this (for method chaining)public MacOSSystemExtensionTypeMapping.Builder allowedTypes(MacOSSystemExtensionType allowedTypes)
allowedTypes - value of allowedTypes property (as defined in service metadata)this (for method chaining)public MacOSSystemExtensionTypeMapping build()
Copyright © 2018–2020. All rights reserved.