Class MacOSSystemExtensionTypeMapping.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.MacOSSystemExtensionTypeMapping.Builder
-
- Enclosing class:
- MacOSSystemExtensionTypeMapping
public static final class MacOSSystemExtensionTypeMapping.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MacOSSystemExtensionTypeMapping.BuilderallowedTypes(MacOSSystemExtensionType allowedTypes)“Gets or sets the allowed macOS system extension types.”MacOSSystemExtensionTypeMappingbuild()MacOSSystemExtensionTypeMapping.BuilderteamIdentifier(String teamIdentifier)“Gets or sets the team identifier used to sign the system extension.”
-
-
-
Method Detail
-
allowedTypes
public MacOSSystemExtensionTypeMapping.Builder allowedTypes(MacOSSystemExtensionType allowedTypes)
“Gets or sets the allowed macOS system extension types.”- Parameters:
allowedTypes- value ofallowedTypesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
teamIdentifier
public MacOSSystemExtensionTypeMapping.Builder teamIdentifier(String teamIdentifier)
“Gets or sets the team identifier used to sign the system extension.”- Parameters:
teamIdentifier- value ofteamIdentifierproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public MacOSSystemExtensionTypeMapping build()
-
-