Uses of Class
com.docusign.maestro.model.HttpTypes
-
Packages that use HttpTypes Package Description com.docusign.maestro.model -
-
Uses of HttpTypes in com.docusign.maestro.model
Methods in com.docusign.maestro.model that return HttpTypes Modifier and Type Method Description static HttpTypesHttpTypes. fromValue(String value)HttpTypesDSWorkflowTrigger. getHttpType()Get httpType.static HttpTypesHttpTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpTypes[]HttpTypes. 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 HttpTypes Modifier and Type Method Description DSWorkflowTriggerDSWorkflowTrigger. httpType(HttpTypes httpType)httpType.voidDSWorkflowTrigger. setHttpType(HttpTypes httpType)setHttpType.
-