Uses of Class
odata.msgraph.client.beta.enums.MacOSSystemExtensionType
-
Packages that use MacOSSystemExtensionType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of MacOSSystemExtensionType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as MacOSSystemExtensionType Modifier and Type Field Description protected MacOSSystemExtensionTypeMacOSSystemExtensionTypeMapping. allowedTypesMethods in odata.msgraph.client.beta.complex that return types with arguments of type MacOSSystemExtensionType Modifier and Type Method Description Optional<MacOSSystemExtensionType>MacOSSystemExtensionTypeMapping. getAllowedTypes()“Gets or sets the allowed macOS system extension types.”Methods in odata.msgraph.client.beta.complex with parameters of type MacOSSystemExtensionType Modifier and Type Method Description MacOSSystemExtensionTypeMapping.BuilderMacOSSystemExtensionTypeMapping.Builder. allowedTypes(MacOSSystemExtensionType allowedTypes)“Gets or sets the allowed macOS system extension types.”MacOSSystemExtensionTypeMappingMacOSSystemExtensionTypeMapping. withAllowedTypes(MacOSSystemExtensionType allowedTypes)Returns an immutable copy ofthiswith just theallowedTypesfield changed. -
Uses of MacOSSystemExtensionType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return MacOSSystemExtensionType Modifier and Type Method Description static MacOSSystemExtensionTypeMacOSSystemExtensionType. valueOf(String name)Returns the enum constant of this type with the specified name.static MacOSSystemExtensionType[]MacOSSystemExtensionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-