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