Uses of Class
pro.taskana.task.rest.models.TaskRepresentationModel.CustomAttribute
-
Packages that use TaskRepresentationModel.CustomAttribute Package Description pro.taskana.task.rest.models -
-
Uses of TaskRepresentationModel.CustomAttribute in pro.taskana.task.rest.models
Methods in pro.taskana.task.rest.models that return TaskRepresentationModel.CustomAttribute Modifier and Type Method Description static TaskRepresentationModel.CustomAttributeTaskRepresentationModel.CustomAttribute. of(String key, String value)static TaskRepresentationModel.CustomAttributeTaskRepresentationModel.CustomAttribute. of(Map.Entry<String,String> entry)Methods in pro.taskana.task.rest.models that return types with arguments of type TaskRepresentationModel.CustomAttribute Modifier and Type Method Description List<TaskRepresentationModel.CustomAttribute>TaskRepresentationModel. getCallbackInfo()List<TaskRepresentationModel.CustomAttribute>TaskRepresentationModel. getCustomAttributes()Method parameters in pro.taskana.task.rest.models with type arguments of type TaskRepresentationModel.CustomAttribute Modifier and Type Method Description voidTaskRepresentationModel. setCallbackInfo(List<TaskRepresentationModel.CustomAttribute> callbackInfo)voidTaskRepresentationModel. setCustomAttributes(List<TaskRepresentationModel.CustomAttribute> customAttributes)
-