Package com.microsoft.graph.models
Class TeamsAppInstallationUpgradeParameterSet.TeamsAppInstallationUpgradeParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.TeamsAppInstallationUpgradeParameterSet.TeamsAppInstallationUpgradeParameterSetBuilder
- Enclosing class:
TeamsAppInstallationUpgradeParameterSet
public static final class TeamsAppInstallationUpgradeParameterSet.TeamsAppInstallationUpgradeParameterSetBuilder
extends Object
Fluent builder for the TeamsAppInstallationUpgradeParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TeamsAppPermissionSetThe consentedPermissionSet parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new TeamsAppInstallationUpgradeParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the ConsentedPermissionSet
-
Field Details
-
consentedPermissionSet
The consentedPermissionSet parameter value
-
-
Constructor Details
-
TeamsAppInstallationUpgradeParameterSetBuilder
@Nullable protected TeamsAppInstallationUpgradeParameterSetBuilder()Instanciates a new TeamsAppInstallationUpgradeParameterSetBuilder
-
-
Method Details
-
withConsentedPermissionSet
@Nonnull public TeamsAppInstallationUpgradeParameterSet.TeamsAppInstallationUpgradeParameterSetBuilder withConsentedPermissionSet(@Nullable TeamsAppPermissionSet val) Sets the ConsentedPermissionSet- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-