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