Package com.microsoft.graph.models
Class DirectoryObjectGetByIdsParameterSet.DirectoryObjectGetByIdsParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.DirectoryObjectGetByIdsParameterSet.DirectoryObjectGetByIdsParameterSetBuilder
- Enclosing class:
- DirectoryObjectGetByIdsParameterSet
public static final class DirectoryObjectGetByIdsParameterSet.DirectoryObjectGetByIdsParameterSetBuilder
extends Object
Fluent builder for the DirectoryObjectGetByIdsParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new DirectoryObjectGetByIdsParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestSets the IdsSets the Types
-
Field Details
-
ids
The ids parameter value -
types
The types parameter value
-
-
Constructor Details
-
DirectoryObjectGetByIdsParameterSetBuilder
@Nullable protected DirectoryObjectGetByIdsParameterSetBuilder()Instanciates a new DirectoryObjectGetByIdsParameterSetBuilder
-
-
Method Details
-
withIds
@Nonnull public DirectoryObjectGetByIdsParameterSet.DirectoryObjectGetByIdsParameterSetBuilder withIds(@Nullable List<String> val) Sets the Ids- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withTypes
@Nonnull public DirectoryObjectGetByIdsParameterSet.DirectoryObjectGetByIdsParameterSetBuilder withTypes(@Nullable List<String> val) Sets the Types- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-