public class ManagedAppProtectionTargetAppsParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ManagedAppProtectionTargetAppsParameterSet.ManagedAppProtectionTargetAppsParameterSetBuilder
Fluent builder for the ManagedAppProtectionTargetAppsParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.util.List<ManagedMobileApp> |
apps
The apps.
|
| Modifier | Constructor and Description |
|---|---|
|
ManagedAppProtectionTargetAppsParameterSet()
Instiaciates a new ManagedAppProtectionTargetAppsParameterSet
|
protected |
ManagedAppProtectionTargetAppsParameterSet(ManagedAppProtectionTargetAppsParameterSet.ManagedAppProtectionTargetAppsParameterSetBuilder builder)
Instiaciates a new ManagedAppProtectionTargetAppsParameterSet
|
| 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 ManagedAppProtectionTargetAppsParameterSet.ManagedAppProtectionTargetAppsParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="apps",
alternate="Apps")
@Expose
@Nullable
public java.util.List<ManagedMobileApp> apps
public ManagedAppProtectionTargetAppsParameterSet()
protected ManagedAppProtectionTargetAppsParameterSet(@Nonnull
ManagedAppProtectionTargetAppsParameterSet.ManagedAppProtectionTargetAppsParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static ManagedAppProtectionTargetAppsParameterSet.ManagedAppProtectionTargetAppsParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()