Uses of Class
com.docusign.maestro.model.EventTypes
-
Packages that use EventTypes Package Description com.docusign.maestro.model -
-
Uses of EventTypes in com.docusign.maestro.model
Methods in com.docusign.maestro.model that return EventTypes Modifier and Type Method Description static EventTypesEventTypes. fromValue(String value)EventTypesDSWorkflowTrigger. getEventType()Get eventType.static EventTypesEventTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static EventTypes[]EventTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.docusign.maestro.model with parameters of type EventTypes Modifier and Type Method Description DSWorkflowTriggerDSWorkflowTrigger. eventType(EventTypes eventType)eventType.voidDSWorkflowTrigger. setEventType(EventTypes eventType)setEventType.
-