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