Uses of Class
org.touchbit.testrail4j.jackson2.model.Context
-
Uses of Context in org.touchbit.testrail4j.jackson2.model
Methods in org.touchbit.testrail4j.jackson2.model that return Context Modifier and Type Method Description ContextTRCaseFieldConfig. getContext()(Required)ContextContext. withAdditionalProperty(String name, Object value)ContextContext. withIsGlobal(Boolean isGlobal)ContextContext. withProjectIds(List<Long> projectIds)Methods in org.touchbit.testrail4j.jackson2.model with parameters of type Context Modifier and Type Method Description voidTRCaseFieldConfig. setContext(Context context)(Required)TRCaseFieldConfigTRCaseFieldConfig. withContext(Context context)Constructors in org.touchbit.testrail4j.jackson2.model with parameters of type Context Constructor Description TRCaseFieldConfig(Context context, String id, Options options)