Package com.microsoft.graph.models
Class ConversationThreadReplyParameterSet.ConversationThreadReplyParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ConversationThreadReplyParameterSet.ConversationThreadReplyParameterSetBuilder
- Enclosing class:
ConversationThreadReplyParameterSet
public static final class ConversationThreadReplyParameterSet.ConversationThreadReplyParameterSetBuilder
extends Object
Fluent builder for the ConversationThreadReplyParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new ConversationThreadReplyParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the Post
-
Field Details
-
post
The post parameter value
-
-
Constructor Details
-
ConversationThreadReplyParameterSetBuilder
@Nullable protected ConversationThreadReplyParameterSetBuilder()Instanciates a new ConversationThreadReplyParameterSetBuilder
-
-
Method Details
-
withPost
@Nonnull public ConversationThreadReplyParameterSet.ConversationThreadReplyParameterSetBuilder withPost(@Nullable Post val) Sets the Post- 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
-