Package com.microsoft.graph.models
Class ManagedAppProtectionTargetAppsParameterSet.ManagedAppProtectionTargetAppsParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ManagedAppProtectionTargetAppsParameterSet.ManagedAppProtectionTargetAppsParameterSetBuilder
- Enclosing class:
ManagedAppProtectionTargetAppsParameterSet
public static final class ManagedAppProtectionTargetAppsParameterSet.ManagedAppProtectionTargetAppsParameterSetBuilder
extends Object
Fluent builder for the ManagedAppProtectionTargetAppsParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new ManagedAppProtectionTargetAppsParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithApps(List<ManagedMobileApp> val) Sets the Apps
-
Field Details
-
apps
The apps parameter value
-
-
Constructor Details
-
ManagedAppProtectionTargetAppsParameterSetBuilder
@Nullable protected ManagedAppProtectionTargetAppsParameterSetBuilder()Instanciates a new ManagedAppProtectionTargetAppsParameterSetBuilder
-
-
Method Details
-
withApps
@Nonnull public ManagedAppProtectionTargetAppsParameterSet.ManagedAppProtectionTargetAppsParameterSetBuilder withApps(@Nullable List<ManagedMobileApp> val) Sets the Apps- 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
-