Uses of Class
odata.msgraph.client.beta.complex.MacOSLaunchItem
-
Packages that use MacOSLaunchItem Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of MacOSLaunchItem in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return MacOSLaunchItem Modifier and Type Method Description MacOSLaunchItemMacOSLaunchItem.Builder. build()MacOSLaunchItemMacOSLaunchItem. withHide(Boolean hide)Returns an immutable copy ofthiswith just thehidefield changed.MacOSLaunchItemMacOSLaunchItem. withPath(String path)Returns an immutable copy ofthiswith just thepathfield changed.MacOSLaunchItemMacOSLaunchItem. withUnmappedField(String name, String value) -
Uses of MacOSLaunchItem in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type MacOSLaunchItem Modifier and Type Field Description protected List<MacOSLaunchItem>MacOSDeviceFeaturesConfiguration. autoLaunchItemsMethods in odata.msgraph.client.beta.entity that return types with arguments of type MacOSLaunchItem Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<MacOSLaunchItem>MacOSDeviceFeaturesConfiguration. getAutoLaunchItems()“List of applications, files, folders, and other items to launch when the user logs in.com.github.davidmoten.odata.client.CollectionPage<MacOSLaunchItem>MacOSDeviceFeaturesConfiguration. getAutoLaunchItems(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of applications, files, folders, and other items to launch when the user logs in.Methods in odata.msgraph.client.beta.entity with parameters of type MacOSLaunchItem Modifier and Type Method Description MacOSDeviceFeaturesConfiguration.BuilderMacOSDeviceFeaturesConfiguration.Builder. autoLaunchItems(MacOSLaunchItem... autoLaunchItems)“List of applications, files, folders, and other items to launch when the user logs in.Method parameters in odata.msgraph.client.beta.entity with type arguments of type MacOSLaunchItem Modifier and Type Method Description MacOSDeviceFeaturesConfiguration.BuilderMacOSDeviceFeaturesConfiguration.Builder. autoLaunchItems(List<MacOSLaunchItem> autoLaunchItems)“List of applications, files, folders, and other items to launch when the user logs in.MacOSDeviceFeaturesConfigurationMacOSDeviceFeaturesConfiguration. withAutoLaunchItems(List<MacOSLaunchItem> autoLaunchItems)Returns an immutable copy ofthiswith just theautoLaunchItemsfield changed.
-