Package com.microsoft.graph.models
Class PostForwardParameterSet.PostForwardParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.PostForwardParameterSet.PostForwardParameterSetBuilder
- Enclosing class:
PostForwardParameterSet
Fluent builder for the PostForwardParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe comment parameter valueThe toRecipients parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new PostForwardParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithComment(String val) Sets the CommentwithToRecipients(List<Recipient> val) Sets the ToRecipients
-
Field Details
-
comment
The comment parameter value -
toRecipients
The toRecipients parameter value
-
-
Constructor Details
-
PostForwardParameterSetBuilder
@Nullable protected PostForwardParameterSetBuilder()Instanciates a new PostForwardParameterSetBuilder
-
-
Method Details
-
withComment
@Nonnull public PostForwardParameterSet.PostForwardParameterSetBuilder withComment(@Nullable String val) Sets the Comment- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withToRecipients
@Nonnull public PostForwardParameterSet.PostForwardParameterSetBuilder withToRecipients(@Nullable List<Recipient> val) Sets the ToRecipients- 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
-