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