Class UserTeamworkSendActivityNotificationParameterSet

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

public class UserTeamworkSendActivityNotificationParameterSet extends Object
The class for the User Teamwork 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.
  • Constructor Details

    • UserTeamworkSendActivityNotificationParameterSet

      public UserTeamworkSendActivityNotificationParameterSet()
      Instiaciates a new UserTeamworkSendActivityNotificationParameterSet
    • UserTeamworkSendActivityNotificationParameterSet

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