Uses of Enum Class
org.apache.nifi.processors.asana.AsanaObjectType
Packages that use AsanaObjectType
-
Uses of AsanaObjectType in org.apache.nifi.processors.asana
Methods in org.apache.nifi.processors.asana that return AsanaObjectTypeModifier and TypeMethodDescriptionstatic AsanaObjectTypeReturns the enum constant of this class with the specified name.static AsanaObjectType[]AsanaObjectType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.processors.asana with parameters of type AsanaObjectTypeModifier and TypeMethodDescriptionprotected StringGetAsanaObject.getProjectName(org.apache.nifi.processor.ProcessContext context, AsanaObjectType objectType) protected StringGetAsanaObject.getSectionName(org.apache.nifi.processor.ProcessContext context, AsanaObjectType objectType) protected StringGetAsanaObject.getTagName(org.apache.nifi.processor.ProcessContext context, AsanaObjectType objectType) protected StringGetAsanaObject.getTeamName(org.apache.nifi.processor.ProcessContext context, AsanaObjectType objectType)