Package com.microsoft.graph.models
Class DirectoryObjectCheckMemberGroupsParameterSet
java.lang.Object
com.microsoft.graph.models.DirectoryObjectCheckMemberGroupsParameterSet
The class for the Directory Object Check Member Groups Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the DirectoryObjectCheckMemberGroupsParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new DirectoryObjectCheckMemberGroupsParameterSetprotected
DirectoryObjectCheckMemberGroupsParameterSet
(DirectoryObjectCheckMemberGroupsParameterSet.DirectoryObjectCheckMemberGroupsParameterSetBuilder builder) Instiaciates a new DirectoryObjectCheckMemberGroupsParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setstatic DirectoryObjectCheckMemberGroupsParameterSet.DirectoryObjectCheckMemberGroupsParameterSetBuilder
Gets a new builder for the body
-
Field Details
-
Constructor Details
-
DirectoryObjectCheckMemberGroupsParameterSet
public DirectoryObjectCheckMemberGroupsParameterSet()Instiaciates a new DirectoryObjectCheckMemberGroupsParameterSet -
DirectoryObjectCheckMemberGroupsParameterSet
protected DirectoryObjectCheckMemberGroupsParameterSet(@Nonnull DirectoryObjectCheckMemberGroupsParameterSet.DirectoryObjectCheckMemberGroupsParameterSetBuilder builder) Instiaciates a new DirectoryObjectCheckMemberGroupsParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static DirectoryObjectCheckMemberGroupsParameterSet.DirectoryObjectCheckMemberGroupsParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-