Class MacOSAppleEventReceiver.Builder

    • Method Detail

      • allowed

        public MacOSAppleEventReceiver.Builder allowed​(Boolean allowed)
        “Allow or block this app from receiving Apple events.”
        Parameters:
        allowed - value of allowed property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • codeRequirement

        public MacOSAppleEventReceiver.Builder codeRequirement​(String codeRequirement)
        “Code requirement for the app or binary that receives the Apple Event.”
        Parameters:
        codeRequirement - value of codeRequirement property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • identifier

        public MacOSAppleEventReceiver.Builder identifier​(String identifier)
        “Bundle ID of the app or file path of the process or executable that receives the Apple Event.”
        Parameters:
        identifier - value of identifier property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • identifierType

        public MacOSAppleEventReceiver.Builder identifierType​(MacOSProcessIdentifierType identifierType)
        “Use bundle ID for an app or path for a process or executable that receives the Apple Event.”
        Parameters:
        identifierType - value of identifierType property (as defined in service metadata)
        Returns:
        this (for method chaining)