Package com.microsoft.graph.models
Class DirectoryObjectGetMemberGroupsParameterSet
java.lang.Object
com.microsoft.graph.models.DirectoryObjectGetMemberGroupsParameterSet
The class for the Directory Object Get Member Groups Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the DirectoryObjectGetMemberGroupsParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new DirectoryObjectGetMemberGroupsParameterSetprotected
DirectoryObjectGetMemberGroupsParameterSet
(DirectoryObjectGetMemberGroupsParameterSet.DirectoryObjectGetMemberGroupsParameterSetBuilder builder) Instiaciates a new DirectoryObjectGetMemberGroupsParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
securityEnabledOnly
@SerializedName(value="securityEnabledOnly", alternate="SecurityEnabledOnly") @Expose @Nullable public Boolean securityEnabledOnlyThe security Enabled Only.
-
-
Constructor Details
-
DirectoryObjectGetMemberGroupsParameterSet
public DirectoryObjectGetMemberGroupsParameterSet()Instiaciates a new DirectoryObjectGetMemberGroupsParameterSet -
DirectoryObjectGetMemberGroupsParameterSet
protected DirectoryObjectGetMemberGroupsParameterSet(@Nonnull DirectoryObjectGetMemberGroupsParameterSet.DirectoryObjectGetMemberGroupsParameterSetBuilder builder) Instiaciates a new DirectoryObjectGetMemberGroupsParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static DirectoryObjectGetMemberGroupsParameterSet.DirectoryObjectGetMemberGroupsParameterSetBuilder 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
-