Enum Class HCIClientOperation.HCIOperation

java.lang.Object
java.lang.Enum<HCIClientOperation.HCIOperation>
com.highdeal.hci.HCIClientOperation.HCIOperation
All Implemented Interfaces:
Serializable, Comparable<HCIClientOperation.HCIOperation>, Constable
Enclosing class:
HCIClientOperation

public static enum HCIClientOperation.HCIOperation extends Enum<HCIClientOperation.HCIOperation>
This enumeration lists all the HCI operations that are available; You can implement these service operations in your client application.

This list includes both the business and technical operations. Use the following packages:

  • admin.hci
  • pnr.hci
Other packages are detailed in the overview page.