Uses of Class
odata.msgraph.client.beta.complex.MacOSSystemExtensionTypeMapping
-
Packages that use MacOSSystemExtensionTypeMapping Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of MacOSSystemExtensionTypeMapping in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return MacOSSystemExtensionTypeMapping Modifier and Type Method Description MacOSSystemExtensionTypeMappingMacOSSystemExtensionTypeMapping.Builder. build()MacOSSystemExtensionTypeMappingMacOSSystemExtensionTypeMapping. withAllowedTypes(MacOSSystemExtensionType allowedTypes)Returns an immutable copy ofthiswith just theallowedTypesfield changed.MacOSSystemExtensionTypeMappingMacOSSystemExtensionTypeMapping. withTeamIdentifier(String teamIdentifier)Returns an immutable copy ofthiswith just theteamIdentifierfield changed.MacOSSystemExtensionTypeMappingMacOSSystemExtensionTypeMapping. withUnmappedField(String name, String value) -
Uses of MacOSSystemExtensionTypeMapping in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type MacOSSystemExtensionTypeMapping Modifier and Type Field Description protected List<MacOSSystemExtensionTypeMapping>MacOSExtensionsConfiguration. systemExtensionsAllowedTypesMethods in odata.msgraph.client.beta.entity that return types with arguments of type MacOSSystemExtensionTypeMapping Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<MacOSSystemExtensionTypeMapping>MacOSExtensionsConfiguration. getSystemExtensionsAllowedTypes()“Gets or sets a list of allowed macOS system extension types.com.github.davidmoten.odata.client.CollectionPage<MacOSSystemExtensionTypeMapping>MacOSExtensionsConfiguration. getSystemExtensionsAllowedTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)“Gets or sets a list of allowed macOS system extension types.Methods in odata.msgraph.client.beta.entity with parameters of type MacOSSystemExtensionTypeMapping Modifier and Type Method Description MacOSExtensionsConfiguration.BuilderMacOSExtensionsConfiguration.Builder. systemExtensionsAllowedTypes(MacOSSystemExtensionTypeMapping... systemExtensionsAllowedTypes)“Gets or sets a list of allowed macOS system extension types.Method parameters in odata.msgraph.client.beta.entity with type arguments of type MacOSSystemExtensionTypeMapping Modifier and Type Method Description MacOSExtensionsConfiguration.BuilderMacOSExtensionsConfiguration.Builder. systemExtensionsAllowedTypes(List<MacOSSystemExtensionTypeMapping> systemExtensionsAllowedTypes)“Gets or sets a list of allowed macOS system extension types.MacOSExtensionsConfigurationMacOSExtensionsConfiguration. withSystemExtensionsAllowedTypes(List<MacOSSystemExtensionTypeMapping> systemExtensionsAllowedTypes)Returns an immutable copy ofthiswith just thesystemExtensionsAllowedTypesfield changed.
-