Class ConversationThreadReplyParameterSet

java.lang.Object
com.microsoft.graph.models.ConversationThreadReplyParameterSet

public class ConversationThreadReplyParameterSet extends Object
The class for the Conversation Thread Reply Parameter Set.
  • Field Details

    • post

      @SerializedName(value="post", alternate="Post") @Expose @Nullable public Post post
      The post.
  • Constructor Details

    • ConversationThreadReplyParameterSet

      public ConversationThreadReplyParameterSet()
      Instiaciates a new ConversationThreadReplyParameterSet
    • ConversationThreadReplyParameterSet

      protected ConversationThreadReplyParameterSet(@Nonnull ConversationThreadReplyParameterSet.ConversationThreadReplyParameterSetBuilder builder)
      Instiaciates a new ConversationThreadReplyParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details