public static final class TargetedManagedAppProtectionTargetAppsParameterSet.TargetedManagedAppProtectionTargetAppsParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected TargetedManagedAppGroupType |
appGroupType
The appGroupType parameter value
|
protected java.util.List<ManagedMobileApp> |
apps
The apps parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
TargetedManagedAppProtectionTargetAppsParameterSetBuilder()
Instanciates a new TargetedManagedAppProtectionTargetAppsParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
TargetedManagedAppProtectionTargetAppsParameterSet |
build()
Buils the resulting body object to be passed to the request
|
TargetedManagedAppProtectionTargetAppsParameterSet.TargetedManagedAppProtectionTargetAppsParameterSetBuilder |
withAppGroupType(TargetedManagedAppGroupType val)
Sets the AppGroupType
|
TargetedManagedAppProtectionTargetAppsParameterSet.TargetedManagedAppProtectionTargetAppsParameterSetBuilder |
withApps(java.util.List<ManagedMobileApp> val)
Sets the Apps
|
@Nullable protected java.util.List<ManagedMobileApp> apps
@Nullable protected TargetedManagedAppGroupType appGroupType
@Nullable protected TargetedManagedAppProtectionTargetAppsParameterSetBuilder()
@Nonnull public TargetedManagedAppProtectionTargetAppsParameterSet.TargetedManagedAppProtectionTargetAppsParameterSetBuilder withApps(@Nullable java.util.List<ManagedMobileApp> val)
val - the value to set it to@Nonnull public TargetedManagedAppProtectionTargetAppsParameterSet.TargetedManagedAppProtectionTargetAppsParameterSetBuilder withAppGroupType(@Nullable TargetedManagedAppGroupType val)
val - the value to set it to@Nonnull public TargetedManagedAppProtectionTargetAppsParameterSet build()