Package com.microsoft.graph.models
Class DirectoryObjectValidatePropertiesParameterSet.DirectoryObjectValidatePropertiesParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.DirectoryObjectValidatePropertiesParameterSet.DirectoryObjectValidatePropertiesParameterSetBuilder
- Enclosing class:
DirectoryObjectValidatePropertiesParameterSet
public static final class DirectoryObjectValidatePropertiesParameterSet.DirectoryObjectValidatePropertiesParameterSetBuilder
extends Object
Fluent builder for the DirectoryObjectValidatePropertiesParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new DirectoryObjectValidatePropertiesParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithDisplayName
(String val) Sets the DisplayNamewithEntityType
(String val) Sets the EntityTypewithMailNickname
(String val) Sets the MailNicknamewithOnBehalfOfUserId
(UUID val) Sets the OnBehalfOfUserId
-
Field Details
-
entityType
The entityType parameter value -
displayName
The displayName parameter value -
mailNickname
The mailNickname parameter value -
onBehalfOfUserId
The onBehalfOfUserId parameter value
-
-
Constructor Details
-
DirectoryObjectValidatePropertiesParameterSetBuilder
@Nullable protected DirectoryObjectValidatePropertiesParameterSetBuilder()Instanciates a new DirectoryObjectValidatePropertiesParameterSetBuilder
-
-
Method Details
-
withEntityType
@Nonnull public DirectoryObjectValidatePropertiesParameterSet.DirectoryObjectValidatePropertiesParameterSetBuilder withEntityType(@Nullable String val) Sets the EntityType- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withDisplayName
@Nonnull public DirectoryObjectValidatePropertiesParameterSet.DirectoryObjectValidatePropertiesParameterSetBuilder withDisplayName(@Nullable String val) Sets the DisplayName- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withMailNickname
@Nonnull public DirectoryObjectValidatePropertiesParameterSet.DirectoryObjectValidatePropertiesParameterSetBuilder withMailNickname(@Nullable String val) Sets the MailNickname- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withOnBehalfOfUserId
@Nonnull public DirectoryObjectValidatePropertiesParameterSet.DirectoryObjectValidatePropertiesParameterSetBuilder withOnBehalfOfUserId(@Nullable UUID val) Sets the OnBehalfOfUserId- 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
-