Class MacOSAppleEventReceiver.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.MacOSAppleEventReceiver.Builder
-
- Enclosing class:
- MacOSAppleEventReceiver
public static final class MacOSAppleEventReceiver.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MacOSAppleEventReceiver.Builderallowed(Boolean allowed)“Allow or block this app from receiving Apple events.”MacOSAppleEventReceiverbuild()MacOSAppleEventReceiver.BuildercodeRequirement(String codeRequirement)“Code requirement for the app or binary that receives the Apple Event.”MacOSAppleEventReceiver.Builderidentifier(String identifier)“Bundle ID of the app or file path of the process or executable that receives the Apple Event.”MacOSAppleEventReceiver.BuilderidentifierType(MacOSProcessIdentifierType identifierType)“Use bundle ID for an app or path for a process or executable that receives the Apple Event.”
-
-
-
Method Detail
-
allowed
public MacOSAppleEventReceiver.Builder allowed(Boolean allowed)
“Allow or block this app from receiving Apple events.”- Parameters:
allowed- value ofallowedproperty (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 ofcodeRequirementproperty (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 ofidentifierproperty (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 ofidentifierTypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public MacOSAppleEventReceiver build()
-
-