Package com.microsoft.graph.models
Class TargetedManagedAppProtectionTargetAppsParameterSet.TargetedManagedAppProtectionTargetAppsParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.TargetedManagedAppProtectionTargetAppsParameterSet.TargetedManagedAppProtectionTargetAppsParameterSetBuilder
- Enclosing class:
- TargetedManagedAppProtectionTargetAppsParameterSet
public static final class TargetedManagedAppProtectionTargetAppsParameterSet.TargetedManagedAppProtectionTargetAppsParameterSetBuilder
extends Object
Fluent builder for the TargetedManagedAppProtectionTargetAppsParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TargetedManagedAppGroupType
The appGroupType parameter valueprotected List<ManagedMobileApp>
The apps parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new TargetedManagedAppProtectionTargetAppsParameterSetBuilder -
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
-
TargetedManagedAppProtectionTargetAppsParameterSetBuilder
@Nullable protected TargetedManagedAppProtectionTargetAppsParameterSetBuilder()Instanciates a new TargetedManagedAppProtectionTargetAppsParameterSetBuilder
-
-
Method Details
-
withApps
@Nonnull public TargetedManagedAppProtectionTargetAppsParameterSet.TargetedManagedAppProtectionTargetAppsParameterSetBuilder withApps(@Nullable List<ManagedMobileApp> val) Sets the Apps- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withAppGroupType
@Nonnull public TargetedManagedAppProtectionTargetAppsParameterSet.TargetedManagedAppProtectionTargetAppsParameterSetBuilder 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
-