Uses of Class
com.inteliqua.rest.flow.payload.TriggerPoint
-
Packages that use TriggerPoint Package Description com.inteliqua.rest.flow.payload -
-
Uses of TriggerPoint in com.inteliqua.rest.flow.payload
Methods in com.inteliqua.rest.flow.payload that return TriggerPoint Modifier and Type Method Description static TriggerPointTriggerPoint. valueOf(String name)Returns the enum constant of this type with the specified name.static TriggerPoint[]TriggerPoint. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in com.inteliqua.rest.flow.payload with type arguments of type TriggerPoint Constructor Description FlowEventTypeListPayload(List<TriggerPoint> data)
-