Class MacOSSystemExtension.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.MacOSSystemExtension.Builder
-
- Enclosing class:
- MacOSSystemExtension
public static final class MacOSSystemExtension.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MacOSSystemExtensionbuild()MacOSSystemExtension.BuilderbundleId(String bundleId)“Gets or sets the bundle identifier of the system extension.”MacOSSystemExtension.BuilderteamIdentifier(String teamIdentifier)“Gets or sets the team identifier that was used to sign the system extension.”
-
-
-
Method Detail
-
bundleId
public MacOSSystemExtension.Builder bundleId(String bundleId)
“Gets or sets the bundle identifier of the system extension.”- Parameters:
bundleId- value ofbundleIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
teamIdentifier
public MacOSSystemExtension.Builder teamIdentifier(String teamIdentifier)
“Gets or sets the team identifier that was used to sign the system extension.”- Parameters:
teamIdentifier- value ofteamIdentifierproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public MacOSSystemExtension build()
-
-