Class TeamsAppInstallationUpgradeParameterSet

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

public class TeamsAppInstallationUpgradeParameterSet extends Object
The class for the Teams App Installation Upgrade Parameter Set.
  • Field Details

    • consentedPermissionSet

      @SerializedName(value="consentedPermissionSet", alternate="ConsentedPermissionSet") @Expose @Nullable public TeamsAppPermissionSet consentedPermissionSet
      The consented Permission Set.
  • Constructor Details

    • TeamsAppInstallationUpgradeParameterSet

      public TeamsAppInstallationUpgradeParameterSet()
      Instiaciates a new TeamsAppInstallationUpgradeParameterSet
    • TeamsAppInstallationUpgradeParameterSet

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