public class DirectoryObjectCheckMemberGroupsParameterSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DirectoryObjectCheckMemberGroupsParameterSet.DirectoryObjectCheckMemberGroupsParameterSetBuilder
Fluent builder for the DirectoryObjectCheckMemberGroupsParameterSet
|
Modifier and Type | Field and Description |
---|---|
java.util.List<java.lang.String> |
groupIds
The group Ids.
|
Modifier | Constructor and Description |
---|---|
|
DirectoryObjectCheckMemberGroupsParameterSet()
Instiaciates a new DirectoryObjectCheckMemberGroupsParameterSet
|
protected |
DirectoryObjectCheckMemberGroupsParameterSet(DirectoryObjectCheckMemberGroupsParameterSet.DirectoryObjectCheckMemberGroupsParameterSetBuilder builder)
Instiaciates a new DirectoryObjectCheckMemberGroupsParameterSet
|
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 DirectoryObjectCheckMemberGroupsParameterSet.DirectoryObjectCheckMemberGroupsParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="groupIds", alternate="GroupIds") @Expose @Nullable public java.util.List<java.lang.String> groupIds
public DirectoryObjectCheckMemberGroupsParameterSet()
protected DirectoryObjectCheckMemberGroupsParameterSet(@Nonnull DirectoryObjectCheckMemberGroupsParameterSet.DirectoryObjectCheckMemberGroupsParameterSetBuilder builder)
builder
- builder bearing the parameters to initialize from@Nonnull public static DirectoryObjectCheckMemberGroupsParameterSet.DirectoryObjectCheckMemberGroupsParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()