public static final class MacOSAppleEventReceiver.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
MacOSAppleEventReceiver.Builder |
allowed(Boolean allowed)
“Allow or block this app from receiving Apple events.”
|
MacOSAppleEventReceiver |
build() |
MacOSAppleEventReceiver.Builder |
codeRequirement(String codeRequirement)
“Code requirement for the app or binary that receives the Apple Event.”
|
MacOSAppleEventReceiver.Builder |
identifier(String identifier)
“Bundle ID of the app or file path of the process or executable that receives the
Apple Event.”
|
MacOSAppleEventReceiver.Builder |
identifierType(MacOSProcessIdentifierType identifierType)
“Use bundle ID for an app or path for a process or executable that receives the
Apple Event.”
|
public MacOSAppleEventReceiver.Builder codeRequirement(String codeRequirement)
codeRequirement - value of codeRequirement property (as defined in service metadata)this (for method chaining)public MacOSAppleEventReceiver.Builder identifier(String identifier)
identifier - value of identifier property (as defined in service metadata)this (for method chaining)public MacOSAppleEventReceiver.Builder identifierType(MacOSProcessIdentifierType identifierType)
identifierType - value of identifierType property (as defined in service metadata)this (for method chaining)public MacOSAppleEventReceiver.Builder allowed(Boolean allowed)
allowed - value of allowed property (as defined in service metadata)this (for method chaining)public MacOSAppleEventReceiver build()
Copyright © 2018–2020. All rights reserved.