Class TeamworkSendActivityNotificationToRecipientsParameterSet

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

public class TeamworkSendActivityNotificationToRecipientsParameterSet extends Object
The class for the Teamwork Send Activity Notification To Recipients 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.
    • teamsAppId

      @SerializedName(value="teamsAppId", alternate="TeamsAppId") @Expose @Nullable public String teamsAppId
      The teams App Id.
    • templateParameters

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

      @SerializedName(value="recipients", alternate="Recipients") @Expose @Nullable public List<TeamworkNotificationRecipient> recipients
      The recipients.
  • Constructor Details

    • TeamworkSendActivityNotificationToRecipientsParameterSet

      public TeamworkSendActivityNotificationToRecipientsParameterSet()
      Instiaciates a new TeamworkSendActivityNotificationToRecipientsParameterSet
    • TeamworkSendActivityNotificationToRecipientsParameterSet

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