Package com.microsoft.graph.models
Class ManagedAppPolicyTargetAppsParameterSet.ManagedAppPolicyTargetAppsParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ManagedAppPolicyTargetAppsParameterSet.ManagedAppPolicyTargetAppsParameterSetBuilder
- Enclosing class:
ManagedAppPolicyTargetAppsParameterSet
public static final class ManagedAppPolicyTargetAppsParameterSet.ManagedAppPolicyTargetAppsParameterSetBuilder
extends Object
Fluent builder for the ManagedAppPolicyTargetAppsParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new ManagedAppPolicyTargetAppsParameterSetBuilder -
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
-
ManagedAppPolicyTargetAppsParameterSetBuilder
@Nullable protected ManagedAppPolicyTargetAppsParameterSetBuilder()Instanciates a new ManagedAppPolicyTargetAppsParameterSetBuilder
-
-
Method Details
-
withApps
@Nonnull public ManagedAppPolicyTargetAppsParameterSet.ManagedAppPolicyTargetAppsParameterSetBuilder 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
-