Class TargetedManagedAppProtectionTargetAppsParameterSet

java.lang.Object
com.microsoft.graph.models.TargetedManagedAppProtectionTargetAppsParameterSet

public class TargetedManagedAppProtectionTargetAppsParameterSet extends Object
The class for the Targeted Managed App Protection Target Apps Parameter Set.
  • Field Details

    • apps

      @SerializedName(value="apps", alternate="Apps") @Expose @Nullable public List<ManagedMobileApp> apps
      The apps.
    • appGroupType

      @SerializedName(value="appGroupType", alternate="AppGroupType") @Expose @Nullable public TargetedManagedAppGroupType appGroupType
      The app Group Type.
  • Constructor Details

    • TargetedManagedAppProtectionTargetAppsParameterSet

      public TargetedManagedAppProtectionTargetAppsParameterSet()
      Instiaciates a new TargetedManagedAppProtectionTargetAppsParameterSet
    • TargetedManagedAppProtectionTargetAppsParameterSet

      protected TargetedManagedAppProtectionTargetAppsParameterSet(@Nonnull TargetedManagedAppProtectionTargetAppsParameterSet.TargetedManagedAppProtectionTargetAppsParameterSetBuilder builder)
      Instiaciates a new TargetedManagedAppProtectionTargetAppsParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details