ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:46:12.394-07:00") public abstract class NoticeText extends CompoundValue
Constructor | Description |
---|---|
NoticeText() |
Modifier and Type | Method | Description |
---|---|---|
static NoticeText |
create() |
Creates instance of NoticeText with no parameters set.
|
static NoticeText |
create(NoticeType noticeType,
java.lang.String text) |
Creates instance of NoticeText with all parameters set.
|
static NoticeText |
create(java.lang.String text) |
Creates instance of NoticeText with required parameters set.
|
abstract NoticeType |
getNoticeType() |
Type of notification (for example: typing, push URL, or custom notification).
|
abstract java.lang.String |
getText() |
Any arbitrary text.
|
abstract void |
setNoticeType(NoticeType noticeType) |
Type of notification (for example: typing, push URL, or custom notification).
|
abstract void |
setText(java.lang.String text) |
Any arbitrary text.
|
getProtocolDescription
equals, hashCode, toString, toString
public static NoticeText create()
public static NoticeText create(NoticeType noticeType, java.lang.String text)
noticeType
- NoticeTypetext
- Textpublic static NoticeText create(java.lang.String text)
text
- Textpublic abstract NoticeType getNoticeType()
None
.public abstract void setNoticeType(NoticeType noticeType)
None
.public abstract java.lang.String getText()
NoticeText
class this
could contain a URL if the NoticeType
is set to PushURL
or be empty for TypingStarted
notifications.public abstract void setText(java.lang.String text)
NoticeText
class this
could contain a URL if the NoticeType
is set to PushURL
or be empty for TypingStarted
notifications.Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.