public class PostReplyParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PostReplyParameterSet.PostReplyParameterSetBuilder
Fluent builder for the PostReplyParameterSet
|
| Modifier | Constructor and Description |
|---|---|
|
PostReplyParameterSet()
Instiaciates a new PostReplyParameterSet
|
protected |
PostReplyParameterSet(PostReplyParameterSet.PostReplyParameterSetBuilder builder)
Instiaciates a new PostReplyParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static PostReplyParameterSet.PostReplyParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="post",
alternate="Post")
@Expose
@Nullable
public Post post
public PostReplyParameterSet()
protected PostReplyParameterSet(@Nonnull
PostReplyParameterSet.PostReplyParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static PostReplyParameterSet.PostReplyParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()