Package com.microsoft.graph.models
Class PostReplyParameterSet.PostReplyParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.PostReplyParameterSet.PostReplyParameterSetBuilder
- Enclosing class:
PostReplyParameterSet
Fluent builder for the PostReplyParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new PostReplyParameterSetBuilder -
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
-
PostReplyParameterSetBuilder
@Nullable protected PostReplyParameterSetBuilder()Instanciates a new PostReplyParameterSetBuilder
-
-
Method Details
-
withPost
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
-