Package com.microsoft.graph.models
Class GroupLifecyclePolicyRemoveGroupParameterSet.GroupLifecyclePolicyRemoveGroupParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.GroupLifecyclePolicyRemoveGroupParameterSet.GroupLifecyclePolicyRemoveGroupParameterSetBuilder
- Enclosing class:
GroupLifecyclePolicyRemoveGroupParameterSet
public static final class GroupLifecyclePolicyRemoveGroupParameterSet.GroupLifecyclePolicyRemoveGroupParameterSetBuilder
extends Object
Fluent builder for the GroupLifecyclePolicyRemoveGroupParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new GroupLifecyclePolicyRemoveGroupParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithGroupId(String val) Sets the GroupId
-
Field Details
-
groupId
The groupId parameter value
-
-
Constructor Details
-
GroupLifecyclePolicyRemoveGroupParameterSetBuilder
@Nullable protected GroupLifecyclePolicyRemoveGroupParameterSetBuilder()Instanciates a new GroupLifecyclePolicyRemoveGroupParameterSetBuilder
-
-
Method Details
-
withGroupId
@Nonnull public GroupLifecyclePolicyRemoveGroupParameterSet.GroupLifecyclePolicyRemoveGroupParameterSetBuilder withGroupId(@Nullable String val) Sets the GroupId- 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
-