Uses of Enum Class
com.bytedesk.ticket.process.ProcessTypeEnum
Packages that use ProcessTypeEnum
-
Uses of ProcessTypeEnum in com.bytedesk.ticket.process
Methods in com.bytedesk.ticket.process that return ProcessTypeEnumModifier and TypeMethodDescriptionstatic ProcessTypeEnumReturns the enum constant of this class with the specified name.static ProcessTypeEnum[]ProcessTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.bytedesk.ticket.process with parameters of type ProcessTypeEnumModifier and TypeMethodDescriptionprivate ProcessRequestProcessRestService.buildDefaultProcessRequest(String uid, String orgUid, String schema, ProcessTypeEnum type, String processName) -
Uses of ProcessTypeEnum in com.bytedesk.ticket.ticket_settings
Methods in com.bytedesk.ticket.ticket_settings that return ProcessTypeEnumModifier and TypeMethodDescriptionprivate ProcessTypeEnumTicketSettingsRestService.mapTicketTypeToProcessType(String normalizedType)