Package | Description |
---|---|
com.crm.process.provisioning.irdeto.clientdevice |
Modifier and Type | Method and Description |
---|---|
static TextMode |
TextMode.fromValue(java.lang.String v) |
TextMode |
SendMailGlobal.getTextMode()
Gets the value of the textMode property.
|
TextMode |
SendMail.getTextMode()
Gets the value of the textMode property.
|
TextMode |
SendMessage.getTextMode()
Gets the value of the textMode property.
|
TextMode |
SendMessageGlobal.getTextMode()
Gets the value of the textMode property.
|
static TextMode |
TextMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextMode[] |
TextMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CommandResultData |
MessagingSoap.sendMail(java.lang.String operatorTag,
java.math.BigInteger serialNumber,
java.lang.String messageBody,
TextMode textMode)
This command sends a mailbox message to a client device, the message will be encoded on the server according to the textMode parameter.
|
CommandResultData |
MessagingSoap.sendMailGlobal(java.lang.String operatorTag,
java.lang.String messageBody,
TextMode textMode,
java.lang.String duration,
java.lang.String flashing,
java.lang.String banner,
java.lang.String coverage,
java.lang.String tmsExpression)
This command sends a mailbox message to all client devices on the sector, the message will be encoded on the server according to the textMode parameter.
|
CommandResultData |
MessagingSoap.sendMessage(java.lang.String operatorTag,
java.math.BigInteger serialNumber,
java.lang.String messageBody,
TextMode textMode)
This command sends an interrupting message to a client device, the message will be encoded on the server according to the textMode parameter.
|
CommandResultData |
MessagingSoap.sendMessageGlobal(java.lang.String operatorTag,
java.lang.String messageBody,
TextMode textMode,
java.lang.String duration,
java.lang.String flashing,
java.lang.String banner,
java.lang.String coverage,
java.lang.String tmsExpression)
This command sends an interrupting message to all client devices on the sector, the message will be encoded on the server according to the textMode parameter.
|
void |
SendMailGlobal.setTextMode(TextMode value)
Sets the value of the textMode property.
|
void |
SendMail.setTextMode(TextMode value)
Sets the value of the textMode property.
|
void |
SendMessage.setTextMode(TextMode value)
Sets the value of the textMode property.
|
void |
SendMessageGlobal.setTextMode(TextMode value)
Sets the value of the textMode property.
|