Class MacAppIdentifier.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.MacAppIdentifier.Builder
-
- Enclosing class:
- MacAppIdentifier
public static final class MacAppIdentifier.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MacAppIdentifierbuild()MacAppIdentifier.BuilderbundleId(String bundleId)“The identifier for an app, as specified in the app store.”
-
-
-
Method Detail
-
bundleId
public MacAppIdentifier.Builder bundleId(String bundleId)
“The identifier for an app, as specified in the app store.”- Parameters:
bundleId- value ofbundleIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public MacAppIdentifier build()
-
-