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