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