| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected MacOSProcessIdentifierType |
MacOSAppleEventReceiver.identifierType |
protected MacOSProcessIdentifierType |
MacOSPrivacyAccessControlItem.identifierType |
| Modifier and Type | Method and Description |
|---|---|
Optional<MacOSProcessIdentifierType> |
MacOSAppleEventReceiver.getIdentifierType()
“Use bundle ID for an app or path for a process or executable that receives the
Apple Event.”
|
Optional<MacOSProcessIdentifierType> |
MacOSPrivacyAccessControlItem.getIdentifierType()
“A bundle ID is used to identify an app.
|
| Modifier and Type | Method and Description |
|---|---|
MacOSAppleEventReceiver.Builder |
MacOSAppleEventReceiver.Builder.identifierType(MacOSProcessIdentifierType identifierType)
“Use bundle ID for an app or path for a process or executable that receives the
Apple Event.”
|
MacOSPrivacyAccessControlItem.Builder |
MacOSPrivacyAccessControlItem.Builder.identifierType(MacOSProcessIdentifierType identifierType)
“A bundle ID is used to identify an app.
|
MacOSAppleEventReceiver |
MacOSAppleEventReceiver.withIdentifierType(MacOSProcessIdentifierType identifierType)
Returns an immutable copy of
this with just the identifierType
field changed. |
MacOSPrivacyAccessControlItem |
MacOSPrivacyAccessControlItem.withIdentifierType(MacOSProcessIdentifierType identifierType)
Returns an immutable copy of
this with just the identifierType
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static MacOSProcessIdentifierType |
MacOSProcessIdentifierType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MacOSProcessIdentifierType[] |
MacOSProcessIdentifierType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.