Class ChatSendActivityNotificationParameterSet

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

public class ChatSendActivityNotificationParameterSet extends Object
The class for the Chat Send Activity Notification Parameter Set.
  • Field Details

    • topic

      @SerializedName(value="topic", alternate="Topic") @Expose @Nullable public TeamworkActivityTopic topic
      The topic.
    • activityType

      @SerializedName(value="activityType", alternate="ActivityType") @Expose @Nullable public String activityType
      The activity Type.
    • chainId

      @SerializedName(value="chainId", alternate="ChainId") @Expose @Nullable public Long chainId
      The chain Id.
    • previewText

      @SerializedName(value="previewText", alternate="PreviewText") @Expose @Nullable public ItemBody previewText
      The preview Text.
    • templateParameters

      @SerializedName(value="templateParameters", alternate="TemplateParameters") @Expose @Nullable public List<KeyValuePair> templateParameters
      The template Parameters.
    • recipient

      @SerializedName(value="recipient", alternate="Recipient") @Expose @Nullable public TeamworkNotificationRecipient recipient
      The recipient.
  • Constructor Details

    • ChatSendActivityNotificationParameterSet

      public ChatSendActivityNotificationParameterSet()
      Instiaciates a new ChatSendActivityNotificationParameterSet
    • ChatSendActivityNotificationParameterSet

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