Uses of Class
odata.msgraph.client.beta.enums.MacOSProcessIdentifierType
-
Packages that use MacOSProcessIdentifierType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of MacOSProcessIdentifierType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as MacOSProcessIdentifierType Modifier and Type Field Description protected MacOSProcessIdentifierTypeMacOSAppleEventReceiver. identifierTypeprotected MacOSProcessIdentifierTypeMacOSPrivacyAccessControlItem. identifierTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type MacOSProcessIdentifierType Modifier and Type Method 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.Methods in odata.msgraph.client.beta.complex with parameters of type MacOSProcessIdentifierType Modifier and Type Method Description MacOSAppleEventReceiver.BuilderMacOSAppleEventReceiver.Builder. identifierType(MacOSProcessIdentifierType identifierType)“Use bundle ID for an app or path for a process or executable that receives the Apple Event.”MacOSPrivacyAccessControlItem.BuilderMacOSPrivacyAccessControlItem.Builder. identifierType(MacOSProcessIdentifierType identifierType)“A bundle ID is used to identify an app.MacOSAppleEventReceiverMacOSAppleEventReceiver. withIdentifierType(MacOSProcessIdentifierType identifierType)Returns an immutable copy ofthiswith just theidentifierTypefield changed.MacOSPrivacyAccessControlItemMacOSPrivacyAccessControlItem. withIdentifierType(MacOSProcessIdentifierType identifierType)Returns an immutable copy ofthiswith just theidentifierTypefield changed. -
Uses of MacOSProcessIdentifierType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return MacOSProcessIdentifierType Modifier and Type Method Description static MacOSProcessIdentifierTypeMacOSProcessIdentifierType. 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.
-