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