- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {SimpleDateFormat s =
String pattern;new SimpleDateFormat(pattern)
String template;Locale locale;new SimpleDateFormat(template, locale)
new SimpleDateFormat()
- Smart code suggestions by Codota
}
/** * Sets the camunda topic attribute. This is only meaningful when * the {@link #camundaType(String)} attribute has the value <code>external</code>. * * @param camundaTopic the topic to set * @return the builder object */ public B camundaTopic(String camundaTopic) { element.setCamundaTopic(camundaTopic); return myself; }
/** * Sets the camunda topic attribute. This is only meaningful when * the {@link #camundaType(String)} attribute has the value <code>external</code>. * * @param camundaTopic the topic to set * @return the builder object */ public B camundaTopic(String camundaTopic) { element.setCamundaTopic(camundaTopic); return myself; }
/** * Sets the camunda topic attribute. This is only meaningful when * the {@link #camundaType(String)} attribute has the value <code>external</code>. * * @param camundaTopic the topic to set * @return the builder object */ public B camundaTopic(String camundaTopic) { element.setCamundaTopic(camundaTopic); return myself; }