Class ManagedAppProtectionTargetAppsParameterSet

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

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

    • apps

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

    • ManagedAppProtectionTargetAppsParameterSet

      public ManagedAppProtectionTargetAppsParameterSet()
      Instiaciates a new ManagedAppProtectionTargetAppsParameterSet
    • ManagedAppProtectionTargetAppsParameterSet

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