public static class FieldConfigRestDto.FieldConfigRestDtoBuilder
extends java.lang.Object
public FieldConfigRestDto.FieldConfigRestDtoBuilder id(int id)
public FieldConfigRestDto.FieldConfigRestDtoBuilder fieldConfigId(java.lang.Long fieldConfigId)
public FieldConfigRestDto.FieldConfigRestDtoBuilder statuses(java.util.List<java.lang.String> statuses)
public FieldConfigRestDto.FieldConfigRestDtoBuilder calculateAvg(boolean calculateAvg)
public FieldConfigRestDto.FieldConfigRestDtoBuilder showAsPanel(boolean showAsPanel)
public FieldConfigRestDto.FieldConfigRestDtoBuilder calAfterMove(boolean calAfterMove)
public FieldConfigRestDto.FieldConfigRestDtoBuilder calAfterLastTransition(boolean calAfterLastTransition)
public FieldConfigRestDto.FieldConfigRestDtoBuilder calFirstTransition(boolean calFirstTransition)
public FieldConfigRestDto.FieldConfigRestDtoBuilder anonymousAccess(boolean anonymousAccess)
public FieldConfigRestDto.FieldConfigRestDtoBuilder showField(com.jibrok.jira.plugins.timeinstatus.config.model.ShowType showField)
public FieldConfigRestDto.FieldConfigRestDtoBuilder showPanel(com.jibrok.jira.plugins.timeinstatus.config.model.ShowType showPanel)
public FieldConfigRestDto.FieldConfigRestDtoBuilder calendarId(java.lang.Integer calendarId)
public FieldConfigRestDto.FieldConfigRestDtoBuilder roles(java.util.List<java.lang.Long> roles)
public FieldConfigRestDto.FieldConfigRestDtoBuilder groups(java.util.List<java.lang.String> groups)
public FieldConfigRestDto.FieldConfigRestDtoBuilder users(java.util.List<java.lang.String> users)
public FieldConfigRestDto.FieldConfigRestDtoBuilder showFieldFormat(com.jibrok.jira.plugins.timeinstatus.config.model.ShowFormat showFieldFormat)
public FieldConfigRestDto.FieldConfigRestDtoBuilder showPanelFormat(com.jibrok.jira.plugins.timeinstatus.config.model.ShowFormat showPanelFormat)
public FieldConfigRestDto.FieldConfigRestDtoBuilder cache(boolean cache)
public FieldConfigRestDto.FieldConfigRestDtoBuilder anonymousAccessToValue(boolean anonymousAccessToValue)
public FieldConfigRestDto.FieldConfigRestDtoBuilder rolesAccessToValue(java.util.List<java.lang.Long> rolesAccessToValue)
public FieldConfigRestDto.FieldConfigRestDtoBuilder groupsAccessToToValue(java.util.List<java.lang.String> groupsAccessToToValue)
public FieldConfigRestDto.FieldConfigRestDtoBuilder usersAccessToToValue(java.util.List<java.lang.String> usersAccessToToValue)
public FieldConfigRestDto.FieldConfigRestDtoBuilder fieldShowIcon(boolean fieldShowIcon)
public FieldConfigRestDto.FieldConfigRestDtoBuilder panelShowIcon(boolean panelShowIcon)
public FieldConfigRestDto.FieldConfigRestDtoBuilder showExportFormat(com.jibrok.jira.plugins.timeinstatus.config.model.ShowFormat showExportFormat)
public FieldConfigRestDto.FieldConfigRestDtoBuilder showEmptyValue(boolean showEmptyValue)
public FieldConfigRestDto.FieldConfigRestDtoBuilder statusesOrder(com.jibrok.jira.plugins.timeinstatus.config.model.StatusesOrder statusesOrder)
public FieldConfigRestDto.FieldConfigRestDtoBuilder showParentValue(boolean showParentValue)
public FieldConfigRestDto.FieldConfigRestDtoBuilder showAsPanelSW(boolean showAsPanelSW)
public FieldConfigRestDto.FieldConfigRestDtoBuilder showCStatus(boolean showCStatus)
public FieldConfigRestDto.FieldConfigRestDtoBuilder isExportEmptyValue(boolean isExportEmptyValue)
public FieldConfigRestDto.FieldConfigRestDtoBuilder statisticValue(com.jibrok.jira.plugins.timeinstatus.config.model.StatisticValue statisticValue)
public FieldConfigRestDto.FieldConfigRestDtoBuilder statisticDurations(java.util.List<java.lang.String> statisticDurations)
public FieldConfigRestDto.FieldConfigRestDtoBuilder fieldTemplate(java.lang.Integer fieldTemplate)
public FieldConfigRestDto.FieldConfigRestDtoBuilder panelTemplate(java.lang.Integer panelTemplate)
public FieldConfigRestDto.FieldConfigRestDtoBuilder currentStatusCategories(java.util.List<java.lang.Long> currentStatusCategories)
public FieldConfigRestDto.FieldConfigRestDtoBuilder startDateTime(java.util.Date startDateTime)
public FieldConfigRestDto build()
public java.lang.String toString()
toString
in class java.lang.Object