Uses of Class
com.docusign.maestro.model.StartedByInstance.StartedByTypeEnum
-
Packages that use StartedByInstance.StartedByTypeEnum Package Description com.docusign.maestro.model -
-
Uses of StartedByInstance.StartedByTypeEnum in com.docusign.maestro.model
Methods in com.docusign.maestro.model that return StartedByInstance.StartedByTypeEnum Modifier and Type Method Description static StartedByInstance.StartedByTypeEnumStartedByInstance.StartedByTypeEnum. fromValue(String value)StartedByInstance.StartedByTypeEnumStartedByInstance. getStartedByType()Get startedByType.static StartedByInstance.StartedByTypeEnumStartedByInstance.StartedByTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static StartedByInstance.StartedByTypeEnum[]StartedByInstance.StartedByTypeEnum. 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 StartedByInstance.StartedByTypeEnum Modifier and Type Method Description voidStartedByInstance. setStartedByType(StartedByInstance.StartedByTypeEnum startedByType)setStartedByType.StartedByInstanceStartedByInstance. startedByType(StartedByInstance.StartedByTypeEnum startedByType)startedByType.
-