Interface IExternalDataSettable

All Known Subinterfaces:
ISessionStartChargingAsyncOperation, ISessionStartChargingOperation, ISessionUpdateChargingAsyncOperation, ISessionUpdateChargingOperation
All Known Implementing Classes:
SessionChargingOperation

public interface IExternalDataSettable
This Java interface defines the method for setting up or changing the external data that are included in the renew reservation notifications.

Implementation in Your Client Application

Prerequisites

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setExternalData(byte[] externalData)
    Sets the external data that is included in the renew reservation notifications by the connected SAP CC system.
  • Method Details

    • setExternalData

      void setExternalData(byte[] externalData) throws IllegalArgumentException
      Sets the external data that is included in the renew reservation notifications by the connected SAP CC system. The external data is a byte array. The size of this array must be lower than or equal to 1,023 bytes.

      Note

      External data must not be null but it can be empty.

      Parameters:
      externalData - The external data
      Throws:
      IllegalArgumentException - When one of these two cases occur:
      • The externalData argument is null
      • The size of the byte array externalData exceeds 1,023 bytes