public interface IExternalDataSettable
Java interface defines the method for setting up or changing the external data that are included in the renew reservation notifications.
ISessionStartChargingAsyncOperation, ISessionStartChargingOperation.
ISessionUpdateChargingAsyncOperation, ISessionUpdateChargingOperation.
IReservationRenewalListenerIdSettable.setReservationRenewalListenerId(byte) method for more information.
| Modifier and Type | Method and Description |
|---|---|
void |
setExternalData(byte[] externalData)
Sets the external data that is included in the renew reservation notifications by the connected SAP CC system.
|
void setExternalData(byte[] externalData)
throws IllegalArgumentException
Note
External data must not be null but it can be empty.
externalData - The external dataIllegalArgumentException - When one of these two cases occur:
externalData argument is nullexternalData exceeds 1,023 bytes