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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()Returns the discriminator value for this variant.voidsetEntryId(String entryId) voidsetSenderName(String senderName) voidsetSenderType(String senderType) voidsetSummary(String summary)
-
Constructor Details
-
SystemNotificationNewInboxMessage
public SystemNotificationNewInboxMessage()
-
-
Method Details
-
getType
Description copied from class:SystemNotificationReturns the discriminator value for this variant.- Specified by:
getTypein classSystemNotification- Returns:
- the type discriminator
-
getEntryId
-
setEntryId
-
getSenderName
-
setSenderName
-
getSenderType
-
setSenderType
-
getSummary
-
setSummary
-