solapi.sdk
Toggle table of contents
1.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
solapi.sdk
solapi.sdk
/
com.solapi.sdk.message.model
/
CommonMessageProperty
Common
Message
Property
public
interface
CommonMessageProperty
Inheritors
MessageListBaseRequest
MessageListRequest
Members
Functions
get
From
Link copied to clipboard
public
abstract
String
getFrom
(
)
get
To
Link copied to clipboard
public
abstract
String
getTo
(
)
set
From
Link copied to clipboard
public
abstract
Unit
setFrom
(
String
value
)
set
To
Link copied to clipboard
public
abstract
Unit
setTo
(
String
value
)