Uses of Class
org.touchbit.testrail4j.jackson2.model.Context__1
-
Uses of Context__1 in org.touchbit.testrail4j.jackson2.model
Methods in org.touchbit.testrail4j.jackson2.model that return Context__1 Modifier and Type Method Description Context__1TRResultFieldConfig. getContext()(Required)Context__1Context__1. withAdditionalProperty(String name, Object value)Context__1Context__1. withIsGlobal(Boolean isGlobal)Context__1Context__1. withProjectIds(List<Long> projectIds)Methods in org.touchbit.testrail4j.jackson2.model with parameters of type Context__1 Modifier and Type Method Description voidTRResultFieldConfig. setContext(Context__1 context)(Required)TRResultFieldConfigTRResultFieldConfig. withContext(Context__1 context)Constructors in org.touchbit.testrail4j.jackson2.model with parameters of type Context__1 Constructor Description TRResultFieldConfig(Context__1 context, String id, Options__1 options)