ScheduleOncePredicate

ScheduleOncePredicate

Represent ScheduleOncePredicate for a Trigger

Constructor

new ScheduleOncePredicate(scheduleAt)

Create a ScheduleOncePredicate.
Parameters:
Name Type Description
scheduleAt number Timestamp to fire trigger.

Methods

(static) fromJson(obj) → {ScheduleOncePredicate}

This method is for internal use only.
Parameters:
Name Type Description
obj JSON object that represented a ScheduleOncePredicate.
Returns:
ScheduleOncePredicate instance
Type
ScheduleOncePredicate

getEventSource() → {string}

Gets the string represented EventSource
Returns:
EventSource
Type
string

toJson() → {Object}

This method is for internal use only.
Returns:
JSON object that represented this instance.
Type
Object