Class Trigger


  • public class Trigger
    extends java.lang.Object
    The different types of triggers that can start a workflow.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Map<java.lang.String,​java.lang.Object> args  
      java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      Trigger()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        @SerializedName("type")
        public java.lang.String type
      • args

        @SerializedName("args")
        public java.util.Map<java.lang.String,​java.lang.Object> args
    • Constructor Detail

      • Trigger

        public Trigger()