Uses of Class
org.touchbit.testrail4j.jackson2.model.TRCaseFieldConfig
-
Uses of TRCaseFieldConfig in org.touchbit.testrail4j.jackson2.model
Methods in org.touchbit.testrail4j.jackson2.model that return TRCaseFieldConfig Modifier and Type Method Description TRCaseFieldConfigTRCaseFieldConfig. withAdditionalProperty(String name, Object value)TRCaseFieldConfigTRCaseFieldConfig. withContext(Context context)TRCaseFieldConfigTRCaseFieldConfig. withId(String id)TRCaseFieldConfigTRCaseFieldConfig. withOptions(Options options)Methods in org.touchbit.testrail4j.jackson2.model that return types with arguments of type TRCaseFieldConfig Modifier and Type Method Description List<TRCaseFieldConfig>TRCaseField. getConfigs()An object wrapped in an array with two default keys, 'context' and 'options'Method parameters in org.touchbit.testrail4j.jackson2.model with type arguments of type TRCaseFieldConfig Modifier and Type Method Description voidTRCaseField. setConfigs(List<TRCaseFieldConfig> configs)An object wrapped in an array with two default keys, 'context' and 'options'TRCaseFieldTRCaseField. withConfigs(List<TRCaseFieldConfig> configs)Constructor parameters in org.touchbit.testrail4j.jackson2.model with type arguments of type TRCaseFieldConfig Constructor Description TRCaseField(List<TRCaseFieldConfig> configs, String description, Long displayOrder, Long id, Long isMulti, Boolean isActive, Long statusId, Long isSystem, Long entityId, String label, String name, String systemName, String type, Long typeId, Long locationId, Boolean includeAll, List<Long> templateIds)