Package odata.msgraph.client.complex
Class MacOSIncludedApp.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.MacOSIncludedApp.Builder
-
- Enclosing class:
- MacOSIncludedApp
public static final class MacOSIncludedApp.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MacOSIncludedAppbuild()MacOSIncludedApp.BuilderbundleId(String bundleId)“The bundleId of the app.MacOSIncludedApp.BuilderbundleVersion(String bundleVersion)“The version of the app.
-
-
-
Method Detail
-
bundleId
public MacOSIncludedApp.Builder bundleId(String bundleId)
“The bundleId of the app. This maps to the CFBundleIdentifier in the app's bundle configuration.”- Parameters:
bundleId- value ofbundleIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
bundleVersion
public MacOSIncludedApp.Builder bundleVersion(String bundleVersion)
“The version of the app. This maps to the CFBundleShortVersion in the app's bundle configuration.”- Parameters:
bundleVersion- value ofbundleVersionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public MacOSIncludedApp build()
-
-