Class SystemNotificationNewInboxMessage

java.lang.Object
com.github.copilot.generated.SystemNotification
com.github.copilot.generated.SystemNotificationNewInboxMessage

@Generated("copilot-sdk-codegen") public final class SystemNotificationNewInboxMessage extends SystemNotification
Schema for the `SystemNotificationNewInboxMessage` type.
Since:
1.0.0
  • Constructor Details

    • SystemNotificationNewInboxMessage

      public SystemNotificationNewInboxMessage()
  • Method Details

    • getType

      public String getType()
      Description copied from class: SystemNotification
      Returns the discriminator value for this variant.
      Specified by:
      getType in class SystemNotification
      Returns:
      the type discriminator
    • getEntryId

      public String getEntryId()
    • setEntryId

      public void setEntryId(String entryId)
    • getSenderName

      public String getSenderName()
    • setSenderName

      public void setSenderName(String senderName)
    • getSenderType

      public String getSenderType()
    • setSenderType

      public void setSenderType(String senderType)
    • getSummary

      public String getSummary()
    • setSummary

      public void setSummary(String summary)