public class TargetedManagedAppProtectionTargetAppsParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TargetedManagedAppProtectionTargetAppsParameterSet.TargetedManagedAppProtectionTargetAppsParameterSetBuilder
Fluent builder for the TargetedManagedAppProtectionTargetAppsParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
TargetedManagedAppGroupType |
appGroupType
The app Group Type.
|
java.util.List<ManagedMobileApp> |
apps
The apps.
|
| Modifier | Constructor and Description |
|---|---|
|
TargetedManagedAppProtectionTargetAppsParameterSet()
Instiaciates a new TargetedManagedAppProtectionTargetAppsParameterSet
|
protected |
TargetedManagedAppProtectionTargetAppsParameterSet(TargetedManagedAppProtectionTargetAppsParameterSet.TargetedManagedAppProtectionTargetAppsParameterSetBuilder builder)
Instiaciates a new TargetedManagedAppProtectionTargetAppsParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static TargetedManagedAppProtectionTargetAppsParameterSet.TargetedManagedAppProtectionTargetAppsParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="apps",
alternate="Apps")
@Expose
@Nullable
public java.util.List<ManagedMobileApp> apps
@SerializedName(value="appGroupType",
alternate="AppGroupType")
@Expose
@Nullable
public TargetedManagedAppGroupType appGroupType
public TargetedManagedAppProtectionTargetAppsParameterSet()
protected TargetedManagedAppProtectionTargetAppsParameterSet(@Nonnull
TargetedManagedAppProtectionTargetAppsParameterSet.TargetedManagedAppProtectionTargetAppsParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static TargetedManagedAppProtectionTargetAppsParameterSet.TargetedManagedAppProtectionTargetAppsParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()