Uses of Class
com.confidentify.client.model.MatchJobBase
-
Packages that use MatchJobBase Package Description com.confidentify.client.model -
-
Uses of MatchJobBase in com.confidentify.client.model
Methods in com.confidentify.client.model that return MatchJobBase Modifier and Type Method Description MatchJobBaseMatchJobBase. addDatasetsItem(String datasetsItem)MatchJobBaseMatchJobBase. createdAt(OffsetDateTime createdAt)MatchJobBaseMatchJobBase. datasets(List<String> datasets)MatchJobBaseMatchJobBase. id(String id)MatchJobBaseMatchJobBase. name(String name)MatchJobBaseMatchJobBase. results(MatchJobBaseResults results)MatchJobBaseMatchJobBase. running(Boolean running)Methods in com.confidentify.client.model that return types with arguments of type MatchJobBase Modifier and Type Method Description List<MatchJobBase>MatchJobsQueryResponse. getJobs()The jobs retrieved from the queryMethods in com.confidentify.client.model with parameters of type MatchJobBase Modifier and Type Method Description MatchJobsQueryResponseMatchJobsQueryResponse. addJobsItem(MatchJobBase jobsItem)Method parameters in com.confidentify.client.model with type arguments of type MatchJobBase Modifier and Type Method Description MatchJobsQueryResponseMatchJobsQueryResponse. jobs(List<MatchJobBase> jobs)voidMatchJobsQueryResponse. setJobs(List<MatchJobBase> jobs)
-