public class DirectoryObjectGetMemberGroupsParameterSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DirectoryObjectGetMemberGroupsParameterSet.DirectoryObjectGetMemberGroupsParameterSetBuilder
Fluent builder for the DirectoryObjectGetMemberGroupsParameterSet
|
Modifier and Type | Field and Description |
---|---|
java.lang.Boolean |
securityEnabledOnly
The security Enabled Only.
|
Modifier | Constructor and Description |
---|---|
|
DirectoryObjectGetMemberGroupsParameterSet()
Instiaciates a new DirectoryObjectGetMemberGroupsParameterSet
|
protected |
DirectoryObjectGetMemberGroupsParameterSet(DirectoryObjectGetMemberGroupsParameterSet.DirectoryObjectGetMemberGroupsParameterSetBuilder builder)
Instiaciates a new DirectoryObjectGetMemberGroupsParameterSet
|
Modifier and Type | Method and Description |
---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static DirectoryObjectGetMemberGroupsParameterSet.DirectoryObjectGetMemberGroupsParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="securityEnabledOnly", alternate="SecurityEnabledOnly") @Expose @Nullable public java.lang.Boolean securityEnabledOnly
public DirectoryObjectGetMemberGroupsParameterSet()
protected DirectoryObjectGetMemberGroupsParameterSet(@Nonnull DirectoryObjectGetMemberGroupsParameterSet.DirectoryObjectGetMemberGroupsParameterSetBuilder builder)
builder
- builder bearing the parameters to initialize from@Nonnull public static DirectoryObjectGetMemberGroupsParameterSet.DirectoryObjectGetMemberGroupsParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()