new ConfigurationChangeMessage()
Extends
Methods
(static) ConfigurationChangeMessage#getConfiguration() → {String}
Get the field value
Typically a json serialized string that represents the change to the configuration.
This is not typed, or constrained, so it could contain any string value, but the
intention is to include a serialized representation of the new configuration.
Returns:
- Type
- String
(static) ConfigurationChangeMessage#getConfigurationType() → {String}
Get the field value
The type of configuration that is upcoming. One of
com.clover.remote.message.ConfigurationChangeMessage#USB
com.clover.remote.message.ConfigurationChangeMessage#NETWORK_PAY_DISPLAY
com.clover.remote.message.ConfigurationChangeMessage#CLOUD_PAY_DISPLAY
Returns:
- Type
- String
(static) ConfigurationChangeMessage#setConfiguration(configuration)
Set the field value
Typically a json serialized string that represents the change to the configuration.
This is not typed, or constrained, so it could contain any string value, but the
intention is to include a serialized representation of the new configuration.
Parameters:
Name | Type | Description |
---|---|---|
configuration |
String |
(static) ConfigurationChangeMessage#setConfigurationType(configurationType)
Set the field value
The type of configuration that is upcoming. One of
com.clover.remote.message.ConfigurationChangeMessage#USB
com.clover.remote.message.ConfigurationChangeMessage#NETWORK_PAY_DISPLAY
com.clover.remote.message.ConfigurationChangeMessage#CLOUD_PAY_DISPLAY
Parameters:
Name | Type | Description |
---|---|---|
configurationType |
String |