Package com.microsoft.graph.models
Class TargetedManagedAppConfigurationTargetAppsParameterSet.TargetedManagedAppConfigurationTargetAppsParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.TargetedManagedAppConfigurationTargetAppsParameterSet.TargetedManagedAppConfigurationTargetAppsParameterSetBuilder
- Enclosing class:
TargetedManagedAppConfigurationTargetAppsParameterSet
public static final class TargetedManagedAppConfigurationTargetAppsParameterSet.TargetedManagedAppConfigurationTargetAppsParameterSetBuilder
extends Object
Fluent builder for the TargetedManagedAppConfigurationTargetAppsParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TargetedManagedAppGroupType
The appGroupType parameter valueprotected List<ManagedMobileApp>
The apps parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new TargetedManagedAppConfigurationTargetAppsParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestSets the AppGroupTypewithApps
(List<ManagedMobileApp> val) Sets the Apps
-
Field Details
-
apps
The apps parameter value -
appGroupType
The appGroupType parameter value
-
-
Constructor Details
-
TargetedManagedAppConfigurationTargetAppsParameterSetBuilder
@Nullable protected TargetedManagedAppConfigurationTargetAppsParameterSetBuilder()Instanciates a new TargetedManagedAppConfigurationTargetAppsParameterSetBuilder
-
-
Method Details
-
withApps
@Nonnull public TargetedManagedAppConfigurationTargetAppsParameterSet.TargetedManagedAppConfigurationTargetAppsParameterSetBuilder withApps(@Nullable List<ManagedMobileApp> val) Sets the Apps- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withAppGroupType
@Nonnull public TargetedManagedAppConfigurationTargetAppsParameterSet.TargetedManagedAppConfigurationTargetAppsParameterSetBuilder withAppGroupType(@Nullable TargetedManagedAppGroupType val) Sets the AppGroupType- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-