Class MacOSLaunchItem.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.MacOSLaunchItem.Builder
-
- Enclosing class:
- MacOSLaunchItem
public static final class MacOSLaunchItem.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MacOSLaunchItembuild()MacOSLaunchItem.Builderhide(Boolean hide)“Whether or not to hide the item from the Users and Groups List.”MacOSLaunchItem.Builderpath(String path)“Path to the launch item.”
-
-
-
Method Detail
-
hide
public MacOSLaunchItem.Builder hide(Boolean hide)
“Whether or not to hide the item from the Users and Groups List.”- Parameters:
hide- value ofhideproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
path
public MacOSLaunchItem.Builder path(String path)
“Path to the launch item.”- Parameters:
path- value ofpathproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public MacOSLaunchItem build()
-
-