solapi.sdk
Toggle table of contents
1.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
solapi.sdk
solapi.sdk
/
com.solapi.sdk.message.model.rcs
/
RcsOption
Rcs
Option
@
Serializable
(
)
public
final
class
RcsOption
Members
Constructors
Rcs
Option
Link copied to clipboard
public
RcsOption
RcsOption
(
String
brandId
,
String
mmsType
,
String
templateId
,
Map
<
String
,
String
>
variables
)
Properties
brand
Id
Link copied to clipboard
private
String
brandId
mms
Type
Link copied to clipboard
private
String
mmsType
template
Id
Link copied to clipboard
private
String
templateId
variables
Link copied to clipboard
private
Map
<
String
,
String
>
variables
Functions
get
Brand
Id
Link copied to clipboard
public
final
String
getBrandId
(
)
get
Mms
Type
Link copied to clipboard
public
final
String
getMmsType
(
)
get
Template
Id
Link copied to clipboard
public
final
String
getTemplateId
(
)
get
Variables
Link copied to clipboard
public
final
Map
<
String
,
String
>
getVariables
(
)
set
Brand
Id
Link copied to clipboard
public
final
Unit
setBrandId
(
String
brandId
)
set
Mms
Type
Link copied to clipboard
public
final
Unit
setMmsType
(
String
mmsType
)
set
Template
Id
Link copied to clipboard
public
final
Unit
setTemplateId
(
String
templateId
)
set
Variables
Link copied to clipboard
public
final
Unit
setVariables
(
Map
<
String
,
String
>
variables
)