SYMBOL INDEX (36680 symbols across 2483 files) FILE: contraxsuite_services/apps/analyze/admin.py class DocumentClusterAdmin (line 61) | class DocumentClusterAdmin(admin.ModelAdmin): class TextUnitClusterAdmin (line 66) | class TextUnitClusterAdmin(DocumentClusterAdmin): class SimilarityRunAdmin (line 70) | class SimilarityRunAdmin(admin.ModelAdmin): class DocumentSimilarityAdmin (line 75) | class DocumentSimilarityAdmin(admin.ModelAdmin): method get_queryset (line 79) | def get_queryset(self, request): class PartySimilarityAdmin (line 86) | class PartySimilarityAdmin(admin.ModelAdmin): class TextUnitSimilarityAdmin (line 91) | class TextUnitSimilarityAdmin(admin.ModelAdmin): method document_a_name (line 99) | def document_a_name(self, obj): method document_b_name (line 102) | def document_b_name(self, obj): method get_queryset (line 105) | def get_queryset(self, request): method get_search_fields (line 113) | def get_search_fields(self, request): class DocumentClassificationAdmin (line 120) | class DocumentClassificationAdmin(admin.ModelAdmin): method get_queryset (line 124) | def get_queryset(self, request): class DocumentClassifierAdmin (line 131) | class DocumentClassifierAdmin(admin.ModelAdmin): method get_queryset (line 135) | def get_queryset(self, request): class DocumentClassifierSuggestionAdmin (line 141) | class DocumentClassifierSuggestionAdmin(admin.ModelAdmin): method get_queryset (line 146) | def get_queryset(self, request): class TextUnitClassificationAdmin (line 154) | class TextUnitClassificationAdmin(admin.ModelAdmin): method get_queryset (line 159) | def get_queryset(self, request): class TextUnitClassifierAdmin (line 166) | class TextUnitClassifierAdmin(admin.ModelAdmin): method get_queryset (line 170) | def get_queryset(self, request): class TextUnitClassifierSuggestionAdmin (line 176) | class TextUnitClassifierSuggestionAdmin(admin.ModelAdmin): method get_queryset (line 182) | def get_queryset(self, request): class DocumentVectorAdmin (line 190) | class DocumentVectorAdmin(admin.ModelAdmin): method transformer_name (line 194) | def transformer_name(self, obj): method project (line 199) | def project(self, obj): method get_queryset (line 204) | def get_queryset(self, request): class TextUnitVectorAdmin (line 212) | class TextUnitVectorAdmin(admin.ModelAdmin): method transformer_name (line 217) | def transformer_name(self, obj): method document (line 222) | def document(self, obj): method project (line 227) | def project(self, obj): method get_queryset (line 232) | def get_queryset(self, request): class MLModelChangeForm (line 240) | class MLModelChangeForm(forms.ModelForm): class Meta (line 241) | class Meta: method __init__ (line 245) | def __init__(self, *args, **kwargs): method clean (line 249) | def clean(self): class MLModelAdmin (line 255) | class MLModelAdmin(admin.ModelAdmin): method get_form (line 264) | def get_form(self, request, obj=None, **kwargs): method delete_with_files (line 270) | def delete_with_files(self, request, queryset): method render_change_form (line 285) | def render_change_form(self, request, context, add=False, change=False... method file_upload_view (line 291) | def file_upload_view(self, request, **kwargs): method check_path_exists_view (line 343) | def check_path_exists_view(self, request, **kwargs): method create_folder_view (line 349) | def create_folder_view(self, request, **kwargs): method get_urls (line 387) | def get_urls(self): FILE: contraxsuite_services/apps/analyze/api/v1.py class TextUnitClassificationSerializer (line 66) | class TextUnitClassificationSerializer(apps.common.mixins.SimpleRelation... class Meta (line 67) | class Meta: class TextUnitClassificationCreateSerializer (line 75) | class TextUnitClassificationCreateSerializer(serializers.ModelSerializer): class Meta (line 81) | class Meta: method get_user_id (line 85) | def get_user_id(self, obj): class TextUnitClassificationViewSet (line 90) | class TextUnitClassificationViewSet(apps.common.mixins.JqListAPIMixin, v... method get_serializer_class (line 101) | def get_serializer_class(self): method get_queryset (line 106) | def get_queryset(self): class TextUnitClassifierSerializer (line 116) | class TextUnitClassifierSerializer(apps.common.mixins.SimpleRelationSeri... class Meta (line 119) | class Meta: method get_suggestions (line 123) | def get_suggestions(self, obj): class TextUnitClassifierViewSet (line 128) | class TextUnitClassifierViewSet(apps.common.mixins.JqListAPIMixin, views... class TextUnitClassifierSuggestionSerializer (line 142) | class TextUnitClassifierSuggestionSerializer(TextUnitClassificationSeria... class Meta (line 143) | class Meta: class TextUnitClassifierSuggestionViewSet (line 152) | class TextUnitClassifierSuggestionViewSet(apps.common.mixins.JqListAPIMi... class DocumentSerializer (line 167) | class DocumentSerializer(apps.common.mixins.SimpleRelationSerializer): class Meta (line 168) | class Meta: class DocumentClusterSerializer (line 173) | class DocumentClusterSerializer(apps.common.mixins.SimpleRelationSeriali... class Meta (line 178) | class Meta: method get_documents_count (line 184) | def get_documents_count(self, obj): class DocumentClusterUpdateSerializer (line 189) | class DocumentClusterUpdateSerializer(apps.common.mixins.SimpleRelationS... class Meta (line 191) | class Meta: class DocumentClusterAPIView (line 196) | class DocumentClusterAPIView(apps.common.mixins.JqListAPIView, viewsets.... method get_queryset (line 206) | def get_queryset(self): method get_serializer_class (line 213) | def get_serializer_class(self): class TextUnitClusterSerializer (line 223) | class TextUnitClusterSerializer(apps.common.mixins.SimpleRelationSeriali... class Meta (line 227) | class Meta: method get_text_unit_count (line 233) | def get_text_unit_count(self, obj): method get_text_unit_data (line 237) | def get_text_unit_data(self, obj): class TextUnitClusterListAPIView (line 247) | class TextUnitClusterListAPIView(apps.common.mixins.JqListAPIView): method get_queryset (line 254) | def get_queryset(self): class SimilarityRunSerializer (line 269) | class SimilarityRunSerializer(serializers.ModelSerializer): class Meta (line 272) | class Meta: class SimilarityRunSchema (line 279) | class SimilarityRunSchema(JqFiltersListViewSchema): class SimilarityRunPermissions (line 295) | class SimilarityRunPermissions(IsAuthenticated): method has_permission (line 296) | def has_permission(self, request, view): class SimilarityRunPermissionMixin (line 306) | class SimilarityRunPermissionMixin: method get_queryset (line 309) | def get_queryset(self): class SimilarityRunViewSet (line 315) | class SimilarityRunViewSet(SimilarityRunPermissionMixin, method get_queryset (line 328) | def get_queryset(self): class DocumentSimilaritySerializer (line 345) | class DocumentSimilaritySerializer(apps.common.mixins.SimpleRelationSeri... class Meta (line 348) | class Meta: class DocumentSimilarityListAPIView (line 355) | class DocumentSimilarityListAPIView(apps.common.mixins.JqListAPIView): method get_queryset (line 362) | def get_queryset(self): class ProjectDocumentSimilaritySerializer (line 377) | class ProjectDocumentSimilaritySerializer(apps.common.mixins.SimpleRelat... class Meta (line 383) | class Meta: class ProjectDocumentSimilarityResponseSerializer (line 390) | class ProjectDocumentSimilarityResponseSerializer(serializers.Serializer): class SimilarProjectDocumentsSchema (line 397) | class SimilarProjectDocumentsSchema(JqFiltersListViewSchema): class ProjectDocumentSimilarityListPermissionViewMixin (line 418) | class ProjectDocumentSimilarityListPermissionViewMixin: method get_queryset (line 421) | def get_queryset(self): class ProjectDocumentSimilarityListAPIView (line 425) | class ProjectDocumentSimilarityListAPIView(ProjectDocumentSimilarityList... method get_queryset (line 441) | def get_queryset(self): method get_extra_data (line 470) | def get_extra_data(self, queryset, initial_queryset): class TextUnitSimilaritySerializer (line 483) | class TextUnitSimilaritySerializer(apps.common.mixins.SimpleRelationSeri... class Meta (line 486) | class Meta: class TextUnitSimilarityListAPIView (line 497) | class TextUnitSimilarityListAPIView(apps.common.mixins.JqListAPIView): method get_queryset (line 504) | def get_queryset(self): class ProjectTextUnitSimilaritySerializer (line 521) | class ProjectTextUnitSimilaritySerializer(apps.common.mixins.SimpleRelat... class Meta (line 528) | class Meta: method to_representation (line 538) | def to_representation(self, instance): class SimilarProjectTextUnitsRequestSerializer (line 543) | class SimilarProjectTextUnitsRequestSerializer(serializers.Serializer): class ProjectTextUnitSimilarityResponseSerializer (line 555) | class ProjectTextUnitSimilarityResponseSerializer(serializers.Serializer): class SimilarProjectTextUnitsSchema (line 562) | class SimilarProjectTextUnitsSchema(JqFiltersListViewSchema): method get_operation (line 566) | def get_operation(self, path, method): class ProjectTextUnitSimilarityListPermissionViewMixin (line 584) | class ProjectTextUnitSimilarityListPermissionViewMixin: method get_queryset (line 587) | def get_queryset(self): class ProjectTextUnitSimilarityListAPIView (line 591) | class ProjectTextUnitSimilarityListAPIView(ProjectTextUnitSimilarityList... method post (line 607) | def post(self, request, *args, **kwargs): method get_queryset (line 610) | def get_queryset(self): method get_text_unit_a_ids (line 674) | def get_text_unit_a_ids(self, kwargs): method get_extra_data (line 689) | def get_extra_data(self, queryset, initial_queryset): method add_extra_list_data (line 696) | def add_extra_list_data(self, request, data: ReturnList): method get_unit_location_coordinates (line 722) | def get_unit_location_coordinates( class PartySimilaritySerializer (line 747) | class PartySimilaritySerializer(apps.common.mixins.SimpleRelationSeriali... class Meta (line 750) | class Meta: class PartySimilarityListAPIView (line 759) | class PartySimilarityListAPIView(apps.common.mixins.JqListAPIView): method get_queryset (line 766) | def get_queryset(self): class TypeaheadTextUnitClassification (line 778) | class TypeaheadTextUnitClassification(apps.common.mixins.TypeaheadAPIView): class MLModelSerializer (line 793) | class MLModelSerializer(apps.common.mixins.SimpleRelationSerializer): class Meta (line 794) | class Meta: class MLModelListAPIView (line 800) | class MLModelListAPIView(apps.common.mixins.JqListAPIView): method get_queryset (line 807) | def get_queryset(self): class TransformerSerializer (line 816) | class TransformerSerializer(apps.common.mixins.SimpleRelationSerializer): class Meta (line 817) | class Meta: class DocumentTransformerListAPIView (line 822) | class DocumentTransformerListAPIView(apps.common.mixins.JqListAPIView): class TextUnitTransformerListAPIView (line 830) | class TextUnitTransformerListAPIView(apps.common.mixins.JqListAPIView): FILE: contraxsuite_services/apps/analyze/forms.py class TrainDocumentDoc2VecTaskForm (line 46) | class TrainDocumentDoc2VecTaskForm(forms.Form): method clean (line 65) | def clean(self): class TrainTextUnitDoc2VecTaskForm (line 72) | class TrainTextUnitDoc2VecTaskForm(TrainDocumentDoc2VecTaskForm): class BuildDocumentVectorsTaskForm (line 95) | class BuildDocumentVectorsTaskForm(forms.Form): method __init__ (line 108) | def __init__(self, *args, **kwargs): class BuildTextUnitVectorsTaskForm (line 126) | class BuildTextUnitVectorsTaskForm(BuildDocumentVectorsTaskForm): method __init__ (line 137) | def __init__(self, *args, **kwargs): class BaseRunClassifierForm (line 148) | class BaseRunClassifierForm(forms.Form): class RunTextUnitClassifierForm (line 172) | class RunTextUnitClassifierForm(BaseRunClassifierForm): class RunDocumentClassifierForm (line 186) | class RunDocumentClassifierForm(BaseRunClassifierForm): class BaseTrainClassifierForm (line 217) | class BaseTrainClassifierForm(forms.Form): method __init__ (line 361) | def __init__(self, *args, **kwargs): method clean_svc_gamma (line 369) | def clean_svc_gamma(self): class TrainTextUnitClassifierForm (line 378) | class TrainTextUnitClassifierForm(BaseTrainClassifierForm): class TrainDocumentClassifierForm (line 384) | class TrainDocumentClassifierForm(BaseTrainClassifierForm): class ClusterForm (line 391) | class ClusterForm(forms.Form): method clean (line 534) | def clean(self): FILE: contraxsuite_services/apps/analyze/management/commands/clear_old_transformer_models.py class Command (line 16) | class Command(BaseCommand): method is_successful_gensim_3_to_4_migration (line 19) | def is_successful_gensim_3_to_4_migration(self, method update_default_mlmodel (line 31) | def update_default_mlmodel(self, object_type, languages): method add_arguments (line 46) | def add_arguments(self, parser): method handle (line 55) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/analyze/migrations/0001_initial.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0002_auto_20170731_0948.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0003_auto_20170731_0948.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0004_auto_20171011_1613.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0005_documenttransformer_documentvector_textunittransformer_textunitvector.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0006_auto_20191203_0833.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0007_auto_20191204_1255.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0008_documentclassification_documentclassifier_documentclassifierassessment_documentclassifiersuggestion_.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0009_auto_20200127_1252.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0010_transformer_unique_name.py function make_trans_name_unique (line 6) | def make_trans_name_unique(apps, schema_editor): class Migration (line 26) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0011_denorm_textunit_similarity.py function purge (line 10) | def purge(): function purge_or_skip (line 15) | def purge_or_skip(_apps, _schema_editor): class Migration (line 20) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0012_populate_textunit_similarity_fields.py function denormalize (line 13) | def denormalize(): function update_or_skip (line 43) | def update_or_skip(_apps, _schema_editor): class Migration (line 48) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0013_vacuum_textunit_similarity.py function vacuum_textunit_similarity (line 11) | def vacuum_textunit_similarity(_apps, schema_editor): class Migration (line 23) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0014_textunit_similarity_restore_constraints.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0015_auto_20201209_1541.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0016_auto_20201224_0846.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0017_auto_20201229_0950.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0018_auto_20210104_1313.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0019_auto_20210105_0836.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0020_similarityrun_unit_id.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0021_auto_20210106_1009.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0022_load_document_transformer.py class Migration (line 5) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0023_auto_20210323_0714.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0024_add_mlmodel.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0025_move_contracttype_classifier.py function move_classifier (line 7) | def move_classifier(apps, schema_editor): class Migration (line 34) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0026_auto_20210324_1247.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0027_create_transformer_db_records.py class Migration (line 5) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0028_similarityrun_distance_type.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0029_auto_20210416_1250.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0030_auto_20210505_1344.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0031_auto_20210514_0722.py class Migration (line 15) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0032_is_contract_migration.py class Migration (line 5) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0033_textunitvector_document.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/migrations/0034_textunitvector_unit_type.py function log_message (line 10) | def log_message(msg: str): function add_column (line 15) | def add_column(_, __): class Migration (line 32) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/analyze/ml/classifier_repository.py class ClassifierRepository (line 46) | class ClassifierRepository: method get_fulltext_by_doc (line 47) | def get_fulltext_by_doc(self, project_ids: Iterable[int]): method get_document_plain_texts (line 51) | def get_document_plain_texts(self, method get_vector_document_name (line 68) | def get_vector_document_name(self, vector: DocumentVector) -> str: method save_classifier (line 71) | def save_classifier(self, method save_classifications (line 75) | def save_classifications(self, method save_transformer (line 81) | def save_transformer(self, method ensure_unique_name (line 86) | def ensure_unique_name(self, name: str, model_class) -> str: class ClassifierRepositoryBuilder (line 98) | class ClassifierRepositoryBuilder: method __init__ (line 99) | def __init__(self): method repository (line 103) | def repository(self) -> ClassifierRepository: FILE: contraxsuite_services/apps/analyze/ml/classify.py class ClassifierEngine (line 88) | class ClassifierEngine: method __init__ (line 100) | def __init__(self): method __call__ (line 105) | def __call__(self, use_tfidf: bool = True, **options): method get_engine_options (line 117) | def get_engine_options(self): method get_some_callable_option (line 146) | def get_some_callable_option(self, option_value=None): method get_model (line 151) | def get_model(self): class RandomForestClassifierEngine (line 164) | class RandomForestClassifierEngine(ClassifierEngine): class ExtraTreesClassifierEngine (line 174) | class ExtraTreesClassifierEngine(ClassifierEngine): class MultinomialNBEngine (line 184) | class MultinomialNBEngine(ClassifierEngine): class SVCEngine (line 191) | class SVCEngine(ClassifierEngine): class LogisticRegressionCVEngine (line 201) | class LogisticRegressionCVEngine(ClassifierEngine): class ClassifyDocuments (line 210) | class ClassifyDocuments: method get_features_engine_class (line 246) | def get_features_engine_class(cls, classify_by: Optional[str]): method get_engine_wrapper (line 249) | def get_engine_wrapper(self, classifier_algorithm): method build_classifier (line 264) | def build_classifier(self, method run_classifier (line 400) | def run_classifier(self, class ClassifyTextUnits (line 457) | class ClassifyTextUnits(ClassifyDocuments): method get_features_engine_class (line 467) | def get_features_engine_class(cls, classify_by: Optional[str]): FILE: contraxsuite_services/apps/analyze/ml/cluster.py class ClusterEngine (line 49) | class ClusterEngine: method __init__ (line 64) | def __init__(self): method __call__ (line 76) | def __call__(self, features: np.array, term_index: list, use_tfidf: bo... method get_engine_options (line 94) | def get_engine_options(self): method get_some_callable_option (line 121) | def get_some_callable_option(self, option_value=None): method get_model (line 126) | def get_model(self): method cluster (line 134) | def cluster(self): method get_cluster_centers (line 168) | def get_cluster_centers(self): class Dbscan (line 176) | class Dbscan(ClusterEngine): method get_min_samples (line 183) | def get_min_samples(self, option_value): method get_cluster_centers (line 186) | def get_cluster_centers(self): class Birch (line 190) | class Birch(ClusterEngine): method get_n_clusters (line 195) | def get_n_clusters(self, option_value): method get_cluster_centers (line 198) | def get_cluster_centers(self): class Optics (line 202) | class Optics(ClusterEngine): method get_min_samples (line 208) | def get_min_samples(self, option_value): method get_cluster_centers (line 211) | def get_cluster_centers(self): class Kmeans (line 215) | class Kmeans(ClusterEngine): method get_n_clusters (line 219) | def get_n_clusters(self, option_value): class MinibatchKmeans (line 223) | class MinibatchKmeans(ClusterEngine): method get_n_clusters (line 231) | def get_n_clusters(self, option_value): class ClusterDocuments (line 235) | class ClusterDocuments: method __init__ (line 252) | def __init__(self, method init_classifier (line 300) | def init_classifier(self): method get_engine_wrapper (line 304) | def get_engine_wrapper(self): method run (line 318) | def run(self): method create_db_cluster_object (line 436) | def create_db_cluster_object(self, cluster_label_id, cluster_terms, cl... method get_db_cluster_title (line 466) | def get_db_cluster_title(self, cluster_label_id=None): method log_message (line 476) | def log_message(self, msg: str, msg_key='') -> None: class ClusterTextUnits (line 481) | class ClusterTextUnits(ClusterDocuments): method init_classifier (line 490) | def init_classifier(self): FILE: contraxsuite_services/apps/analyze/ml/contract_type_classifier.py function _return_buffered_reader (line 65) | def _return_buffered_reader( class FileInformation (line 97) | class FileInformation: method __eq__ (line 105) | def __eq__(self, other) -> bool: class ContractTypeClassifier (line 115) | class ContractTypeClassifier: method __new__ (line 154) | def __new__(cls, *args, **kwargs): method predict_classifications (line 158) | def predict_classifications( method _update_file_cache (line 248) | def _update_file_cache( method _get_model_folder (line 336) | def _get_model_folder(cls, language: str, project_id: int) -> str: method _get_file_storage (line 360) | def _get_file_storage(cls) -> ContraxsuiteFileStorage: method _load_pipeline (line 369) | def _load_pipeline(cls, key: Tuple[str, int]) -> Pipeline: method get_probability_predictor_contract_type (line 458) | def get_probability_predictor_contract_type( FILE: contraxsuite_services/apps/analyze/ml/features.py class EmptyDataSetError (line 56) | class EmptyDataSetError(Exception): method __init__ (line 58) | def __init__(self, *args, **kwargs): class Features (line 63) | class Features: method __init__ (line 67) | def __init__(self, method term_frequency_matrix (line 78) | def term_frequency_matrix(self): method item_index (line 82) | def item_index(self): method feature_names (line 86) | def feature_names(self): function get_mb (line 90) | def get_mb(size): function get_df_info (line 94) | def get_df_info(df): class DocumentFeatures (line 99) | class DocumentFeatures: method __init__ (line 140) | def __init__(self, method check_arguments (line 174) | def check_arguments(self): method filter_projects_by_name (line 185) | def filter_projects_by_name(self): method get_queryset (line 192) | def get_queryset(self): method filter_queryset (line 206) | def filter_queryset(self, queryset) -> Any: method get_chunk_size (line 220) | def get_chunk_size(self, row_cost, memory_use=0.1, zeros=3): method get_feature_df (line 227) | def get_feature_df(self) -> Tuple[pd.DataFrame, List[Any]]: method get_features (line 366) | def get_features(self) -> Features: method force_use_external_feature_names (line 383) | def force_use_external_feature_names(self, feature_df): method get_item_names (line 397) | def get_item_names(self, item_index): method log_message (line 406) | def log_message(self, msg: str, msg_key='') -> None: class TextUnitFeatures (line 414) | class TextUnitFeatures(DocumentFeatures): method get_item_names (line 424) | def get_item_names(self, item_index): method get_queryset (line 432) | def get_queryset(self): method check (line 437) | def check(self): method filter_queryset (line 449) | def filter_queryset(self, queryset) -> Any: class Document2VecFeatures (line 464) | class Document2VecFeatures(DocumentFeatures): method __init__ (line 471) | def __init__(self, *args, **kwargs): method check_arguments (line 491) | def check_arguments(self) -> None: method build_doc2vec_model (line 504) | def build_doc2vec_model(self) -> MLModel: method get_vectors (line 511) | def get_vectors(self) -> List[DocumentVector]: method get_document_data (line 530) | def get_document_data(self, qs: Union[QuerySet, Iterable[Document]]): method get_features (line 533) | def get_features(self) -> Features: class TextUnit2VecFeatures (line 547) | class TextUnit2VecFeatures(Document2VecFeatures): method check_arguments (line 554) | def check_arguments(self) -> None: method get_document_queryset (line 559) | def get_document_queryset(self) -> Union[QuerySet, Iterable[Document]]: method filter_document_queryset (line 571) | def filter_document_queryset(self, queryset) -> Union[QuerySet, Iterab... method build_doc2vec_model (line 584) | def build_doc2vec_model(self) -> MLModel: method get_vectors (line 590) | def get_vectors(self) -> List[TextUnitVector]: method _ensure_text_unit_vectors (line 607) | def _ensure_text_unit_vectors(self, cursor, document_ids: List[int]): method get_features (line 631) | def get_features(self) -> Features: FILE: contraxsuite_services/apps/analyze/ml/similarity.py class DocumentSimilarityEngine (line 48) | class DocumentSimilarityEngine: method __init__ (line 64) | def __init__(self, method check_arguments (line 102) | def check_arguments(self): method get_feature_extractor (line 106) | def get_feature_extractor(self, feature_source): method get_features (line 109) | def get_features(self): method create_sim_obj (line 124) | def create_sim_obj(self, obj_a_id, obj_b_id, similarity): method _get_similarity (line 136) | def _get_similarity(self): method get_similarity (line 178) | def get_similarity(self, item_id=None): method set_refs (line 201) | def set_refs(self, obj_list): method calc_block_similarity (line 205) | def calc_block_similarity(self, class TextUnitSimilarityEngine (line 256) | class TextUnitSimilarityEngine(DocumentSimilarityEngine): method get_feature_extractor (line 272) | def get_feature_extractor(self, feature_source): method set_refs (line 275) | def set_refs(self, obj_list): FILE: contraxsuite_services/apps/analyze/ml/sparse_matrix.py class SparseSingleFeatureTable (line 44) | class SparseSingleFeatureTable: method __init__ (line 45) | def __init__(self, feature_name: str): method join (line 49) | def join(self, m: scp.csr_matrix): class SparseAllFeaturesTable (line 59) | class SparseAllFeaturesTable: method __init__ (line 60) | def __init__(self, samples: List[int]): method add_feature_table (line 65) | def add_feature_table(self, method to_dataframe (line 78) | def to_dataframe(self, samples: Optional[List[int]] = None) -> pd.Data... method csr_to_df (line 87) | def csr_to_df(cls, data, index=None, columns=None): FILE: contraxsuite_services/apps/analyze/ml/tests/base_transformer_test.py class BaseTransformerTest (line 40) | class BaseTransformerTest(TestCase): method setUpClass (line 44) | def setUpClass(cls): method tearDownClass (line 56) | def tearDownClass(cls): method _get_model_path (line 73) | def _get_model_path(cls) -> str: FILE: contraxsuite_services/apps/analyze/ml/tests/test_classify_doc2vec.py class MockClassifierRepository (line 51) | class MockClassifierRepository(ClassifierRepository): method get_fulltext_by_doc (line 56) | def get_fulltext_by_doc(self, project_ids: Iterable[int]): method get_document_plain_texts (line 59) | def get_document_plain_texts(self, method get_vector_document_name (line 64) | def get_vector_document_name(self, vector: DocumentVector) -> str: method save_classifications (line 67) | def save_classifications(self, method save_classifier (line 73) | def save_classifier(self, method ensure_unique_name (line 77) | def ensure_unique_name(self, name: str, model_class) -> str: method save_transformer (line 80) | def save_transformer(self, class TestFileStorage (line 87) | class TestFileStorage(ContraxsuiteInstanceLocalFileStorage): method __init__ (line 88) | def __init__(self, local_folder: str): method init_basic_folders (line 93) | def init_basic_folders(self): class Document2VecFeaturesMock (line 97) | class Document2VecFeaturesMock(Document2VecFeatures): method __init__ (line 98) | def __init__(self, *args, **kwargs): method get_document_data (line 111) | def get_document_data(self, qs: Union[QuerySet, Iterable[Document]]): method get_vectors (line 115) | def get_vectors(self) -> List[DocumentVector]: class MockClassifyDocuments (line 122) | class MockClassifyDocuments(ClassifyDocuments): method get_features_engine_class (line 126) | def get_features_engine_class(cls, classify_by: Optional[str]): class TestClassifyDoc2Vec (line 130) | class TestClassifyDoc2Vec(BaseTransformerTest): method setUpClass (line 132) | def setUpClass(cls): method tearDownClass (line 138) | def tearDownClass(cls): method make_documents (line 144) | def make_documents(cls, doc_ids: List[int]): method test_classify (line 159) | def test_classify(self): FILE: contraxsuite_services/apps/analyze/ml/tests/test_contract_type_classifier.py class TestFileStorage (line 54) | class TestFileStorage(ContraxsuiteInstanceLocalFileStorage): method __init__ (line 55) | def __init__(self, local_folder: str): method init_basic_folders (line 60) | def init_basic_folders(self): class TestContractTypeClassifier (line 64) | class TestContractTypeClassifier(SimpleTestCase): method _build_file_storage (line 70) | def _build_file_storage() -> TestFileStorage: method _f (line 74) | def _f(self, temporary_file: BufferedRandom): method test_load_from_zip (line 100) | def test_load_from_zip(self): method test_load_from_tar_gz (line 112) | def test_load_from_tar_gz(self): method test_load_from_tar_xz (line 124) | def test_load_from_tar_xz(self): method test_load_from_tar (line 136) | def test_load_from_tar(self): method test_load_from_file (line 148) | def test_load_from_file(self): method test_build_predictor (line 159) | def test_build_predictor(self): method test_runtime_error (line 219) | def test_runtime_error(self): FILE: contraxsuite_services/apps/analyze/ml/tests/test_doc2vec_transformer.py class MockClassifierRepository (line 50) | class MockClassifierRepository(ClassifierRepository): method get_document_plain_texts (line 53) | def get_document_plain_texts(self, method ensure_unique_name (line 59) | def ensure_unique_name(self, name: str, model_class) -> str: method save_transformer (line 62) | def save_transformer(self, class TestFileStorage (line 71) | class TestFileStorage(ContraxsuiteInstanceLocalFileStorage): method __init__ (line 72) | def __init__(self, local_folder: str): method init_basic_folders (line 77) | def init_basic_folders(self): class TestDoc2VecTransformer (line 81) | class TestDoc2VecTransformer(BaseTransformerTest): method setUpClass (line 83) | def setUpClass(cls): method tearDownClass (line 89) | def tearDownClass(cls): method test_train (line 94) | def test_train(self): method test_build_transformer (line 101) | def test_build_transformer(self): FILE: contraxsuite_services/apps/analyze/ml/tests/test_sparse_matrix.py class TestSparseMatrix (line 45) | class TestSparseMatrix(TestCase): method test_sum_dates (line 102) | def test_sum_dates(self): method test_sum_up (line 109) | def test_sum_up(self): method get_term_df (line 128) | def get_term_df(self, data_dict: Dict): FILE: contraxsuite_services/apps/analyze/ml/tests/test_utils.py class TestProjectsNameFilter (line 43) | class TestProjectsNameFilter(TestCase): method test_simple_query (line 44) | def test_simple_query(self): method test_complex_query (line 50) | def test_complex_query(self): method non_test_get_ids (line 56) | def non_test_get_ids(self): FILE: contraxsuite_services/apps/analyze/ml/transform.py class TrainingCallback (line 63) | class TrainingCallback(CallbackAny2Vec): method __init__ (line 67) | def __init__(self, log: Callable[[str], None]) -> None: method on_epoch_begin (line 76) | def on_epoch_begin(self, model: Doc2Vec) -> None: method on_epoch_end (line 83) | def on_epoch_end(self, model: Doc2Vec) -> None: method on_train_begin (line 98) | def on_train_begin(self, model: Doc2Vec) -> None: method on_train_end (line 111) | def on_train_end(self, model: Doc2Vec) -> None: class Doc2VecTransformer (line 118) | class Doc2VecTransformer: method __init__ (line 126) | def __init__( method log_message (line 146) | def log_message(self, msg: str) -> None: method train_doc2vec_model (line 152) | def train_doc2vec_model(self, data: Iterable[str], count: int) -> Doc2... method create_transformer_object (line 201) | def create_transformer_object(self, method build_doc2vec_document_model (line 248) | def build_doc2vec_document_model( method build_doc2vec_text_unit_model (line 281) | def build_doc2vec_text_unit_model( method create_vectors (line 326) | def create_vectors(cls, method run_doc2vec_text_unit_model (line 396) | def run_doc2vec_text_unit_model(self, text_unit_transformer_id: int, t... method run_doc2vec_document_model (line 422) | def run_doc2vec_document_model(self, FILE: contraxsuite_services/apps/analyze/ml/utils.py class ProjectsNameFilter (line 42) | class ProjectsNameFilter: method filter_objects_by_name (line 46) | def filter_objects_by_name(cls, method make_query (line 66) | def make_query(cls, model_class: Any, name_pattern: str) -> Union[Quer... FILE: contraxsuite_services/apps/analyze/models.py class MLDocumentTransformerModelManager (line 58) | class MLDocumentTransformerModelManager(models.Manager): method get_queryset (line 61) | def get_queryset(self): class MLTextUnitTransformerModelManager (line 65) | class MLTextUnitTransformerModelManager(models.Manager): method get_queryset (line 68) | def get_queryset(self): class MLDocumentClassifierModelManager (line 72) | class MLDocumentClassifierModelManager(models.Manager): method get_queryset (line 75) | def get_queryset(self): class MLTextUnitClassifierModelManager (line 79) | class MLTextUnitClassifierModelManager(models.Manager): method get_queryset (line 82) | def get_queryset(self): class MLDocumentContractClassifierModelManager (line 86) | class MLDocumentContractClassifierModelManager(models.Manager): method get_queryset (line 89) | def get_queryset(self): class MLTextUnitContractClassifierModelManager (line 93) | class MLTextUnitContractClassifierModelManager(models.Manager): method get_queryset (line 96) | def get_queryset(self): class MLModel (line 100) | class MLModel(models.Model): class Meta (line 168) | class Meta: method __str__ (line 180) | def __str__(self): method __repr__ (line 184) | def __repr__(self): method save_default (line 187) | def save_default(self): function save_default (line 194) | def save_default(sender, instance, created, **kwargs): class BaseVector (line 202) | class BaseVector(models.Model): class Meta (line 218) | class Meta: class TextUnitVector (line 222) | class TextUnitVector(BaseVector): class Meta (line 240) | class Meta(BaseVector.Meta): method __str__ (line 243) | def __str__(self): class DocumentVector (line 248) | class DocumentVector(BaseVector): class Meta (line 260) | class Meta(BaseVector.Meta): method __str__ (line 263) | def __str__(self): class BaseClassification (line 273) | class BaseClassification(models.Model): class Meta (line 290) | class Meta: class TextUnitClassification (line 294) | class TextUnitClassification(BaseClassification): class Meta (line 305) | class Meta(BaseClassification.Meta): method __str__ (line 308) | def __str__(self): class DocumentClassification (line 313) | class DocumentClassification(BaseClassification): class Meta (line 324) | class Meta(BaseClassification.Meta): method __str__ (line 327) | def __str__(self): class BaseClassifier (line 332) | class BaseClassifier(models.Model): class Meta (line 355) | class Meta: method __str__ (line 360) | def __str__(self): class TextUnitClassifier (line 364) | class TextUnitClassifier(BaseClassifier): class DocumentClassifier (line 370) | class DocumentClassifier(BaseClassifier): class BaseClassifierSuggestion (line 376) | class BaseClassifierSuggestion(models.Model): class Meta (line 393) | class Meta: method classifier_confidence_format (line 397) | def classifier_confidence_format(self): class TextUnitClassifierSuggestion (line 401) | class TextUnitClassifierSuggestion(BaseClassifierSuggestion): method __str__ (line 415) | def __str__(self): class DocumentClassifierSuggestion (line 420) | class DocumentClassifierSuggestion(BaseClassifierSuggestion): method __str__ (line 434) | def __str__(self): class BaseClassifierAssessment (line 439) | class BaseClassifierAssessment(models.Model): class Meta (line 453) | class Meta: method __str__ (line 456) | def __str__(self): class TextUnitClassifierAssessment (line 462) | class TextUnitClassifierAssessment(BaseClassifierAssessment): class DocumentClassifierAssessment (line 473) | class DocumentClassifierAssessment(BaseClassifierAssessment): class BaseCluster (line 487) | class BaseCluster(models.Model): class Meta (line 518) | class Meta: class DocumentCluster (line 523) | class DocumentCluster(BaseCluster): method __str__ (line 531) | def __str__(self): class TextUnitCluster (line 535) | class TextUnitCluster(BaseCluster): method __str__ (line 543) | def __str__(self): class SimilarityRun (line 552) | class SimilarityRun(models.Model): class Meta (line 588) | class Meta: method __str__ (line 591) | def __str__(self): class BaseSimilarity (line 595) | class BaseSimilarity(models.Model): class Meta (line 605) | class Meta: class DocumentSimilarity (line 609) | class DocumentSimilarity(BaseSimilarity): class Meta (line 624) | class Meta: method __str__ (line 628) | def __str__(self): class TextUnitSimilarity (line 632) | class TextUnitSimilarity(BaseSimilarity): class Meta (line 665) | class Meta: method __str__ (line 669) | def __str__(self): method save (line 673) | def save(self, **kwargs): class PartySimilarity (line 685) | class PartySimilarity(BaseSimilarity): class Meta (line 700) | class Meta: method __str__ (line 704) | def __str__(self): FILE: contraxsuite_services/apps/analyze/notifications.py function notify_build_vectors_completed (line 42) | def notify_build_vectors_completed(project_ids, task, task_status): FILE: contraxsuite_services/apps/analyze/similarity_textunit_migration_common.py function restore_textunitsim_constraints (line 57) | def restore_textunitsim_constraints(_apps, _schema_editor): function drop_textunitsim_constraints (line 68) | def drop_textunitsim_constraints(_apps, _schema_editor): FILE: contraxsuite_services/apps/analyze/tasks.py class FeatureStoringTask (line 64) | class FeatureStoringTask(ExtendedTask): method save_feature_vectors (line 65) | def save_feature_vectors(self): class TrainDoc2VecModel (line 115) | class TrainDoc2VecModel(FeatureStoringTask): method __init__ (line 120) | def __init__(self, *args, **kwargs): method process (line 128) | def process(self, **kwargs): class BuildDocumentVectorsTask (line 167) | class BuildDocumentVectorsTask(FeatureStoringTask): method __init__ (line 170) | def __init__(self, *args, **kwargs): method process (line 177) | def process(self, **kwargs): method on_success (line 184) | def on_success(self, *args, **kwargs): method on_failure (line 188) | def on_failure(self, *args, **kwargs): class BuildTextUnitVectorsTask (line 193) | class BuildTextUnitVectorsTask(BuildDocumentVectorsTask): method __init__ (line 196) | def __init__(self, *args, **kwargs): method process (line 201) | def process(self, **kwargs): class TrainClassifier (line 210) | class TrainClassifier(ExtendedTask): method process (line 213) | def process(self, **kwargs): class RunClassifier (line 263) | class RunClassifier(ExtendedTask): method process (line 266) | def process(self, **kwargs): class Cluster (line 315) | class Cluster(ExtendedTask): method process (line 329) | def process(self, **kwargs): method estimate_reaching_limit (line 375) | def estimate_reaching_limit(cls, data) -> Tuple[int, int]: function delete_expired_similarity_objects (line 397) | def delete_expired_similarity_objects(_celery_task): FILE: contraxsuite_services/apps/analyze/urls.py function register (line 50) | def register(model, view_types): FILE: contraxsuite_services/apps/analyze/views.py class DiffRenderer (line 61) | class DiffRenderer: method render_diff (line 67) | def render_diff(cls, text_a: str, text_b: str) -> str: method get_diff_tokens (line 98) | def get_diff_tokens(cls, method get_token_list (line 108) | def get_token_list(cls, text: str) -> List[Tuple[str, int, int]]: class TextUnitClassificationListView (line 126) | class TextUnitClassificationListView(apps.common.mixins.JqPaginatedListV... method get_json_data (line 141) | def get_json_data(self, **kwargs): method get_queryset (line 151) | def get_queryset(self): class TextUnitClassificationDeleteView (line 174) | class TextUnitClassificationDeleteView(apps.common.mixins.CustomDeleteVi... method get_success_url (line 181) | def get_success_url(self): method has_permission (line 185) | def has_permission(self): class DocumentClassificationListView (line 190) | class DocumentClassificationListView(apps.common.mixins.JqPaginatedListV... method get_json_data (line 204) | def get_json_data(self, **kwargs): method get_queryset (line 214) | def get_queryset(self): class DocumentClassificationDeleteView (line 238) | class DocumentClassificationDeleteView(apps.common.mixins.CustomDeleteVi... method get_success_url (line 245) | def get_success_url(self): method has_permission (line 249) | def has_permission(self): class TextUnitClassifierListView (line 254) | class TextUnitClassifierListView(apps.common.mixins.JqPaginatedListView): method get_json_data (line 264) | def get_json_data(self, **kwargs): class TextUnitClassifierDeleteView (line 273) | class TextUnitClassifierDeleteView(apps.common.mixins.CustomDeleteView): method has_permission (line 282) | def has_permission(self): method get_success_url (line 285) | def get_success_url(self): class DocumentClassifierListView (line 289) | class DocumentClassifierListView(apps.common.mixins.JqPaginatedListView): method get_json_data (line 299) | def get_json_data(self, **kwargs): class DocumentClassifierDeleteView (line 308) | class DocumentClassifierDeleteView(apps.common.mixins.CustomDeleteView): method has_permission (line 315) | def has_permission(self): method get_success_url (line 320) | def get_success_url(self): class TextUnitClassifierSuggestionListView (line 324) | class TextUnitClassifierSuggestionListView(apps.common.mixins.JqPaginate... method get_json_data (line 340) | def get_json_data(self, **kwargs): method get_queryset (line 350) | def get_queryset(self): class TextUnitClassifierSuggestionDeleteView (line 368) | class TextUnitClassifierSuggestionDeleteView(apps.common.mixins.CustomDe... method get_success_url (line 375) | def get_success_url(self): method has_permission (line 378) | def has_permission(self): class DocumentClassifierSuggestionListView (line 383) | class DocumentClassifierSuggestionListView(apps.common.mixins.JqPaginate... method get_json_data (line 398) | def get_json_data(self, **kwargs): method get_queryset (line 407) | def get_queryset(self): class DocumentClassifierSuggestionDeleteView (line 425) | class DocumentClassifierSuggestionDeleteView(apps.common.mixins.CustomDe... method get_success_url (line 432) | def get_success_url(self): method has_permission (line 435) | def has_permission(self): class DocumentClusterListView (line 440) | class DocumentClusterListView(PermissionRequiredMixin, apps.common.mixin... method has_permission (line 451) | def has_permission(self): method get_json_data (line 457) | def get_json_data(self, **kwargs): method get_queryset (line 473) | def get_queryset(self): class DocumentSimilarityListView (line 493) | class DocumentSimilarityListView(apps.common.mixins.JqPaginatedListView): method get_json_data (line 518) | def get_json_data(self, **kwargs): method get_queryset (line 536) | def get_queryset(self): class TextUnitSimilarityListView (line 548) | class TextUnitSimilarityListView(apps.common.mixins.JqPaginatedListView): method get_json_data (line 563) | def get_json_data(self, **kwargs): method get_queryset (line 591) | def get_queryset(self): method get (line 602) | def get(self, request, *args, **kwargs): class PartySimilarityListView (line 630) | class PartySimilarityListView(apps.common.mixins.JqPaginatedListView): method get_json_data (line 641) | def get_json_data(self, **kwargs): method get_queryset (line 648) | def get_queryset(self): class TextUnitClusterListView (line 655) | class TextUnitClusterListView(apps.common.mixins.JqPaginatedListView): method get_queryset (line 665) | def get_queryset(self): class TypeaheadTextUnitClassName (line 680) | class TypeaheadTextUnitClassName(apps.common.mixins.TypeaheadView): class TypeaheadTextUnitClassValue (line 686) | class TypeaheadTextUnitClassValue(TypeaheadTextUnitClassName): class SubmitTextUnitClassificationView (line 690) | class SubmitTextUnitClassificationView(SubmitTextUnitTagView): method get_success_message (line 692) | def get_success_message(self): method process (line 699) | def process(self, request): class TrainDocumentDoc2VecModelView (line 712) | class TrainDocumentDoc2VecModelView(BaseAjaxTaskView): class TrainTextUnitDoc2VecModelView (line 717) | class TrainTextUnitDoc2VecModelView(TrainDocumentDoc2VecModelView): class BuildDocumentVectorsTaskView (line 721) | class BuildDocumentVectorsTaskView(BaseAjaxTaskView): class BuildTextUnitVectorsTaskView (line 726) | class BuildTextUnitVectorsTaskView(BaseAjaxTaskView): class RunDocumentClassifierView (line 731) | class RunDocumentClassifierView(BaseAjaxTaskView): class RunTextUnitClassifierView (line 736) | class RunTextUnitClassifierView(BaseAjaxTaskView): class TrainTextUnitClassifierView (line 741) | class TrainTextUnitClassifierView(BaseAjaxTaskView): class TrainDocumentClassifierView (line 747) | class TrainDocumentClassifierView(BaseAjaxTaskView): class ClusterView (line 753) | class ClusterView(BaseAjaxTaskView): method get_metadata (line 758) | def get_metadata(self): method start_task_and_return (line 779) | def start_task_and_return(self, data): FILE: contraxsuite_services/apps/celery.py function on_failure (line 67) | def on_failure(*args, **kwargs): function build_tracer_patched (line 101) | def build_tracer_patched(name, task, loader=None, hostname=None, *args, ... function debug_task (line 125) | def debug_task(self): function on_preload_parsed (line 129) | def on_preload_parsed(options, **kwargs): FILE: contraxsuite_services/apps/common/admin.py class AppVarListFilter (line 56) | class AppVarListFilter(admin.SimpleListFilter): method lookups (line 66) | def lookups(self, request, model_admin): method queryset (line 78) | def queryset(self, request, queryset): class AppVarAccessTypeFilter (line 89) | class AppVarAccessTypeFilter(admin.SimpleListFilter): method lookups (line 94) | def lookups(self, request, model_admin): method queryset (line 97) | def queryset(self, request, queryset): class AppVarProjectFilter (line 103) | class AppVarProjectFilter(admin.SimpleListFilter): method lookups (line 108) | def lookups(self, request, model_admin): method queryset (line 113) | def queryset(self, request, queryset): class AppVarProjectChoiceField (line 124) | class AppVarProjectChoiceField(ModelChoiceField): method label_from_instance (line 125) | def label_from_instance(self, obj: Project): class AppVarAdminForm (line 129) | class AppVarAdminForm(forms.ModelForm): class Meta (line 132) | class Meta: method __init__ (line 143) | def __init__(self, *args, **kwargs): method clean (line 157) | def clean(self): class AppVarAdmin (line 171) | class AppVarAdmin(admin.ModelAdmin): method has_add_permission (line 179) | def has_add_permission(self, request, obj=None): method has_delete_permission (line 182) | def has_delete_permission(self, request, obj=None): method custom_description (line 185) | def custom_description(self, object): method get_changelist_form (line 190) | def get_changelist_form(self, request, **kwargs): method save_model (line 194) | def save_model(self, request, obj: AppVar, form, change: bool): method formfield_for_foreignkey (line 200) | def formfield_for_foreignkey(self, db_field, request, **kwargs): method __init__ (line 205) | def __init__(self, *args, **kwargs): class ExportFileAdminForm (line 210) | class ExportFileAdminForm(forms.ModelForm): class Meta (line 212) | class Meta: class ExportFileAdmin (line 224) | class ExportFileAdmin(admin.ModelAdmin): method get_changelist_form (line 232) | def get_changelist_form(self, request, **kwargs): method get_link (line 235) | def get_link(self, obj: ExportFile): method download_file_data (line 238) | def download_file_data(self, request, *_args, **kwargs): method file_download_ref (line 251) | def file_download_ref(self, request, *_args, **kwargs): method get_urls (line 258) | def get_urls(self): class ReviewStatusGroupAdmin (line 271) | class ReviewStatusGroupAdmin(admin.ModelAdmin): class ReviewStatusAdmin (line 276) | class ReviewStatusAdmin(admin.ModelAdmin): class ActionAdmin (line 281) | class ActionAdmin(admin.ModelAdmin): class MethodStatsAdmin (line 286) | class MethodStatsAdmin(admin.ModelAdmin): class ThreadDumpRecordAdminForm (line 291) | class ThreadDumpRecordAdminForm(forms.ModelForm): class Meta (line 295) | class Meta: class ThreadDumpRecordAdmin (line 300) | class ThreadDumpRecordAdmin(admin.ModelAdmin): class MethodStatsCollectorPluginForm (line 307) | class MethodStatsCollectorPluginForm(forms.ModelForm): class Meta (line 308) | class Meta: method clean_path (line 312) | def clean_path(self): class MethodStatsCollectorPluginAdmin (line 321) | class MethodStatsCollectorPluginAdmin(admin.ModelAdmin): class MenuGroupAdmin (line 327) | class MenuGroupAdmin(admin.ModelAdmin): class MenuItemAdmin (line 332) | class MenuItemAdmin(admin.ModelAdmin): class ObjectStorageAdmin (line 337) | class ObjectStorageAdmin(admin.ModelAdmin): FILE: contraxsuite_services/apps/common/api/v1.py class ReadOnlyNonAdminPermission (line 72) | class ReadOnlyNonAdminPermission(IsAuthenticated, DjangoModelPermissions): method has_permission (line 73) | def has_permission(self, request, view): class SystemAppVarAPIViewSchema (line 79) | class SystemAppVarAPIViewSchema(ObjectResponseSchema): method get_operation (line 90) | def get_operation(self, path, method): method get_responses (line 96) | def get_responses(self, path, method): class SystemAppVarDictAPIView (line 107) | class SystemAppVarDictAPIView(APIView): method get (line 115) | def get(self, request, *args, **kwargs): class AppVarSerializer (line 147) | class AppVarSerializer(serializers.ModelSerializer): class Meta (line 149) | class Meta: class SystemAppVarListAPIView (line 154) | class SystemAppVarListAPIView(JqListAPIView): method get_queryset (line 160) | def get_queryset(self): class ProjectAppVarSerializer (line 174) | class ProjectAppVarSerializer(serializers.Serializer): method deserialize (line 184) | def deserialize(cls, data: List[Dict[str, Any]]) -> List[ProjectAppVar]: class ProjectAppVarViewSchema (line 203) | class ProjectAppVarViewSchema(CustomAutoSchema): method get_operation (line 208) | def get_operation(self, path, method): method get_request_body (line 214) | def get_request_body(self, path, method): method get_responses (line 229) | def get_responses(self, path, method): class ProjectAppVarPermission (line 235) | class ProjectAppVarPermission(IsAuthenticated): method has_permission (line 237) | def has_permission(self, request, view): class ProjectAppVarAPIView (line 247) | class ProjectAppVarAPIView(APIView): method get (line 257) | def get(self, request, *args, **kwargs): method put (line 262) | def put(self, request, *args, **kwargs): class ReviewStatusGroupSerializer (line 279) | class ReviewStatusGroupSerializer(serializers.ModelSerializer): class Meta (line 280) | class Meta: class ReviewStatusGroupViewSet (line 285) | class ReviewStatusGroupViewSet(JqListAPIMixin, viewsets.ModelViewSet): class ReviewStatusSerializer (line 303) | class ReviewStatusSerializer(serializers.ModelSerializer): class Meta (line 305) | class Meta: class ReviewStatusDetailSerializer (line 310) | class ReviewStatusDetailSerializer(serializers.ModelSerializer): class Meta (line 313) | class Meta: class ReviewStatusViewSet (line 318) | class ReviewStatusViewSet(JqListAPIMixin, viewsets.ModelViewSet): method get_serializer_class (line 331) | def get_serializer_class(self, *args, **kwargs): class ActionSerializer (line 341) | class ActionSerializer(SimpleRelationSerializer): class Meta (line 344) | class Meta: method get_user_photo_url (line 351) | def get_user_photo_url(self, obj): class ActionViewSchema (line 356) | class ActionViewSchema(JqFiltersListViewSchema): class ActionViewSet (line 387) | class ActionViewSet(JqListAPIMixin, viewsets.ReadOnlyModelViewSet): method get_queryset (line 397) | def get_queryset(self): method get_extra_data (line 416) | def get_extra_data(self, queryset, initial_queryset): class MenuItemPermissions (line 438) | class MenuItemPermissions(IsAuthenticated, DjangoModelPermissions): method has_permission (line 440) | def has_permission(self, request, view): method has_object_permission (line 445) | def has_object_permission(self, request, view, obj): class MenuGroupSerializer (line 451) | class MenuGroupSerializer(serializers.ModelSerializer): class Meta (line 454) | class Meta: method validate_public (line 458) | def validate_public(self, value): class MenuGroupViewSet (line 464) | class MenuGroupViewSet(APIFormFieldsMixin, viewsets.ModelViewSet): method get_queryset (line 476) | def get_queryset(self): class MenuItemSerializer (line 488) | class MenuItemSerializer(MenuGroupSerializer): class Meta (line 490) | class Meta: class MenuItemViewSet (line 495) | class MenuItemViewSet(MenuGroupViewSet): method get_queryset (line 506) | def get_queryset(self): class MediaFilesAPIViewSchema (line 517) | class MediaFilesAPIViewSchema(ObjectResponseSchema): method get_operation (line 533) | def get_operation(self, path, method): method get_responses (line 539) | def get_responses(self, path, method): class MediaFilesPermission (line 554) | class MediaFilesPermission(SuperuserRequiredPermission): method has_permission (line 558) | def has_permission(self, request, view): class MediaFilesAPIView (line 569) | class MediaFilesAPIView(APIView): method get (line 575) | def get(self, request, path): method download (line 608) | def download(path, as_attachment=False): method info (line 619) | def info(path, is_dir): class LogoAPIView (line 631) | class LogoAPIView(MediaFilesAPIView): method get (line 636) | def get(self, request, *args, **kwargs): FILE: contraxsuite_services/apps/common/app_vars.py function init_app_vars (line 46) | def init_app_vars(): function get_build_date (line 61) | def get_build_date(): FILE: contraxsuite_services/apps/common/archive_file.py class ArchiveFile (line 45) | class ArchiveFile: method check_file_is_archive (line 67) | def check_file_is_archive(file_path: str, file_ext: str) -> bool: method guess_file_mime_type (line 74) | def guess_file_mime_type(file: Any) -> Optional[str]: FILE: contraxsuite_services/apps/common/collection_utils.py function sequence_chunks (line 37) | def sequence_chunks(col: Sequence, n: int) -> Iterable[List]: function iterable_chunks (line 53) | def iterable_chunks(col: Iterable, n: int) -> Iterable[List]: function chunks (line 71) | def chunks(col: Iterable, n: int) -> Iterable[List]: function leave_unique_values (line 90) | def leave_unique_values(lst: List[Any]) -> List[Any]: function group_by (line 96) | def group_by(items: Iterable[Any], key_selector: Callable[[Any], Any]) -... FILE: contraxsuite_services/apps/common/context_managers.py function update_immutable_data (line 39) | def update_immutable_data(data): class TempSignalDisconnect (line 51) | class TempSignalDisconnect: method __init__ (line 55) | def __init__(self, signal, receiver, sender, dispatch_uid=None): method __enter__ (line 61) | def __enter__(self): method __exit__ (line 67) | def __exit__(self, some_type, value, traceback): FILE: contraxsuite_services/apps/common/context_processors.py function common (line 42) | def common(request): FILE: contraxsuite_services/apps/common/contraxsuite_urls.py function attach_proto (line 39) | def attach_proto(url: str) -> str: function root_url (line 45) | def root_url(): function kibana_root_url (line 53) | def kibana_root_url(record_id: str, log_index: str, add_protocol: bool =... function doc_editor_url (line 70) | def doc_editor_url(document_type_code: str, project_id: int, document_id... function project_documents_url (line 91) | def project_documents_url(document_type_code: str, project_id: int) -> str: FILE: contraxsuite_services/apps/common/db_cache/db_cache.py class DbCache (line 41) | class DbCache: method __init__ (line 48) | def __init__(self) -> None: method stop_watching (line 55) | def stop_watching(self): method _check_cache (line 58) | def _check_cache(self): method load_from_db (line 72) | def load_from_db(key: str): method clean_cache (line 79) | def clean_cache(key_prefix: str): method put_to_db (line 86) | def put_to_db(key: str, value): method _get (line 89) | def _get(self, key: str): method get (line 104) | def get(key: str): FILE: contraxsuite_services/apps/common/debug_utils.py function print_stack (line 49) | def print_stack(f=None, limit=None) -> str: function print_stack_traces (line 63) | def print_stack_traces(sig, frame): function listen (line 94) | def listen(): FILE: contraxsuite_services/apps/common/decorators.py function get_string_db_logger (line 58) | def get_string_db_logger(): function collect_stats (line 81) | def collect_stats(name=None, comment=None, log_sql=False, callers_depth=... function callers (line 187) | def callers(depth=5, start=1): function caller_name (line 191) | def caller_name(depth=1): function get_frame_path (line 213) | def get_frame_path(frame): function get_func_path (line 233) | def get_func_path(func, *args, **kwargs): function get_function_from_str (line 254) | def get_function_from_str(path): function decorate (line 285) | def decorate(decorator, path, *args, **kwargs): function undecorate (line 307) | def undecorate(path): function init_decorators (line 321) | def init_decorators(): function temp_disconnect_signal (line 330) | def temp_disconnect_signal(signal, receiver, sender, dispatch_uid=None): FILE: contraxsuite_services/apps/common/error_explorer.py class OperationalErrorExplorer (line 47) | class OperationalErrorExplorer: method fullname (line 55) | def fullname(cls, o): method log_operational_error (line 62) | def log_operational_error(cls, exception: Any): method find_process_query (line 86) | def find_process_query(cls, pid: int) -> str: method log_message (line 103) | def log_message(cls, msg: str = ''): function retry_for_operational_error (line 110) | def retry_for_operational_error( FILE: contraxsuite_services/apps/common/errors.py class APIRequestError (line 41) | class APIRequestError(Exception): method __init__ (line 42) | def __init__(self, message: str = None, caused_by: Exception = None, h... method to_frontend_error (line 51) | def to_frontend_error(self): method to_response (line 58) | def to_response(self): function find_cause_of_type (line 62) | def find_cause_of_type(exception: Exception, of_type: Type[Exception]) -... FILE: contraxsuite_services/apps/common/expressions.py class PythonExpressionChecker (line 41) | class PythonExpressionChecker: method __init__ (line 43) | def __init__(self, code: str): method test_expression (line 49) | def test_expression(self): method test_correct_comparing (line 59) | def test_correct_comparing(self, node: Any = None) -> None: method stringify_node (line 100) | def stringify_node(self, node: Any) -> str: method stringify_operation (line 119) | def stringify_operation(op: Any) -> str: FILE: contraxsuite_services/apps/common/fields.py class StringUUIDField (line 48) | class StringUUIDField(UUIDField): method from_db_value (line 49) | def from_db_value(self, value, *args, **kwargs): class CustomJSONField (line 53) | class CustomJSONField(JSONField): method from_db_value (line 54) | def from_db_value(self, value, *args, **kwargs): class RoundedFloatField (line 61) | class RoundedFloatField(DecimalField): method __init__ (line 62) | def __init__(self, verbose_name=None, name=None, max_digits=15, decima... method from_db_value (line 65) | def from_db_value(self, value, *args, **kwargs): class TruncatingCharField (line 69) | class TruncatingCharField(CharField): method get_prep_value (line 70) | def get_prep_value(self, value): class FilteredManyRelatedField (line 78) | class FilteredManyRelatedField(ManyRelatedField): method __init__ (line 83) | def __init__(self, *args, **kwargs): method wrap (line 88) | def wrap(cls, field: ManyRelatedField) -> 'FilteredManyRelatedField': method get_choices (line 92) | def get_choices(self, cutoff=None): FILE: contraxsuite_services/apps/common/file_storage/__init__.py function get_file_storage (line 43) | def get_file_storage() -> ContraxsuiteFileStorage: function get_filebrowser_site (line 52) | def get_filebrowser_site(url_as_download=True): function get_media_file_storage (line 60) | def get_media_file_storage(folder='', url_as_download=True): FILE: contraxsuite_services/apps/common/file_storage/file_storage.py class PathManipulationsProhibited (line 42) | class PathManipulationsProhibited(Exception): class UnableToReadFile (line 46) | class UnableToReadFile(Exception): class ContraxsuiteFileStorage (line 50) | class ContraxsuiteFileStorage: method __init__ (line 76) | def __init__(self) -> None: method normalize_folder_name (line 85) | def normalize_folder_name(cls, folder_name: str) -> str: method check_for_path_manipulations (line 92) | def check_for_path_manipulations(cls, path: str): method sub_path_join (line 97) | def sub_path_join(cls, parent_path: str, relative_path: str) -> str: method get_parent_path (line 113) | def get_parent_path(cls, child_path: str): method ensure_folder_exists (line 118) | def ensure_folder_exists(self, target_folder: str): method list (line 130) | def list(self, rel_file_path: str): method file_info (line 137) | def file_info(self, rel_file_path: str) -> Dict[str, Any]: method delete_file (line 145) | def delete_file(self, rel_file_path: str): method rename_file (line 150) | def rename_file(self, old_file_path: str, new_file_path: str, move_fil... method get_as_local_fn (line 156) | def get_as_local_fn(self, rel_file_path: str): method mkdir (line 168) | def mkdir(self, rel_path: str): method document_exists (line 175) | def document_exists(self, rel_path: str): method check_path (line 182) | def check_path(self, rel_path: str) -> Dict[str, bool]: method write_file (line 185) | def write_file(self, method mk_doc_dir (line 199) | def mk_doc_dir(self, rel_path: str): method write_document (line 207) | def write_document(self, method get_document_as_local_fn (line 224) | def get_document_as_local_fn(self, rel_file_path: str): method delete_document (line 240) | def delete_document(self, rel_file_path: str): method rename_document (line 247) | def rename_document(self, method list_documents (line 257) | def list_documents(self, rel_file_path: str = ''): method read (line 270) | def read(self, rel_file_path: str) -> Optional[bytes]: method get_request (line 277) | def get_request(self, rel_file_path: str, extra_headers: Optional[Dict... FILE: contraxsuite_services/apps/common/file_storage/filebrowser_webdav_file_storage.py class FileBrowserWebdavStorage (line 47) | class FileBrowserWebdavStorage(StorageMixin, Storage): method __init__ (line 49) | def __init__(self, base_url='/', url_as_download=True, simple_listdir=... method path (line 69) | def path(self, name): method isdir (line 83) | def isdir(self, path): method isfile (line 89) | def isfile(self, path): method move (line 95) | def move(self, old_file_name, new_file_name, allow_overwrite=False): method makedirs (line 105) | def makedirs(self, path): method rmtree (line 111) | def rmtree(self, path): method setpermission (line 117) | def setpermission(self, path): method _open (line 122) | def _open(self, path, mode='rb'): method _save (line 128) | def _save(self, path, content): method get_valid_name (line 133) | def get_valid_name(self, name): method delete (line 140) | def delete(self, path): method exists (line 147) | def exists(self, path): method listdir (line 154) | def listdir(self, path): method size (line 175) | def size(self, path): method url (line 181) | def url(self, path): method _datetime_from_timestamp (line 195) | def _datetime_from_timestamp(ts, fmt): method get_accessed_time (line 206) | def get_accessed_time(self, path): method get_created_time (line 212) | def get_created_time(self, path): method get_modified_time (line 220) | def get_modified_time(self, path): FILE: contraxsuite_services/apps/common/file_storage/local_file_adapter.py class LocalFileAdapter (line 47) | class LocalFileAdapter(requests.adapters.BaseAdapter): method _chkpath (line 54) | def _chkpath(method, path): method send (line 68) | def send(self, req, **kwargs): # pylint: disable=unused-argument method close (line 109) | def close(self): FILE: contraxsuite_services/apps/common/file_storage/local_file_storage.py class ContraxsuiteInstanceLocalFileStorage (line 51) | class ContraxsuiteInstanceLocalFileStorage(ContraxsuiteFileStorage): method __init__ (line 61) | def __init__(self) -> None: method init_basic_folders (line 66) | def init_basic_folders(self): method sub_path_join (line 77) | def sub_path_join(cls, parent_path: str, relative_path: str) -> str: method get_parent_path (line 86) | def get_parent_path(cls, child_path: str): method mkdir (line 89) | def mkdir(self, rel_path: str): method write_file (line 93) | def write_file(self, method check_path (line 104) | def check_path(self, rel_path: str) -> Dict[str, bool]: method document_exists (line 130) | def document_exists(self, rel_path: str): method list (line 134) | def list(self, rel_file_path: str) -> List[str]: method delete_file (line 146) | def delete_file(self, rel_file_path: str): method file_info (line 156) | def file_info(self, rel_file_path: str): method rename_file (line 166) | def rename_file(self, old_rel_path: str, new_rel_path: str, move_file:... method get_as_local_fn (line 181) | def get_as_local_fn(self, rel_file_path): method read (line 184) | def read(self, rel_file_path: str) -> Optional[bytes]: method get_request (line 191) | def get_request(self, rel_file_path: str, extra_headers: Optional[Dict... method __str__ (line 204) | def __str__(self): class ContraxsuiteLocalFileStorage (line 209) | class ContraxsuiteLocalFileStorage(ContraxsuiteInstanceLocalFileStorage): FILE: contraxsuite_services/apps/common/file_storage/tests/test_file_storage.py class ContraxsuiteWebDAVFileStorageTest (line 43) | class ContraxsuiteWebDAVFileStorageTest(DjangoTestCase): method test_path_manipulations (line 45) | def test_path_manipulations(self): method test_sub_path_join (line 55) | def test_sub_path_join(self): method test_get_parent_dir (line 61) | def test_get_parent_dir(self): FILE: contraxsuite_services/apps/common/file_storage/tests/test_local_file_storage.py class TestLocalFileStorage (line 42) | class TestLocalFileStorage(DjangoTestCase): method test_get_parent_dir (line 44) | def test_get_parent_dir(self): method test_local_file_access (line 49) | def test_local_file_access(self): FILE: contraxsuite_services/apps/common/file_storage/tests/test_webdav_file_storage.py class ContraxsuiteWebDAVFileStorageTest (line 43) | class ContraxsuiteWebDAVFileStorageTest(DjangoTestCase): method test_parse_propfind (line 45) | def test_parse_propfind(self): FILE: contraxsuite_services/apps/common/file_storage/webdav_file_storage.py class WebDAVError (line 54) | class WebDAVError(Exception): class ContraxsuiteWebDAVFileStorage (line 59) | class ContraxsuiteWebDAVFileStorage(ContraxsuiteFileStorage): method __init__ (line 67) | def __init__(self, method mkdir (line 85) | def mkdir(self, path: str): method write_file (line 97) | def write_file(self, method parse_propfind_response (line 120) | def parse_propfind_response(cls, method _exists (line 134) | def _exists(self, url: str) -> bool: method check_path (line 138) | def check_path(self, rel_path: str) -> Dict[str, bool]: method document_exists (line 167) | def document_exists(self, rel_path: str): method _list_impl (line 172) | def _list_impl(self, file_list: List[str], path: str): method list (line 192) | def list(self, rel_file_path: str = ''): method delete_file (line 197) | def delete_file(self, rel_file_path: str): method file_info (line 212) | def file_info(self, rel_file_path: str): method rename_file (line 241) | def rename_file(self, method get_as_local_fn (line 262) | def get_as_local_fn(self, rel_file_path: str): method read (line 282) | def read(self, rel_file_path: str) -> Optional[bytes]: method get_request (line 295) | def get_request(self, rel_file_path: str, method __str__ (line 309) | def __str__(self): FILE: contraxsuite_services/apps/common/forms.py function checkbox_field (line 48) | def checkbox_field(label, class FriendlyPasswordField (line 76) | class FriendlyPasswordField(CharField): method __init__ (line 77) | def __init__(self, max_length=None, min_length=None, *args, **kwargs): method clean (line 83) | def clean(self, value): class ReindexDBForm (line 89) | class ReindexDBForm(Form): class DBSchemaSelectionForm (line 96) | class DBSchemaSelectionForm(Form): FILE: contraxsuite_services/apps/common/loaders.py class Loader (line 41) | class Loader(FilesystemLoader): method get_dirs (line 49) | def get_dirs(self): FILE: contraxsuite_services/apps/common/log_utils.py function render_error (line 44) | def render_error(message: str, caused_by: Exception = None) -> str: class ProcessLogger (line 61) | class ProcessLogger: method set_progress_steps_number (line 62) | def set_progress_steps_number(self, steps): method step_progress (line 65) | def step_progress(self): method info (line 68) | def info(self, message: str, **kwargs): method debug (line 71) | def debug(self, message: str, **kwargs): method error (line 74) | def error(self, class ConsoleLogger (line 84) | class ConsoleLogger(ProcessLogger): method set_progress_steps_number (line 85) | def set_progress_steps_number(self, steps): method step_progress (line 88) | def step_progress(self): method info (line 91) | def info(self, message: str, **kwargs): method debug (line 94) | def debug(self, message: str, **kwargs): method error (line 97) | def error(self, class ErrorCollectingLogger (line 109) | class ErrorCollectingLogger(ProcessLogger): method __init__ (line 110) | def __init__(self) -> None: method set_progress_steps_number (line 115) | def set_progress_steps_number(self, steps): method step_progress (line 118) | def step_progress(self): method info (line 121) | def info(self, message: str): method error (line 124) | def error(self, message: str, field_code: str = None, exc_info: Except... method get_error (line 140) | def get_error(self): method raise_if_error (line 147) | def raise_if_error(self): function render_exception (line 158) | def render_exception(e: Exception) -> str: function auto_str (line 162) | def auto_str(cls): FILE: contraxsuite_services/apps/common/logger.py class CsLogger (line 38) | class CsLogger: method get_logger (line 45) | def get_logger(cls, logger_name: Optional[str] = None) -> logging.Logger: method get_django_logger (line 49) | def get_django_logger(cls) -> logging.Logger: method get_django_server_logger (line 53) | def get_django_server_logger(cls) -> logging.Logger: method get_django_db_backends_logger (line 57) | def get_django_db_backends_logger(cls) -> logging.Logger: method get_frontend_logger (line 61) | def get_frontend_logger(cls) -> logging.Logger: FILE: contraxsuite_services/apps/common/management/commands/create_superuser.py class Command (line 41) | class Command(BaseCommand): method add_arguments (line 44) | def add_arguments(self, parser): method handle (line 54) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/common/management/commands/download_s3_models.py class VersionFiles (line 52) | class VersionFiles: method __init__ (line 58) | def __init__(self, version: str): method get_version_cortege (line 65) | def get_version_cortege(cls, vers_str: str) -> Tuple[int, int, int]: method get_version_str (line 71) | def get_version_str(cls, vers: Tuple[int, int, int]) -> str: method __str__ (line 74) | def __str__(self): method __repr__ (line 80) | def __repr__(self): class Command (line 84) | class Command(MigrateCommand): method __init__ (line 113) | def __init__(self, *args, **kwargs): method handle (line 122) | def handle(self, *args, **options): method find_most_relevant_file_version (line 170) | def find_most_relevant_file_version(self, rel_path: str) -> \ method compare_versions (line 197) | def compare_versions(cls, a: Tuple[int, int, int], b: Tuple[int, int, ... method ensure_file (line 205) | def ensure_file(self, rel_path: str, s3_key: S3Resource): method rewrite_file (line 212) | def rewrite_file(self, rel_path: str, s3_key: S3Resource): method ensure_files_in_folder (line 221) | def ensure_files_in_folder(self, rel_path: str, rewrite_existing: bool... method upload_file_on_webdav (line 240) | def upload_file_on_webdav(self, rel_path: str, file_name: str, s3_res:... method rel_path_to_webdav (line 256) | def rel_path_to_webdav(cls, rel_path: str) -> str: method model_path_to_rel_path (line 260) | def model_path_to_rel_path(cls, model_path: str) -> str: method s3_path_to_rel_path (line 264) | def s3_path_to_rel_path(cls, s3_path: str, vers_str: str) -> str: method check_webdav_file_exists (line 271) | def check_webdav_file_exists(self, webdav_path: str) -> bool: method read_versioned_folders (line 275) | def read_versioned_folders(self): method get_version_from_s3_path (line 302) | def get_version_from_s3_path(cls, path: str) -> str: method path_is_parent (line 307) | def path_is_parent(cls, parent_path: str, child_path: str) -> bool: method log_message (line 313) | def log_message(cls, message: str): method log_error (line 318) | def log_error(cls, message: str): FILE: contraxsuite_services/apps/common/management/commands/force_migrate.py class Command (line 38) | class Command(MigrateCommand): method handle (line 42) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/common/management/commands/force_refill_migrations.py class Command (line 40) | class Command(MigrateCommand): method handle (line 44) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/common/management/commands/force_reinitiate_migrations.py class Command (line 44) | class Command(MigrateCommand): method handle (line 49) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/common/management/commands/generate_graph_models.py class Command (line 48) | class Command(BaseCommand): method add_arguments (line 51) | def add_arguments(self, parser): method handle (line 74) | def handle(self, *args, **kwargs): FILE: contraxsuite_services/apps/common/management/commands/get_openapi_schema.py class Command (line 45) | class Command(BaseCommand): method add_arguments (line 47) | def add_arguments(self, parser): method handle (line 77) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/common/management/commands/init_app_vars.py class Command (line 40) | class Command(MigrateCommand): method handle (line 43) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/common/management/commands/init_cache.py class Command (line 41) | class Command(MigrateCommand): method handle (line 44) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/common/management/commands/load_review_status_groups.py class Command (line 43) | class Command(BaseCommand): method handle (line 47) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/common/management/commands/load_review_statuses.py class Command (line 43) | class Command(BaseCommand): method handle (line 47) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/common/management/commands/loadnewdata.py class Command (line 40) | class Command(Command): method create_parser (line 42) | def create_parser(self, *args, **kwargs): method add_arguments (line 47) | def add_arguments(self, parser): method handle (line 62) | def handle(self, *fixture_labels, **options): method find_fixtures (line 68) | def find_fixtures(self, fixture_label): method load_label (line 78) | def load_label(self, fixture_label): FILE: contraxsuite_services/apps/common/management/commands/set_app_var.py class Command (line 39) | class Command(BaseCommand): method add_arguments (line 42) | def add_arguments(self, parser): method handle (line 55) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/common/management/commands/set_site.py class Command (line 40) | class Command(BaseCommand): method handle (line 43) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/common/management/commands/unsafe_fix_catastrophic_backtracking.py function fix_regexp (line 42) | def fix_regexp(r: str): class Command (line 46) | class Command(BaseCommand): method create_parser (line 53) | def create_parser(self, *args, **kwargs): method handle (line 64) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/common/managers.py class DotValuesIterable (line 38) | class DotValuesIterable(models.query.ValuesIterable): method __iter__ (line 43) | def __iter__(self): class AdvancedQuerySet (line 48) | class AdvancedQuerySet(models.query.QuerySet): method dot_values (line 53) | def dot_values(self, *fields, **expressions): class AdvancedManager (line 60) | class AdvancedManager(models.manager.BaseManager.from_queryset(AdvancedQ... class BulkSignalsQuerySet (line 64) | class BulkSignalsQuerySet(models.QuerySet): method update (line 66) | def update(self, **kwargs): method delete (line 72) | def delete(self): class BulkSignalsManager (line 79) | class BulkSignalsManager(models.Manager): method __init__ (line 81) | def __init__(self, use_in_migrations=None, disallow_ignore_conflicts=T... method get_queryset (line 87) | def get_queryset(self): method bulk_create (line 92) | def bulk_create(self, objs, ignore_conflicts=False, **kwargs): method bulk_update (line 103) | def bulk_update(self, objs, fields, **kwargs): FILE: contraxsuite_services/apps/common/middleware.py class LoginRequiredMiddleware (line 66) | class LoginRequiredMiddleware(MiddlewareMixin): method process_view (line 75) | def process_view(self, request, view_func, args, kwargs): function custom_redirect (line 94) | def custom_redirect(url, *_args, **kwargs): class HttpResponseNotAllowedMiddleware (line 142) | class HttpResponseNotAllowedMiddleware(MiddlewareMixin): method process_response (line 146) | def process_response(self, request, response): class Response5xxErrorMiddleware (line 152) | class Response5xxErrorMiddleware(MiddlewareMixin): method process_response (line 156) | def process_response(self, request, response): class Response404ErrorMiddleware (line 163) | class Response404ErrorMiddleware(MiddlewareMixin): method process_response (line 167) | def process_response(self, request, response): class Response500ErrorMiddleware (line 176) | class Response500ErrorMiddleware(MiddlewareMixin): method process_response (line 180) | def process_response(self, request, response): class RequestUserMiddleware (line 190) | class RequestUserMiddleware(MiddlewareMixin): method process_request (line 194) | def process_request(self, request): method connect_signal (line 226) | def connect_signal(cls, signal, receiver, sender=None, weak=True, disp... method process_response (line 254) | def process_response(self, request, response): method process_exception (line 262) | def process_exception(self, request, exception): method insert_user_and_request_data (line 269) | def insert_user_and_request_data(self, user, request_data, sender, **k... class AppEnabledRequiredMiddleware (line 285) | class AppEnabledRequiredMiddleware(MiddlewareMixin): method process_view (line 290) | def process_view(self, request, view_func, args, kwargs): class CookieMiddleware (line 303) | class CookieMiddleware(MiddlewareMixin): method process_request (line 313) | def process_request(self, request): method process_response (line 320) | def process_response(self, request, response): class AppBlocksMiddleware (line 361) | class AppBlocksMiddleware(MiddlewareMixin): method process_view (line 365) | def process_view(self, request, view_func, args, kwargs): FILE: contraxsuite_services/apps/common/migration_manager.py class RemoveIndexIfExists (line 38) | class RemoveIndexIfExists(RemoveIndex): method state_forwards (line 39) | def state_forwards(self, app_label, state): method database_forwards (line 42) | def database_forwards(self, app_label, schema_editor, from_state, to_s... method check_index_exists (line 47) | def check_index_exists(self, schema_editor: DatabaseSchemaEditor) -> b... FILE: contraxsuite_services/apps/common/migration_utils.py function is_migration_in_process (line 37) | def is_migration_in_process() -> bool: FILE: contraxsuite_services/apps/common/migrations/0001_initial.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0002_reviewstatus.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0003_reviewstatus_is_active.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0004_auto_20180622_1138.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0005_reviewstatusgroup.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0006_create_review_status_groups_20180713_1341.py function load_review_status_groups (line 9) | def load_review_status_groups(apps, schema_editor): class Migration (line 13) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0007_reviewstatus_group.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0008_migrate_groups_20180713_1351.py function load_review_statuses (line 9) | def load_review_statuses(apps, schema_editor): class Migration (line 13) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0009_objectstorage.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0010_action.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0011_auto_20180828_0418.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0012_auto_20181012_0643.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0013_customapirequestlog.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0014_appvar_description.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0015_methodstats.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0016_auto_20190906_0727.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0017_methodstatscollectorplugin.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0018_auto_20190916_0730.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0019_menugroup_menuitem.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0020_auto_20191016_1549.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0021_auto_20191017_1457.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0022_threaddumprecord.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0023_auto_20191101_1021.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0024_auto_20191101_1028.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0025_auto_20200110_1354.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0026_set_appvar_categories.py function categorize_old_values (line 6) | def categorize_old_values(apps, schema_editor): class Migration (line 36) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0027_historicalappvar.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0028_exportfile.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0029_exportfile_email_sent.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0030_smtp_backend_appvar.py class Migration (line 40) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0031_auto_20210108_1934.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0031_smtp_backend_appvar_description.py function migrate_description (line 58) | def migrate_description(_apps, _schema_editor): function unmigrate_description (line 77) | def unmigrate_description(_apps, _schema_editor): class Migration (line 96) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0032_move_strict_date_parse_appvar.py class Migration (line 55) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0033_merge_20210127_0828.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0034_auto_20210127_1536.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0035_auto_20210128_0922.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0036_auto_20210204_0833.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0037_expire_appvars.py function clear_appvar_cache (line 7) | def clear_appvar_cache(_app, _schema): class Migration (line 13) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0038_auto_20210309_1324.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0039_auto_20210311_0543.py function clear_appvar_cache (line 7) | def clear_appvar_cache(apps, schema_editor): class Migration (line 29) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0040_document_locale_appvar.py class Migration (line 40) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0041_remove_appvar_duplicates.py function remove_appvar_duplicates (line 7) | def remove_appvar_duplicates(_app, _schema): class Migration (line 25) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0042_fix_appvar_indexes.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0043_update_appvar_helptext.py class Migration (line 4) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0044_update_appvar_duplicate_docs.py class Migration (line 3) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0045_change_email_backend.py function do_migrate (line 42) | def do_migrate(_apps, _schema_editor): class Migration (line 57) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0046_update_old_project_actions.py function do_migrate (line 4) | def do_migrate(_apps, _schema_editor): class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/migrations/0047_create_appvar_detect_contract_type_settings.py function run_migration (line 5) | def run_migration(apps, schema_editor): function revert_migration (line 49) | def revert_migration(apps, schema_editor): class Migration (line 54) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/common/mixins.py function get_model (line 95) | def get_model(self): class AddModelNameMixin (line 114) | class AddModelNameMixin(LoginRequiredMixin): method get_context_data (line 118) | def get_context_data(self, **kwargs): class MessageMixin (line 129) | class MessageMixin: method form_valid (line 133) | def form_valid(self, form): class TemplateNamesMixin (line 147) | class TemplateNamesMixin: method get_template_names (line 151) | def get_template_names(self): class SingleObjectMixin (line 165) | class SingleObjectMixin(MessageMixin, AddModelNameMixin, TemplateNamesMi... class CustomCreateView (line 169) | class CustomCreateView(PermissionRequiredMixin, SingleObjectMixin, Creat... method get_form_class (line 172) | def get_form_class(self): method get_fields (line 176) | def get_fields(self): class CustomUpdateView (line 180) | class CustomUpdateView(CustomCreateView, UpdateView): class CustomDetailView (line 184) | class CustomDetailView(CustomUpdateView): method get_context_data (line 191) | def get_context_data(self, **kwargs): method get_update_url (line 201) | def get_update_url(self): class DocumentQsAccessMixin (line 209) | class DocumentQsAccessMixin(MultipleObjectMixin): method get_queryset (line 213) | def get_queryset(self): function string_filter (line 251) | def string_filter(search_str, qs: QuerySet, _or_lookup, _and_lookup=None... class BaseCustomListView (line 275) | class BaseCustomListView(AddModelNameMixin, TemplateNamesMixin, ListView): method get (line 284) | def get(self, request, *args, **kwargs): class CustomListView (line 291) | class CustomListView(DocumentQsAccessMixin, BaseCustomListView): class CustomDeleteView (line 295) | class CustomDeleteView(AddModelNameMixin, PermissionRequiredMixin, Delet... method handle_no_permission (line 299) | def handle_no_permission(self): method get (line 305) | def get(self, request, *args, **kwargs): method post (line 310) | def post(self, request, *args, **kwargs): class AjaxResponseMixin (line 323) | class AjaxResponseMixin: method render_to_response (line 325) | def render_to_response(self, *args, **kwargs): class JSONResponseView (line 332) | class JSONResponseView(View): method response (line 334) | def response(self, request, *args, **kwargs): method get (line 341) | def get(self, request, *args, **kwargs): method post (line 344) | def post(self, request, *args, **kwargs): method put (line 347) | def put(self, request, *args, **kwargs): method delete (line 350) | def delete(self, request, *args, **kwargs): method get_json_data (line 353) | def get_json_data(self, request, *args, **kwargs): class TypeaheadView (line 357) | class TypeaheadView(DocumentQsAccessMixin, JSONResponseView): method get_json_data (line 361) | def get_json_data(self, request, *args, **kwargs): method qs_to_values (line 369) | def qs_to_values(self, qs): class SubmitView (line 373) | class SubmitView(JSONResponseView): method response (line 377) | def response(self, request, *args, **kwargs): method get_success_message (line 384) | def get_success_message(self): method get_error_message (line 387) | def get_error_message(self): method failure (line 390) | def failure(self): method success (line 393) | def success(self, data=None): class AjaxListView (line 400) | class AjaxListView(DocumentQsAccessMixin, AjaxResponseMixin, BaseCustomL... method get (line 408) | def get(self, request, *args, **kwargs): method get_json_data (line 429) | def get_json_data(self, **kwargs): method export (line 458) | def export(self, data, source_name, fmt='csv'): method process_export_data (line 462) | def process_export_data(self, data): method get_export_file_name (line 465) | def get_export_file_name(self): class JqPaginatedListMixin (line 469) | class JqPaginatedListMixin: method get_field_types (line 499) | def get_field_types(self): method filter_and_sort (line 502) | def filter_and_sort(self, qs): method read_request_filters (line 512) | def read_request_filters(self) -> Dict[str, Any]: method filter (line 530) | def filter(self, qs: QuerySet) -> QuerySet: method get_db_column_type (line 607) | def get_db_column_type(qs, field): method make_condition (line 618) | def make_condition(cls, field_type: str, field: str, cond: str) -> str: method sort (line 623) | def sort(self, qs): method paginate (line 646) | def paginate(self, qs) -> Tuple[Union[List, Any], Paginator]: method get_json_data (line 670) | def get_json_data(self, **kwargs): method date_lookup (line 697) | def date_lookup(value): method bool_lookup (line 708) | def bool_lookup(value): method full_reverse (line 715) | def full_reverse(self, *args, **kwargs): class JqPaginatedListView (line 719) | class JqPaginatedListView(JqPaginatedListMixin, AjaxListView): class SimpleRelationSerializer (line 723) | class SimpleRelationSerializer(rest_framework.serializers.ModelSerializer): method get_fields (line 728) | def get_fields(self): class JqFilterBackend (line 737) | class JqFilterBackend(rest_framework.filters.BaseFilterBackend): method filter_queryset (line 739) | def filter_queryset(self, request, queryset, *args): class ModelFieldFilterBackend (line 749) | class ModelFieldFilterBackend(rest_framework.filters.BaseFilterBackend): method filter_queryset (line 751) | def filter_queryset(self, request, queryset, *args): class APIResponseMixin (line 762) | class APIResponseMixin: method handle_exception (line 766) | def handle_exception(self, exc): method destroy (line 774) | def destroy(self, request, *args, **kwargs): method perform_create (line 778) | def perform_create(self, serializer): method finalize_response (line 781) | def finalize_response(self, request, response, *args, **kwargs): class APIFormFieldsMixin (line 801) | class APIFormFieldsMixin: method get_ui_element (line 829) | def get_ui_element(self, field_code, field_class): method get_fields_data (line 841) | def get_fields_data(self): method new_object_fields (line 893) | def new_object_fields(self, request, *args, **kwargs): method existing_object_fields (line 910) | def existing_object_fields(self, request, *args, **kwargs): class JqListAPIMixin (line 928) | class JqListAPIMixin(JqPaginatedListMixin): method __init__ (line 936) | def __init__(self, *args, **kwargs): method initialize_request (line 940) | def initialize_request(self, request, *args, **kwargs): method filter_queryset (line 955) | def filter_queryset(self, queryset): method paginate_queryset (line 960) | def paginate_queryset(self, queryset): method list (line 966) | def list(self, request, *args, **kwargs): method add_extra_list_data (line 1039) | def add_extra_list_data(self, request, data: ReturnList): method post_process_data (line 1042) | def post_process_data(self, data: Dict) -> Dict: method get_extra_data (line 1045) | def get_extra_data(self, queryset, initial_queryset): method export (line 1048) | def export(self, data, source_name, fmt='xlsx'): method get_export_file_name (line 1060) | def get_export_file_name(self): method process_export_data (line 1063) | def process_export_data(self, data): class JqListAPIView (line 1067) | class JqListAPIView(JqListAPIMixin, rest_framework.generics.ListAPIView): class TypeaheadSerializer (line 1073) | class TypeaheadSerializer(rest_framework.serializers.Serializer): class TypeaheadAPIViewSchema (line 1077) | class TypeaheadAPIViewSchema(CustomAutoSchema): class TypeaheadAPIView (line 1086) | class TypeaheadAPIView(DocumentQsAccessMixin, rest_framework.generics.Li... method get (line 1090) | def get(self, request, *args, **kwargs): method qs_to_values (line 1104) | def qs_to_values(self, qs, field_name): class NestedKeyTextTransform (line 1108) | class NestedKeyTextTransform(KeyTextTransform): method __init__ (line 1115) | def __init__(self, nested_key_names, *args, **kwargs): method as_sql (line 1121) | def as_sql(self, compiler, connection): class APIActionMixin (line 1132) | class APIActionMixin: method __init__ (line 1148) | def __init__(self, *args, **kwargs): method dispatch (line 1155) | def dispatch(self, request, *args, **kwargs): method save_user_action (line 1175) | def save_user_action(self, request, *args, **kwargs): method save_action_parent (line 1209) | def save_action_parent(self): method get_model (line 1212) | def get_model(self): method get_model_name (line 1218) | def get_model_name(self): method get_content_type (line 1221) | def get_content_type(self): method should_track_view_action (line 1225) | def should_track_view_action(self): method get_request_data (line 1236) | def get_request_data(self): method get_object_pk (line 1243) | def get_object_pk(self): method perform_create (line 1262) | def perform_create(self, serializer): method perform_destroy (line 1270) | def perform_destroy(self, instance): method get_action_name (line 1277) | def get_action_name(self): method get_action_message (line 1287) | def get_action_message(self): method get_updated_fields_message (line 1293) | def get_updated_fields_message(self, old_instance_state, new_instance_... method get_object_state (line 1310) | def get_object_state(obj): method update (line 1322) | def update(self, request, *args, **kwargs): class APILoggingMixin (line 1341) | class APILoggingMixin(LoggingMixin): method __init__ (line 1342) | def __init__(self, *args, **kwargs): method should_log (line 1346) | def should_log(self, request, response): method handle_log (line 1356) | def handle_log(self): method initial (line 1370) | def initial(self, request, *args, **kwargs): method get_req_data (line 1376) | def get_req_data(self, request) -> Any: class CustomCountQuerySet (line 1388) | class CustomCountQuerySet(QuerySet): method wrap (line 1390) | def wrap(qs: QuerySet): method __init__ (line 1394) | def __init__(self, model=None, query=None, using=None, hints=None): method set_optional_count_query (line 1398) | def set_optional_count_query(self, query: Optional[str] = None): method count (line 1402) | def count(self): method get_count_custom_sql (line 1411) | def get_count_custom_sql(self): class CustomForbiddenResponse (line 1424) | class CustomForbiddenResponse(HttpResponseForbidden): method __init__ (line 1426) | def __init__(self, *args, **kwargs): FILE: contraxsuite_services/apps/common/model_utils/hr_django_json_encoder.py class HRDjangoJSONEncoder (line 52) | class HRDjangoJSONEncoder(JSONEncoder): method encode (line 63) | def encode(self, o: Any) -> str: method brief_encode (line 68) | def brief_encode(self, o: Any) -> str: method iterencode (line 81) | def iterencode(self, o, _one_shot=False): method default (line 135) | def default(self, o: Any) -> Any: function brief_encode_basestring_ascii (line 166) | def brief_encode_basestring_ascii(s): function brief_encode_basestring (line 173) | def brief_encode_basestring(s): FILE: contraxsuite_services/apps/common/model_utils/improved_django_json_encoder.py class ImprovedDjangoJSONEncoder (line 47) | class ImprovedDjangoJSONEncoder(json.JSONEncoder): method default (line 49) | def default(self, o): FILE: contraxsuite_services/apps/common/model_utils/model_bulk_delete.py class WherePredicate (line 42) | class WherePredicate: method __init__ (line 43) | def __init__(self, table: str, column: str, predicate: str): method __str__ (line 48) | def __str__(self): class ModelBulkDelete (line 52) | class ModelBulkDelete: method __init__ (line 55) | def __init__(self, method build_get_deleted_count_queries (line 69) | def build_get_deleted_count_queries(self, method build_delete_all_queries (line 107) | def build_delete_all_queries(self, where_suffix: WherePredicate) -> Li... method calculate_total_objects_to_delete (line 140) | def calculate_total_objects_to_delete(self, method delete_objects (line 157) | def delete_objects(self, where_suffix: WherePredicate) -> Dict[str, int]: FILE: contraxsuite_services/apps/common/model_utils/model_class_dictionary.py class ModelClassDictionary (line 44) | class ModelClassDictionary: method __init__ (line 47) | def __init__(self) -> None: method read_models (line 56) | def read_models(self) -> None: method get_model_class_name (line 64) | def get_model_class_name(self, table_name: str) -> str: method get_model_class_name_hr (line 67) | def get_model_class_name_hr(self, table_name: str) -> str: FILE: contraxsuite_services/apps/common/model_utils/model_stats_sets_manager.py class ModelStatsSetsManager (line 42) | class ModelStatsSetsManager: method get_class_methods (line 55) | def get_class_methods(cls_obj) -> List[str]: method get_docfieldrepo_methods (line 63) | def get_docfieldrepo_methods() -> List[str]: method get_fields_detecting_methods (line 69) | def get_fields_detecting_methods() -> List[str]: method get_field_locators (line 75) | def get_field_locators() -> List[str]: method get_common_locators (line 86) | def get_common_locators() -> List[str]: method decorate_methods (line 96) | def decorate_methods(methods: List[str], method remove_all_decorators (line 107) | def remove_all_decorators(): method show_stored_decorators (line 113) | def show_stored_decorators(): method decorate_all_standard_methods (line 124) | def decorate_all_standard_methods( method purge_stored_statistics (line 134) | def purge_stored_statistics(): FILE: contraxsuite_services/apps/common/model_utils/safe_bulk_create.py class SafeBulkCreate (line 43) | class SafeBulkCreate: method bulk_create (line 49) | def bulk_create(cls, object_manager: models.Manager, objects: List[Any... method build_entity_filter (line 73) | def build_entity_filter(cls, integrity_error: str) -> Optional[Callabl... FILE: contraxsuite_services/apps/common/model_utils/table_deps.py class DependencyRecord (line 37) | class DependencyRecord: method __init__ (line 38) | def __init__(self, own_table: str = '', ref_key: str = '', ref_table: ... method __repr__ (line 44) | def __repr__(self): method stringify (line 47) | def stringify(self) -> str: class TableDeps (line 51) | class TableDeps: method __init__ (line 56) | def __init__(self, start_dep): method __repr__ (line 64) | def __repr__(self) -> str: method stringify (line 68) | def stringify(self) -> str: method remove_duplicates (line 72) | def remove_duplicates(cls, dep_list: 'List[TableDeps]') -> 'List[Table... method leave_shortest_chains (line 77) | def leave_shortest_chains(cls, dep_list: 'List[TableDeps]') -> 'List[T... method sort_deps (line 91) | def sort_deps(cls, method check_loops_in_deps (line 131) | def check_loops_in_deps(cls, table_deps: Dict[str, Set[str]]) -> bool: method parse_stored_deps_multiline (line 145) | def parse_stored_deps_multiline(cls, text: str) -> List: method parse_stored_deps_line (line 156) | def parse_stored_deps_line(cls, line: str): FILE: contraxsuite_services/apps/common/model_utils/table_deps_builder.py class TableDepsBuilder (line 41) | class TableDepsBuilder: method __init__ (line 42) | def __init__(self, max_depth: int = 4): method build_table_dependences (line 46) | def build_table_dependences(self, table_name: str) -> List[TableDeps]: method find_dependend_tables (line 65) | def find_dependend_tables( method get_relations (line 94) | def get_relations(cls) -> List[Tuple[str, str, str, str]]: method get_all_primary_keys (line 139) | def get_all_primary_keys(cls) -> Dict[str, List[str]]: FILE: contraxsuite_services/apps/common/model_utils/tests/test_bulk_delete.py class TestBulkDelete (line 43) | class TestBulkDelete(DjangoTestCase): method non_test_document (line 44) | def non_test_document(self): method test_dependency_order (line 55) | def test_dependency_order(self): method test_dependency_loops (line 79) | def test_dependency_loops(self): method deps_to_table_names (line 86) | def deps_to_table_names(cls, deps: List[TableDeps]): FILE: contraxsuite_services/apps/common/model_utils/tests/test_hr_django_json_encoder.py class TestHRDjangoJSONEncoder (line 40) | class TestHRDjangoJSONEncoder(DjangoTestCase): class TestSrClass (line 41) | class TestSrClass: method __init__ (line 42) | def __init__(self, a: int, b: str): method test_date (line 46) | def test_date(self): method test_set (line 56) | def test_set(self): method test_long_text (line 62) | def test_long_text(self): method test_class (line 68) | def test_class(self): FILE: contraxsuite_services/apps/common/model_utils/tests/test_improved_django_json_encoder.py class TestImprovedDjangoJSONEncoder (line 41) | class TestImprovedDjangoJSONEncoder(TestCase): class TestSrClass (line 42) | class TestSrClass: method __init__ (line 43) | def __init__(self, a: int, b: str, c=None): method test_int (line 48) | def test_int(self): method test_float (line 54) | def test_float(self): method test_long_float (line 60) | def test_long_float(self): method test_decimal (line 67) | def test_decimal(self): method test_decimal_in_struct (line 75) | def test_decimal_in_struct(self): method test_date (line 98) | def test_date(self): method test_set (line 108) | def test_set(self): method test_class (line 114) | def test_class(self): FILE: contraxsuite_services/apps/common/model_utils/tests/test_model_class_dictionary.py class TestModelClassDictionary (line 40) | class TestModelClassDictionary(DjangoTestCase): method test_has_names (line 41) | def test_has_names(self): FILE: contraxsuite_services/apps/common/model_utils/tests/test_safe_bulk_delete.py class TestObject (line 40) | class TestObject: method __init__ (line 41) | def __init__(self, text_unit_id: int = 0, party: str = ''): class TestSafeBulkDelete (line 46) | class TestSafeBulkDelete(TestCase): method test_build_handler (line 47) | def test_build_handler(self): method test_build_2vals_handler (line 61) | def test_build_2vals_handler(self): FILE: contraxsuite_services/apps/common/model_utils/tests/test_singleton.py class MyClass1 (line 42) | class MyClass1: method __init__ (line 43) | def __init__(self) -> None: class MyClass2 (line 49) | class MyClass2(MyClass1): class MyClass3 (line 54) | class MyClass3(MyClass1): class MyClass4 (line 63) | class MyClass4: method __init__ (line 64) | def __init__(self, val) -> None: class TestSingleton (line 71) | class TestSingleton(DjangoTestCase): method test_singleton (line 72) | def test_singleton(self): method manual_test_thread_safety (line 95) | def manual_test_thread_safety(self): FILE: contraxsuite_services/apps/common/models.py class AppVarQuerySet (line 76) | class AppVarQuerySet(models.QuerySet): method delete (line 77) | def delete(self): class ProjectAppVar (line 83) | class ProjectAppVar: method __init__ (line 87) | def __init__(self, method __str__ (line 103) | def __str__(self): method __repr__ (line 107) | def __repr__(self): class AppVarsCollection (line 111) | class AppVarsCollection: method store_app_var (line 117) | def store_app_var(cls, class KnownAppVars (line 142) | class KnownAppVars: method get_system_only_app_vars (line 144) | def get_system_only_app_vars(cls) -> Dict[Tuple[str, str], 'AppVar']: method find_app_var (line 148) | def find_app_var(cls, category: str, name: str) -> Optional['AppVar']: class AppVarStorage (line 152) | class AppVarStorage: method val (line 156) | def val(cls, method set (line 204) | def set(cls, method get_project_app_vars (line 239) | def get_project_app_vars(cls, method apply_project_app_vars (line 277) | def apply_project_app_vars(cls, method _get_project_db_app_vars (line 324) | def _get_project_db_app_vars(cls, project_id: int, user: User = None): method _should_return_mock (line 331) | def _should_return_mock(cls) -> bool: method _save_app_var_db_record (line 335) | def _save_app_var_db_record(cls, app_var: 'AppVar'): method _delete_app_var_rows (line 339) | def _delete_app_var_rows(cls, project_id: int, category: str, name: str): method _read_db_values (line 343) | def _read_db_values(cls, method _save_app_var_in_db (line 353) | def _save_app_var_in_db(cls, method _check_app_var_in_db (line 365) | def _check_app_var_in_db(cls, method _get_or_update_app_var (line 377) | def _get_or_update_app_var( method _cache (line 402) | def _cache(cls, category: str, name: str, access_type: str, project_id... method clear_cache_values (line 412) | def clear_cache_values(cls, category: str, name: str, access_type: str): method _read_cached (line 419) | def _read_cached(cls, category: str, name: str, access_type: str, proj... method _make_cache_key (line 423) | def _make_cache_key(cls, method clear_key (line 433) | def clear_key(cls, category: str, name: str, access_type: str, project... method clear (line 438) | def clear(cls, category: str, name: str, access_type: str, project_id:... class AppVar (line 444) | class AppVar(models.Model): class Meta (line 461) | class Meta: method __str__ (line 508) | def __str__(self): method val (line 511) | def val(self, project_id: Optional[int] = None) -> Any: method set (line 516) | def set(cls, method delete (line 536) | def delete(self, **kwargs): method is_optional_value (line 540) | def is_optional_value(self): method check_is_value_ok (line 546) | def check_is_value_ok(cls, category: str, name: str, value: Any) -> None: method _check_is_value_ok (line 551) | def _check_is_value_ok(self, value: Any) -> None: method try_cast_string (line 575) | def try_cast_string(self, value_str: str) -> Any: function save_var (line 593) | def save_var(sender, instance, created, **kwargs): class ReviewStatusGroup (line 605) | class ReviewStatusGroup(models.Model): class Meta (line 621) | class Meta: method __str__ (line 626) | def __str__(self): method save (line 632) | def save(self, **kwargs): class ReviewStatus (line 638) | class ReviewStatus(models.Model): class Meta (line 658) | class Meta: method __str__ (line 663) | def __str__(self): method _fire_saved (line 669) | def _fire_saved(self, old_instance=None): method save (line 672) | def save(self, **kwargs): method initial_status (line 681) | def initial_status(cls): method initial_status_pk (line 690) | def initial_status_pk(cls): method is_final (line 695) | def is_final(self): method is_completed (line 699) | def is_completed(self): method is_excluded (line 703) | def is_excluded(self): function get_default_status (line 707) | def get_default_status(): class ObjectStorage (line 711) | class ObjectStorage(models.Model): class Meta (line 713) | class Meta: method get_obj (line 723) | def get_obj(self): method set_obj (line 728) | def set_obj(self, obj): method update_or_create (line 732) | def update_or_create(key: str, value_obj): class Action (line 737) | class Action(models.Model): method __str__ (line 755) | def __str__(self): class SQCount (line 762) | class SQCount(models.Subquery): class CustomAPIRequestLog (line 767) | class CustomAPIRequestLog(APIRequestLog): class ThreadDumpRecord (line 771) | class ThreadDumpRecord(models.Model): class Meta (line 782) | class Meta: class MethodStats (line 787) | class MethodStats(models.Model): class Meta (line 814) | class Meta: method __str__ (line 818) | def __str__(self): method get (line 828) | def get(cls, as_dataframe: bool = True, **filter_kwargs): class MethodStatsCollectorPlugin (line 854) | class MethodStatsCollectorPlugin(models.Model): class Meta (line 872) | class Meta: method __str__ (line 875) | def __str__(self): function save_plugin (line 880) | def save_plugin(sender, instance, created, **kwargs): function delete_plugin (line 891) | def delete_plugin(sender, instance, **kwargs): class MenuGroup (line 904) | class MenuGroup(models.Model): class Meta (line 906) | class Meta: method __str__ (line 922) | def __str__(self): function save_menu_group (line 927) | def save_menu_group(sender, instance, created, **kwargs): class MenuItem (line 939) | class MenuItem(models.Model): class Meta (line 941) | class Meta: method __str__ (line 963) | def __str__(self): function save_menu_item (line 968) | def save_menu_item(sender, instance, created, **kwargs): function approx_count (line 985) | def approx_count(db_table_of_model): class PostgresILike (line 1006) | class PostgresILike(IContains): method as_postgresql (line 1012) | def as_postgresql(self, compiler, connection): class FullTextSearch (line 1019) | class FullTextSearch(Lookup): method get_fts_lookup (line 1027) | def get_fts_lookup(self, qn, connection): method as_postgresql (line 1041) | def as_postgresql(self, qn, connection): class ContainsOrFullTextSearch (line 1064) | class ContainsOrFullTextSearch(FullTextSearch): method as_postgresql (line 1073) | def as_postgresql(self, qn, connection): method enable_full_text_search (line 1082) | def enable_full_text_search(self, qn): class ExportFile (line 1091) | class ExportFile(models.Model): class Meta (line 1093) | class Meta: method get_link (line 1121) | def get_link(self, abs_path=False, as_html=True): method send_email (line 1131) | def send_email(self, log: ProcessLogger = None, method send_multi_file_email (line 1150) | def send_multi_file_email(cls, class IContainsOrFullTextSearch (line 1179) | class IContainsOrFullTextSearch(ContainsOrFullTextSearch): FILE: contraxsuite_services/apps/common/pandas_excel_formatter.py class PandasExcelFormatter (line 41) | class PandasExcelFormatter: method export_to_xlsx (line 46) | def export_to_xlsx(cls, method adjust_columns_width (line 66) | def adjust_columns_width(cls, method adjust_rows_height (line 81) | def adjust_rows_height(cls, FILE: contraxsuite_services/apps/common/permissions.py class SuperuserRequiredPermission (line 40) | class SuperuserRequiredPermission(BasePermission): method has_permission (line 44) | def has_permission(self, request, view): class AppBlockPermissions (line 48) | class AppBlockPermissions(BasePermission): method has_permission (line 50) | def has_permission(self, request, view): class SuperuserRequiredMixin (line 60) | class SuperuserRequiredMixin(PermissionRequiredMixin): method has_permission (line 63) | def has_permission(self): class AppBlockMixin (line 67) | class AppBlockMixin(PermissionRequiredMixin): method has_permission (line 70) | def has_permission(self): FILE: contraxsuite_services/apps/common/plugins.py function collect_plugins_in_apps (line 40) | def collect_plugins_in_apps(module_name: str, module_attr: str) -> Dict[... FILE: contraxsuite_services/apps/common/processes.py class ProcessKilledByTimeout (line 49) | class ProcessKilledByTimeout(Exception): class ProcessReturnedErrorCode (line 53) | class ProcessReturnedErrorCode(Exception): function io_pipe_lines (line 57) | def io_pipe_lines(src: TextIO, dst: Callable[[str], None]): function exec (line 65) | def exec(cmd: List[str], function start_process (line 94) | def start_process(cmd: List[str], function read_output (line 114) | def read_output(cmd: List[str], function async_read_pipe (line 151) | async def async_read_pipe(pipe, dst: Callable[[str], None]): function async_exec (line 156) | async def async_exec(program: str, args: List[str], stdout: Callable[[st... function async_wait_for_file (line 174) | async def async_wait_for_file(file_path, timeout_interval_sec: float = 3... function terminate_processes_by_ids (line 185) | def terminate_processes_by_ids(pids: List[int], FILE: contraxsuite_services/apps/common/querysets.py function stringify_queryset (line 42) | def stringify_queryset(qs: QuerySet) -> str: class QuerySetWoCache (line 51) | class QuerySetWoCache(QuerySet): method __init__ (line 52) | def __init__(self, *args, **kwargs): method wrap (line 57) | def wrap(qs: QuerySet): method __getitem__ (line 61) | def __getitem__(self, k): class CustomCountQuerySet (line 89) | class CustomCountQuerySet(QuerySet): method wrap (line 91) | def wrap(qs: QuerySet): method __init__ (line 95) | def __init__(self, model=None, query=None, using=None, hints=None): method _clone (line 99) | def _clone(self): method set_optional_count_query (line 115) | def set_optional_count_query(self, query: Optional[str] = None): method count (line 119) | def count(self): method get_count_custom_sql (line 128) | def get_count_custom_sql(self): FILE: contraxsuite_services/apps/common/redis.py function unpickle (line 53) | def unpickle(value): function lock (line 63) | def lock(func): function lpush (line 74) | def lpush(key, value, pickle_value=True): function llen (line 83) | def llen(key): function ltrim (line 90) | def ltrim(key, start, end): function lrange (line 97) | def lrange(key, unpickle_value=True, start=0, end=-1, delete=False): function lpush_or_pop (line 110) | def lpush_or_pop(key, value, limit): function push (line 125) | def push(key, value, pickle_value=True, ex=None, px=None, nx=False, xx=F... function pop (line 135) | def pop(key, unpickle_value=True): function popd (line 147) | def popd(key, unpickle_value=True): function exists (line 156) | def exists(key): function list_keys (line 163) | def list_keys(pattern='*', as_list=True, sort=True): function push_or_pop (line 176) | def push_or_pop(key, value, function pop_exceeding (line 204) | def pop_exceeding(key, class RedisCache (line 231) | class RedisCache: method __init__ (line 232) | def __init__(self, method get_cached_response (line 238) | def get_cached_response(self, *args) -> Any: method cache_response (line 241) | def cache_response(self, data: Any, *args) -> Any: method invalidate_cache (line 246) | def invalidate_cache(self, *args): method make_key (line 249) | def make_key(self, *args) -> str: FILE: contraxsuite_services/apps/common/s3/s3_browser.py class S3Resource (line 44) | class S3Resource: method __init__ (line 45) | def __init__(self, method is_folder (line 54) | def is_folder(self) -> bool: method __repr__ (line 57) | def __repr__(self): method __str__ (line 60) | def __str__(self): class S3ResourceBrowser (line 64) | class S3ResourceBrowser: method __init__ (line 65) | def __init__(self, method list_folder (line 76) | def list_folder(self, folder: Optional[str]) -> List[S3Resource]: method download_resource (line 85) | def download_resource(self, function make_s3_browser_silent (line 98) | def make_s3_browser_silent(): FILE: contraxsuite_services/apps/common/schemas.py class CustomAutoSchema (line 53) | class CustomAutoSchema(AutoSchema): method get_operation_id (line 60) | def get_operation_id(self, path, method): method get_operation (line 69) | def get_operation(self, path, method): method get_component_name (line 87) | def get_component_name(self, serializer): method get_components (line 91) | def get_components(self, path, method): method get_request_serializer (line 114) | def get_request_serializer(self, path, method): method get_response_serializer (line 117) | def get_response_serializer(self, path, method): method get_serializer (line 125) | def get_serializer(self, path, method): method map_serializer (line 139) | def map_serializer(self, serializer): method get_tags (line 144) | def get_tags(self, path, method): method map_field (line 153) | def map_field(self, field): class ObjectResponseSchema (line 167) | class ObjectResponseSchema(CustomAutoSchema): method __init__ (line 172) | def __init__(self, *args, **kwargs): method get_responses (line 178) | def get_responses(self, path, method): class ObjectToItemResponseMixin (line 190) | class ObjectToItemResponseMixin: method get_responses (line 192) | def get_responses(self, path, method): class ObjectItemsResponseSchema (line 199) | class ObjectItemsResponseSchema(ObjectToItemResponseMixin, ObjectRespons... class JqFiltersListViewSchema (line 203) | class JqFiltersListViewSchema(CustomAutoSchema): method get_operation (line 226) | def get_operation(self, path, method): FILE: contraxsuite_services/apps/common/script_utils.py function import_submodules (line 43) | def import_submodules(package, recursive: bool = True): class ScriptError (line 63) | class ScriptError(RuntimeError): method __init__ (line 64) | def __init__(self, script_title: str, script_code: str) -> None: function eval_script (line 77) | def eval_script(script_title: str, script_code: str, eval_locals: Dict[s... function exec_script (line 91) | def exec_script(script_title: str, script_code: str, eval_locals: Dict[s... FILE: contraxsuite_services/apps/common/serializers.py class WritableSerializerMethodField (line 41) | class WritableSerializerMethodField(serializers.Field): method __init__ (line 43) | def __init__(self, *args, **kwargs): method bind (line 49) | def bind(self, field_name, parent): method to_internal_value (line 56) | def to_internal_value(self, data): method to_representation (line 60) | def to_representation(self, value): class FormSerializer (line 65) | class FormSerializer(BaseFormSerializer): method __init__ (line 67) | def __init__(self, *args, **kwargs): class Meta (line 73) | class Meta: method _get_field_kwargs (line 80) | def _get_field_kwargs(self, form_field, serializer_field_class): FILE: contraxsuite_services/apps/common/signals.py function _bulk_create (line 58) | def _bulk_create(self, objs, batch_size=None, ignore_conflicts=False, **... function _create (line 70) | def _create(self, **kwargs): function _update (line 81) | def _update(self, **kwargs): FILE: contraxsuite_services/apps/common/singleton.py class Singleton (line 38) | class Singleton: method __init__ (line 39) | def __init__(self, clz: Type) -> None: method __call__ (line 45) | def __call__(self, *args, **kwargs): FILE: contraxsuite_services/apps/common/sql_commons.py function dict_fetch_all (line 44) | def dict_fetch_all(columns: Union[List[str], None], cursor) -> List[Dict]: function escape_column_name (line 50) | def escape_column_name(field_code: str, do_snake_case: bool = True): function first_or_none (line 59) | def first_or_none(l: List): function sum_list (line 65) | def sum_list(lists: List[List]) -> List: class SQLClause (line 73) | class SQLClause: method __init__ (line 76) | def __init__(self, sql: str, params: Optional[List] = None) -> None: method __str__ (line 81) | def __str__(self) -> str: function join_clauses (line 85) | def join_clauses(separator: str, clauses: List[Optional['SQLClause']], a... function format_clause (line 102) | def format_clause(sql_template: str, *args, **kwargs) -> SQLClause: class SQLInsertClause (line 124) | class SQLInsertClause: method __init__ (line 127) | def __init__(self, columns_sql: str, columns_params: List, values_sql:... method __str__ (line 132) | def __str__(self) -> str: method join (line 137) | def join(clauses: List['SQLInsertClause']) -> Tuple[Optional[SQLClause... function fetch_dicts (line 153) | def fetch_dicts(cursor, sql: SQLClause, columns: List[str]) -> List[Dict]: function fetch_int (line 158) | def fetch_int(cursor, sql: SQLClause) -> int: function fetch_bool (line 163) | def fetch_bool(cursor, sql: SQLClause) -> bool: function sql_query (line 168) | def sql_query(sql: str, params: List = None) -> Generator[Tuple, None, N... function drop_indexes_for_table_and_generate_restore_query (line 178) | def drop_indexes_for_table_and_generate_restore_query(cursor, function drop_constraints_for_table_and_generate_restore_queries (line 220) | def drop_constraints_for_table_and_generate_restore_queries(cursor, class maintenance_work_mem (line 261) | class maintenance_work_mem: method __init__ (line 262) | def __init__(self, method __enter__ (line 269) | def __enter__(self): method __exit__ (line 281) | def __exit__(self, exc_type, exc_val, exc_tb): class dropping_constraints_and_indexes (line 287) | class dropping_constraints_and_indexes: method __init__ (line 288) | def __init__(self, method __enter__ (line 300) | def __enter__(self): method __exit__ (line 315) | def __exit__(self, exc_type, exc_val, exc_tb): class ModelLock (line 331) | class ModelLock: method __init__ (line 336) | def __init__(self, method __enter__ (line 345) | def __enter__(self): method __exit__ (line 351) | def __exit__(self, exc_type, exc_val, exc_tb): FILE: contraxsuite_services/apps/common/streaming_utils.py class Echo (line 46) | class Echo: method write (line 47) | def write(self, value): class GeneratorList (line 51) | class GeneratorList(list): method __init__ (line 52) | def __init__(self, generator: Generator) -> None: method __iter__ (line 56) | def __iter__(self): method __len__ (line 59) | def __len__(self): function csv_gen (line 63) | def csv_gen(column_names: List[str], rows: Generator[List, None, None], ... function csv_gen_from_dicts (line 71) | def csv_gen_from_dicts(rows: GeneratorType, fieldnames=None) -> Generato... function json_gen (line 84) | def json_gen(v: Any, encoder=None) -> Generator[str, None, None]: function buffer_contents_into_temp_file (line 95) | def buffer_contents_into_temp_file(http_response, file_suffix: str) -> G... function copy_data (line 109) | def copy_data(src_file_like_object: Union[BinaryIO, bytes], function download_file (line 121) | def download_file(http_response: Response, fn: str): FILE: contraxsuite_services/apps/common/tasks.py function delete_method_stats (line 46) | def delete_method_stats(_celery_task): function init_method_stats_collectors (line 54) | def init_method_stats_collectors(_celery_task): class ReindexDB (line 62) | class ReindexDB(ExtendedTask): method process (line 69) | def process(self, **kwargs): FILE: contraxsuite_services/apps/common/templatetags/debug_tags.py function debug_object_dump (line 42) | def debug_object_dump(var): FILE: contraxsuite_services/apps/common/templatetags/project_tags.py function capwords (line 68) | def capwords(value): function add_class (line 77) | def add_class(value, arg): function readonly (line 89) | def readonly(value): function get_field_type (line 99) | def get_field_type(form_field): function as_dd (line 107) | def as_dd(field): function get_attr (line 135) | def get_attr(obj, attr): function replace (line 140) | def replace(value, arg1, arg2): function settings_value (line 148) | def settings_value(name): function app_var_value (line 161) | def app_var_value(name, category='Common'): function admin_email (line 173) | def admin_email(): function get_settings_value (line 192) | def get_settings_value(name): function simple_replace (line 202) | def simple_replace(value, repl): function linebreak_replace (line 207) | def linebreak_replace(value, repl='
'): function get_query (line 212) | def get_query(request, delete_page=True): function as_tr (line 220) | def as_tr(field): function is_in (line 249) | def is_in(value, collection): function _url (line 254) | def _url(url): function js (line 264) | def js(obj): function _get_git_data (line 269) | def _get_git_data(git_command: str) -> subprocess.CompletedProcess: function _get_build_info_txt_file (line 290) | def _get_build_info_txt_file(git_data: Tuple) -> Dict[str, str]: function get_model_permalink (line 316) | def get_model_permalink(value: Dict) -> str: FILE: contraxsuite_services/apps/common/tests/test_appvar_cache.py class AppVarMock (line 41) | class AppVarMock(AppVarStorage): class Meta (line 49) | class Meta: method clear_test_data (line 53) | def clear_test_data(cls): method _should_return_mock (line 58) | def _should_return_mock(cls) -> bool: method _read_db_values (line 62) | def _read_db_values(cls, method _get_project_db_app_vars (line 83) | def _get_project_db_app_vars(cls, project_id: int, user=None): method _cache (line 102) | def _cache(cls, category: str, name: str, access_type: str, project_id... method _read_cached (line 107) | def _read_cached(cls, category: str, name: str, access_type: str, proj... method _save_app_var_in_db (line 112) | def _save_app_var_in_db(cls, method _check_app_var_in_db (line 144) | def _check_app_var_in_db( method _save_app_var_db_record (line 178) | def _save_app_var_db_record(cls, app_var): method _delete_app_var_rows (line 182) | def _delete_app_var_rows(cls, project_id: int, category: str, name: str): method clear_key (line 192) | def clear_key(cls, category: str, name: str, access_type: str, project... class TestAppVarCache (line 198) | class TestAppVarCache(TestCase): method setUp (line 199) | def setUp(self) -> None: method test_set_read (line 203) | def test_set_read(self): method test_prefer_project_level (line 224) | def test_prefer_project_level(self): method test_read_db_once (line 234) | def test_read_db_once(self): method test_read_unknown_project (line 259) | def test_read_unknown_project(self): method test_get_project_appvars (line 269) | def test_get_project_appvars(self): method test_apply_project_appvars (line 287) | def test_apply_project_appvars(self): FILE: contraxsuite_services/apps/common/tests/test_check_timeout.py class TestCheckTimeout (line 44) | class TestCheckTimeout(TestCase): method test_simple_check (line 46) | def test_simple_check(self): method test_two_calls_one_thread (line 54) | def test_two_calls_one_thread(self): method failed_test_two_calls_two_threads (line 64) | def failed_test_two_calls_two_threads(self): function sample_func (line 78) | def sample_func(delay: float) -> bool: function long_sample_func (line 84) | def long_sample_func(delay: float) -> bool: FILE: contraxsuite_services/apps/common/tests/test_collection_utils.py class MyIterable (line 47) | class MyIterable(Iterable): method __init__ (line 49) | def __init__(self, l: List) -> None: method __iter__ (line 54) | def __iter__(self) -> Iterator: class MySequence (line 59) | class MySequence(MyIterable): method __init__ (line 61) | def __init__(self, l: List) -> None: method __getitem__ (line 65) | def __getitem__(self, k): class CollectionUtilsTest (line 71) | class CollectionUtilsTest(TestCase): method test_lists (line 73) | def test_lists(self): method test_sets (line 79) | def test_sets(self): method test_generators (line 85) | def test_generators(self): method test_iterator_used (line 94) | def test_iterator_used(self): method test_slicing_used (line 101) | def test_slicing_used(self): method non_test_collect_stat (line 109) | def non_test_collect_stat(self): method test_group_by (line 120) | def test_group_by(self): method test_sequence_chunks (line 129) | def test_sequence_chunks(self): function make_lala (line 138) | def make_lala(delay: float, raiseerror: bool): FILE: contraxsuite_services/apps/common/tests/test_download_s3_models.py class TestDownloadS3Models (line 43) | class TestDownloadS3Models(TestCase): method test_rel_2_webdav (line 44) | def test_rel_2_webdav(self): method test_path_is_parent (line 49) | def test_path_is_parent(self): method test_find_most_relevant_vers (line 54) | def test_find_most_relevant_vers(self): method test_compare_versions (line 89) | def test_compare_versions(self): method test_s3_path_to_rel_path (line 101) | def test_s3_path_to_rel_path(self): method test_get_version_from_s3_path (line 107) | def test_get_version_from_s3_path(self): FILE: contraxsuite_services/apps/common/tests/test_expressions.py class TestExpressions (line 39) | class TestExpressions(TestCase): method test_warn_is_str (line 41) | def test_warn_is_str(self): method test_warn_is_diff_types (line 52) | def test_warn_is_diff_types(self): method test_warn_is_binop (line 65) | def test_warn_is_binop(self): method test_warn_is_expr (line 77) | def test_warn_is_expr(self): method test_big_safe_expr (line 84) | def test_big_safe_expr(self): method test_ternary (line 94) | def test_ternary(self): method test_avg_len_with_warns (line 101) | def test_avg_len_with_warns(self): method test_complex (line 108) | def test_complex(self): FILE: contraxsuite_services/apps/common/tests/test_log_utils.py class TestLogUtils (line 38) | class TestLogUtils(TestCase): method f_cause1 (line 40) | def f_cause1(self): method f_cause2 (line 43) | def f_cause2(self): method f_cause3 (line 49) | def f_cause3(self, raise_in_context=False): method test_render_exception (line 57) | def test_render_exception(self): FILE: contraxsuite_services/apps/common/tests/test_map.py class TestMap (line 41) | class TestMap(TestCase): method test_map (line 42) | def test_map(self): method test_cap_words (line 49) | def test_cap_words(self): method test_clean_html_tags (line 58) | def test_clean_html_tags(self): FILE: contraxsuite_services/apps/common/tests/test_sql_commons.py class TestSqlCommons (line 42) | class TestSqlCommons(TestCase): method test_escape_column_name (line 43) | def test_escape_column_name(self): method test_join_clauses (line 47) | def test_join_clauses(self): method test_sql_insert (line 64) | def test_sql_insert(self): FILE: contraxsuite_services/apps/common/tests/test_url_utils.py class TestUrlUtils (line 41) | class TestUrlUtils(TestCase): method test_as_bool (line 42) | def test_as_bool(self): method test_as_int (line 48) | def test_as_int(self): method test_as_int_list (line 54) | def test_as_int_list(self): method test_as_str_list (line 58) | def test_as_str_list(self): FILE: contraxsuite_services/apps/common/tests/test_utils.py class AnimalViper (line 47) | class AnimalViper(Serializable): method __init__ (line 48) | def __init__(self, title: str = '', length: float = 0, sounds: List = ... class TestUils (line 55) | class TestUils(TestCase): method build_test_df (line 57) | def build_test_df(cls) -> pd.DataFrame: method test_download_xls (line 67) | def test_download_xls(self): method test_download_csv (line 73) | def test_download_csv(self): method test_download_pdf (line 81) | def test_download_pdf(self): method test_format_number (line 86) | def test_format_number(self): method test_serializable (line 92) | def test_serializable(self): method test_topological_sort (line 102) | def test_topological_sort(self): FILE: contraxsuite_services/apps/common/time_limit.py class TimeoutException (line 39) | class TimeoutException(Exception): method __init__ (line 40) | def __init__(self, msg: str = '', timeout_seconds: int = 0): function time_limit (line 46) | def time_limit(seconds, on_timeout: Optional[Callable[[str], None]] = No... FILE: contraxsuite_services/apps/common/topological_sort.py class TopologicalNode (line 40) | class TopologicalNode: method __init__ (line 41) | def __init__(self, method __repr__ (line 49) | def __repr__(self): class TopologicalGraph (line 57) | class TopologicalGraph: method __init__ (line 58) | def __init__(self, items: Iterable[Tuple[Any, Iterable[Any]]]): method topological_sort (line 73) | def topological_sort(self): method to_tuple_list (line 80) | def to_tuple_list(self, show_hidden=False) -> List[Tuple[Any, List[Any... method topological_sort_util (line 84) | def topological_sort_util(self, v: Any, visited: Dict[Any, bool], stac... function topological_sort (line 92) | def topological_sort(items: Iterable[Tuple[Any, Iterable[Any]]]) -> List... FILE: contraxsuite_services/apps/common/url_utils.py class URLParamFormatException (line 37) | class URLParamFormatException(Exception): function as_bool (line 41) | def as_bool(url_params: Dict[str, Any], name: str, default_value: Option... function as_int (line 57) | def as_int(url_params: Dict[str, Any], name: str, default_value: Optiona... function as_int_list (line 70) | def as_int_list(url_params: Dict[str, Any], name: str, default_value: Op... function as_str_list (line 83) | def as_str_list(url_params: Dict[str, Any], name: str, default_value: Op... FILE: contraxsuite_services/apps/common/utils.py class Map (line 71) | class Map(dict): method __init__ (line 79) | def __init__(self, *args, **kwargs): method __getattr__ (line 90) | def __getattr__(self, attr): method __setattr__ (line 93) | def __setattr__(self, key, value): method __setitem__ (line 96) | def __setitem__(self, key, value): method __delattr__ (line 100) | def __delattr__(self, item): method __delitem__ (line 103) | def __delitem__(self, key): function cap_words (line 108) | def cap_words(value: Optional[str]) -> Optional[str]: function clean_html_tags (line 125) | def clean_html_tags(html): function construct_full_url (line 132) | def construct_full_url(request, rel_url): function full_reverse (line 147) | def full_reverse(*args, **kwargs): function export_qs_to_file (line 173) | def export_qs_to_file(request, qs, column_names=None, function create_standard_urls (line 270) | def create_standard_urls(model, views, view_types=('list', 'add', 'detai... function fast_uuid (line 315) | def fast_uuid(): function get_api_module (line 324) | def get_api_module(app_name): function download_xls (line 339) | def download_xls(data: pd.DataFrame, file_name='output', sheet_name='doc'): function download_csv (line 353) | def download_csv(data: pd.DataFrame, file_name='output'): function download_pdf (line 362) | def download_pdf(data: pd.DataFrame, file_name='output'): function download (line 378) | def download(data: [list, pd.DataFrame], fmt='csv', file_name='output'): function get_test_user (line 393) | def get_test_user(): function format_number (line 415) | def format_number(num): class Serializable (line 426) | class Serializable(dict): method __init__ (line 428) | def __init__(self, *args, **kwargs): method to_dict (line 433) | def to_dict(self) -> Dict[str, Any]: method _myattrs (line 436) | def _myattrs(self): method _repr (line 443) | def _repr(self, value): method __repr__ (line 448) | def __repr__(self): method keys (line 455) | def keys(self): method values (line 458) | def values(self): method items (line 461) | def items(self): function fetchone (line 465) | def fetchone(pattern, text, flags=None): function migrating (line 472) | def migrating(): function dictfetchall (line 476) | def dictfetchall(cursor): function dictfetchone (line 487) | def dictfetchone(cursor): function safe_to_int (line 497) | def safe_to_int(s: str) -> Union[int, None]: class GroupConcat (line 506) | class GroupConcat(Aggregate): method __init__ (line 520) | def __init__(self, expression, **extra): method as_postgresql (line 526) | def as_postgresql(self, compiler, connection): class ArrayPosition (line 531) | class ArrayPosition(Func): method __init__ (line 539) | def __init__(self, items, *expressions, **extra): function get_free_mem (line 553) | def get_free_mem() -> str: function unpack_nested_dict (line 563) | def unpack_nested_dict(data: dict, to_level: Union[int, None] = 1, level... function unpack_dict_columns (line 587) | def unpack_dict_columns(data: dict, unpack_columns=None, unpack_columns_... function parse_date (line 607) | def parse_date(date_str: str) -> Optional[datetime.datetime]: function get_logo_url (line 614) | def get_logo_url(): FILE: contraxsuite_services/apps/common/validators.py class RegexPatternValidator (line 42) | class RegexPatternValidator: method __init__ (line 45) | def __init__(self, message=None): method __call__ (line 49) | def __call__(self, value): method __eq__ (line 53) | def __eq__(self, other): method check (line 59) | def check(self, value): FILE: contraxsuite_services/apps/common/views.py function test_500_view (line 63) | def test_500_view(request): class MethodStatsOverviewListView (line 68) | class MethodStatsOverviewListView(SuperuserRequiredMixin, JqPaginatedLis... method get_json_data (line 72) | def get_json_data(self, **kwargs): class DBStatsView (line 77) | class DBStatsView(SuperuserRequiredMixin, AjaxListView): method get_json_data (line 81) | def get_json_data(self, **kwargs): method get_database_data (line 92) | def get_database_data(self): method get_table_columns_data (line 117) | def get_table_columns_data(self): method get_table_indexes_data (line 160) | def get_table_indexes_data(self): method get_pg_stat_statements_data (line 183) | def get_pg_stat_statements_data(self): method get_pg_stat_activity_data (line 200) | def get_pg_stat_activity_data(self): method dictfetchall (line 219) | def dictfetchall(cursor): method prettify_bytes (line 227) | def prettify_bytes(value): class DockerStatsView (line 235) | class DockerStatsView(SuperuserRequiredMixin, AjaxListView): method get_json_data (line 239) | def get_json_data(self, **kwargs): method get_docker_nodes_data (line 250) | def get_docker_nodes_data(self): method get_docker_services_data (line 257) | def get_docker_services_data(self): method get_docker_services_plain_data (line 264) | def get_docker_services_plain_data(self): method get_docker_stats_data (line 272) | def get_docker_stats_data(self): method get_context_data (line 283) | def get_context_data(self, **kwargs): class RedisStatsView (line 290) | class RedisStatsView(SuperuserRequiredMixin, AjaxListView): method get_json_data (line 294) | def get_json_data(self, **kwargs): class ReindexDBView (line 307) | class ReindexDBView(BaseAjaxTaskView): function create_db_schema_graph_model_view (line 312) | def create_db_schema_graph_model_view(request) -> HttpResponse: FILE: contraxsuite_services/apps/common/widgets.py class LTRCheckboxWidget (line 48) | class LTRCheckboxWidget(forms.widgets.CheckboxInput): method render (line 49) | def render(self, name, value, attrs=None, renderer=None): class LTRCheckboxField (line 64) | class LTRCheckboxField(BooleanField): method __init__ (line 68) | def __init__(self, *args, **kwargs): class LTRRadioWidget (line 75) | class LTRRadioWidget(forms.widgets.RadioSelect): method render (line 76) | def render(self, name, value, attrs=None, renderer=None): class LTRCheckgroupWidget (line 96) | class LTRCheckgroupWidget(forms.CheckboxSelectMultiple): method render (line 97) | def render(self, name, value, attrs=None, renderer=None): method value_from_datadict (line 120) | def value_from_datadict(self, data, files, name): class LTRRadioField (line 130) | class LTRRadioField(ChoiceField): method __init__ (line 134) | def __init__(self, *args, **kwargs): class FilterableProjectSelectField (line 142) | class FilterableProjectSelectField(forms.ModelChoiceField): method _get_choices (line 143) | def _get_choices(self): class FiltrableProjectSelectWidget (line 148) | class FiltrableProjectSelectWidget(Select): method __init__ (line 149) | def __init__(self, *args, **kwargs): method render (line 153) | def render(self, name: str, value, attrs=None, renderer=None): method build_manager_change_script (line 174) | def build_manager_change_script(self, wig_id: str): class FriendlyPasswordInput (line 193) | class FriendlyPasswordInput(PasswordInput): method get_context (line 196) | def get_context(self, name, value, attrs): class EditableTableWidget (line 202) | class EditableTableWidget(Textarea): method __init__ (line 203) | def __init__(self, *args, **kwargs): method render (line 206) | def render(self, name, value, attrs=None, renderer=None): class CustomLabelModelChoiceField (line 230) | class CustomLabelModelChoiceField(forms.ModelChoiceField): method __init__ (line 231) | def __init__(self, *args, **kwargs): method label_from_instance (line 237) | def label_from_instance(self, obj): FILE: contraxsuite_services/apps/datascience/api_wrapper.py class _Router (line 56) | class _Router(ABC): method get (line 60) | def get( method post (line 76) | def post( method patch (line 96) | def patch( method put (line 114) | def put( method delete (line 132) | def delete( class ContraxSuiteAPIWrapper (line 149) | class ContraxSuiteAPIWrapper(_Router): method __init__ (line 161) | def __init__(self, fqdn: str, username: str, password: str): method _login (line 172) | def _login( method _get_me (line 183) | def _get_me(self) -> dict: method upload_documents_from_path (line 193) | def upload_documents_from_path( method _create_upload_session (line 222) | def _create_upload_session( method upload_document (line 239) | def upload_document( method _monitor_progress (line 270) | def _monitor_progress( method _subclass_container (line 303) | def _subclass_container(self) -> Dict[str, Callable]: FILE: contraxsuite_services/apps/datascience/pprint_queryset.py function _pprint_queryset (line 60) | def _pprint_queryset(printer, object, stream, indent, allowance, context... function pprint_qs (line 69) | def pprint_qs(queryset: django.db.models.query.QuerySet, end: int = 10, ... FILE: contraxsuite_services/apps/deployment/app_data.py function fake_progress (line 85) | def fake_progress() -> None: function load_geo_entities (line 89) | def load_geo_entities(df: DataFrame, total_progress: Callable[[int], Non... function load_terms (line 149) | def load_terms(df: DataFrame, function deserialize_term_from_row (line 234) | def deserialize_term_from_row( function load_courts (line 266) | def load_courts(df: DataFrame) -> int: function get_dictionary_data_urls (line 288) | def get_dictionary_data_urls(dictionary_name: str, locale: str, use_defa... function get_terms_data_urls (line 298) | def get_terms_data_urls(locale='en', use_default_url_map=True) -> list: function get_courts_data_urls (line 302) | def get_courts_data_urls(locale='en', use_default_url_map=True) -> list: function get_geoentities_data_urls (line 306) | def get_geoentities_data_urls(locale='multi', use_default_url_map=True) ... function load_df (line 310) | def load_df(urls: list) -> pd.DataFrame: FILE: contraxsuite_services/apps/deployment/management/commands/init_app_data.py class DataLoader (line 63) | class DataLoader: method __init__ (line 64) | def __init__(self, initialization_flag: AppVar = None): method load (line 67) | def load(self) -> None: method load_once (line 70) | def load_once(self) -> None: class ZipFileLoader (line 85) | class ZipFileLoader(DataLoader): method __init__ (line 86) | def __init__(self, zip_file: ZipFile = None, files: list = None, initi... method load_df (line 91) | def load_df(self) -> pd.DataFrame: method upload_df (line 98) | def upload_df(self, df: pd.DataFrame) -> None: method load (line 101) | def load(self) -> None: class TermsLoader (line 105) | class TermsLoader(ZipFileLoader): method __init__ (line 107) | def __init__(self, zip_file: ZipFile = None, files: list = None): method upload_df (line 111) | def upload_df(self, df: pd.DataFrame) -> None: class CourtsLoader (line 126) | class CourtsLoader(ZipFileLoader): method __init__ (line 128) | def __init__(self, zip_file: ZipFile = None, files: list = None): method upload_df (line 132) | def upload_df(self, df: pd.DataFrame) -> None: class GeoEntitiesLoader (line 147) | class GeoEntitiesLoader(ZipFileLoader): method __init__ (line 149) | def __init__(self, zip_file: ZipFile = None, files: list = None): method upload_df (line 153) | def upload_df(self, df: pd.DataFrame) -> None: class DictionaryLoader (line 169) | class DictionaryLoader(DataLoader): method __init__ (line 176) | def __init__(self, zip_or_dir_path: str): method load (line 180) | def load(self) -> None: class DocumentDataLoader (line 203) | class DocumentDataLoader(DataLoader): method __init__ (line 205) | def __init__(self, zip_or_dir_path: str): method load (line 210) | def load(self) -> None: class TermsByUrlLoader (line 238) | class TermsByUrlLoader(TermsLoader): method __init__ (line 240) | def __init__(self): method load_df (line 243) | def load_df(self) -> pd.DataFrame: class CourtsByUrlLoader (line 247) | class CourtsByUrlLoader(CourtsLoader): method __init__ (line 249) | def __init__(self): method load_df (line 252) | def load_df(self) -> pd.DataFrame: class GeoEntitiesByUrlLoader (line 256) | class GeoEntitiesByUrlLoader(GeoEntitiesLoader): method __init__ (line 258) | def __init__(self): method load_df (line 261) | def load_df(self) -> pd.DataFrame: class Command (line 265) | class Command(BaseCommand): method get_file_loader (line 273) | def get_file_loader(self, file: str) -> Optional[Callable[[str], None]]: method add_arguments (line 279) | def add_arguments(self, parser) -> None: method get_processed_dir (line 285) | def get_processed_dir(cls, data_dir): method handle (line 292) | def handle(self, *args: Tuple, **options: Dict[Any, Any]) -> None: FILE: contraxsuite_services/apps/deployment/management/commands/init_deployment_object.py class Command (line 40) | class Command(BaseCommand): method handle (line 47) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/deployment/migrations/0001_initial.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/deployment/models.py class Deployment (line 43) | class Deployment(models.Model): FILE: contraxsuite_services/apps/deployment/tasks.py function usage_stats (line 51) | def usage_stats(_celery_task): FILE: contraxsuite_services/apps/document/admin.py class ModelAdminWithPrettyJsonField (line 114) | class ModelAdminWithPrettyJsonField(admin.ModelAdmin): class PrettyJsonFieldMixin (line 123) | class PrettyJsonFieldMixin: class DocumentTextInline (line 132) | class DocumentTextInline(admin.TabularInline): class DocumentMetadatatInline (line 136) | class DocumentMetadatatInline(admin.TabularInline): class TermUsageField (line 140) | class TermUsageField(StrField): method get_lookup_name (line 147) | def get_lookup_name(self): method get_lookup (line 150) | def get_lookup(self, path, operator, value): class DocumentQLSchema (line 167) | class DocumentQLSchema(DjangoQLSchema): method get_fields (line 168) | def get_fields(self, model): function get_unique_search_results (line 175) | def get_unique_search_results(admin_view: DjangoQLSearchMixin, class DocumentAdmin (line 198) | class DocumentAdmin(DjangoQLSearchMixin, method get_queryset (line 216) | def get_queryset(self, request): method get_search_results (line 226) | def get_search_results(self, request, queryset, search_term): method doc_ref (line 230) | def doc_ref(self, obj): method get_actions (line 236) | def get_actions(self, request): method status_name (line 243) | def status_name(obj): method has_delete_permission (line 246) | def has_delete_permission(self, request, obj=None): method full_reverse (line 249) | def full_reverse(self, *args, **kwargs): class DocumentTextAdmin (line 253) | class DocumentTextAdmin(ModelAdminWithPrettyJsonField, SimpleHistoryAdmin): class DocumentMetadataAdmin (line 257) | class DocumentMetadataAdmin(ModelAdminWithPrettyJsonField, SimpleHistory... class SoftDeleteDocument (line 261) | class SoftDeleteDocument(Document): class Meta (line 262) | class Meta: class DeletePendingFilter (line 266) | class DeletePendingFilter(admin.SimpleListFilter): method lookups (line 271) | def lookups(self, request, model_admin): method queryset (line 277) | def queryset(self, request, queryset): function set_soft_delete (line 285) | def set_soft_delete(document_ids: List[int], delete_not_undelete: bool, ... function mark_deleting (line 292) | def mark_deleting(_modeladmin, request, queryset): function unmark_deleting (line 301) | def unmark_deleting(_, request, queryset): function delete_checked_documents (line 309) | def delete_checked_documents(_, request, queryset): class SoftDeleteDocumentAdmin (line 318) | class SoftDeleteDocumentAdmin(DocumentAdmin): method get_project (line 325) | def get_project(self, obj): method get_name (line 331) | def get_name(self, obj): method get_actions (line 342) | def get_actions(self, request): method has_add_permission (line 348) | def has_add_permission(self, request, obj=None): method has_delete_permission (line 351) | def has_delete_permission(self, request, obj=None): method delete_all_checked (line 354) | def delete_all_checked(self, request): method confirm_delete_view (line 359) | def confirm_delete_view(self, request): method get_urls (line 399) | def get_urls(self): class UsersTasksValidationAdmin (line 411) | class UsersTasksValidationAdmin(admin.ModelAdmin): class QSList (line 416) | class QSList(list): method __init__ (line 417) | def __init__(self, qs): method count (line 423) | def count(self, **kwargs): method delete (line 426) | def delete(self): method users_tasks_validation_enabled (line 430) | def users_tasks_validation_enabled(cls): method get_user_task_names (line 436) | def get_user_task_names(cls): method validate_running_tasks (line 448) | def validate_running_tasks(cls, request, dst_errors_dict: Dict[str, An... method _get_deleted_objects (line 466) | def _get_deleted_objects(objects, request, admin_site=None): method delete_selected_action (line 469) | def delete_selected_action(self, model_admin, request, qs): method get_actions (line 485) | def get_actions(self, request): method delete_model (line 491) | def delete_model(self, request, obj): method on_object_deleted (line 495) | def on_object_deleted(self, obj): method _get_confirm_action_name (line 499) | def _get_confirm_action_name(cls, base_action): method build_warning_context (line 502) | def build_warning_context(self, object_id, form) -> dict: method _prepare_form_template (line 509) | def _prepare_form_template(self, request, object_id, extra_context=None): method change_view (line 540) | def change_view(self, request, object_id, form_url='', extra_context=N... method render_delete_form (line 545) | def render_delete_form(self, request, context): method get_confirmation_form (line 551) | def get_confirmation_form(cls, form_class): method get_form (line 559) | def get_form(self, request, obj=None, **kwargs): class FieldValuesValidationAdmin (line 566) | class FieldValuesValidationAdmin(UsersTasksValidationAdmin): method build_warning_context (line 569) | def build_warning_context(self, object_id, form) -> dict: method add_view (line 597) | def add_view(self, request, form_url='', extra_context=None): class DocumentFieldFormulaCheck (line 603) | class DocumentFieldFormulaCheck: method __init__ (line 605) | def __init__(self, request_data, document_field=None, return_json_resp... method check (line 669) | def check(self): method get_formula_errors (line 685) | def get_formula_errors(self): method shown_by_mask (line 726) | def shown_by_mask(mask: int, bit_num: int): method calculate_formula_result_on_values (line 730) | def calculate_formula_result_on_values(self, method check_formula_refs (line 768) | def check_formula_refs(formula: str, class FormulaCheckResult (line 795) | class FormulaCheckResult: method __init__ (line 796) | def __init__(self, calculated: bool, value: Any = None, errors: List... method to_json (line 803) | def to_json(self): class ModelFormWithUnchangeableFields (line 807) | class ModelFormWithUnchangeableFields(forms.ModelForm): method is_update (line 816) | def is_update(self): method __init__ (line 823) | def __init__(self, *args, **kwargs): class DocumentFieldForm (line 846) | class DocumentFieldForm(ModelFormWithUnchangeableFields): class DefaultValueField (line 851) | class DefaultValueField(JSONField): method to_python (line 852) | def to_python(self, value): class Meta (line 900) | class Meta: method __init__ (line 905) | def __init__(self, *args, **kwargs): method _extract_field_and_deps (line 915) | def _extract_field_and_deps(cls, base_fields: List[DocumentField], fie... method calc_formula (line 922) | def calc_formula(self, formula_value, formula_field_name) -> Any: method validate_field_code (line 939) | def validate_field_code(self): method clean_depends_on_fields (line 958) | def clean_depends_on_fields(self): method _post_clean (line 978) | def _post_clean(self): method clean (line 1024) | def clean(self): class DocumentFieldTypeCodeFilter (line 1161) | class DocumentFieldTypeCodeFilter(admin.SimpleListFilter): method lookups (line 1166) | def lookups(self, request, model_admin): method queryset (line 1170) | def queryset(self, request, queryset): class DocumentFieldAdmin (line 1176) | class DocumentFieldAdmin(FieldValuesValidationAdmin): method __init__ (line 1224) | def __init__(self, *args, **kwargs): method get_search_results (line 1229) | def get_search_results(self, request, queryset, search_term): method save_model (line 1233) | def save_model(self, request, field, form, change): method delete_model (line 1237) | def delete_model(self, request, field: DocumentField): method delete_queryset (line 1241) | def delete_queryset(self, request, queryset: Union[QuerySet, Iterable[... method _save_model (line 1247) | def _save_model(self, request, obj: DocumentField, form, change: bool)... method check_cache_column_limit (line 1292) | def check_cache_column_limit(self, method response_change (line 1299) | def response_change(self, request, obj: DocumentField): method response_add (line 1304) | def response_add(self, request, obj: DocumentField, method process_add_or_change (line 1308) | def process_add_or_change(self, method confirm_newchoices_view (line 1323) | def confirm_newchoices_view(self, request, **kwargs): method on_object_deleted (line 1364) | def on_object_deleted(self, obj): method user (line 1368) | def user(obj): method add_view (line 1371) | def add_view(self, request, form_url='', extra_context=None): method change_view (line 1377) | def change_view(self, request, object_id, form_url='', extra_context=N... method response_clone (line 1386) | def response_clone(self, request, obj): method save_form (line 1400) | def save_form(self, request, form, change): method get_form (line 1411) | def get_form(self, request, obj=None, **kwargs): method get_fieldsets (line 1417) | def get_fieldsets(self, request, obj=None): method get_urls (line 1425) | def get_urls(self): method _get_deleted_objects (line 1438) | def _get_deleted_objects(objects, request, admin_site=None): method get_deleted_objects (line 1459) | def get_deleted_objects(self, objs, request): method _delete_view (line 1462) | def _delete_view(self, request, object_id, extra_context): method delete_selected_action (line 1470) | def delete_selected_action(self, model_admin, request, qs): method get_categories_by_doctype (line 1479) | def get_categories_by_doctype(cls) -> Dict[str, List[str]]: class DocumentTypeListFilter (line 1490) | class DocumentTypeListFilter(admin.SimpleListFilter): method lookups (line 1500) | def lookups(self, request, model_admin): method queryset (line 1512) | def queryset(self, request, queryset): class FieldDetectorListFilter (line 1523) | class FieldDetectorListFilter(admin.SimpleListFilter): method lookups (line 1533) | def lookups(self, request, model_admin): method queryset (line 1550) | def queryset(self, request, queryset): class DocumentFieldDetectorForm (line 1561) | class DocumentFieldDetectorForm(forms.ModelForm): class Meta (line 1562) | class Meta: method __init__ (line 1566) | def __init__(self, *args, **kwargs): method clean (line 1570) | def clean(self): method clean_detect_limit_count (line 1603) | def clean_detect_limit_count(self): class DocumentFieldDetectorAdmin (line 1613) | class DocumentFieldDetectorAdmin(admin.ModelAdmin): method document_type_code (line 1623) | def document_type_code(obj): method field_code (line 1629) | def field_code(obj): method include_regexps_ (line 1635) | def include_regexps_(obj): method exclude_regexps_ (line 1641) | def exclude_regexps_(obj: DocumentFieldDetector): method definition_words_ (line 1647) | def definition_words_(obj: DocumentFieldDetector): method save_model (line 1652) | def save_model(self, request, detector, form, change): method delete_model (line 1656) | def delete_model(self, request, detector: DocumentFieldDetector): method delete_queryset (line 1660) | def delete_queryset(self, request, queryset: Union[QuerySet, Iterable[... class DocumentFieldMultilineRegexDetectorForm (line 1667) | class DocumentFieldMultilineRegexDetectorForm(forms.ModelForm): class Meta (line 1670) | class Meta: class DocumentFieldMultilineRegexDetectorAdmin (line 1676) | class DocumentFieldMultilineRegexDetectorAdmin(admin.ModelAdmin): method document_type_code (line 1687) | def document_type_code(obj): method field_code (line 1693) | def field_code(obj): method csv_content_ (line 1699) | def csv_content_(obj): method save_model (line 1729) | def save_model(self, request, obj, form, change): method update_csv_table_row (line 1733) | def update_csv_table_row(self, request): method get_urls (line 1774) | def get_urls(self): method render_change_form (line 1783) | def render_change_form(self, request, context, add=False, change=False... class FieldValueAdmin (line 1788) | class FieldValueAdmin(admin.ModelAdmin): method document_type (line 1797) | def document_type(obj): method field_code (line 1801) | def field_code(obj): method user (line 1805) | def user(obj): class FieldAnnotationStatusAdmin (line 1809) | class FieldAnnotationStatusAdmin(admin.ModelAdmin): class FieldAnnotationAdmin (line 1814) | class FieldAnnotationAdmin(admin.ModelAdmin): method document_type (line 1825) | def document_type(obj): method field_code (line 1829) | def field_code(obj): method status (line 1833) | def status(obj): method assignee (line 1837) | def assignee(obj): method user (line 1841) | def user(obj): class FieldAnnotationFalseMatchAdmin (line 1845) | class FieldAnnotationFalseMatchAdmin(admin.ModelAdmin): method document_type (line 1853) | def document_type(obj): method field_code (line 1857) | def field_code(obj): class FieldAnnotationSavedFilterAdmin (line 1861) | class FieldAnnotationSavedFilterAdmin(admin.ModelAdmin): class ExternalFieldValueAdmin (line 1866) | class ExternalFieldValueAdmin(admin.ModelAdmin): class DocumentFieldInlineFormset (line 1871) | class DocumentFieldInlineFormset(forms.models.BaseInlineFormSet): method clean (line 1872) | def clean(self): class DocumentFieldFormInline (line 1902) | class DocumentFieldFormInline(forms.ModelForm): method __init__ (line 1908) | def __init__(self, *args, **kwargs): method save (line 1926) | def save(self, *args, **kwargs): class DocumentFieldInlineAdmin (line 1939) | class DocumentFieldInlineAdmin(admin.TabularInline): method has_add_permission (line 1964) | def has_add_permission(self, request, obj=None): method has_delete_permission (line 1967) | def has_delete_permission(self, request, obj=None): class DocumentTypeForm (line 1971) | class DocumentTypeForm(ModelFormWithUnchangeableFields): class Meta (line 1981) | class Meta: method clean_code (line 1986) | def clean_code(self): class DocumentTypeAdmin (line 1997) | class DocumentTypeAdmin(ModelAdminWithPrettyJsonField, UsersTasksValidat... method __init__ (line 2024) | def __init__(self, *args, **kwargs): method get_queryset (line 2028) | def get_queryset(self, request) -> QuerySet: method field_count (line 2035) | def field_count(self, obj) -> int: method project_count (line 2041) | def project_count(self, obj) -> int: method user (line 2048) | def user(obj): method save_model (line 2051) | def save_model(self, request, obj: DocumentType, form, change: bool): method _get_deleted_objects (line 2061) | def _get_deleted_objects(objects, request, admin_site=None): method get_deleted_objects (line 2077) | def get_deleted_objects(self, objs, request): method warn_related_projects_exist (line 2080) | def warn_related_projects_exist(self, method _delete_view (line 2106) | def _delete_view(self, request, object_id, extra_context): method response_delete (line 2124) | def response_delete(self, request, obj_display, obj_id): method delete_selected_action (line 2138) | def delete_selected_action(self, model_admin, request, qs): method should_run_delete_task (line 2166) | def should_run_delete_task(self, objs): method run_delete_task (line 2180) | def run_delete_task(self, request, queryset): method delete_model (line 2195) | def delete_model(self, request, obj): method delete_queryset (line 2203) | def delete_queryset(self, request, queryset): method on_object_deleted (line 2213) | def on_object_deleted(self, obj): method change_view (line 2220) | def change_view(self, request, object_id, form_url='', extra_context=N... method response_change (line 2226) | def response_change(self, request, obj): method save_form (line 2242) | def save_form(self, request, form, change): method get_form (line 2253) | def get_form(self, request, obj=None, **kwargs): method get_fieldsets (line 2259) | def get_fieldsets(self, request, obj=None): method get_inline_instances (line 2267) | def get_inline_instances(self, request, obj=None): method get_urls (line 2272) | def get_urls(self): class DocumentPropertyAdmin (line 2282) | class DocumentPropertyAdmin(admin.ModelAdmin): class DocumentRelationAdmin (line 2287) | class DocumentRelationAdmin(admin.ModelAdmin): class TextUnitAdmin (line 2292) | class TextUnitAdmin(DjangoQLSearchMixin, admin.ModelAdmin): method get_search_results (line 2300) | def get_search_results(self, request, queryset, search_term): method get_queryset (line 2304) | def get_queryset(self, request): method unit_ref (line 2313) | def unit_ref(self, obj): method full_reverse (line 2319) | def full_reverse(self, *args, **kwargs): class TextUnitRelatedAdmin (line 2323) | class TextUnitRelatedAdmin(admin.ModelAdmin): method get_queryset (line 2326) | def get_queryset(self, request): class TextUnitPropertyAdmin (line 2332) | class TextUnitPropertyAdmin(TextUnitRelatedAdmin): class TextUnitTagAdmin (line 2337) | class TextUnitTagAdmin(TextUnitRelatedAdmin): class TextUnitNoteAdmin (line 2342) | class TextUnitNoteAdmin(TextUnitRelatedAdmin, SimpleHistoryAdmin): class DocumentNoteAdmin (line 2347) | class DocumentNoteAdmin(SimpleHistoryAdmin): class ClassifierModelAdmin (line 2352) | class ClassifierModelAdmin(SimpleHistoryAdmin): class DocumentFieldCategoryForm (line 2357) | class DocumentFieldCategoryForm(forms.ModelForm): class Meta (line 2358) | class Meta: method __init__ (line 2368) | def __init__(self, *args, **kwargs): method clean (line 2378) | def clean(self): method save (line 2384) | def save(self, *args, **kwargs): method save_m2m (line 2392) | def save_m2m(self, *args, **kwargs): class DocumentFieldCategoryAdmin (line 2396) | class DocumentFieldCategoryAdmin(admin.ModelAdmin): method formfield_for_foreignkey (line 2401) | def formfield_for_foreignkey(self, db_field, request, **kwargs): method get_fields (line 2410) | def get_fields(self, request, obj=None): class DocumentFieldFamilyInline (line 2418) | class DocumentFieldFamilyInline(admin.TabularInline): class DocumentFieldFamilyForm (line 2422) | class DocumentFieldFamilyForm(ModelFormWithUnchangeableFields): class Meta (line 2433) | class Meta: method __init__ (line 2437) | def __init__(self, *args, **kwargs): method save (line 2446) | def save(self, *args, **kwargs): method save_m2m (line 2454) | def save_m2m(self, *args, **kwargs): method clean_title (line 2457) | def clean_title(self): method clean_code (line 2463) | def clean_code(self): class DocumentFieldFamilyAdmin (line 2475) | class DocumentFieldFamilyAdmin(admin.ModelAdmin): FILE: contraxsuite_services/apps/document/api/annotator_error.py class FieldLogicError (line 36) | class FieldLogicError(RuntimeError): class NoValueProvidedOrLocated (line 40) | class NoValueProvidedOrLocated(FieldLogicError): class RelatedInfoFieldNotRequiringAnnotationOnlySupportsYesAsValue (line 44) | class RelatedInfoFieldNotRequiringAnnotationOnlySupportsYesAsValue(Field... class UpdatingReadOnlyFieldNotAllowed (line 48) | class UpdatingReadOnlyFieldNotAllowed(FieldLogicError): class FieldRequiresTextAnnotation (line 52) | class FieldRequiresTextAnnotation(FieldLogicError): FILE: contraxsuite_services/apps/document/api/field_value_views.py class FieldValueView (line 47) | class FieldValueView(views.APIView): method list (line 50) | def list(self, request, *args, **kwargs): method annotate (line 54) | def annotate(self, request): function do_save_document_field_value (line 70) | def do_save_document_field_value( FILE: contraxsuite_services/apps/document/api/v1.py class GeneratorListSerializer (line 123) | class GeneratorListSerializer(serializers.ListSerializer): method to_representation (line 128) | def to_representation(self, data): method unify_representation (line 146) | def unify_representation(self, item): method data (line 158) | def data(self): class UserSerializer (line 168) | class UserSerializer(serializers.ModelSerializer): class Meta (line 171) | class Meta: method get_photo (line 175) | def get_photo(self, obj): class DocumentNoteDetailSerializer (line 180) | class DocumentNoteDetailSerializer(SimpleRelationSerializer): class Meta (line 194) | class Meta: method get_selections (line 200) | def get_selections(self, obj: DocumentNote): method get_note_selections (line 205) | def get_note_selections(cls, note: DocumentNote) -> Optional[Dict[str,... class DocumentNoteExportSerializer (line 217) | class DocumentNoteExportSerializer(DocumentNoteDetailSerializer): class Meta (line 221) | class Meta: method get_annotation_text (line 225) | def get_annotation_text(self, obj): class DocumentNoteCreateSerializer (line 232) | class DocumentNoteCreateSerializer(DocumentNoteDetailSerializer): class Meta (line 235) | class Meta(DocumentNoteDetailSerializer.Meta): method get_selections (line 240) | def get_selections(self, obj: DocumentNote): method is_valid (line 245) | def is_valid(self, raise_exception=False): method save (line 255) | def save(self): class DocumentNoteUpdateSerializer (line 264) | class DocumentNoteUpdateSerializer(serializers.ModelSerializer): class Meta (line 265) | class Meta: method get_selections (line 271) | def get_selections(self, obj: DocumentNote): method save (line 275) | def save(self): class DocumentNotePermissions (line 284) | class DocumentNotePermissions(IsAuthenticated): method has_permission (line 286) | def has_permission(self, request, view): method has_object_permission (line 296) | def has_object_permission(self, request, view, obj): class DocumentNotePermissionViewMixin (line 301) | class DocumentNotePermissionViewMixin: method get_queryset (line 304) | def get_queryset(self): class DocumentNoteViewSet (line 316) | class DocumentNoteViewSet(DocumentNotePermissionViewMixin, APIActionMixi... method dispatch (line 329) | def dispatch(self, request, *args, **kwargs): method get_queryset (line 352) | def get_queryset(self): method get_serializer_class (line 368) | def get_serializer_class(self): method get_action_message (line 377) | def get_action_message(self): class FieldAnnotationValueSerializer (line 390) | class FieldAnnotationValueSerializer(serializers.ModelSerializer): class Meta (line 396) | class Meta: method get_field_name (line 405) | def get_field_name(self, obj: FieldAnnotation): method get_project (line 411) | def get_project(self, obj: FieldAnnotation): method get_value (line 415) | def get_value(self, obj: FieldAnnotation): class DocumentDetailDjangoQLSerializer (line 420) | class DocumentDetailDjangoQLSerializer(serializers.ModelSerializer): class Meta (line 426) | class Meta: class DocumentDetailSerializer (line 431) | class DocumentDetailSerializer(DocumentsForUserSerializer): class Meta (line 461) | class Meta: method __init__ (line 477) | def __init__(self, *args, **kwargs): method get_user_permissions (line 488) | def get_user_permissions(self, obj): method get_available_statuses_data (line 496) | def get_available_statuses_data(self, obj): method get_neighbours (line 501) | def get_neighbours(self, document, use_saved_filter=True): method get_prev_id (line 522) | def get_prev_id(self, obj): method get_next_id (line 527) | def get_next_id(self, obj): method get_position (line 532) | def get_position(self, obj): method get_documents_count (line 537) | def get_documents_count(self, obj): method get_sections (line 542) | def get_sections(self, obj): method get_field_values (line 550) | def get_field_values(self, doc: Document): method get_field_value_objects (line 565) | def get_field_value_objects(self, doc: Document): method get_was_opened_in_annotator (line 590) | def get_was_opened_in_annotator(self, doc: Document): method add_field_value_location_coordinates (line 597) | def add_field_value_location_coordinates( method get_initial_annotation_id (line 615) | def get_initial_annotation_id(self, obj): method get_page_locations (line 629) | def get_page_locations(self, doc: Document): method get_page_bounds (line 637) | def get_page_bounds(self, doc: Document): method to_representation (line 650) | def to_representation(self, instance: Document): method add_selections_to_notes (line 664) | def add_selections_to_notes(self, method add_selections_to_field_value_objects (line 678) | def add_selections_to_field_value_objects( method add_section_markup_detail (line 696) | def add_section_markup_detail(self, class DocumentPermissions (line 732) | class DocumentPermissions(IsAuthenticated): method has_object_permission (line 734) | def has_object_permission(self, request, view, obj): method has_permission (line 753) | def has_permission(self, request, view): class DocumentPermissionViewMixin (line 779) | class DocumentPermissionViewMixin: method get_queryset (line 782) | def get_queryset(self): class DocumentViewSet (line 799) | class DocumentViewSet(APILoggingMixin, method __init__ (line 810) | def __init__(self, *args, **kwargs): method get_queryset (line 828) | def get_queryset(self): method is_valid_ql (line 874) | def is_valid_ql(ql): method get_extra_data (line 894) | def get_extra_data(self, queryset, initial_queryset): method get_serializer_class (line 900) | def get_serializer_class(self, *args, **kwargs): method get_export_file_name (line 907) | def get_export_file_name(self): method process_export_data (line 912) | def process_export_data(self, data): method set_annotator_coord_difference (line 922) | def set_annotator_coord_difference(self, request, **kwargs): method show (line 946) | def show(self, request, **kwargs): method download_zip (line 951) | def download_zip(self, request, **kwargs): method for_user (line 1016) | def for_user(self, request, *args, **kwrags): method full_text (line 1022) | def full_text(self, request, *args, **kwargs): method has_pdf_info (line 1028) | def has_pdf_info(self, request, *args, **kwargs): method pdf_repr (line 1042) | def pdf_repr(self, request: HttpRequest, *args, **kwargs): method data (line 1053) | def data(self, request, *args, **kwrags): method fields (line 1060) | def fields(self, request: HttpRequest, *args, **kwargs): method extraction (line 1102) | def extraction(self, request, **kwargs): method _add_selection_areas_to_extracted_entities (line 1157) | def _add_selection_areas_to_extracted_entities( method definitions (line 1179) | def definitions(self, request, **kwargs): method add_selections_to_definitions (line 1191) | def add_selections_to_definitions(cls, definitions: List[Dict[str, Any... method ensure_document_definitions (line 1210) | def ensure_document_definitions(cls, document: Document) -> None: method similar (line 1233) | def similar(self, request, **kwargs): method mark_delete (line 1247) | def mark_delete(self, request, **kwargs): method unmark_delete (line 1257) | def unmark_delete(self, request, **kwargs): method get_affected_document_ids (line 1266) | def get_affected_document_ids(self, request): method mark_unmark_for_delete (line 1281) | def mark_unmark_for_delete(self, delete_not_undelete: bool, request) -... method update (line 1288) | def update(self, request, *args, **kwargs): method filter_queryset (line 1353) | def filter_queryset(self, queryset): method actions (line 1361) | def actions(self, request, **kwargs): method save_user_action (line 1374) | def save_user_action(self, request, *args, **kwargs): method get_action_name (line 1399) | def get_action_name(self): method get_action_message (line 1404) | def get_action_message(self): method should_track_view_action (line 1410) | def should_track_view_action(self): method get_updated_fields_message (line 1415) | def get_updated_fields_message(self, old_instance_state, new_instance_... class TextUnitDjangoQLSerializer (line 1446) | class TextUnitDjangoQLSerializer(SimpleRelationSerializer): class Meta (line 1450) | class Meta: class TextUnitViewSet (line 1457) | class TextUnitViewSet(APILoggingMixin, method get_queryset (line 1469) | def get_queryset(self): method is_valid_ql (line 1489) | def is_valid_ql(ql): class DocumentFieldCategorySimpleSerializer (line 1514) | class DocumentFieldCategorySimpleSerializer(serializers.ModelSerializer): class Meta (line 1515) | class Meta: class DocumentFieldFamilySerializer (line 1520) | class DocumentFieldFamilySerializer(serializers.ModelSerializer): class Meta (line 1521) | class Meta: class DocumentFieldDetailSerializer (line 1526) | class DocumentFieldDetailSerializer(SimpleRelationSerializer): class Meta (line 1534) | class Meta: method get_category (line 1551) | def get_category(self, obj): method get_value_aware (line 1556) | def get_value_aware(self, obj: DocumentField): method get_choices (line 1561) | def get_choices(self, obj: DocumentField): method get_depends_on_fields (line 1566) | def get_depends_on_fields(self, obj: DocumentField): method get_value_detection_strategy_name (line 1571) | def get_value_detection_strategy_name(self, obj: DocumentField): method get_is_value_detection_strategy_disabled (line 1576) | def get_is_value_detection_strategy_disabled(self, obj: DocumentField): class DocumentFieldListSerializer (line 1583) | class DocumentFieldListSerializer(DocumentFieldDetailSerializer): class ModelFormBasedSerializer (line 1588) | class ModelFormBasedSerializer(serializers.ModelSerializer): method __init__ (line 1594) | def __init__(self, *args, **kwargs): method get_fields (line 1599) | def get_fields(self): method is_valid (line 1618) | def is_valid(self, raise_exception=False): class DocumentFieldCreateSerializer (line 1645) | class DocumentFieldCreateSerializer(ModelFormBasedSerializer): class Meta (line 1648) | class Meta: method __init__ (line 1664) | def __init__(self, *args, **kwargs): method get_fields (line 1672) | def get_fields(self): method get_warning_message (line 1692) | def get_warning_message(self, obj): method is_valid (line 1697) | def is_valid(self, raise_exception=False): method validate (line 1706) | def validate(self, attrs): method save (line 1724) | def save(self, **kwargs): class DocumentFieldPermissions (line 1730) | class DocumentFieldPermissions(IsAuthenticated): method has_permission (line 1732) | def has_permission(self, request, view): method has_object_permission (line 1743) | def has_object_permission(self, request, view, obj): class DocumentFieldViewMixin (line 1759) | class DocumentFieldViewMixin: method get_queryset (line 1762) | def get_queryset(self): class DocumentFieldViewSet (line 1769) | class DocumentFieldViewSet(DocumentFieldViewMixin, method get_stats_qs (line 1819) | def get_stats_qs(self, qs): method get_queryset (line 1905) | def get_queryset(self): method get_extra_data (line 1911) | def get_extra_data(self, qs, initial_qs): method dispatch (line 1919) | def dispatch(self, request, *args, **kwargs): method destroy (line 1939) | def destroy(self, request, *args, **kwargs): method perform_destroy (line 1950) | def perform_destroy(self, instance): method get_serializer_class (line 1954) | def get_serializer_class(self): method stats (line 1964) | def stats(self, request, *args, **kwargs): method check_field_formula (line 1970) | def check_field_formula(self, request, **kwargs): method check_formula (line 1986) | def check_formula(self, request, **kwargs): method clone_field (line 2003) | def clone_field(cls, source_field, target_document_type, method clone (line 2087) | def clone(self, request, **kwargs): method pre_delete (line 2112) | def pre_delete(self, request, **kwargs): class FieldSimpleSerializer (line 2144) | class FieldSimpleSerializer(serializers.ModelSerializer): class Meta (line 2147) | class Meta: class DocumentFieldCategoryListSerializer (line 2152) | class DocumentFieldCategoryListSerializer(serializers.ModelSerializer): class Meta (line 2157) | class Meta: class DocumentFieldCategoryCreateSerializer (line 2163) | class DocumentFieldCategoryCreateSerializer(ModelFormBasedSerializer): class Meta (line 2168) | class Meta: method set_fields (line 2172) | def set_fields(self, instance: DocumentFieldCategory): method create (line 2178) | def create(self, validated_data): method update (line 2182) | def update(self, instance, validated_data): class DocumentFieldCategoryOptionsSerializer (line 2189) | class DocumentFieldCategoryOptionsSerializer(DocumentFieldCategoryCreate... class Meta (line 2192) | class Meta: class DocumentFieldCategoryPermissions (line 2197) | class DocumentFieldCategoryPermissions(IsAuthenticated): method has_permission (line 2199) | def has_permission(self, request, view): method has_object_permission (line 2204) | def has_object_permission(self, request, view, obj): class DocumentFieldCategoryViewPermissionsMixin (line 2216) | class DocumentFieldCategoryViewPermissionsMixin: method get_queryset (line 2219) | def get_queryset(self): class DocumentFieldCategoryViewSet (line 2229) | class DocumentFieldCategoryViewSet(DocumentFieldCategoryViewPermissionsM... method get_queryset (line 2255) | def get_queryset(self): method get_serializer_class (line 2260) | def get_serializer_class(self): method get_fields_data (line 2265) | def get_fields_data(self): method patched_object_response (line 2283) | def patched_object_response(self, response): method create (line 2289) | def create(self, request, *args, **kwargs): method update (line 2293) | def update(self, request, *args, **kwargs): class DocumentFieldDetectorDetailSerializer (line 2302) | class DocumentFieldDetectorDetailSerializer(SimpleRelationSerializer): class Meta (line 2306) | class Meta: method get_field (line 2315) | def get_field(self, obj): method get_include_regexps (line 2318) | def get_include_regexps(self, obj): function check (line 2324) | def check(func): class DocumentFieldDetectorCreateSerializer (line 2335) | class DocumentFieldDetectorCreateSerializer(ModelFormBasedSerializer): class Meta (line 2338) | class Meta: method __init__ (line 2345) | def __init__(self, *args, **kwargs): method get_warning_message (line 2353) | def get_warning_message(self, obj): method get_field_names (line 2358) | def get_field_names(self, declared_fields, info): method validate (line 2365) | def validate(self, data): method is_valid (line 2371) | def is_valid(self, raise_exception=False): class DocumentFieldDetectorPermissions (line 2383) | class DocumentFieldDetectorPermissions(IsAuthenticated): method has_permission (line 2385) | def has_permission(self, request, view): method has_object_permission (line 2394) | def has_object_permission(self, request, view, obj): class DocumentFieldDetectorViewMixin (line 2406) | class DocumentFieldDetectorViewMixin: method get_queryset (line 2409) | def get_queryset(self): class DocumentFieldDetectorViewSet (line 2416) | class DocumentFieldDetectorViewSet(DocumentFieldDetectorViewMixin, method dispatch (line 2454) | def dispatch(self, request, *args, **kwargs): method get_serializer_class (line 2471) | def get_serializer_class(self): method get_extra_data (line 2476) | def get_extra_data(self, qs, initial_qs): method destroy (line 2484) | def destroy(self, request, *args, **kwargs): method save_doc_detector_action (line 2493) | def save_doc_detector_action(self, detector: DocumentFieldDetector, vi... class FieldDataSerializer (line 2501) | class FieldDataSerializer(DocumentFieldDetailSerializer): class Meta (line 2504) | class Meta: class DocumentTypeDetailSerializer (line 2509) | class DocumentTypeDetailSerializer(SimpleRelationSerializer): class Meta (line 2516) | class Meta: method to_representation (line 2522) | def to_representation(self, instance): class DocumentTypeCreateSerializer (line 2531) | class DocumentTypeCreateSerializer(ModelFormBasedSerializer): class Meta (line 2537) | class Meta: method __init__ (line 2544) | def __init__(self, *args, **kwargs): method get_warning_message (line 2548) | def get_warning_message(self, obj): method set_fields (line 2553) | def set_fields(self, instance: DocumentType): method set_categories (line 2568) | def set_categories(self, instance: DocumentType): method create (line 2605) | def create(self, validated_data): method update (line 2611) | def update(self, instance: DocumentType, validated_data: Dict[str, Any]): method validate_may_delete_data (line 2625) | def validate_may_delete_data(self, errors_dst: dict): method validate_managers (line 2645) | def validate_managers(self, *args, **kwargs): method is_valid (line 2660) | def is_valid(self, raise_exception=False): method save (line 2670) | def save(self, **kwargs): class DocumentTypeOptionsSerializer (line 2676) | class DocumentTypeOptionsSerializer(DocumentTypeCreateSerializer): class Meta (line 2683) | class Meta: method __init__ (line 2689) | def __init__(self, *args, **kwargs): class DocumentTypeForStatsSerializer (line 2695) | class DocumentTypeForStatsSerializer(serializers.Serializer): method __init__ (line 2707) | def __init__(self, *args, **kwargs): method get_fields_data (line 2715) | def get_fields_data(self, obj): class DocumentTypeStatsSerializer (line 2730) | class DocumentTypeStatsSerializer(serializers.Serializer): class DocumentTypeStatsViewSchema (line 2736) | class DocumentTypeStatsViewSchema(ObjectToItemResponseMixin, CustomAutoS... class DocumentTypePermissions (line 2740) | class DocumentTypePermissions(IsAuthenticated): method has_permission (line 2742) | def has_permission(self, request, view): method has_object_permission (line 2751) | def has_object_permission(self, request, view, obj): class DocumentTypeViewMixin (line 2767) | class DocumentTypeViewMixin: method get_queryset (line 2770) | def get_queryset(self): class DocumentTypeViewSet (line 2778) | class DocumentTypeViewSet(DocumentTypeViewMixin, method get_stats_qs (line 2816) | def get_stats_qs(self, qs): method get_queryset (line 2866) | def get_queryset(self): method get_serializer_class (line 2888) | def get_serializer_class(self): method get_extra_data (line 2895) | def get_extra_data(self, qs, initial_qs): method destroy (line 2903) | def destroy(self, request, *args, **kwargs): method perform_destroy (line 2925) | def perform_destroy(self, instance): method get_fields_data (line 2937) | def get_fields_data(self): method stats (line 2953) | def stats(self, request, *args, **kwargs): method user_project_types (line 2957) | def user_project_types(self, request, *args, **kwargs): method import_doc_type (line 2967) | def import_doc_type(self, request, *_args, **_kwargs): method export_doc_type (line 2983) | def export_doc_type(self, request, *_args, **_kwargs): method clone_type (line 2992) | def clone_type(cls, source_document_type: DocumentType, code: str, tit... method clone (line 3063) | def clone(self, request, **kwargs): method pre_delete (line 3089) | def pre_delete(self, request, **kwargs): method scheme_migrations (line 3126) | def scheme_migrations(self, request, **kwargs): function save_document_type (line 3134) | def save_document_type(sender, instance, created, **kwargs): class AnnotationSerializer (line 3141) | class AnnotationSerializer(serializers.ModelSerializer): class Meta (line 3142) | class Meta: class AnnotationUpdateResponseSerializer (line 3149) | class AnnotationUpdateResponseSerializer(serializers.ModelSerializer): class Meta (line 3154) | class Meta: class AnnotationUpdateSchema (line 3161) | class AnnotationUpdateSchema(CustomAutoSchema): class AnnotationDestroySchema (line 3166) | class AnnotationDestroySchema(CustomAutoSchema): method get_responses (line 3167) | def get_responses(self, path, method): function do_save_document_field_value (line 3173) | def do_save_document_field_value(request_data: Dict, user) -> \ function get_annotation_selections (line 3276) | def get_annotation_selections(obj: FieldAnnotation) -> Optional[List[Dic... function cache_and_detect_field_values (line 3292) | def cache_and_detect_field_values(doc: Document, function do_delete_document_field_value (line 3302) | def do_delete_document_field_value(ant_id: int, user) -> Tuple[Document,... function render_error_json (line 3316) | def render_error_json(operation_uid, e: Exception) -> Dict: class AnnotationViewSet (line 3324) | class AnnotationViewSet(viewsets.ModelViewSet): method get_queryset (line 3338) | def get_queryset(self): method initialize_request (line 3345) | def initialize_request(self, request, *args, **kwargs): method update (line 3353) | def update(self, request, *args, **kwargs): method create (line 3368) | def create(self, request, *args, **kwargs): method annotate (line 3384) | def annotate(self, request, *args, **kwargs): method destroy (line 3387) | def destroy(self, request, *args, **kwargs): method save_action (line 3396) | def save_action(self, document, field, action_title=None, value=None): method suggest (line 3440) | def suggest(self, request, *args, **kwargs): method batch (line 3459) | def batch(self, request, *args, **kwargs): class StatsPermissions (line 3504) | class StatsPermissions(IsAuthenticated): method has_permission (line 3506) | def has_permission(self, request, view): class StatsAPIView (line 3510) | class StatsAPIView(rest_framework.views.APIView): method get (line 3514) | def get(self, request, *args, **kwargs): class DocumentFieldValueSerializer (line 3710) | class DocumentFieldValueSerializer(serializers.ModelSerializer): class Meta (line 3719) | class Meta: method get_project (line 3737) | def get_project(self, obj: FieldValue): method to_representation (line 3741) | def to_representation(self, instance): class DocumentFieldValueViewSet (line 3759) | class DocumentFieldValueViewSet(JqListAPIMixin, viewsets.ModelViewSet): method get_queryset (line 3769) | def get_queryset(self): method get_extra_data (line 3828) | def get_extra_data(self, qs, initial_qs): class FieldAnnotationStatusSerializer (line 3839) | class FieldAnnotationStatusSerializer(serializers.ModelSerializer): class Meta (line 3840) | class Meta: class FieldAnnotationStatusPermissions (line 3845) | class FieldAnnotationStatusPermissions(IsAuthenticated): method has_permission (line 3847) | def has_permission(self, request, view): method has_object_permission (line 3852) | def has_object_permission(self, request, view, obj): class FieldAnnotationStatusViewSet (line 3864) | class FieldAnnotationStatusViewSet(JqListAPIMixin, viewsets.ModelViewSet): class AnnotationInDocumentSerializer (line 3881) | class AnnotationInDocumentSerializer(serializers.ModelSerializer): method get_field (line 3884) | def get_field(self, instance: FieldAnnotation): method deserialize_field (line 3887) | def deserialize_field(self, field_code: str): class Meta (line 3894) | class Meta: method create (line 3900) | def create(self, validated_data): method run_validation (line 3908) | def run_validation(self, data: Optional[Dict[str, Any]] = empty): method update (line 3920) | def update(self, instance: FieldAnnotation, validated_data): method to_representation (line 3958) | def to_representation(self, instance: FieldAnnotation): class AnnotationsInDocumentViewSet (line 3975) | class AnnotationsInDocumentViewSet(viewsets.ModelViewSet): method dispatch (line 3978) | def dispatch(self, request, *args, **kwargs): method get_queryset (line 4000) | def get_queryset(self): method perform_destroy (line 4021) | def perform_destroy(self, instance: FieldAnnotation): class DocumentFieldAnnotationSerializer (line 4031) | class DocumentFieldAnnotationSerializer(serializers.ModelSerializer): class Meta (line 4043) | class Meta: method get_field_names (line 4069) | def get_field_names(self, declared_fields, info): method to_representation (line 4081) | def to_representation(self, instance): method update (line 4126) | def update(self, instance, validated_data): class DocumentFieldAnnotationPermissions (line 4138) | class DocumentFieldAnnotationPermissions(IsAuthenticated): method has_permission (line 4140) | def has_permission(self, request, view): method has_object_permission (line 4148) | def has_object_permission(self, request, view, obj): class DocumentFieldAnnotationViewSet (line 4159) | class DocumentFieldAnnotationViewSet(JqListAPIMixin, viewsets.ReadOnlyMo... method for_user (line 4192) | def for_user(self, request, *args, **kwrags): method get_object (line 4195) | def get_object(self): method get_initial_queryset (line 4235) | def get_initial_queryset(self, model): method get_true_annotations_queryset (line 4284) | def get_true_annotations_queryset(self): method get_false_annotations_queryset (line 4322) | def get_false_annotations_queryset(self): method get_assignee_data (line 4347) | def get_assignee_data(self, true_ann_qs: QuerySet, false_ann_qs: Query... method get_queryset (line 4375) | def get_queryset(self, **kwargs): method get_queryset_ids (line 4443) | def get_queryset_ids(self, **kwargs): method sort_queryset (line 4479) | def sort_queryset(self, queryset): method filter_queryset (line 4496) | def filter_queryset(self, queryset): method get_extra_data (line 4505) | def get_extra_data(self, queryset, initial_queryset): method post_process_data (line 4516) | def post_process_data(self, data: Dict) -> Dict: method apply_saved_filters (line 4534) | def apply_saved_filters(self): FILE: contraxsuite_services/apps/document/app_vars.py function validate_table_parser (line 40) | def validate_table_parser(table_parser: str): FILE: contraxsuite_services/apps/document/apps.py class DocumentConfig (line 37) | class DocumentConfig(AppConfig): method ready (line 41) | def ready(self): FILE: contraxsuite_services/apps/document/async_notifications.py function _user_to_dto (line 50) | def _user_to_dto(user: User) -> Optional[Dict]: function _annotation_to_dto (line 60) | def _annotation_to_dto(instance: FieldAnnotation) -> Optional[Dict]: function _get_user_dto (line 67) | def _get_user_dto(instance): function safe_failure (line 71) | def safe_failure(func): function _notify_field_value_saved (line 86) | def _notify_field_value_saved(instance: FieldValue, deleted=False): function notify_field_value_saved (line 103) | def notify_field_value_saved(instance: FieldValue): function notify_field_value_deleted (line 107) | def notify_field_value_deleted(instance: FieldValue): function notify_field_annotation_saved (line 112) | def notify_field_annotation_saved(instance: FieldAnnotation): function notify_field_annotation_deleted (line 122) | def notify_field_annotation_deleted(instance: FieldAnnotation): function document_field_detection_failed_impl (line 131) | def document_field_detection_failed_impl(sender, function document_field_detection_failed_listener (line 167) | def document_field_detection_failed_listener(sender, **kwargs): function notify_on_document_changes (line 171) | def notify_on_document_changes(doc_id: int, message: ChannelMessage): FILE: contraxsuite_services/apps/document/async_tasks/detect_field_values_task.py class DetectFieldValues (line 52) | class DetectFieldValues(ExtendedTask): method process (line 55) | def process(self, method detect_field_values_for_document (line 168) | def detect_field_values_for_document(task: ExtendedTask, method notify_on_completed_detect_action (line 219) | def notify_on_completed_detect_action(_self, FILE: contraxsuite_services/apps/document/constants.py class DocumentGenericField (line 51) | class DocumentGenericField(enum.Enum): method specified_in (line 54) | def specified_in(self, field_spec: FieldSpec): class DocumentSystemField (line 58) | class DocumentSystemField(enum.Enum): method specified_in (line 67) | def specified_in(self, field_spec: FieldSpec): FILE: contraxsuite_services/apps/document/document_class.py class DocumentClass (line 36) | class DocumentClass: # (Enum): FILE: contraxsuite_services/apps/document/document_interface.py class IMultichoiceField (line 38) | class IMultichoiceField(Interface): FILE: contraxsuite_services/apps/document/field_detection/csv_regexps_field_detection_strategy.py class CsvRegexpsDetectionRow (line 46) | class CsvRegexpsDetectionRow: method __init__ (line 47) | def __init__(self, method find_value (line 55) | def find_value(self, text: str) -> Optional[Tuple[str, int, int]]: method __repr__ (line 60) | def __repr__(self): class CsvRegexpsDetectionCache (line 64) | class CsvRegexpsDetectionCache: method get_detectors (line 68) | def get_detectors(cls, method build_detectors (line 99) | def build_detectors(cls, method log_error (line 131) | def log_error(cls, method get_detector_hash (line 138) | def get_detector_hash(cls, field_id: str): method get_detector_object (line 144) | def get_detector_object(cls, field_id: str) -> DocumentFieldMultilineR... method save_detector_settings (line 149) | def save_detector_settings(cls, detector: DocumentFieldMultilineRegexD... class CsvRegexpsFieldDetectionStrategy (line 153) | class CsvRegexpsFieldDetectionStrategy(FieldDetectionStrategy): method has_problems_with_field (line 158) | def has_problems_with_field(cls, field: DocumentField) -> Optional[str]: method train_document_field_detector_model (line 162) | def train_document_field_detector_model(cls, method detect_field_value (line 173) | def detect_field_value(cls, method get_document_text (line 225) | def get_document_text(cls, doc: Document) -> str: FILE: contraxsuite_services/apps/document/field_detection/detect_field_values_params.py class DocDetectFieldValuesParams (line 42) | class DocDetectFieldValuesParams(Serializable): method __init__ (line 43) | def __init__(self, method wrap (line 63) | def wrap(cls, d: Dict) -> 'DocDetectFieldValuesParams': FILE: contraxsuite_services/apps/document/field_detection/detector_field_matcher.py class DetectorFieldMatcher (line 45) | class DetectorFieldMatcher: method extraction_hint (line 52) | def extraction_hint(self) -> str: method __init__ (line 55) | def __init__(self, detector: DocumentFieldDetector): method _clean_def_words (line 58) | def _clean_def_words(self, s: str): method _matches_definition_words (line 62) | def _matches_definition_words(self, text: str, text_is_sentence: bool)... method matches (line 84) | def matches(self, text: str, text_is_sentence: bool = True) -> \ method matching_string (line 107) | def matching_string(self, text: str, text_is_sentence: bool = True) ->... method _match_include_regexp_or_none (line 120) | def _match_include_regexp_or_none(self, method validate_detected_value (line 138) | def validate_detected_value(cls, field_type: str, detected_value: str)... method get_validated_detected_value (line 151) | def get_validated_detected_value(self, field=None) -> str: method get_detector_code (line 164) | def get_detector_code(self) -> str: method get_logger (line 172) | def get_logger() -> Logger: FILE: contraxsuite_services/apps/document/field_detection/field_based_ml_field_detection.py function init_classifier_impl (line 55) | def init_classifier_impl(field_code: str, init_script: str): class FieldBasedMLOnlyFieldDetectionStrategy (line 89) | class FieldBasedMLOnlyFieldDetectionStrategy(FieldDetectionStrategy): method has_problems_with_field (line 93) | def has_problems_with_field(cls, field: DocumentField) -> Optional[str]: method init_classifier (line 98) | def init_classifier(cls, field: DocumentField): method build_pipeline (line 104) | def build_pipeline(cls, method get_depends_on_code_type (line 132) | def get_depends_on_code_type(cls, field: DocumentField) -> List[Tuple[... method remove_empty_fields (line 136) | def remove_empty_fields(cls, depends_on_code_type, train_data) -> List... method get_categories (line 150) | def get_categories(cls, field: DocumentField) -> List[str]: method train_document_field_detector_model (line 154) | def train_document_field_detector_model(cls, method get_train_values (line 264) | def get_train_values(cls, method detect_field_value (line 291) | def detect_field_value(cls, class FieldBasedMLWithUnsureCatFieldDetectionStrategy (line 321) | class FieldBasedMLWithUnsureCatFieldDetectionStrategy(FieldBasedMLOnlyFi... method get_categories (line 325) | def get_categories(cls, field: DocumentField) -> List[str]: method detect_field_value (line 332) | def detect_field_value(cls, FILE: contraxsuite_services/apps/document/field_detection/field_classifier_suggestion.py function store_classification_suggestion (line 41) | def store_classification_suggestion(field: DocumentField, function ensure_document_classifier (line 55) | def ensure_document_classifier(field: DocumentField) -> DocumentClassifier: FILE: contraxsuite_services/apps/document/field_detection/field_detection.py function train_document_field_detector_model (line 82) | def train_document_field_detector_model(log: ProcessLogger, function detect_field_value (line 100) | def detect_field_value(log: ProcessLogger, function suggest_field_value (line 125) | def suggest_field_value(doc: Document, field: DocumentField) -> Any: class FieldDetectionError (line 132) | class FieldDetectionError(Exception): function detect_and_cache_field_values_for_document (line 139) | def detect_and_cache_field_values_for_document(log: ProcessLogger, function format_value_short_str (line 342) | def format_value_short_str(val: Any) -> str: FILE: contraxsuite_services/apps/document/field_detection/field_detection_celery_api.py function run_detect_field_values_for_document (line 39) | def run_detect_field_values_for_document(dcptrs: DocDetectFieldValuesPar... function run_detect_field_values_as_sub_tasks (line 49) | def run_detect_field_values_as_sub_tasks(parent: 'ExtendedTask', FILE: contraxsuite_services/apps/document/field_detection/field_detection_repository.py class FieldDetectionRepository (line 43) | class FieldDetectionRepository: method get_qs_active_modified_document_ids (line 44) | def get_qs_active_modified_document_ids(self, field: DocumentField, method get_qs_finished_document_ids (line 52) | def get_qs_finished_document_ids(self, document_type: DocumentType, pr... method get_approved_documents_number (line 61) | def get_approved_documents_number(self, field: DocumentField, project_... FILE: contraxsuite_services/apps/document/field_detection/fields_detection_abstractions.py class FieldDetectionStrategy (line 41) | class FieldDetectionStrategy: method has_problems_with_field (line 45) | def has_problems_with_field(cls, field: DocumentField) -> Optional[str]: method train_document_field_detector_model (line 54) | def train_document_field_detector_model(cls, method detect_field_value (line 64) | def detect_field_value(cls, method reduce_textunits_by_detection_limit (line 72) | def reduce_textunits_by_detection_limit( class DisabledFieldDetectionStrategy (line 131) | class DisabledFieldDetectionStrategy(FieldDetectionStrategy): method has_problems_with_field (line 135) | def has_problems_with_field(cls, field: DocumentField) -> Optional[str]: method train_document_field_detector_model (line 139) | def train_document_field_detector_model(cls, method detect_field_value (line 148) | def detect_field_value(cls, FILE: contraxsuite_services/apps/document/field_detection/formula_based_field_detection.py class DocumentFieldFormulaError (line 50) | class DocumentFieldFormulaError(RuntimeError): method __init__ (line 51) | def __init__(self, field_code, formula, field_values): class FormulaBasedFieldDetectionStrategy (line 65) | class FormulaBasedFieldDetectionStrategy(FieldDetectionStrategy): method has_problems_with_field (line 69) | def has_problems_with_field(cls, field: DocumentField) -> Optional[str]: method train_document_field_detector_model (line 74) | def train_document_field_detector_model(cls, method calc_formula (line 84) | def calc_formula(cls, method detect_field_value (line 106) | def detect_field_value(cls, FILE: contraxsuite_services/apps/document/field_detection/mlflow_field_detection.py class MLFlowModelBasedFieldDetectionStrategy (line 48) | class MLFlowModelBasedFieldDetectionStrategy(FieldDetectionStrategy): method test_model (line 53) | def test_model(cls, model_uri: str): method has_problems_with_field (line 60) | def has_problems_with_field(cls, field: DocumentField) -> Optional[str]: method train_document_field_detector_model (line 78) | def train_document_field_detector_model(cls, method detect_field_value (line 88) | def detect_field_value(cls, FILE: contraxsuite_services/apps/document/field_detection/regexps_and_text_based_ml_field_detection.py class TextBasedMLFieldDetectionStrategy (line 61) | class TextBasedMLFieldDetectionStrategy(FieldDetectionStrategy): method has_problems_with_field (line 66) | def has_problems_with_field(cls, field: DocumentField) -> Optional[str]: method get_user_data (line 70) | def get_user_data(cls, field: DocumentField, method get_external_field_values (line 84) | def get_external_field_values(cls, field) -> List[dict]: method get_no_field_text_units (line 92) | def get_no_field_text_units(cls, document_type: DocumentType, text_uni... method init_classifier (line 99) | def init_classifier(cls, field: DocumentField): method train_model (line 105) | def train_model(cls, log: ProcessLogger, field: DocumentField, train_d... method get_train_data_sets (line 190) | def get_train_data_sets(cls, field: DocumentField, project_ids: Option... method get_train_datasets_from_projects (line 201) | def get_train_datasets_from_projects(cls, method train_document_field_detector_model (line 211) | def train_document_field_detector_model(cls, method predict_value (line 237) | def predict_value(cls, sklearn_model: SkLearnClassifierModel, text: st... method predict_and_extract_value (line 245) | def predict_and_extract_value(cls, sklearn_model: SkLearnClassifierModel, method detect_field_value (line 275) | def detect_field_value(cls, FILE: contraxsuite_services/apps/document/field_detection/regexps_field_detection.py class ValueExtractionFunctionThrownException (line 54) | class ValueExtractionFunctionThrownException(CausedException): method __init__ (line 55) | def __init__(self, message: str, cause: Optional[Exception] = None): class CaughtErrorWhileApplyingFieldDetector (line 60) | class CaughtErrorWhileApplyingFieldDetector(CausedException): method __init__ (line 61) | def __init__(self, message: str, cause: Optional[Exception] = None): class RegexpsOnlyFieldDetectionStrategy (line 66) | class RegexpsOnlyFieldDetectionStrategy(FieldDetectionStrategy): method has_problems_with_field (line 72) | def has_problems_with_field(cls, field: DocumentField) -> Optional[str]: method train_document_field_detector_model (line 76) | def train_document_field_detector_model(cls, method detect_field_value (line 87) | def detect_field_value(cls, method extract_from_textunit (line 129) | def extract_from_textunit(cls, class FieldBasedRegexpsDetectionStrategy (line 195) | class FieldBasedRegexpsDetectionStrategy(FieldDetectionStrategy): method has_problems_with_field (line 199) | def has_problems_with_field(cls, field: DocumentField) -> Optional[str]: method train_document_field_detector_model (line 203) | def train_document_field_detector_model(cls, method detect_field_value (line 214) | def detect_field_value(cls, class CsvDetectorImporter (line 258) | class CsvDetectorImporter: method __init__ (line 263) | def __init__(self, method process_csv (line 304) | def process_csv(self, csv: bytes) -> None: method save_detector_settings (line 392) | def save_detector_settings(self, detectors_by_value: Dict[str, List[st... method save_detector_settings_csv (line 414) | def save_detector_settings_csv(self, detectors_by_value: Dict[str, Lis... method join_value_with_search_cells (line 449) | def join_value_with_search_cells(cls, fval: str, include_reg_cells: An... method get_search_columns (line 458) | def get_search_columns(self) -> None: method get_numbers_from_str (line 470) | def get_numbers_from_str(self) -> Tuple[List[int], List[int]]: method pre_process_regexp_option (line 502) | def pre_process_regexp_option(self, source_choices: List[str]) -> List... FILE: contraxsuite_services/apps/document/field_detection/tests/test_csv_regexps_detection_cache.py class CsvRegexpsDetectionCacheMock (line 46) | class CsvRegexpsDetectionCacheMock(CsvRegexpsDetectionCache): method get_detector_hash (line 51) | def get_detector_hash(cls, field_id: str): method get_detector_object (line 58) | def get_detector_object(cls, field_id: str) -> DocumentFieldMultilineR... method save_detector_settings (line 64) | def save_detector_settings(cls, detector: DocumentFieldMultilineRegexD... class CsvRegexpsFieldDetectionStrategyMock (line 68) | class CsvRegexpsFieldDetectionStrategyMock(CsvRegexpsFieldDetectionStrat... method get_document_text (line 73) | def get_document_text(cls, doc: Document) -> str: function setup_mock (line 81) | def setup_mock(): class TestCsvRegexpsDetectionCache (line 105) | class TestCsvRegexpsDetectionCache(TestCase): method test_detect_field_value (line 106) | def test_detect_field_value(self): method test_get_detector_wo_cache (line 127) | def test_get_detector_wo_cache(self): method test_changed_detectors_are_reloaded (line 142) | def test_changed_detectors_are_reloaded(self): method log_message (line 159) | def log_message(self, msg, e=None): FILE: contraxsuite_services/apps/document/field_detection/tests/test_document_field_multiline_regex_detector.py class TestDocumentFieldMultilineRegexDetector (line 46) | class TestDocumentFieldMultilineRegexDetector(TestCase): method test_checksum (line 58) | def test_checksum(self): method test_get_as_pd (line 70) | def test_get_as_pd(self): method test_combine_dfs (line 77) | def test_combine_dfs(self): FILE: contraxsuite_services/apps/document/field_detection/tests/test_formula_error_detector.py class TestFormulaErrorDetector (line 40) | class TestFormulaErrorDetector(TestCase): method non_test_formula_ok (line 41) | def non_test_formula_ok(self): FILE: contraxsuite_services/apps/document/field_detection/tests/test_pre_process_regexp_option.py class TestRegexpsOnlyFieldDetectionStrategy (line 42) | class TestRegexpsOnlyFieldDetectionStrategy(TestCase): method test_fred (line 43) | def test_fred(self): method test_replace_conjunction (line 50) | def test_replace_conjunction(self): method test_remove_comp_abbreviation (line 58) | def test_remove_comp_abbreviation(self): method test_comp_abbr_space_extra (line 72) | def test_comp_abbr_space_extra(self): method test_fix_regexp (line 79) | def test_fix_regexp(self): method test_regex_recognizes_source (line 92) | def test_regex_recognizes_source(self): method make_importer (line 119) | def make_importer() -> CsvDetectorImporter: FILE: contraxsuite_services/apps/document/field_detection/tests/test_regex_only_detection_strategy.py class TestRegexpsOnlyFieldDetectionStrategy (line 47) | class TestRegexpsOnlyFieldDetectionStrategy(TestCase): method test_extract_from_textunit_empty (line 48) | def test_extract_from_textunit_empty(self): method test_extract_from_textunit_match (line 55) | def test_extract_from_textunit_match(self): method test_extract_from_textunit_after_match (line 66) | def test_extract_from_textunit_after_match(self): class RegexTestContext (line 86) | class RegexTestContext: method __init__ (line 87) | def __init__(self, text: str, field_type: str): FILE: contraxsuite_services/apps/document/field_detection/tests/test_regexps_field_detection.py class MockTextUnit (line 46) | class MockTextUnit: method __init__ (line 47) | def __init__(self, method is_sentence (line 59) | def is_sentence(self): class MockDocument (line 63) | class MockDocument: method __init__ (line 64) | def __init__(self, *args, **kwargs): method full_text (line 71) | def full_text(self): class MockTextUnitRepository (line 75) | class MockTextUnitRepository(BaseTextUnitRepository): method __init__ (line 76) | def __init__(self): method get_doc_text_units (line 79) | def get_doc_text_units( class MockFieldDetectorRepository (line 92) | class MockFieldDetectorRepository(BaseFieldDetectorRepository): method __init__ (line 93) | def __init__(self): method get_field_detectors (line 96) | def get_field_detectors(self, field: DocumentField) -> \ class TestRegexpsOnlyFieldDetectionStrategy (line 101) | class TestRegexpsOnlyFieldDetectionStrategy(TestCase): method test_fred (line 105) | def test_fred(self) -> None: method test_order_field_detection (line 122) | def test_order_field_detection(self) -> None: method test_detection_limits (line 138) | def test_detection_limits(self) -> None: method test_geographyfield_detection (line 157) | def test_geographyfield_detection(self) -> None: method test_uppercase (line 184) | def test_uppercase(self) -> None: method test_definition_words (line 204) | def test_definition_words(self): method test_definition_words_mix_case (line 220) | def test_definition_words_mix_case(self): method detect_values_in_document (line 236) | def detect_values_in_document(self, method make_doc_field (line 266) | def make_doc_field(**kwargs) -> DocumentField: method make_doc_field_detector (line 281) | def make_doc_field_detector(exclude_regexps: Optional[str] = None, method setup_document (line 302) | def setup_document(text_units: List[MockTextUnit]) -> MockDocument: FILE: contraxsuite_services/apps/document/field_detection/text_based_ml.py function word_position_tokenizer (line 46) | def word_position_tokenizer(sentence: str): function encode_category (line 69) | def encode_category(field_uid, choice_value, extraction_hint) -> str: function parse_category (line 77) | def parse_category(category: str) -> Tuple[Optional[str], Optional[str],... class ModelCategory (line 88) | class ModelCategory: method __init__ (line 89) | def __init__(self, document_field_uid, choice_or_hint) -> None: method name (line 93) | def name(self): method from_name (line 101) | def from_name(name: str): class SkLearnClassifierModel (line 112) | class SkLearnClassifierModel: method __init__ (line 115) | def __init__(self, sklearn_model, target_names) -> None: method detect_category_names_for_sentence (line 119) | def detect_category_names_for_sentence(self, sentence: str) -> List[str]: method detect_category_names_to_spans (line 133) | def detect_category_names_to_spans(self, text: str, field: str = None) \ FILE: contraxsuite_services/apps/document/field_processing/document_vectorizers.py function wrap_feature_names_with_field_code (line 43) | def wrap_feature_names_with_field_code(feature_names_func: Callable, fie... class FieldValueExtractor (line 47) | class FieldValueExtractor(VectorizerStep): method __init__ (line 48) | def __init__(self, field_code) -> None: method transform (line 52) | def transform(self, field_values_dicts: List[Dict[str, Any]], *args, *... method get_feature_names (line 55) | def get_feature_names(self) -> List[str]: function document_feature_vector_pipeline (line 59) | def document_feature_vector_pipeline(feature_vector_fields: List[Documen... FILE: contraxsuite_services/apps/document/field_processing/field_processing_utils.py function order_field_detection (line 37) | def order_field_detection( function get_dependent_fields (line 70) | def get_dependent_fields( FILE: contraxsuite_services/apps/document/field_processing/tests/test_fields_processing_utils.py class TestFieldsProcessingUtils (line 39) | class TestFieldsProcessingUtils(TestCase): method test_order_field_detection (line 40) | def test_order_field_detection(self) -> None: method test_required_fields (line 49) | def test_required_fields(self) -> None: method test_order_field_detection_empty (line 63) | def test_order_field_detection_empty(self) -> None: FILE: contraxsuite_services/apps/document/field_processing/tests/test_number_vectorizer.py class TestNumberVectorizer (line 43) | class TestNumberVectorizer(TestCase): method test_convertible (line 44) | def test_convertible(self): FILE: contraxsuite_services/apps/document/field_processing/tests/test_recurring_date_vectorizer.py class TestRecurringDateVectorizer (line 42) | class TestRecurringDateVectorizer(TestCase): method test_feature_names (line 43) | def test_feature_names(self): method test_dates (line 55) | def test_dates(self): FILE: contraxsuite_services/apps/document/field_processing/tests/test_serial_date_vectorizer.py class TestSerialDateVectorizer (line 42) | class TestSerialDateVectorizer(TestCase): method test_feature_names (line 43) | def test_feature_names(self): method test_dates (line 48) | def test_dates(self): FILE: contraxsuite_services/apps/document/field_processing/vectorizers.py class VectorizerStep (line 41) | class VectorizerStep: method fit (line 42) | def fit(self, field_values_or_anything: List, *args, **kwargs): method fit_transform (line 45) | def fit_transform(self, field_values_or_anything: List, *args, **kwargs): method transform (line 49) | def transform(self, field_values_or_anything: List, *args, **kwargs): method get_feature_names (line 52) | def get_feature_names(self) -> List[str]: class TupleItemSelector (line 56) | class TupleItemSelector(VectorizerStep): method __init__ (line 57) | def __init__(self, item_index: int) -> None: method transform (line 61) | def transform(self, tuples: List, *args, **kwargs): method get_feature_names (line 64) | def get_feature_names(self) -> List[str]: function whole_value_as_token (line 68) | def whole_value_as_token(value: str) -> List[str]: function set_items_as_tokens (line 72) | def set_items_as_tokens(value: Union[str, Set, List]) -> List[str]: function set_items_as_tokens_preprocessor (line 76) | def set_items_as_tokens_preprocessor(value: Union[str, Set, List]): class ReplaceNoneTransformer (line 82) | class ReplaceNoneTransformer(VectorizerStep): method __init__ (line 83) | def __init__(self, default_value) -> None: method transform (line 87) | def transform(self, field_values_or_anything: List, *args, **kwargs): method get_feature_names (line 90) | def get_feature_names(self) -> List[str]: class DictItemSelector (line 94) | class DictItemSelector(VectorizerStep): method __init__ (line 95) | def __init__(self, item: str, processor: Callable = None) -> None: method transform (line 100) | def transform(self, field_values_or_anything: List[Dict], *args, **kwa... method get_feature_names (line 103) | def get_feature_names(self) -> List[str]: class RecurringDateVectorizer (line 107) | class RecurringDateVectorizer(VectorizerStep): method transform (line 115) | def transform(self, field_values: List[Union[datetime, date]], *args, ... method get_feature_names (line 143) | def get_feature_names(self) -> List[str]: class SerialDateVectorizer (line 147) | class SerialDateVectorizer(VectorizerStep): method get_feature_names (line 155) | def get_feature_names(self) -> List[str]: method transform (line 158) | def transform(self, field_values: List[Union[datetime, date]], *args, ... class NumberVectorizer (line 183) | class NumberVectorizer(VectorizerStep): method __init__ (line 184) | def __init__(self, to_float_converter: Callable = None) -> None: method fit (line 191) | def fit(self, field_values_or_anything: List, *args, **kwargs): method fit_transform (line 206) | def fit_transform(self, field_values_or_anything: List, *args, **kwargs): method transform (line 210) | def transform(self, field_values_or_anything: List, *args, **kwargs): method get_feature_names (line 218) | def get_feature_names(self) -> List[str]: FILE: contraxsuite_services/apps/document/field_type_registry.py function init_field_type_registry (line 44) | def init_field_type_registry(): FILE: contraxsuite_services/apps/document/field_types.py function to_decimal (line 62) | def to_decimal(v, decimal_places=6) -> Optional[float]: function to_int (line 93) | def to_int(v) -> Optional[int]: class TypedField (line 100) | class TypedField: method __init__ (line 124) | def __init__(self, field: DocumentField) -> None: method is_there_annotation_matching_field_value (line 128) | def is_there_annotation_matching_field_value(self, field_value: Any, a... method annotation_value_matches_field_value (line 133) | def annotation_value_matches_field_value(self, field_value: Any, annot... method is_json_field_value_ok (line 136) | def is_json_field_value_ok(self, val: Any): method is_python_field_value_ok (line 139) | def is_python_field_value_ok(self, val: Any): method is_python_annotation_value_ok (line 142) | def is_python_annotation_value_ok(self, val: Any) -> bool: method is_json_annotation_value_ok (line 145) | def is_json_annotation_value_ok(self, val: Any): method field_value_python_to_json (line 148) | def field_value_python_to_json(self, python_value: Any) -> Any: method field_value_json_to_python (line 151) | def field_value_json_to_python(self, json_value: Any) -> Any: method annotation_value_python_to_json (line 154) | def annotation_value_python_to_json(self, python_value: Any) -> Any: method annotation_value_json_to_python (line 157) | def annotation_value_json_to_python(self, json_value: Any) -> Any: method _extract_variants_from_text (line 160) | def _extract_variants_from_text(self, text: str, method extract_from_possible_value (line 164) | def extract_from_possible_value(self, possible_value): method extract_from_possible_value_text (line 167) | def extract_from_possible_value_text(self, possible_value_or_text, method pick_hint_by_searching_for_value_among_extracted (line 193) | def pick_hint_by_searching_for_value_among_extracted(self, method get_or_extract_value (line 215) | def get_or_extract_value(self, method suggest_value (line 257) | def suggest_value(self, method example_python_value (line 264) | def example_python_value(self): method _wrap_get_feature_names (line 268) | def _wrap_get_feature_names(cls, vectorizer_step): method _build_stop_words (line 280) | def _build_stop_words(self) -> Set[str]: method build_vectorization_pipeline (line 288) | def build_vectorization_pipeline(self) -> Tuple[List[Tuple[str, Any]],... method by (line 312) | def by(field: DocumentField) -> 'TypedField': method replace_decimals_with_floats_in_python_value_of_any_type (line 326) | def replace_decimals_with_floats_in_python_value_of_any_type(cls, v): class MultiValueField (line 355) | class MultiValueField(TypedField): method build_json_field_value_from_json_ant_values (line 357) | def build_json_field_value_from_json_ant_values(self, method update_field_value_by_changing_annotations (line 363) | def update_field_value_by_changing_annotations(self, class MultiValueSetField (line 373) | class MultiValueSetField(MultiValueField): method is_there_annotation_matching_field_value (line 375) | def is_there_annotation_matching_field_value(self, field_value: List, ... method annotation_value_matches_field_value (line 385) | def annotation_value_matches_field_value(self, field_value: List, anno... method update_field_value_by_changing_annotations (line 390) | def update_field_value_by_changing_annotations(self, method build_json_field_value_from_json_ant_values (line 419) | def build_json_field_value_from_json_ant_values(self, method field_value_python_to_json (line 427) | def field_value_python_to_json(self, python_value: Set) -> Any: method field_value_json_to_python (line 430) | def field_value_json_to_python(self, json_value: Any) -> Any: method annotation_value_python_to_json (line 433) | def annotation_value_python_to_json(self, python_value: Any) -> Any: method annotation_value_json_to_python (line 436) | def annotation_value_json_to_python(self, json_value: Any) -> Any: class StringField (line 440) | class StringField(TypedField): method is_json_field_value_ok (line 447) | def is_json_field_value_ok(self, val: Any): method example_python_value (line 450) | def example_python_value(self): method _extract_variants_from_text (line 453) | def _extract_variants_from_text(self, text: str, class StringFieldWholeValueAsAToken (line 467) | class StringFieldWholeValueAsAToken(StringField): method build_vectorization_pipeline (line 474) | def build_vectorization_pipeline(self) -> Tuple[List[Tuple[str, Any]],... class LongTextField (line 483) | class LongTextField(TypedField): method is_json_field_value_ok (line 490) | def is_json_field_value_ok(self, val: Any): method example_python_value (line 493) | def example_python_value(self): method _extract_variants_from_text (line 496) | def _extract_variants_from_text(self, text: str, class ChoiceField (line 510) | class ChoiceField(TypedField): method is_json_field_value_ok (line 518) | def is_json_field_value_ok(self, val: Any): method extract_from_possible_value (line 527) | def extract_from_possible_value(self, possible_value): method _extract_variants_from_text (line 531) | def _extract_variants_from_text(self, text: str, method example_python_value (line 535) | def example_python_value(self): method build_vectorization_pipeline (line 539) | def build_vectorization_pipeline(self) -> Tuple[List[Tuple[str, Any]],... method check_choice_values_list (line 548) | def check_choice_values_list( class MultiChoiceField (line 570) | class MultiChoiceField(ChoiceField, MultiValueSetField): method is_json_annotation_value_ok (line 579) | def is_json_annotation_value_ok(self, val: Any): method is_json_field_value_ok (line 587) | def is_json_field_value_ok(self, val: Any): method is_python_field_value_ok (line 600) | def is_python_field_value_ok(self, val: Any): method example_python_value (line 613) | def example_python_value(self): method build_vectorization_pipeline (line 622) | def build_vectorization_pipeline(self) -> Tuple[List[Tuple[str, Any]],... class LinkedDocumentsField (line 632) | class LinkedDocumentsField(MultiValueSetField): method is_json_field_value_ok (line 640) | def is_json_field_value_ok(self, val: Any): method is_json_annotation_value_ok (line 649) | def is_json_annotation_value_ok(self, val: Any): method is_python_field_value_ok (line 654) | def is_python_field_value_ok(self, val: Any): method extract_from_possible_value (line 664) | def extract_from_possible_value(self, possible_value): method _extract_variants_from_text (line 679) | def _extract_variants_from_text(self, text: str, method example_python_value (line 683) | def example_python_value(self): method build_vectorization_pipeline (line 689) | def build_vectorization_pipeline(self) -> Tuple[List[Tuple[str, Any]],... class DateTimeField (line 706) | class DateTimeField(TypedField): method is_json_field_value_ok (line 714) | def is_json_field_value_ok(self, val: Any): method is_python_field_value_ok (line 723) | def is_python_field_value_ok(self, val: Any): method field_value_python_to_json (line 726) | def field_value_python_to_json(self, python_value: Any) -> Any: method field_value_json_to_python (line 729) | def field_value_json_to_python(self, json_value: Any) -> Any: method extract_from_possible_value (line 734) | def extract_from_possible_value(self, possible_value): method _extract_variants_from_text (line 742) | def _extract_variants_from_text(self, text: str, method example_python_value (line 757) | def example_python_value(self): method build_vectorization_pipeline (line 760) | def build_vectorization_pipeline(self) -> Tuple[List[Tuple[str, Any]],... class DateField (line 765) | class DateField(TypedField): method is_json_field_value_ok (line 773) | def is_json_field_value_ok(self, val: Any): method is_python_annotation_value_ok (line 782) | def is_python_annotation_value_ok(self, val: Any): method is_python_field_value_ok (line 785) | def is_python_field_value_ok(self, val: Any): method field_value_python_to_json (line 788) | def field_value_python_to_json(self, python_value: Any) -> Any: method field_value_json_to_python (line 795) | def field_value_json_to_python(self, json_value: Any) -> Any: method extract_from_possible_value (line 807) | def extract_from_possible_value(self, possible_value): method _extract_variants_from_text (line 817) | def _extract_variants_from_text(self, text: str, method example_python_value (line 830) | def example_python_value(self): method build_vectorization_pipeline (line 833) | def build_vectorization_pipeline(self) -> Tuple[List[Tuple[str, Any]],... class RecurringDateField (line 838) | class RecurringDateField(DateField): method build_vectorization_pipeline (line 842) | def build_vectorization_pipeline(self) -> Tuple[List[Tuple[str, Any]],... class FloatField (line 847) | class FloatField(TypedField): method is_json_field_value_ok (line 855) | def is_json_field_value_ok(self, val: Any): method field_value_python_to_json (line 858) | def field_value_python_to_json(self, python_value: Any) -> Any: method field_value_json_to_python (line 861) | def field_value_json_to_python(self, json_value: Any) -> Any: method extract_from_possible_value (line 864) | def extract_from_possible_value(self, possible_value): method _extract_variants_from_text (line 867) | def _extract_variants_from_text(self, text: str, method example_python_value (line 872) | def example_python_value(self): method build_vectorization_pipeline (line 875) | def build_vectorization_pipeline(self) -> Tuple[List[Tuple[str, Any]],... class IntField (line 880) | class IntField(TypedField): method is_json_field_value_ok (line 888) | def is_json_field_value_ok(self, val: Any): method field_value_python_to_json (line 891) | def field_value_python_to_json(self, python_value: Any) -> Any: method field_value_json_to_python (line 894) | def field_value_json_to_python(self, json_value: Any) -> Any: method extract_from_possible_value (line 897) | def extract_from_possible_value(self, possible_value): method _extract_variants_from_text (line 900) | def _extract_variants_from_text(self, text: str, method example_python_value (line 909) | def example_python_value(self): method build_vectorization_pipeline (line 912) | def build_vectorization_pipeline(self) -> Tuple[List[Tuple[str, Any]],... class AddressField (line 917) | class AddressField(TypedField): method is_json_field_value_ok (line 924) | def is_json_field_value_ok(self, val: Any): method _get_from_geocode (line 933) | def _get_from_geocode(address: str): method extract_from_possible_value (line 944) | def extract_from_possible_value(self, possible_value): method _extract_variants_from_text (line 952) | def _extract_variants_from_text(self, text: str, method example_python_value (line 970) | def example_python_value(self): method build_vectorization_pipeline (line 980) | def build_vectorization_pipeline(self) -> Tuple[List[Tuple[str, Any]],... class CompanyField (line 989) | class CompanyField(TypedField): method is_json_field_value_ok (line 996) | def is_json_field_value_ok(self, val: Any): method extract_from_possible_value (line 999) | def extract_from_possible_value(self, possible_value): method _extract_variants_from_text (line 1003) | def _extract_variants_from_text(self, text: str, method example_python_value (line 1014) | def example_python_value(self): method build_vectorization_pipeline (line 1017) | def build_vectorization_pipeline(self) -> Tuple[List[Tuple[str, Any]],... class DurationField (line 1025) | class DurationField(TypedField): method is_json_field_value_ok (line 1034) | def is_json_field_value_ok(self, val: Any): method field_value_python_to_json (line 1037) | def field_value_python_to_json(self, python_value: Any) -> Any: method field_value_json_to_python (line 1040) | def field_value_json_to_python(self, json_value: Any) -> Any: method extract_from_possible_value (line 1043) | def extract_from_possible_value(self, possible_value): method _extract_variants_from_text (line 1046) | def _extract_variants_from_text(self, text: str, method example_python_value (line 1053) | def example_python_value(self): method build_vectorization_pipeline (line 1056) | def build_vectorization_pipeline(self) -> Tuple[List[Tuple[str, Any]],... class PercentField (line 1061) | class PercentField(TypedField): method is_json_field_value_ok (line 1070) | def is_json_field_value_ok(self, val: Any): method field_value_python_to_json (line 1073) | def field_value_python_to_json(self, python_value: Any) -> Any: method field_value_json_to_python (line 1076) | def field_value_json_to_python(self, json_value: Any) -> Any: method extract_from_possible_value (line 1079) | def extract_from_possible_value(self, possible_value): method _extract_variants_from_text (line 1082) | def _extract_variants_from_text(self, text: str, method example_python_value (line 1090) | def example_python_value(self): method build_vectorization_pipeline (line 1093) | def build_vectorization_pipeline(self) -> Tuple[List[Tuple[str, Any]],... class RatioField (line 1098) | class RatioField(TypedField): method is_json_field_value_ok (line 1106) | def is_json_field_value_ok(self, val: Any): method field_value_python_to_json (line 1119) | def field_value_python_to_json(self, python_value: Any) -> Any: method field_value_json_to_python (line 1127) | def field_value_json_to_python(self, json_value: Any) -> Any: method _extract_variants_from_text (line 1135) | def _extract_variants_from_text(self, text: str, method example_python_value (line 1143) | def example_python_value(self): method build_vectorization_pipeline (line 1146) | def build_vectorization_pipeline(self) -> Tuple[List[Tuple[str, Any]],... class RelatedInfoField (line 1171) | class RelatedInfoField(MultiValueField): method build_json_field_value_from_json_ant_values (line 1179) | def build_json_field_value_from_json_ant_values(self, method is_there_annotation_matching_field_value (line 1191) | def is_there_annotation_matching_field_value(self, field_value: Any, a... method annotation_value_matches_field_value (line 1196) | def annotation_value_matches_field_value(self, field_value: Any, annot... method is_json_field_value_ok (line 1201) | def is_json_field_value_ok(self, val: Any): method update_field_value_by_changing_annotations (line 1204) | def update_field_value_by_changing_annotations(self, method build_vectorization_pipeline (line 1213) | def build_vectorization_pipeline(self) -> Tuple[List[Tuple[str, Any]],... method example_python_value (line 1217) | def example_python_value(self): method _extract_variants_from_text (line 1220) | def _extract_variants_from_text(self, text: str, class PersonField (line 1225) | class PersonField(TypedField): method is_json_field_value_ok (line 1232) | def is_json_field_value_ok(self, val: Any): method extract_from_possible_value (line 1235) | def extract_from_possible_value(self, possible_value): method _extract_variants_from_text (line 1240) | def _extract_variants_from_text(self, text: str, method example_python_value (line 1245) | def example_python_value(self): method build_vectorization_pipeline (line 1248) | def build_vectorization_pipeline(self) -> Tuple[List[Tuple[str, Any]],... class MoneyField (line 1256) | class MoneyField(FloatField): method is_json_field_value_ok (line 1264) | def is_json_field_value_ok(self, val: Any): method field_value_python_to_json (line 1277) | def field_value_python_to_json(self, python_value: Any) -> Any: method field_value_json_to_python (line 1284) | def field_value_json_to_python(self, json_value: Any) -> Any: method extract_from_possible_value (line 1291) | def extract_from_possible_value(self, possible_value): method _extract_variants_from_text (line 1314) | def _extract_variants_from_text(self, text: str, method example_python_value (line 1322) | def example_python_value(self): method build_vectorization_pipeline (line 1328) | def build_vectorization_pipeline(self) -> Tuple[List[Tuple[str, Any]],... class GeographyField (line 1356) | class GeographyField(TypedField): method is_json_field_value_ok (line 1363) | def is_json_field_value_ok(self, val: Any): method _extract_variants_from_text (line 1366) | def _extract_variants_from_text(self, text: str, method example_python_value (line 1381) | def example_python_value(self): method build_vectorization_pipeline (line 1384) | def build_vectorization_pipeline(self) -> Tuple[List[Tuple[str, Any]],... FILE: contraxsuite_services/apps/document/forms.py class ProjectModelMultipleChoiceField (line 50) | class ProjectModelMultipleChoiceField(forms.ModelMultipleChoiceField): method label_from_instance (line 51) | def label_from_instance(self, obj): method clean (line 54) | def clean(self, values): class PatchedForm (line 60) | class PatchedForm(forms.Form): method _post_clean (line 61) | def _post_clean(self): class DetectFieldValuesForm (line 66) | class DetectFieldValuesForm(PatchedForm): class TrainDocumentFieldDetectorModelForm (line 104) | class TrainDocumentFieldDetectorModelForm(PatchedForm): class FindBrokenDocumentFieldValuesForm (line 113) | class FindBrokenDocumentFieldValuesForm(PatchedForm): class FixDocumentFieldCodesForm (line 124) | class FixDocumentFieldCodesForm(PatchedForm): class TrainAndTestForm (line 128) | class TrainAndTestForm(forms.Form): method _post_clean (line 161) | def _post_clean(self): class LoadDocumentWithFieldsForm (line 167) | class LoadDocumentWithFieldsForm(forms.Form): class ImportCSVFieldDetectionConfigForm (line 190) | class ImportCSVFieldDetectionConfigForm(PatchedForm): class ExportDocumentTypeForm (line 237) | class ExportDocumentTypeForm(forms.Form): class ExportDocumentsForm (line 256) | class ExportDocumentsForm(forms.Form): method __init__ (line 270) | def __init__(self, *args, **kwargs): class ImportDocumentTypeForm (line 277) | class ImportDocumentTypeForm(forms.Form): class ImportDocumentsForm (line 318) | class ImportDocumentsForm(forms.Form): class IdentifyContractsForm (line 332) | class IdentifyContractsForm(forms.Form): method __init__ (line 356) | def __init__(self, *args, **kwargs): method _post_clean (line 360) | def _post_clean(self): method clean (line 364) | def clean(self): class CloneDocumentFieldForm (line 375) | class CloneDocumentFieldForm(forms.Form): method __init__ (line 386) | def __init__(self, *args, **kwargs): class Meta (line 394) | class Meta: method clean (line 398) | def clean(self): method save (line 425) | def save(self, commit=False): method save_m2m (line 429) | def save_m2m(self): class CloneDocumentTypeForm (line 434) | class CloneDocumentTypeForm(forms.Form): method __init__ (line 444) | def __init__(self, *args, **kwargs): method clean_code (line 452) | def clean_code(self): method save (line 468) | def save(self, commit=False): method save_m2m (line 472) | def save_m2m(self): FILE: contraxsuite_services/apps/document/management/commands/create_document_type.py class Command (line 39) | class Command(BaseCommand): method add_arguments (line 48) | def add_arguments(self, parser): method handle (line 68) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/document/management/commands/delete_documents.py class Command (line 38) | class Command(BaseCommand): method add_arguments (line 50) | def add_arguments(self, parser): method handle (line 54) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/document/management/commands/load_annotation_statuses.py class Command (line 43) | class Command(BaseCommand): method handle (line 47) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/document/migration/document_export.py class DocumentExporter (line 50) | class DocumentExporter: method __init__ (line 51) | def __init__(self, log_msg: Optional[Callable[[str], None]] = None): method in_memory_export (line 57) | def in_memory_export(self, method export (line 81) | def export(self, ids: List[int], target_path: str): method export_document_files (line 89) | def export_document_files(self, ids: List[int], target_path: str): method export_filtered_table (line 110) | def export_filtered_table(self, method log_message (line 117) | def log_message(self, msg: str): FILE: contraxsuite_services/apps/document/migration/document_import.py class DocumentImporter (line 58) | class DocumentImporter: method __init__ (line 59) | def __init__(self, task: Optional[ExtendedTask]): method log_info (line 84) | def log_info(self, msg: str): method log_error (line 90) | def log_error(self, msg: str): method import_documents (line 96) | def import_documents(self, method push (line 156) | def push(self, push_steps=1): method unzip_files (line 161) | def unzip_files(self, source_path: str): method map_doc_types (line 166) | def map_doc_types(self): method map_field_types (line 181) | def map_field_types(self): method import_projects (line 198) | def import_projects(self): method check_project_doc_field_types (line 256) | def check_project_doc_field_types(self, project_types: Set[str]): method import_docs (line 265) | def import_docs(self): method import_doc_files (line 292) | def import_doc_files(self): method import_doc_metadatas (line 329) | def import_doc_metadatas(self): method import_doc_pages (line 344) | def import_doc_pages(self): method import_doc_texts (line 362) | def import_doc_texts(self): method import_field_values (line 377) | def import_field_values(self): method import_field_annotations (line 400) | def import_field_annotations(self): method import_field_annotations_false_match (line 441) | def import_field_annotations_false_match(self): method import_text_units (line 477) | def import_text_units(self): method import_text_unit_texts (line 510) | def import_text_unit_texts(self): method import_doc_notes (line 529) | def import_doc_notes(self): method import_doc_tags (line 567) | def import_doc_tags(self): method import_doc_properties (line 585) | def import_doc_properties(self): method import_doc_relations (line 604) | def import_doc_relations(self): method import_doc_tables (line 622) | def import_doc_tables(self): method import_text_unit_notes (line 638) | def import_text_unit_notes(self): method import_text_unit_props (line 658) | def import_text_unit_props(self): method import_text_unit_tags (line 682) | def import_text_unit_tags(self): method import_text_unit_relations (line 701) | def import_text_unit_relations(self): method import_document (line 718) | def import_document(self, values: Dict[str, Any]): method read_dataframe (line 749) | def read_dataframe(self, file_name: str): method get_mapping_and_df (line 753) | def get_mapping_and_df(self, table_name: str) -> Tuple[TableExportMap,... method get_pandas_nullable_int (line 759) | def get_pandas_nullable_int(cls, values: Dict[str, Any], key: str) -> ... FILE: contraxsuite_services/apps/document/migration/table_export_map.py class TableExportMap (line 45) | class TableExportMap: method __init__ (line 46) | def __init__(self, method __repr__ (line 54) | def __repr__(self): method build_select_query (line 57) | def build_select_query(self, document_ids: List[int]): method df_row_to_dict (line 63) | def df_row_to_dict(self, row) -> Dict[str, Any]: method import_values_from_df (line 78) | def import_values_from_df(self, method read_default_columns (line 105) | def read_default_columns(self, cursor) -> None: method iterate_dataframe (line 112) | def iterate_dataframe(self, df: pd.DataFrame): class TableExportMapCollection (line 119) | class TableExportMapCollection: method __init__ (line 120) | def __init__(self): FILE: contraxsuite_services/apps/document/migrations/0001_initial.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0002_auto_20170731_0948.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0003_auto_20170818_0632.py class Migration (line 12) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0004_document_title.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0005_document_full_text.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0006_document_data.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0007_historicaldocument.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0008_auto_20180213_0739.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0009_auto_20180213_0746.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0010_auto_20180213_0818.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0011_auto_20180213_0825.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0012_auto_20180213_0829.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/00136_delete_pending.py class Migration (line 5) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/00137_historical_document_delete_pending.py class Migration (line 5) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0013_auto_20180213_2001.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0014_auto_20180215_0848.py class Migration (line 13) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0015_auto_20180219_0034.py class Migration (line 13) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0016_auto_20180219_1215.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0017_auto_20180223_1512.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0018_auto_20180223_1512.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0019_auto_20180223_1728.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0020_auto_20180305_1404.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0021_auto_20180305_1947.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0022_auto_20180306_1128.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0023_auto_20180306_1208.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0024_auto_20180306_1209.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0025_auto_20180306_1959.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0025_auto_20180307_0653.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0026_auto_20180307_0655.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0026_auto_20180308_0801.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0027_auto_20180307_1345.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0028_merge_20180308_1136.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0029_auto_20180309_1732.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0030_auto_20180314_1447.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0031_auto_20180315_1458.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0032_auto_20180330_1305.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0033_auto_20180401_0739.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0034_auto_20180401_0739.py function create_generic_document_type (line 11) | def create_generic_document_type(apps, schema_editor): class Migration (line 24) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0035_auto_20180404_1559.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0036_document_status.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0037_auto_20180405_1710.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0038_auto_20180406_1945.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0039_auto_20180407_1217.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0040_auto_20180420_1142.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0041_auto_20180420_1528.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0042_auto_20180426_1551.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0043_auto_20180426_1943.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0044_auto_20180426_1954.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0045_auto_20180615_1050.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0046_auto_20180622_1138.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0047_auto_20180628_1116.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0048_auto_20180705_1411.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0049_auto_20180706_0553.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0050_migrate_doc_size_20180706_0608.py function migrate_doc_size (line 11) | def migrate_doc_size(apps, schema_editor): class Migration (line 24) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0051_auto_20180718_0713.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0052_documentfield_description.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0053_custom_document_type_field_relation.py function move_document_type_fields (line 9) | def move_document_type_fields(apps, schema_editor): class Migration (line 21) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0054_auto_20180730_1013.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0055_auto_20180730_1433.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0056_auto_20180731_1435.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0056_externalfieldvalue.py class Migration (line 13) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0057_merge_20180802_0716.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0058_documentfield_value_regexp.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0059_auto_20180816_0457.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0060_auto_20180819_0534.py function move_document_metadata_field_values (line 8) | def move_document_metadata_field_values(apps, schema_editor): class Migration (line 15) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0061_auto_20180822_1708.py function update_use_regexp_always_to_default_values (line 8) | def update_use_regexp_always_to_default_values(apps, schema_editor): class Migration (line 15) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0062_fix_catastrophic_backtracking.py function fix_regexp (line 21) | def fix_regexp(regexp_to_fix): function fix_field_detectors (line 37) | def fix_field_detectors(apps, schema_editor): class Migration (line 53) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0063_fix_catastrophic_backtracking_for_all_detectors.py function fix_regexp (line 10) | def fix_regexp(regexp_to_fix): function fix_field_detectors (line 26) | def fix_field_detectors(apps, schema_editor): class Migration (line 44) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0064_auto_20180827_1330.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0065_auto_20180828_0757.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0066_fix_catastrophic_backtracking.py function replace_in_regexps (line 15) | def replace_in_regexps(apps, ids, replace_from, replace_to): function fix_field_detectors (line 31) | def fix_field_detectors(apps, schema_editor): class Migration (line 38) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0067_auto_20180830_1347.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0068_auto_20180902_1951.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0069_documenttypefieldcategory.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0070_auto_20180911_0648.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0071_auto_20180911_0821.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0072_auto_20180914_0907.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0073_auto_20180919_0715.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0074_documentfield_require_text_annotations.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0075_auto_20180924_1728.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0076_auto_20180925_1232.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0077_auto_20180925_1626.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0078_auto_20180926_1702.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0079_documenttypefield_order.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0080_auto_20181002_1716.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0081_auto_20181003_2032.py function update_read_only (line 8) | def update_read_only(apps, schema_editor): class Migration (line 16) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0082_auto_20181003_2335.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0083_auto_20181003_2350.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0084_documenttype_editor_type.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0085_clean_dependends_on.py function _migrate (line 8) | def _migrate(apps, schema_editor): class Migration (line 21) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0086_textunit_metadata.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0087_documentfield_text_unit_type.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0088_documenttype_metadata.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0089_documentfield_metadata.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0090_auto_20181009_1149.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0091_auto_20181012_0827.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0092_auto_20181012_2155.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0093_auto_20181014_1748.py function _migrate (line 8) | def _migrate(apps, schema_editor): class Migration (line 22) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0094_documenttype_field_code_aliases.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0095_auto_20181019_2329.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0096_auto_20181022_0811.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0097_auto_20181022_0813.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0098_fix_geography_field_serialization.py function fix_geography_field (line 6) | def fix_geography_field(apps, schema_editor): class Migration (line 21) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0099_auto_20181025_1253.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0100_fix_date_field_serialization.py function do_migrate (line 6) | def do_migrate(apps, schema_editor): class Migration (line 17) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0101_auto_20181105_1144.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0102_auto_20181106_2359.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0103_documentfield_classifier_init_script.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0104_auto_20181123_1122.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0105_auto_20181128_1238.py function do_migrate (line 8) | def do_migrate(apps, schema_editor): class Migration (line 20) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0106_new_schema_document_type_fields_to_1_n.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0107_data_document_type_fields_to_1_n.py function assign_document_type_field_values (line 11) | def assign_document_type_field_values(field, document_type_field): function copy_depends_on_fields (line 21) | def copy_depends_on_fields(old_field, new_field): function clone_field (line 26) | def clone_field(apps, field, new_document_type): function set_field_for_values (line 53) | def set_field_for_values(apps, document_type, old_field, new_field): function clone_target_field (line 64) | def clone_target_field(apps, document_type_field): function migrate_field_data (line 88) | def migrate_field_data(field, document_type_field): function fix_document_type_conflicts (line 94) | def fix_document_type_conflicts(apps): function generate_long_code (line 142) | def generate_long_code(apps): function convert_document_type_fields (line 153) | def convert_document_type_fields(apps, schema_editor): class Migration (line 197) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0108_apply_new_schema.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0109_fix_cached_fields.py function set_processed (line 11) | def set_processed(document): function fix_document_cache (line 17) | def fix_document_cache(apps, schema_editor): class Migration (line 64) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0110_remove_temporary_fields.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0111_documentfielddetector_text_part.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0112_auto_20181222_1630.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0113_auto_20190104_1605.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0114_documentfield_allow_adding_choices.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0115_auto_20190116_1413.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0116_documentfield_default_value.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0117_auto_20190118_1214.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0118_auto_20190125_1551.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0119_auto_20190129_1253.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0120_auto_20190209_1201.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0121_auto_20190213_0952.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0122_auto_20190215_1040.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0123_auto_20190218_1341.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0124_auto_20190311_0855.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0125_auto_20190325_1530.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0125_documentfieldcategory_export_key.py function init_export_key (line 10) | def init_export_key(apps, schema_editor): class Migration (line 17) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0126_merge_20190327_1150.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0127_auto_20190405_0747.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0127_auto_20190408_1009.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0128_auto_20190409_1443.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0129_auto_20190418_1355.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0130_auto_20190419_1038.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0131_auto_20190419_1134.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0132_auto_20190419_1144.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0133_auto_20190424_1038.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0134_docfield_default_value.py class Migration (line 4) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0135_auto_20190510_0727.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0138_auto_20190527_1446.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0139_auto_20190527_1622.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0140_auto_20190530_0845.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0141_auto_20190531_0709.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0142_auto_20190531_1437.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0143_auto_20190716_1807.py function do_migrate (line 6) | def do_migrate(apps, schema_editor): class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0144_auto_20190725_0832.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0145_drop_index_20190731_1305.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0146_drop_index_20190731_1325.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0147_auto_20190823_1140.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0150_auto_20190902_1400.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0151_move_document_table.py class DocumentTablesMigrator (line 7) | class DocumentTablesMigrator: method __init__ (line 10) | def __init__(self, method migrate_tables (line 19) | def migrate_tables(self): method dump_tables (line 35) | def dump_tables(self, method save_tables (line 47) | def save_tables(self): method dump_document (line 52) | def dump_document(self, method save_documents (line 61) | def save_documents(self): function move_document_tables (line 67) | def move_document_tables(apps, schema_editor): class Migration (line 75) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0152_auto_20190902_1549.py function set_upload_status (line 6) | def set_upload_status(apps, schema_editor): class Migration (line 26) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0155_auto_20190924_0822.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0156_auto_20190930_1245.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0156_auto_20191002_0835.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0157_migrate_fieldvalues.py class FieldValuePopulator (line 10) | class FieldValuePopulator: method __init__ (line 40) | def __init__(self, method migrate_values (line 50) | def migrate_values(self): method merge_dfv_values (line 54) | def merge_dfv_values(self, field_type: str, dfv_values: List[Any]) -> ... method to_float (line 64) | def to_float(self, v, decimal_places=None) -> Optional[float]: method to_int (line 80) | def to_int(self, v) -> Optional[int]: method dfv_db_value_to_ant_json_value (line 83) | def dfv_db_value_to_ant_json_value(self, field_type: str, dfv_db_value... method migrate_field_values (line 138) | def migrate_field_values(self, doc: 'Document') -> int: function populate_field_values (line 235) | def populate_field_values(apps, schema_editor): class Migration (line 240) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0158_update_processed.py function add_processed (line 6) | def add_processed(apps, schema_editor): class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0159_auto_20191004_0608.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0160_remove_docfieldval.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0161_auto_20191024_0903.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0162_auto_20191025_0412.py function do_rename (line 6) | def do_rename(apps, schema_editor): class Migration (line 20) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0163_auto_20191101_0752.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0164_auto_20191107_0831.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0165_fill_documenttext_metadata.py function do_migrate (line 6) | def do_migrate(apps, schema_editor): class Migration (line 14) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0166_auto_20191107_1047.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0167_remove_textunit_metadata.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0168_auto_20191114_1808.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0169_documentfield_vectorizer_stop_words.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0170_textunittext.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0171_migrate_textunit_text.py function do_migrate (line 6) | def do_migrate(apps, schema_editor): class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0172_auto_20191206_0650.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0173_auto_20191223_0908.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0174_auto_20200115_0823.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0175_auto_20200115_0828.py function load_annotation_statuses (line 7) | def load_annotation_statuses(apps, schema_editor): class Migration (line 13) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0176_auto_20200115_0829.py function do_migrate (line 6) | def do_migrate(apps, schema_editor): class Migration (line 18) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0177_auto_20200113_2143.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0178_documentfield_mlflow_detect_on_document_level.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0178_fieldannotationsavedfilter.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0179_auto_20200123_1327.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0180_auto_20200123_1330.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0181_merge_20200123_2008.py function do_nothing (line 6) | def do_nothing(_apps, _schema_editor): class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0182_auto_20200130_0752.py function do_migrate (line 4) | def do_migrate(apps, schema_editor): class Migration (line 13) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0183_auto_20200210_1427.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0184_auto_20200218_1714.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0185_auto_20200219_0706.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0186_auto_20200303_0857.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0187_auto_20200318_1430.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0188_auto_20200323_1551.py function do_update (line 10) | def do_update(apps, schema_editor): class Migration (line 27) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0189_auto_20200323_1551.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0190_auto_20200323_1551.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0191_auto_20200323_1551.py function add_trigger (line 9) | def add_trigger(apps, schema_editor): function drop_trigger (line 29) | def drop_trigger(apps, schema_editor): class Migration (line 36) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0192_auto_20200403_1148.py function do_migrate (line 6) | def do_migrate(apps, schema_editor): function undo_migrate (line 19) | def undo_migrate(apps, schema_editor): class Migration (line 26) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0193_auto_20200406_0833.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0194_auto_20200415_1545.py function fill_uid (line 8) | def fill_uid(apps, schema_editor): class Migration (line 28) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0195_auto_20200420_0936.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0196_auto_20200422_1059.py function update (line 6) | def update(apps, schema_editor): class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0197_auto_20200512_0940.py function update (line 6) | def update(apps, schema_editor): class Migration (line 12) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0198_auto_20200512_1157.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0199_auto_20200115_0828.py function load_annotation_statuses (line 7) | def load_annotation_statuses(apps, schema_editor): class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0200_auto_20200512_1815.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0201_auto_20200513_1844.py function add_trigger (line 11) | def add_trigger(_, __): function drop_trigger (line 32) | def drop_trigger(_, __): class Migration (line 38) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0202_auto_20200610_0917.py function update (line 8) | def update(apps, schema_editor): class Migration (line 24) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0203_auto_20200617_1327.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0204_auto_20200629_0743.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0205_add_dock_page.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0206_auto_20200713_1430.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0207_auto_20200718_1606.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0208_auto_20200805_1622.py class TextUnitProjectModifier (line 11) | class TextUnitProjectModifier: method __init__ (line 15) | def __init__(self, method update_text_units (line 19) | def update_text_units(self): function add_project_field (line 29) | def add_project_field(_apps, _schema_editor): class Migration (line 37) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0209_auto_20200818_1011.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0210_fill_note_user.py function add_user_field (line 8) | def add_user_field(_apps, _schema_editor): function add_user_ref (line 17) | def add_user_ref(cursor, note_table: str, history_table: str): class Migration (line 39) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0211_set_rel_info_20200821_1030.py function migrate (line 6) | def migrate(apps, schema_editor): class Migration (line 13) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0212_detect_limit_count.py function fix_field_detect_limit (line 39) | def fix_field_detect_limit(_apps, _schema_editor): class Migration (line 46) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0213_field_category_per_document.py class DocFieldCategory (line 42) | class DocFieldCategory: method __init__ (line 43) | def __init__(self, id: int, name: str, order: int, export_key: str, do... method clone (line 50) | def clone(self, new_doctype_id: str): # DocFieldCategory method insert_record (line 53) | def insert_record(self, cursor) -> int: function clone_categories (line 61) | def clone_categories(_apps, _schema_editor): class Migration (line 115) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0214_auto_20200910_0719.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0215_auto_20200914_1449.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0216_ocr_rating.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0217_auto_20201111_2137.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0218_auto_20201118_1104.py function do_migrate (line 6) | def do_migrate(_apps, _schema_editor): class Migration (line 13) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0218_b_auto_20201117_0429.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0218_permissions.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0219_auto_20201119_0645.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0220_merge_20201119_1037.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0221_auto_20201216_1437.py function migrate (line 6) | def migrate(apps, schema_editor): class Migration (line 13) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0222_auto_20201224_1533.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0223_document_contract_class.py function migrate_rawdb_contract_class (line 4) | def migrate_rawdb_contract_class(_apps, _schema_editor): class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0224_auto_20210106_1234.py function migrate_data (line 6) | def migrate_data(apps, schema_editor): class Migration (line 13) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0225_auto_20210128_1213.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0226_remove_documentfield_stop_words.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0227_remove_fields_dirty_flag.py function add_trigger (line 9) | def add_trigger(_, __): function remove_trigger (line 27) | def remove_trigger(_, __): class Migration (line 33) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0228_auto_20210210_1241.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0229_add_mod_hist_rawdb_fields.py function migrate_rawdb_fields (line 11) | def migrate_rawdb_fields(_apps, _schema_editor): function update_documents_by_session_data (line 46) | def update_documents_by_session_data(cursor, function find_cache_table_by_project_id (line 61) | def find_cache_table_by_project_id(project_id: int, cursor) -> str: class Migration (line 77) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0230_auto_20210212_2324.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0231_move_detecting_limits.py class DetectingOptions (line 6) | class DetectingOptions: method __init__ (line 7) | def __init__(self, function add_detector_limits (line 16) | def add_detector_limits(_apps, _schema_editor): function add_field_limits (line 30) | def add_field_limits(_apps, _schema_editor): class Migration (line 45) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0232_document_pdf_presentation_binary.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0233_auto_20210222_0851.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0234_boolean_to_related_type.py class Migration (line 4) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0235_amount_to_float_type.py class Migration (line 4) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0236_auto_20210330_1150.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0237_auto_20210330_1327.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0238_replace_removed_value_detection_strategies.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0239_auto_20210402_1120.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0240_auto_20210419_1117.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0241_documenttable_bounding_rect.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0242_auto_20210426_1209.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0243_remove_orphan_fields.py function remove_fields (line 14) | def remove_fields(_, __): function build_bulk_delete_where_clause (line 25) | def build_bulk_delete_where_clause(cursor) -> Optional[WherePredicate]: function build_model_bulk_delete (line 39) | def build_model_bulk_delete(safe_mode: bool = True) -> ModelBulkDelete: class Migration (line 44) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0244_obligatory_field_doc_type.py class Migration (line 5) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0245_fix_decimal_format.py function update_fields (line 24) | def update_fields(_, __): function fix_field_values (line 34) | def fix_field_values(cursor, field_id: str): class Migration (line 54) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0246_auto_20210722_0711.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0247_auto_20210722_1001.py function do_migrate (line 8) | def do_migrate(apps, schema_editor): class Migration (line 22) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0248_textunittext_document.py function log_message (line 12) | def log_message(msg: str): function add_column (line 17) | def add_column(_, __): class Migration (line 33) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0249_document_field_detector_update.py class Migration (line 4) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0250_auto_20210830_0843.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0251_merge_textunit.py function log_message (line 11) | def log_message(msg: str): function merge_textunit (line 16) | def merge_textunit(_, __): class Migration (line 41) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0252_remove_textunittext.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0253_modify_textunit_trigger.py function add_trigger (line 7) | def add_trigger(apps, schema_editor): function drop_trigger (line 27) | def drop_trigger(apps, schema_editor): class Migration (line 34) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0254_auto_20220511_1444.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/migrations/0255_auto_20220617_0913.py function set_app_var (line 6) | def set_app_var(apps, description): function migrate (line 12) | def migrate(apps, schema_editor): function undo (line 20) | def undo(apps, schema_editor): class Migration (line 27) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/document/models.py class TimeStampedModel (line 98) | class TimeStampedModel(models.Model): class Meta (line 106) | class Meta: method save_timestamp (line 110) | def save_timestamp(sender, instance, created, func): class LazyTimeStampedModel (line 120) | class LazyTimeStampedModel(models.Model): class Meta (line 128) | class Meta: class ActionTrackedModel (line 132) | class ActionTrackedModel: method _make_action_messages (line 133) | def _make_action_messages(self, method save_document_removed_action (line 137) | def save_document_removed_action( method _update_modified_by (line 144) | def _update_modified_by(self, user: Optional[User], date: datetime.dat... method save_document_action (line 147) | def save_document_action(self, class DocumentFieldCategory (line 175) | class DocumentFieldCategory(models.Model): class Meta (line 185) | class Meta: method __str__ (line 190) | def __str__(self): method __repr__ (line 195) | def __repr__(self): method clean (line 198) | def clean(self): function notify_category_deleted (line 206) | def notify_category_deleted(sender, instance, **kwargs): function notify_category_created (line 212) | def notify_category_created(sender, instance, created, **kwargs): function notify_category_updated (line 229) | def notify_category_updated(sender, instance, **kwargs): class DocumentFieldFamily (line 243) | class DocumentFieldFamily(models.Model): class Meta (line 248) | class Meta: method __str__ (line 252) | def __str__(self): method __repr__ (line 255) | def __repr__(self): method make_unique_code (line 259) | def make_unique_code(cls, source): method save (line 269) | def save(self, **kwargs): class DocumentFieldManager (line 280) | class DocumentFieldManager(models.Manager): method assigned_fields (line 281) | def assigned_fields(self): method get_user_delay (line 285) | def get_user_delay(): class DocumentField (line 289) | class DocumentField(TimeStampedModel, ActionTrackedModel): method admin_unit_details (line 441) | def admin_unit_details(self): # Button for admin to get to API method make_unique_code (line 478) | def make_unique_code(self, source=None): method is_detectable (line 491) | def is_detectable(self): method get_depends_on_uids (line 494) | def get_depends_on_uids(self) -> QuerySet: method get_depends_on_codes (line 497) | def get_depends_on_codes(self) -> QuerySet: class Meta (line 500) | class Meta: method __init__ (line 517) | def __init__(self, *args, **kwargs): method __str__ (line 521) | def __str__(self): method __repr__ (line 524) | def __repr__(self): method parse_choice_values (line 528) | def parse_choice_values(cls, choices: str) -> List[str]: method get_vectorizer_stop_words (line 533) | def get_vectorizer_stop_words(self) -> List[str]: method get_choice_values (line 538) | def get_choice_values(self) -> List[str]: method is_choice_value (line 541) | def is_choice_value(self, possible_value): method get_invalid_choice_annotations (line 546) | def get_invalid_choice_annotations(self) -> 'Union[QuerySet, List[Fiel... method set_choice_values (line 553) | def set_choice_values(self, choices: List[str]): method store_choice_value_if_not_present (line 556) | def store_choice_value_if_not_present(self, new_choice: str): method can_retrain (line 563) | def can_retrain(self): method save (line 568) | def save(self, *args, **kwargs): method get_long_code (line 601) | def get_long_code(cls, field, document_type=None): method compile_value_regexp (line 606) | def compile_value_regexp(cls, value_regexp: str): method get_compiled_value_regexp (line 609) | def get_compiled_value_regexp(self): method get_fields_by_doctype (line 619) | def get_fields_by_doctype(cls) -> Dict[str, List[str]]: method _make_action_messages (line 628) | def _make_action_messages(self, object_exists: bool) -> List[Tuple[str... method _update_modified_by (line 636) | def _update_modified_by(self, user: Optional[User], date: datetime.dat... function remove_document_field (line 646) | def remove_document_field(sender, instance, **kwargs): function save_document_field (line 656) | def save_document_field(sender, instance, created, **kwargs): class DocumentType (line 669) | class DocumentType(TimeStampedModel): class Meta (line 713) | class Meta: method __str__ (line 723) | def __str__(self): method __repr__ (line 726) | def __repr__(self): method generic (line 730) | def generic(cls): method generic_pk (line 743) | def generic_pk(cls): method is_generic (line 746) | def is_generic(self): method rename_child_fields (line 749) | def rename_child_fields(self): function notify_category_updated (line 756) | def notify_category_updated(sender, instance, **kwargs): function save_document_type (line 775) | def save_document_type(sender, instance, created, **kwargs): function grant_manager_perms (line 795) | def grant_manager_perms(instance, action, pk_set, **kwargs): function remove_document_type_perms (line 808) | def remove_document_type_perms(sender, instance, **kwargs): class DocumentQuerySet (line 819) | class DocumentQuerySet(models.QuerySet): method update (line 821) | def update(self, **kwargs): class DocumentManager (line 827) | class DocumentManager(models.Manager): method get_queryset (line 830) | def get_queryset(self): method active (line 835) | def active(self): class DocumentObjectsManager (line 839) | class DocumentObjectsManager(DocumentManager.from_queryset(DocumentQuery... class DocumentAllObjectsManager (line 843) | class DocumentAllObjectsManager(models.Manager.from_queryset(DocumentQue... class Document (line 847) | class Document(LazyTimeStampedModel): class DocumentMetadataKey (line 859) | class DocumentMetadataKey: class Meta (line 938) | class Meta: method __str__ (line 948) | def __str__(self): method __repr__ (line 951) | def __repr__(self): method full_text (line 956) | def full_text(self): method text (line 966) | def text(self): method metadata (line 973) | def metadata(self): method available_assignees (line 983) | def available_assignees(self): method is_completed (line 986) | def is_completed(self): method is_reviewed (line 989) | def is_reviewed(self): method cluster_id (line 992) | def cluster_id(self): method get_field_by_code (line 997) | def get_field_by_code(self, field_code: str) -> Any: method try_get_field_by_code (line 1011) | def try_get_field_by_code(self, field_code: str) -> Tuple[Any, bool]: method get_allowed_document_ids (line 1032) | def get_allowed_document_ids(cls, user_id): method get_alt_source_path_or (line 1044) | def get_alt_source_path_or(self, another): class SourceMode (line 1049) | class SourceMode: method modes (line 1056) | def modes(cls): method get_source_path (line 1059) | def get_source_path(self, mode: str = 'initial'): method reset_status_from_annotations (line 1084) | def reset_status_from_annotations(cls, ann_status, project=None, docum... method update_assignee_actions (line 1139) | def update_assignee_actions(queryset, prev_assignees: dict = None, new... method update_status_actions (line 1225) | def update_status_actions(queryset, request_user=None): method save (line 1258) | def save(self, **kwargs): method cache_doc_modified_date (line 1266) | def cache_doc_modified_date(cls, document_id: int, modified_by_id: Opt... function full_delete (line 1276) | def full_delete(sender, instance, **kwargs): function update_permissions (line 1284) | def update_permissions(sender, instance, **kwargs): function save_document_assignee_actions (line 1298) | def save_document_assignee_actions(sender, instance, *args, **kwargs): function save_document_status_actions (line 1321) | def save_document_status_actions(sender, instance, *args, **kwargs): function update_document_status_actions (line 1327) | def update_document_status_actions(sender, queryset, *args, **kwargs): class DocumentText (line 1332) | class DocumentText(models.Model): method text (line 1342) | def text(self): class DocumentPDFRepresentation (line 1349) | class DocumentPDFRepresentation(models.Model): method char_bboxes_list (line 1375) | def char_bboxes_list(self) -> List[List[float]]: method pages_list (line 1388) | def pages_list(self) -> List[Dict[str, Any]]: method set_pages (line 1393) | def set_pages(self, pages: List[Dict[str, Any]]): method unpack_pages (line 1397) | def unpack_pages(cls, pages: Optional[bytes]) -> List[Dict[str, Any]]: method difference_coordinates_list (line 1401) | def difference_coordinates_list(self) -> List[Dict[str, float]]: method update_coordinates_annotator_difference (line 1406) | def update_coordinates_annotator_difference(self, method get_text_location_by_coords (line 1417) | def get_text_location_by_coords(self, selections: List[Dict[str, Any]]... method get_text_location_by_coords_for_doc (line 1424) | def get_text_location_by_coords_for_doc(cls, class DocumentMetadata (line 1434) | class DocumentMetadata(models.Model): class DocumentTag (line 1442) | class DocumentTag(models.Model): class Meta (line 1457) | class Meta: method __str__ (line 1461) | def __str__(self): method __repr__ (line 1465) | def __repr__(self): class DocumentProperty (line 1469) | class DocumentProperty(TimeStampedModel): class Meta (line 1492) | class Meta: method __str__ (line 1497) | def __str__(self): method __repr__ (line 1501) | def __repr__(self): class DocumentPage (line 1506) | class DocumentPage(models.Model): class Meta (line 1515) | class Meta: method __repr__ (line 1520) | def __repr__(self): method __str__ (line 1523) | def __str__(self): function save_document_property (line 1528) | def save_document_property(sender, instance, created, **kwargs): class DocumentRelation (line 1532) | class DocumentRelation(models.Model): method __str__ (line 1555) | def __str__(self): method __repr__ (line 1559) | def __repr__(self): class DocumentNote (line 1564) | class DocumentNote(models.Model): class Meta (line 1604) | class Meta: method __str__ (line 1607) | def __str__(self): method __repr__ (line 1611) | def __repr__(self): method update_document_cache (line 1615) | def update_document_cache(self): function save_document_note (line 1629) | def save_document_note(sender, instance, **kwargs): function delete_document_note (line 1635) | def delete_document_note(sender, instance, **kwargs): class TextUnit (line 1642) | class TextUnit(models.Model): class Meta (line 1683) | class Meta: method __str__ (line 1697) | def __str__(self): method __repr__ (line 1701) | def __repr__(self): method is_sentence (line 1704) | def is_sentence(self) -> bool: class TextUnitTag (line 1708) | class TextUnitTag(models.Model): class Meta (line 1730) | class Meta: method __str__ (line 1734) | def __str__(self): method __repr__ (line 1738) | def __repr__(self): class TextUnitProperty (line 1742) | class TextUnitProperty(TimeStampedModel): class Meta (line 1767) | class Meta: method __str__ (line 1772) | def __str__(self): method __repr__ (line 1776) | def __repr__(self): function save_text_unit_property (line 1781) | def save_text_unit_property(sender, instance, created, **kwargs): class TextUnitRelation (line 1785) | class TextUnitRelation(models.Model): method __str__ (line 1808) | def __str__(self): method __repr__ (line 1812) | def __repr__(self): class TextUnitNote (line 1817) | class TextUnitNote(models.Model): class Meta (line 1843) | class Meta: method __str__ (line 1846) | def __str__(self): method __repr__ (line 1850) | def __repr__(self): function delete_text_unit_note (line 1855) | def delete_text_unit_note(sender, instance, **kwargs): class ExternalFieldValue (line 1860) | class ExternalFieldValue(TimeStampedModel): method __str__ (line 1881) | def __str__(self): method __repr__ (line 1885) | def __repr__(self): class TextParts (line 1890) | class TextParts(Enum): class DocumentFieldDetector (line 1897) | class DocumentFieldDetector(models.Model, ActionTrackedModel): class Meta (line 1898) | class Meta: method display_value (line 1999) | def display_value(self): method include_matchers (line 2003) | def include_matchers(self): method exclude_matchers (line 2007) | def exclude_matchers(self): method detector_definition_words (line 2011) | def detector_definition_words(self): method __init__ (line 2014) | def __init__(self, *args, **kwargs): method clean_fields (line 2021) | def clean_fields(self, exclude=('uid', 'field', 'document_type', 'excl... method compile_regexps_string (line 2038) | def compile_regexps_string(self, regexps: str) -> list: method compile_regexps (line 2050) | def compile_regexps(self): method _matches_exclude_regexp (line 2074) | def _matches_exclude_regexp(self, sentence: str) -> bool: method _clean_def_words (line 2081) | def _clean_def_words(self, s: str): method __str__ (line 2085) | def __str__(self): method __repr__ (line 2089) | def __repr__(self): method save (line 2093) | def save(self, *args, **kwargs): method check_model (line 2100) | def check_model(self) -> List[Tuple[str, Any]]: method _make_action_messages (line 2120) | def _make_action_messages(self, method _update_modified_by (line 2131) | def _update_modified_by(self, user: Optional[User], date: datetime.dat... function remove_document_field_detector (line 2141) | def remove_document_field_detector(sender, instance, using, **kwargs): function save_document_field_detector (line 2149) | def save_document_field_detector(sender, instance, created, **kwargs): class DocumentFieldMultilineRegexDetector (line 2164) | class DocumentFieldMultilineRegexDetector(models.Model): method __repr__ (line 2197) | def __repr__(self): method update_checksum (line 2203) | def update_checksum(self): method get_as_pandas_df (line 2211) | def get_as_pandas_df(self): method get_csv_as_pandas_df (line 2215) | def get_csv_as_pandas_df(cls, csv_data): method combine_with_dataframe (line 2230) | def combine_with_dataframe(self, df: pd.DataFrame) -> None: class ClassifierModel (line 2249) | class ClassifierModel(models.Model): method get_trained_model_obj (line 2264) | def get_trained_model_obj(self): method set_trained_model_obj (line 2269) | def set_trained_model_obj(self, obj): class Meta (line 2272) | class Meta: method __str__ (line 2275) | def __str__(self): method __repr__ (line 2279) | def __repr__(self): class FieldValue (line 2283) | class FieldValue(models.Model): method is_user_value (line 2298) | def is_user_value(self): class Meta (line 2301) | class Meta: method __repr__ (line 2304) | def __repr__(self): method python_value (line 2314) | def python_value(self): method update_assignee_actions (line 2323) | def update_assignee_actions(queryset, prev_assignee: User = None, new_... function update_field_value_assignee_actions (line 2418) | def update_field_value_assignee_actions(signal, sender, instance, *args,... function update_field_value_assignee_actions (line 2428) | def update_field_value_assignee_actions(signal, sender, queryset, *args,... class FieldAnnotationStatus (line 2438) | class FieldAnnotationStatus(models.Model): class Meta (line 2460) | class Meta: method __str__ (line 2464) | def __str__(self): method is_final_status (line 2468) | def is_final_status(self): method initial_status (line 2472) | def initial_status(cls): method initial_status_pk (line 2476) | def initial_status_pk(cls): method accepted_status (line 2481) | def accepted_status(cls): method accepted_status_pk (line 2485) | def accepted_status_pk(cls): method rejected_status (line 2490) | def rejected_status(cls): method rejected_status_pk (line 2494) | def rejected_status_pk(cls): class FieldAnnotation (line 2499) | class FieldAnnotation(models.Model): class Meta (line 2542) | class Meta: method available_assignees (line 2548) | def available_assignees(self): method is_user_value (line 2552) | def is_user_value(self): method __repr__ (line 2555) | def __repr__(self): method python_value (line 2567) | def python_value(self): method update_actions (line 2576) | def update_actions(queryset, view_action: str = 'partial_update', method update_assignee_actions (line 2611) | def update_assignee_actions(queryset, prev_assignee: User = None, new_... function pre_update_field_annotation_actions (line 2706) | def pre_update_field_annotation_actions(signal, sender, queryset, *args,... function pre_save_field_annotation_actions (line 2719) | def pre_save_field_annotation_actions(sender, instance, **kwargs): function post_save_field_annotation_actions (line 2748) | def post_save_field_annotation_actions(sender, instance, created, **kwar... function post_delete_field_annotation_delete_actions (line 2760) | def post_delete_field_annotation_delete_actions(signal, sender, instance... class FieldAnnotationFalseMatch (line 2769) | class FieldAnnotationFalseMatch(models.Model): class Meta (line 2800) | class Meta: method make_from_annotation (line 2804) | def make_from_annotation(ant: FieldAnnotation) -> 'FieldAnnotationFals... class FieldAnnotationSavedFilter (line 2818) | class FieldAnnotationSavedFilter(models.Model): class Meta (line 2845) | class Meta: method __str__ (line 2849) | def __str__(self): class DocumentTable (line 2854) | class DocumentTable(models.Model): method __repr__ (line 2863) | def __repr__(self): FILE: contraxsuite_services/apps/document/notifications.py function notify_document_field_category_event (line 41) | def notify_document_field_category_event(category: DocumentFieldCategory... function notify_document_type_event (line 64) | def notify_document_type_event(document_type: DocumentType, event_name: ... FILE: contraxsuite_services/apps/document/pdf_coordinates/pdf_coords_commons.py class Dir (line 43) | class Dir(Enum): class SelectionArea (line 48) | class SelectionArea: method __init__ (line 49) | def __init__(self, page: int, area: XYWH): method __str__ (line 53) | def __str__(self): method __repr__ (line 59) | def __repr__(self): FILE: contraxsuite_services/apps/document/pdf_coordinates/tests/pdf_test_common.py function load_sample_pdf_data (line 46) | def load_sample_pdf_data() -> Tuple[DocumentPDFRepresentation, str]: function render_boxes (line 67) | def render_boxes(boxes: List[List[float]], FILE: contraxsuite_services/apps/document/pdf_coordinates/tests/test_coords_location.py class TestCoordsLocation (line 40) | class TestCoordsLocation(TestCase): method test_filter_sects_by_tables (line 42) | def test_filter_sects_by_tables(self): method test_filter_sect_by_paragraphs (line 63) | def test_filter_sect_by_paragraphs(self): FILE: contraxsuite_services/apps/document/pdf_coordinates/text_coord_map.py class TextCoordMap (line 39) | class TextCoordMap: method get_line_areas (line 41) | def get_line_areas( method extend_rect (line 86) | def extend_rect(cls, method get_page_line_areas (line 119) | def get_page_line_areas( FILE: contraxsuite_services/apps/document/repository/base_document_repository.py class BaseDocumentRepository (line 38) | class BaseDocumentRepository: method get_all_document_source_paths (line 40) | def get_all_document_source_paths(self, ids: List[int]) -> List[str]: method get_document_source_paths_by_id (line 43) | def get_document_source_paths_by_id(self, method delete_all_documents_by_ids (line 47) | def delete_all_documents_by_ids(self, ids: List[int], user: User = Non... method delete_document_history_by_ids (line 50) | def delete_document_history_by_ids(self, ids: List[int]) -> None: method set_documents_soft_delete_flag (line 53) | def set_documents_soft_delete_flag(self, document_ids: List[int], dele... method get_project_document_ids (line 56) | def get_project_document_ids(self, project_id: str) -> List[int]: FILE: contraxsuite_services/apps/document/repository/base_field_detector_repository.py class BaseFieldDetectorRepository (line 40) | class BaseFieldDetectorRepository: method get_field_detectors (line 41) | def get_field_detectors(self, field: DocumentField) -> \ FILE: contraxsuite_services/apps/document/repository/base_text_unit_repository.py class BaseTextUnitRepository (line 39) | class BaseTextUnitRepository: method get_doc_text_units (line 41) | def get_doc_text_units(self, doc: Document, text_unit_type: str) -> \ FILE: contraxsuite_services/apps/document/repository/document_bulk_delete.py class DocumentBulkDelete (line 48) | class DocumentBulkDelete: method __init__ (line 51) | def __init__(self, method calculate_deleting_count (line 60) | def calculate_deleting_count(self, ids: List[int], remove_empty: bool ... method delete_documents (line 70) | def delete_documents(self, ids: List[int]) -> None: method build_where_clause (line 84) | def build_where_clause(self, ids: List[int]) -> WherePredicate: method delete_files (line 92) | def delete_files(self, ids: List[int]) -> None: method purge_tasks (line 105) | def purge_tasks(ids: List[int]): method build_model_bulk_delete (line 115) | def build_model_bulk_delete(self, function get_document_bulk_delete (line 123) | def get_document_bulk_delete(safe_mode: bool = True, user: User = None): FILE: contraxsuite_services/apps/document/repository/document_field_repository.py class NoExistingAnnotationMatchingNewFieldValue (line 70) | class NoExistingAnnotationMatchingNewFieldValue(APIException): class BadAnnotationValueForField (line 74) | class BadAnnotationValueForField(APIException): class BadValueForField (line 78) | class BadValueForField(APIException): class ObjectNotFound (line 82) | class ObjectNotFound(APIException): class ChangingDocumentNotPermitted (line 86) | class ChangingDocumentNotPermitted(APIException): class ChangingFieldNotPermitted (line 90) | class ChangingFieldNotPermitted(APIException): class TextLocationDoesNotMatchAnyTextUnit (line 93) | class TextLocationDoesNotMatchAnyTextUnit(APIException): method __init__ (line 95) | def __init__(self, detail=None, code=None): class DocumentFieldRepository (line 100) | class DocumentFieldRepository: method get_document_field_val_dtos (line 107) | def get_document_field_val_dtos(self, method get_document_own_and_field_values (line 138) | def get_document_own_and_field_values( method get_document_field_code_by_id (line 182) | def get_document_field_code_by_id(self, doc_type_id: str): method get_document_field_by_id (line 188) | def get_document_field_by_id(self, field_id: str) -> DocumentField: method get_fieldant_ids_by_doc_field (line 191) | def get_fieldant_ids_by_doc_field(self, document_field_id: int = None)... method get_field_value_ids_by_doc_field (line 197) | def get_field_value_ids_by_doc_field(self, document_field_id: int = No... method get_ants_by_ids (line 203) | def get_ants_by_ids(self, ids: Iterable[int]) -> Union[QuerySet, List[... method get_field_values_by_ids (line 209) | def get_field_values_by_ids(self, ids: Iterable[int]) -> Union[QuerySe... method get_removed_fieldvals_doc_ids (line 215) | def get_removed_fieldvals_doc_ids(self) -> List[int]: method get_modified_field_ids (line 221) | def get_modified_field_ids(self, method get_annotated_values_for_dump (line 230) | def get_annotated_values_for_dump(self) -> List[Dict]: method get_filtered_field_values_count (line 239) | def get_filtered_field_values_count(self, field_id: int) -> int: method get_doc_field_ids_with_values (line 250) | def get_doc_field_ids_with_values(self, doc_id: int) -> QuerySet: method get_field_code_to_python_value (line 256) | def get_field_code_to_python_value(self, method get_field_code_to_json_value (line 299) | def get_field_code_to_json_value(self, method get_field_uid_to_python_value (line 311) | def get_field_uid_to_python_value(self, method get_field_code_to_python_value_multiple_docs (line 345) | def get_field_code_to_python_value_multiple_docs(self, method get_doc_field_values_filtered_count (line 400) | def get_doc_field_values_filtered_count(self, method get_count_by_field (line 410) | def get_count_by_field(self, field_id: int) -> int: method get_all_docfieldvalues (line 414) | def get_all_docfieldvalues(self): method get_invalid_choice_vals_count (line 420) | def get_invalid_choice_vals_count(self, method field_value_exists (line 427) | def field_value_exists(self, method get_hidden_field_ids_codes (line 435) | def get_hidden_field_ids_codes(self, doc: Document, field_code_to_valu... method get_docfield_ants_by_doc_and_code (line 467) | def get_docfield_ants_by_doc_and_code(self, document_id: int, method delete_document_history_values (line 483) | def delete_document_history_values(self, document_id: int): method delete_documents_history_values (line 488) | def delete_documents_history_values(self, method lock_document (line 494) | def lock_document(self, cursor, doc_id: int): method store_values_one_field_many_docs_no_ants (line 498) | def store_values_one_field_many_docs_no_ants(self, method store_values_one_doc_many_fields_no_ants (line 520) | def store_values_one_doc_many_fields_no_ants(self, method clear_field_value_no_false_match (line 555) | def clear_field_value_no_false_match(self, document: Document, field: ... method update_field_value_with_dto (line 562) | def update_field_value_with_dto(self, method delete_hidden_field_values_if_needed (line 770) | def delete_hidden_field_values_if_needed(self, method delete_field_annotation_and_update_field_value (line 786) | def delete_field_annotation_and_update_field_value(self, method restore_field_annotation_and_update_field_value (line 838) | def restore_field_annotation_and_update_field_value(self, method store_field_annotation_and_update_field_value (line 895) | def store_field_annotation_and_update_field_value(self, method _update_multi_value_field_by_changing_annotations (line 945) | def _update_multi_value_field_by_changing_annotations(self, method _store_field_value (line 976) | def _store_field_value(self, method update_field_values (line 1005) | def update_field_values(self, method find_text_unit_id_by_location (line 1048) | def find_text_unit_id_by_location(self, method get_annotation_stats_by_field_value (line 1070) | def get_annotation_stats_by_field_value(self, field_value: FieldValue)... method get_annotation_stats_by_doc (line 1077) | def get_annotation_stats_by_doc(self, document_id: int, field_codes_on... method update_docs_assignee (line 1100) | def update_docs_assignee(self, method update_field_annotations_by_doc_ids (line 1116) | def update_field_annotations_by_doc_ids(self, method update_field_annotations_by_ant_ids (line 1129) | def update_field_annotations_by_ant_ids(self, method update_field_annotations (line 1139) | def update_field_annotations(self, method replace_wrong_choice_options (line 1162) | def replace_wrong_choice_options(self, method get_wrong_choice_options (line 1273) | def get_wrong_choice_options(self, method delete_document_field_values (line 1333) | def delete_document_field_values(self, method get_annotations_assignees (line 1353) | def get_annotations_assignees(self, method restore_annotations_assignees (line 1369) | def restore_annotations_assignees( method get_user_document_fields (line 1398) | def get_user_document_fields(self, FILE: contraxsuite_services/apps/document/repository/document_repository.py class DocumentRepository (line 49) | class DocumentRepository(BaseDocumentRepository): method get_all_document_source_paths (line 52) | def get_all_document_source_paths(self, ids: List[int]) -> List[str]: method get_document_source_paths_by_id (line 55) | def get_document_source_paths_by_id(self, method delete_all_documents_by_ids (line 60) | def delete_all_documents_by_ids(self, ids: List[int], user: User = Non... method delete_document_history_by_ids (line 77) | def delete_document_history_by_ids(self, ids: List[int]) -> None: method set_documents_soft_delete_flag (line 90) | def set_documents_soft_delete_flag(self, document_ids: List[int], dele... method get_project_document_ids (line 94) | def get_project_document_ids(self, project_id: str) -> List[int]: method get_document_by_id (line 97) | def get_document_by_id(self, id: int): method get_doc_ids_by_type (line 100) | def get_doc_ids_by_type(self, method get_doc_ids_by_project (line 111) | def get_doc_ids_by_project(self, FILE: contraxsuite_services/apps/document/repository/dto.py class AnnotationDTO (line 42) | class AnnotationDTO: class FieldValueDTO (line 61) | class FieldValueDTO: FILE: contraxsuite_services/apps/document/repository/field_detector_repository.py class FieldDetectorRepository (line 45) | class FieldDetectorRepository(BaseFieldDetectorRepository): method get_field_detectors (line 47) | def get_field_detectors(self, field: DocumentField) -> \ FILE: contraxsuite_services/apps/document/repository/text_unit_repository.py class TextUnitRepository (line 43) | class TextUnitRepository(BaseTextUnitRepository): method get_doc_text_units (line 46) | def get_doc_text_units(self, doc: Document, text_unit_type: str) -> \ FILE: contraxsuite_services/apps/document/schemas.py class DocumentNoteViewSetSchema (line 40) | class DocumentNoteViewSetSchema(JqFiltersListViewSchema): method get_operation (line 64) | def get_operation(self, path, method): class DocumentViewSetSchema (line 71) | class DocumentViewSetSchema(JqFiltersListViewSchema): method get_operation (line 89) | def get_operation(self, path, method): class DocumentPDFReprSerializer (line 114) | class DocumentPDFReprSerializer(serializers.ModelSerializer): class Meta (line 119) | class Meta: class DocumentsForUserSerializer (line 124) | class DocumentsForUserSerializer(serializers.ModelSerializer): class Meta (line 130) | class Meta: class DocumentsForUserResponseSerializer (line 135) | class DocumentsForUserResponseSerializer(serializers.Serializer): class DocumentForUserSchema (line 140) | class DocumentForUserSchema(ObjectResponseSchema): method get_responses (line 143) | def get_responses(self, path, method): class DocumentDefinitionsSchema (line 149) | class DocumentDefinitionsSchema(ObjectToItemResponseMixin, CustomAutoSch... class DocumentDefinitionsSerializer (line 151) | class DocumentDefinitionsSerializer(serializers.Serializer): class DocumentAnnotatorCoordinatesDifferenceSerializer (line 159) | class DocumentAnnotatorCoordinatesDifferenceSerializer(serializers.Seria... class DocumentSetAnnotatorCoordinatesDifferenceSchema (line 165) | class DocumentSetAnnotatorCoordinatesDifferenceSchema(CustomAutoSchema): class DocumentSetAnnotatorCoordinatesDifferenceRequestSerializer (line 166) | class DocumentSetAnnotatorCoordinatesDifferenceRequestSerializer(seria... class DocumentSetAnnotatorCoordinatesDifferenceResponseSerializer (line 170) | class DocumentSetAnnotatorCoordinatesDifferenceResponseSerializer(seri... class DocumentFullTextSchema (line 177) | class DocumentFullTextSchema(CustomAutoSchema): method get_responses (line 179) | def get_responses(self, path, method): class DocumentHasPDFInfoSchema (line 185) | class DocumentHasPDFInfoSchema(CustomAutoSchema): method get_responses (line 187) | def get_responses(self, path, method): class DocumentPDFReprSchema (line 193) | class DocumentPDFReprSchema(CustomAutoSchema): class DocumentShowSchema (line 197) | class DocumentShowSchema(CustomAutoSchema): method get_responses (line 210) | def get_responses(self, path, method): class DocumentDownloadZipSchema (line 214) | class DocumentDownloadZipSchema(CustomAutoSchema): class DocumentDownloadZipResponseSerializer (line 216) | class DocumentDownloadZipResponseSerializer(serializers.Serializer): method get_responses (line 238) | def get_responses(self, path, method): class MarkUnmarkForDeleteDocumentsSchema (line 255) | class MarkUnmarkForDeleteDocumentsSchema(CustomAutoSchema): class MarkUnmarkForDeleteDocumentsRequestSerializer (line 257) | class MarkUnmarkForDeleteDocumentsRequestSerializer(serializers.Serial... class MarkUnmarkForDeleteDocumentsResponseSerializer (line 262) | class MarkUnmarkForDeleteDocumentsResponseSerializer(serializers.Seria... class TextUnitViewSetSchema (line 269) | class TextUnitViewSetSchema(CustomAutoSchema): class DocumentTypeImportSchema (line 281) | class DocumentTypeImportSchema(CustomAutoSchema): class DocumentTypeImportRequestSerializer (line 283) | class DocumentTypeImportRequestSerializer(serializers.Serializer): class DocumentTypeImportResponseSerializer (line 293) | class DocumentTypeImportResponseSerializer(serializers.Serializer): class DocumentTypeExportSchema (line 300) | class DocumentTypeExportSchema(CustomAutoSchema): method get_responses (line 312) | def get_responses(self, path, method): class CloneDocumentTypeSchema (line 316) | class CloneDocumentTypeSchema(CustomAutoSchema): class CloneDocumentTypeRequestSerializer (line 318) | class CloneDocumentTypeRequestSerializer(serializers.Serializer): class CloneDocumentFieldSchema (line 325) | class CloneDocumentFieldSchema(CustomAutoSchema): class CloneDocumentFieldRequestSerializer (line 327) | class CloneDocumentFieldRequestSerializer(serializers.Serializer): class CheckDocumentFieldFormulaSchema (line 334) | class CheckDocumentFieldFormulaSchema(ObjectResponseSchema): class CheckDocumentFieldFormulaRequestSerializer (line 336) | class CheckDocumentFieldFormulaRequestSerializer(serializers.Serializer): method get_responses (line 342) | def get_responses(self, path, method): class CheckNewDocumentFieldFormulaSchema (line 350) | class CheckNewDocumentFieldFormulaSchema(CustomAutoSchema): class CheckNewDocumentFieldFormulaRequestSerializer (line 352) | class CheckNewDocumentFieldFormulaRequestSerializer(serializers.Serial... class AnnotationSuggestSchema (line 362) | class AnnotationSuggestSchema(ObjectResponseSchema): class AnnotationSuggestRequestSerializer (line 364) | class AnnotationSuggestRequestSerializer(serializers.Serializer): class AnnotationBatchSchema (line 372) | class AnnotationBatchSchema(CustomAutoSchema): class AnnotationBatchRequestSerializer (line 374) | class AnnotationBatchRequestSerializer(serializers.Serializer): class RequestDataSerialiser (line 375) | class RequestDataSerialiser(serializers.Serializer): class AnnotationBatchResponseSerializer (line 387) | class AnnotationBatchResponseSerializer(serializers.Serializer): method get_request_body (line 395) | def get_request_body(self, path, method): method get_responses (line 407) | def get_responses(self, path, method): class DocumentFieldStatsResponseSerializer (line 415) | class DocumentFieldStatsResponseSerializer(serializers.Serializer): class DocumentFieldStatsSchema (line 428) | class DocumentFieldStatsSchema(ObjectToItemResponseMixin, CustomAutoSche... class SimilarDocumentsSchema (line 439) | class SimilarDocumentsSchema(JqFiltersListViewSchema): FILE: contraxsuite_services/apps/document/scheme_migrations/base_scheme_migration.py class BaseSchemeMigration (line 39) | class BaseSchemeMigration: method __init__ (line 40) | def __init__(self, method upgrade_doctype_json (line 50) | def upgrade_doctype_json(self, rows_by_model: Dict[str, List[Dict[str,... method downgrade_doctype_json (line 53) | def downgrade_doctype_json(self, rows_by_model: Dict[str, List[Dict[st... method up_or_downgrade_doctype_json (line 56) | def up_or_downgrade_doctype_json(self, FILE: contraxsuite_services/apps/document/scheme_migrations/document_scheme_migration.py class FieldUnitCountMigration (line 41) | class FieldUnitCountMigration(BaseSchemeMigration): method __init__ (line 42) | def __init__(self): class FieldCategoryDocTypeMigration (line 57) | class FieldCategoryDocTypeMigration(BaseSchemeMigration): method __init__ (line 58) | def __init__(self): method upgrade_doctype_json (line 61) | def upgrade_doctype_json(self, rows_by_model: Dict[str, List[Dict[str,... method downgrade_doctype_json (line 74) | def downgrade_doctype_json(self, rows_by_model: Dict[str, List[Dict[st... class EmptyTaggedMigration (line 83) | class EmptyTaggedMigration(BaseSchemeMigration): method __init__ (line 89) | def __init__(self): method upgrade_doctype_json (line 92) | def upgrade_doctype_json(self, rows_by_model: Dict[str, List[Dict[str,... method downgrade_doctype_json (line 95) | def downgrade_doctype_json(self, rows_by_model: Dict[str, List[Dict[st... class AddConvertDecimalsToFloatsToDocumentField (line 99) | class AddConvertDecimalsToFloatsToDocumentField(BaseSchemeMigration): method __init__ (line 106) | def __init__(self): class RemoveFieldStopWordsMigration (line 125) | class RemoveFieldStopWordsMigration(BaseSchemeMigration): method __init__ (line 132) | def __init__(self): method upgrade_doctype_json (line 135) | def upgrade_doctype_json(self, rows_by_model: Dict[str, List[Dict[str,... method downgrade_doctype_json (line 143) | def downgrade_doctype_json(self, rows_by_model: Dict[str, List[Dict[st... class MoveLimitsToFieldDetectorMigration (line 148) | class MoveLimitsToFieldDetectorMigration(BaseSchemeMigration): method __init__ (line 155) | def __init__(self): method upgrade_doctype_json (line 158) | def upgrade_doctype_json(self, rows_by_model: Dict[str, List[Dict[str,... method downgrade_doctype_json (line 176) | def downgrade_doctype_json(self, rows_by_model: Dict[str, List[Dict[st... class UpdateDocumentFieldsAndOptions (line 199) | class UpdateDocumentFieldsAndOptions(BaseSchemeMigration): method __init__ (line 206) | def __init__(self): method upgrade_doctype_json (line 209) | def upgrade_doctype_json(self, rows_by_model: Dict[str, List[Dict[str,... method downgrade_doctype_json (line 221) | def downgrade_doctype_json(self, rows_by_model: Dict[str, List[Dict[st... FILE: contraxsuite_services/apps/document/scheme_migrations/scheme_migration.py class SchemeMigration (line 65) | class SchemeMigration: method __init__ (line 66) | def __init__(self): method load_migrations (line 71) | def load_migrations(self): method migrate_json (line 78) | def migrate_json(self, method migrate_model_records (line 88) | def migrate_model_records(self, method read_rows_by_model (line 125) | def read_rows_by_model(self, model_records: List[Dict[str, Any]]) -> D... FILE: contraxsuite_services/apps/document/scheme_migrations/tests/test_scheme_migration.py class TestSchemeMigration (line 40) | class TestSchemeMigration(TestCase): method test_load (line 42) | def test_load(self): method test_migrate_back (line 46) | def test_migrate_back(self): method test_migrate_forward (line 54) | def test_migrate_forward(self): FILE: contraxsuite_services/apps/document/signals.py function fire_document_changed (line 74) | def fire_document_changed(sender, function fire_document_deleted (line 96) | def fire_document_deleted(sender, function fire_doc_soft_delete (line 104) | def fire_doc_soft_delete(sender, function fire_doc_full_delete (line 112) | def fire_doc_full_delete(sender, function fire_documents_assignee_changed (line 122) | def fire_documents_assignee_changed(sender, function fire_documents_status_changed (line 132) | def fire_documents_status_changed(sender, function fire_hidden_fields_cleared (line 142) | def fire_hidden_fields_cleared(sender, document: Document, field_codes: ... function fire_document_field_detection_failed (line 146) | def fire_document_field_detection_failed(sender, function field_value_saved (line 159) | def field_value_saved(sender, instance: FieldValue, created: bool = True... function field_value_deleted (line 165) | def field_value_deleted(sender, instance: FieldValue, **kwargs): function field_annotation_saved (line 171) | def field_annotation_saved(sender, instance: FieldAnnotation, created: b... function field_annotation_deleted (line 177) | def field_annotation_deleted(sender, instance: FieldAnnotation, **kwargs): function reassign_permissions (line 183) | def reassign_permissions(sender, queryset, **kwargs): FILE: contraxsuite_services/apps/document/sync_tasks/document_files_cleaner.py class DocumentFilesCleaner (line 40) | class DocumentFilesCleaner: method delete_document_files (line 44) | def delete_document_files(paths: List[str], logger: Callable = None) -... method log_error (line 54) | def log_error(msg: str, e: Any = None, logger: Callable = None) -> None: FILE: contraxsuite_services/apps/document/sync_tasks/ensure_new_paths_unique_task.py class EnsureNewPathsUnique (line 41) | class EnsureNewPathsUnique: method __init__ (line 43) | def __init__(self, log_msg: Callable[[str], None]): method get_duplicated_documents (line 46) | def get_duplicated_documents(self, method ensure_new_file_unique (line 56) | def ensure_new_file_unique(self, FILE: contraxsuite_services/apps/document/sync_tasks/rename_old_documents_task.py class RenameOldDocuments (line 40) | class RenameOldDocuments: method __init__ (line 44) | def __init__(self, log_msg: Callable[[str], None]): method rename_project_old_documents (line 48) | def rename_project_old_documents(self, doc_ids: List[int]) -> None: method rename_old_document (line 65) | def rename_old_document(self, doc_id) -> None: method get_project_doc_names (line 96) | def get_project_doc_names(self, doc_id: int): method make_new_doc_name (line 103) | def make_new_doc_name(self, doc: Document) -> Tuple[str, str]: FILE: contraxsuite_services/apps/document/sync_tasks/soft_delete_document_task.py class SoftDeleteDocumentsSyncTask (line 41) | class SoftDeleteDocumentsSyncTask: method __init__ (line 42) | def __init__(self, doc_repo: BaseDocumentRepository = None): method process (line 45) | def process(self, FILE: contraxsuite_services/apps/document/tasks.py class TrainDocumentFieldDetectorModel (line 105) | class TrainDocumentFieldDetectorModel(ExtendedTask): method process (line 109) | def process(self, **kwargs): method train_model_for_document_type (line 122) | def train_model_for_document_type(self, document_type_pk: str) -> None: method train_model_for_field (line 144) | def train_model_for_field(task: ExtendedTask, field_uid: str) -> None: class TrainAndTest (line 153) | class TrainAndTest(ExtendedTask): method process (line 161) | def process(self, **kwargs): method test_field_detector_model (line 249) | def test_field_detector_model(task: ExtendedTask, field_id, document_i... method join_field_detector_model_tests (line 328) | def join_field_detector_model_tests(task: ExtendedTask, class LoadDocumentWithFields (line 389) | class LoadDocumentWithFields(ExtendedTask): method load_field_values (line 399) | def load_field_values(task: ExtendedTask, method process (line 451) | def process(self, **kwargs): method create_document (line 496) | def create_document(task: ExtendedTask, uri: str, project_id, run_dete... method load_doc (line 517) | def load_doc(task: ExtendedTask, class ImportCSVFieldDetectionConfig (line 575) | class ImportCSVFieldDetectionConfig(ExtendedTask): method process (line 583) | def process(self, class FindBrokenDocumentFieldValues (line 612) | class FindBrokenDocumentFieldValues(ExtendedTask): method process_broken (line 616) | def process_broken(task: ExtendedTask, obj: Union[FieldAnnotation, Fie... method check_annotations (line 640) | def check_annotations(task: ExtendedTask, method check_field_values (line 659) | def check_field_values(task: ExtendedTask, method process (line 670) | def process(self, **kwargs): class ImportDocumentType (line 700) | class ImportDocumentType(ExtendedTask): method process (line 708) | def process(self, method cache_document_fields_for_doc_ids (line 773) | def cache_document_fields_for_doc_ids(_task: ExtendedTask, doc_ids: Li... class ExportDocuments (line 780) | class ExportDocuments(ExtendedTask): method process (line 790) | def process(self, class ImportDocuments (line 858) | class ImportDocuments(ExtendedTask): method process (line 866) | def process(self, method import_documents_package (line 902) | def import_documents_package(self, class ImportDocumentsPack (line 938) | class ImportDocumentsPack(ImportDocuments): method process (line 946) | def process(self, class FixDocumentFieldCodes (line 956) | class FixDocumentFieldCodes(ExtendedTask): method process (line 962) | def process(self, **kwargs): class DocumentCleaner (line 1045) | class DocumentCleaner: method __init__ (line 1046) | def __init__(self): method clean (line 1050) | def clean(self, method log_error (line 1062) | def log_error(self, message, exc_info: Exception = None, **kwargs): class DeleteDocuments (line 1066) | class DeleteDocuments(ExtendedTask): method __init__ (line 1070) | def __init__(self, *args, **kwargs): method process (line 1074) | def process(self, **kwargs): function _process_documents_status_changed (line 1090) | def _process_documents_status_changed(task: ExtendedTask, doc_ids: List,... function process_documents_status_changed (line 1116) | def process_documents_status_changed(task: ExtendedTask, doc_ids: List, ... function _process_documents_assignee_changed (line 1130) | def _process_documents_assignee_changed(task: ExtendedTask, function process_documents_assignee_changed (line 1148) | def process_documents_assignee_changed(task: ExtendedTask, doc_ids: List... function process_document_changed (line 1163) | def process_document_changed(task: ExtendedTask, function plan_process_document_changed (line 1199) | def plan_process_document_changed(doc_id: int, function plan_process_documents_status_changed (line 1212) | def plan_process_documents_status_changed(doc_ids: Iterable, new_status_... function plan_process_documents_assignee_changed (line 1229) | def plan_process_documents_assignee_changed(doc_ids: Iterable, function identify_contracts (line 1256) | def identify_contracts(task: ExtendedTask, function identify_document_classes (line 1277) | def identify_document_classes(task: ExtendedTask, class DeleteDocumentTypes (line 1397) | class DeleteDocumentTypes(ExtendedTask): method process (line 1404) | def process(self, **kwargs): method delete_document_type (line 1429) | def delete_document_type(task: ExtendedTask, document_type_pk): class ExportDocumentFiles (line 1436) | class ExportDocumentFiles(ExtendedTask): method process (line 1448) | def process(self, **kwargs): method build_file_ref (line 1484) | def build_file_ref(self, function track_failed_document_loads (line 1532) | def track_failed_document_loads(_celery_task): function filter_sections_inside_tables (line 1568) | def filter_sections_inside_tables(metadata: Dict[str, Any], function filter_multiple_sections_inside_paragraph (line 1622) | def filter_multiple_sections_inside_paragraph(metadata: Dict[str, Any], FILE: contraxsuite_services/apps/document/unit_tests/tests/test_models.py class TestDocumentModels (line 46) | class TestDocumentModels(TestCase): method test_doc_field_make_unique_code (line 47) | def test_doc_field_make_unique_code(self): FILE: contraxsuite_services/apps/document/urls.py function register (line 54) | def register(model, view_types): FILE: contraxsuite_services/apps/document/utils.py function cleanup_document_relations (line 49) | def cleanup_document_relations(document): FILE: contraxsuite_services/apps/document/value_extraction_hints.py class ValueExtractionHint (line 45) | class ValueExtractionHint(Enum): method _is_money (line 53) | def _is_money(v) -> bool: method _is_ratio (line 57) | def _is_ratio(v) -> bool: method get_value (line 61) | def get_value(l: Optional[List], hint: str): FILE: contraxsuite_services/apps/document/views.py function search (line 94) | def search(request): class DjangoQLIntrospectView (line 124) | class DjangoQLIntrospectView(apps.common.mixins.JSONResponseView): method get_json_data (line 128) | def get_json_data(self, request, *args, **kwargs): class DocumentQueryView (line 132) | class DocumentQueryView(apps.common.mixins.JSONResponseView): method get_json_data (line 133) | def get_json_data(self, request, *args, **kwargs): method get_help_content (line 136) | def get_help_content(self, entity_class): class TextUnitQueryView (line 147) | class TextUnitQueryView(DocumentQueryView): method get_json_data (line 148) | def get_json_data(self, request, *args, **kwargs): class DocumentListView (line 152) | class DocumentListView(apps.common.mixins.JqPaginatedListView): method get_queryset (line 174) | def get_queryset(self): method get_json_data (line 215) | def get_json_data(self, **kwargs): method get_context_data (line 231) | def get_context_data(self, **kwargs): method read_request_filters (line 237) | def read_request_filters(self) -> Dict[str, Any]: class DocumentActionListView (line 254) | class DocumentActionListView(TemplateView): method get_context_data (line 257) | def get_context_data(self, **kwargs): class DjangoQLDocumentIntrospectView (line 264) | class DjangoQLDocumentIntrospectView(DjangoQLIntrospectView): class DocumentPropertyCreateView (line 268) | class DocumentPropertyCreateView(apps.common.mixins.CustomCreateView): method has_permission (line 276) | def has_permission(self): method get_initial (line 282) | def get_initial(self): method get_success_url (line 288) | def get_success_url(self): class DocumentPropertyUpdateView (line 292) | class DocumentPropertyUpdateView(DocumentPropertyCreateView, apps.common... method has_permission (line 293) | def has_permission(self): class DocumentPropertyListView (line 298) | class DocumentPropertyListView(apps.common.mixins.JqPaginatedListView): method get_queryset (line 310) | def get_queryset(self): method get_json_data (line 325) | def get_json_data(self, **kwargs): method get_context_data (line 333) | def get_context_data(self, **kwargs): class DocumentPropertyDeleteView (line 339) | class DocumentPropertyDeleteView(apps.common.mixins.CustomDeleteView): method get_success_url (line 343) | def get_success_url(self): method has_permission (line 347) | def has_permission(self): class DocumentRelationListView (line 352) | class DocumentRelationListView(apps.common.mixins.JqPaginatedListView): method get_json_data (line 366) | def get_json_data(self, **kwargs): method get_queryset (line 373) | def get_queryset(self): class DocumentDetailView (line 384) | class DocumentDetailView(PermissionRequiredMixin, DetailView): method has_permission (line 388) | def has_permission(self): method get_context_data (line 391) | def get_context_data(self, **kwargs): method get_log_records (line 423) | def get_log_records(self): class DocumentSourceView (line 444) | class DocumentSourceView(DocumentDetailView): method get_context_data (line 447) | def get_context_data(self, **kwargs): function show_document (line 464) | def show_document(request, pk): function can_user_access_doc (line 495) | def can_user_access_doc(request, document: Document) -> Tuple[bool, Opti... class DocumentNoteListView (line 505) | class DocumentNoteListView(apps.common.mixins.JqPaginatedListView): method get_json_data (line 515) | def get_json_data(self, **kwargs): method get_queryset (line 533) | def get_queryset(self): class DocumentEnhancedView (line 546) | class DocumentEnhancedView(DocumentDetailView): method get_context_data (line 549) | def get_context_data(self, **kwargs): class TextUnitDetailView (line 567) | class TextUnitDetailView(PermissionRequiredMixin, DetailView): method has_permission (line 576) | def has_permission(self): method get_context_data (line 579) | def get_context_data(self, **kwargs): class TextUnitListView (line 590) | class TextUnitListView(apps.common.mixins.JqPaginatedListView): method get_queryset (line 604) | def get_queryset(self): method get_json_data (line 664) | def get_json_data(self, **kwargs): method get_context_data (line 675) | def get_context_data(self, **kwargs): class DjangoQLTextUnitIntrospectView (line 683) | class DjangoQLTextUnitIntrospectView(DjangoQLIntrospectView): class TextUnitByLangListView (line 687) | class TextUnitByLangListView(apps.common.mixins.JqPaginatedListView): method get_queryset (line 692) | def get_queryset(self): method get_json_data (line 699) | def get_json_data(self, **kwargs): class TextUnitPropertyListView (line 708) | class TextUnitPropertyListView(apps.common.mixins.JqPaginatedListView): method get_queryset (line 720) | def get_queryset(self): method get_json_data (line 738) | def get_json_data(self, **kwargs): method get_context_data (line 748) | def get_context_data(self, **kwargs): class TextUnitPropertyDeleteView (line 754) | class TextUnitPropertyDeleteView(apps.common.mixins.CustomDeleteView): method get_success_url (line 757) | def get_success_url(self): method has_permission (line 761) | def has_permission(self): class TextUnitNoteListView (line 766) | class TextUnitNoteListView(apps.common.mixins.JqPaginatedListView): method get_json_data (line 776) | def get_json_data(self, **kwargs): method get_queryset (line 785) | def get_queryset(self): class TextUnitNoteDeleteView (line 797) | class TextUnitNoteDeleteView(apps.common.mixins.CustomDeleteView): method get_success_url (line 800) | def get_success_url(self): method has_permission (line 803) | def has_permission(self): class DocumentNoteDeleteView (line 808) | class DocumentNoteDeleteView(apps.common.mixins.CustomDeleteView): method get_success_url (line 811) | def get_success_url(self): method has_permission (line 815) | def has_permission(self): class DocumentTagListView (line 820) | class DocumentTagListView(apps.common.mixins.JqPaginatedListView): method get_json_data (line 829) | def get_json_data(self, **kwargs): method get_queryset (line 837) | def get_queryset(self): method get_context_data (line 852) | def get_context_data(self, **kwargs): class DocumentTagDeleteView (line 858) | class DocumentTagDeleteView(apps.common.mixins.CustomDeleteView): method get_success_url (line 861) | def get_success_url(self): method has_permission (line 864) | def has_permission(self): class TextUnitTagListView (line 869) | class TextUnitTagListView(apps.common.mixins.JqPaginatedListView): method get_json_data (line 879) | def get_json_data(self, **kwargs): method get_queryset (line 888) | def get_queryset(self): method get_context_data (line 905) | def get_context_data(self, **kwargs): class TextUnitTagDeleteView (line 911) | class TextUnitTagDeleteView(apps.common.mixins.CustomDeleteView): method get_success_url (line 914) | def get_success_url(self): method has_permission (line 917) | def has_permission(self): class TypeaheadDocumentDescription (line 922) | class TypeaheadDocumentDescription(apps.common.mixins.TypeaheadView): class TypeaheadDocumentName (line 928) | class TypeaheadDocumentName(TypeaheadDocumentDescription): class TypeaheadTextUnitTag (line 932) | class TypeaheadTextUnitTag(apps.common.mixins.TypeaheadView): class TypeaheadDocumentPropertyKey (line 938) | class TypeaheadDocumentPropertyKey(apps.common.mixins.TypeaheadView): class SubmitNoteView (line 944) | class SubmitNoteView(apps.common.mixins.SubmitView): method get_tag_owner (line 960) | def get_tag_owner(request, owner_model=TextUnit): method process (line 971) | def process(self, request): class SubmitDocumentTagView (line 990) | class SubmitDocumentTagView(apps.common.mixins.SubmitView): method dispatch (line 996) | def dispatch(self, request, *args, **kwargs): method get_success_message (line 1000) | def get_success_message(self): method allowed (line 1006) | def allowed(user, tag_owner): method get_tag_owner (line 1009) | def get_tag_owner(self, request): method process (line 1020) | def process(self, request): class SubmitClusterDocumentsTagView (line 1042) | class SubmitClusterDocumentsTagView(apps.common.mixins.SubmitView): method dispatch (line 1048) | def dispatch(self, request, *args, **kwargs): method get_success_message (line 1052) | def get_success_message(self): method allowed (line 1058) | def allowed(user, tag_owner): method get_tag_owner (line 1061) | def get_tag_owner(self, request): method process (line 1072) | def process(self, request): class SubmitClusterDocumentsPropertyView (line 1085) | class SubmitClusterDocumentsPropertyView(SubmitClusterDocumentsTagView): method get_success_message (line 1089) | def get_success_message(self): method process (line 1095) | def process(self, request): class SubmitClusterDocumentsLanguageView (line 1108) | class SubmitClusterDocumentsLanguageView(SubmitClusterDocumentsTagView): method get_success_message (line 1111) | def get_success_message(self): method process (line 1116) | def process(self, request): class SubmitTextUnitTagView (line 1124) | class SubmitTextUnitTagView(SubmitDocumentTagView): method allowed (line 1130) | def allowed(user, tag_owner): class SubmitDocumentPropertyView (line 1134) | class SubmitDocumentPropertyView(SubmitDocumentTagView): method get_success_message (line 1137) | def get_success_message(self): method process (line 1140) | def process(self, request): class SubmitTextUnitPropertyView (line 1161) | class SubmitTextUnitPropertyView(SubmitDocumentPropertyView): method allowed (line 1167) | def allowed(user, tag_owner): function view_stats (line 1172) | def view_stats(request): class DetectFieldValuesTaskView (line 1378) | class DetectFieldValuesTaskView(BaseAjaxTaskView): class TrainDocumentFieldDetectorModelTaskView (line 1384) | class TrainDocumentFieldDetectorModelTaskView(BaseAjaxTaskView): class FindBrokenDocumentFieldValuesTaskView (line 1390) | class FindBrokenDocumentFieldValuesTaskView(BaseAjaxTaskView): class FixDocumentFieldCodesTaskView (line 1396) | class FixDocumentFieldCodesTaskView(BaseAjaxTaskView): class TrainAndTestTaskView (line 1402) | class TrainAndTestTaskView(BaseAjaxTaskView): class LoadDocumentWithFieldsView (line 1408) | class LoadDocumentWithFieldsView(BaseAjaxTaskView): method post (line 1412) | def post(self, request, *args, **kwargs): class ImportCSVFieldDetectionConfigView (line 1451) | class ImportCSVFieldDetectionConfigView(BaseAjaxTaskView): class ExportDocumentTypeView (line 1457) | class ExportDocumentTypeView(LoadFixturesView): method post (line 1462) | def post(self, request, *args, **kwargs): class ExportDocumentsView (line 1475) | class ExportDocumentsView(LoadFixturesView): method post (line 1480) | def post(self, request, *args, **kwargs): method get_file_ref (line 1515) | def get_file_ref(doc_ids, project_ids=None, user=None): class ImportDocumentTypeView (line 1540) | class ImportDocumentTypeView(BaseAjaxTaskView): class ImportDocumentsView (line 1547) | class ImportDocumentsView(BaseAjaxTaskView): method provide_extra_task_data (line 1553) | def provide_extra_task_data(self, request, data, *args, **kwargs): class IdentifyContractsView (line 1558) | class IdentifyContractsView(BaseAjaxTaskView): method disallow_start (line 1563) | def disallow_start(self): method start_task (line 1566) | def start_task(self, data): FILE: contraxsuite_services/apps/dump/api/v1.py class DumpPUTErrorResponseSerializer (line 57) | class DumpPUTErrorResponseSerializer(serializers.Serializer): class BaseDumpViewSchema (line 62) | class BaseDumpViewSchema(CustomAutoSchema): method get_responses (line 74) | def get_responses(self, path, method): method get_components (line 96) | def get_components(self, path, method): method get_operation (line 103) | def get_operation(self, path, method): class RunTaskPermission (line 117) | class RunTaskPermission(IsAuthenticated): method has_permission (line 118) | def has_permission(self, request, view): class BaseDumpView (line 122) | class BaseDumpView(views.APIView): method __init__ (line 126) | def __init__(self, *args, **kwargs): method get_request_data (line 130) | def get_request_data(self, request): method get_json_dump (line 134) | def get_json_dump(self) -> str: method get (line 137) | def get(self, request, *args, **kwargs): method put (line 143) | def put(self, request, *args, **kwargs): class DumpConfigView (line 160) | class DumpConfigView(BaseDumpView): method __init__ (line 166) | def __init__(self, *args, **kwargs): method get_json_dump (line 170) | def get_json_dump(self) -> str: class DumpDocumentConfigSchema (line 174) | class DumpDocumentConfigSchema(BaseDumpViewSchema): class DumpDocumentConfigView (line 187) | class DumpDocumentConfigView(BaseDumpView): method get_json_dump (line 193) | def get_json_dump(self) -> str: class FieldValuesDumpAPISchema (line 200) | class FieldValuesDumpAPISchema(BaseDumpViewSchema): method get_operation (line 202) | def get_operation(self, path, method): class FieldValuesDumpAPIView (line 209) | class FieldValuesDumpAPIView(BaseDumpView): method get_json_dump (line 215) | def get_json_dump(self) -> str: method put (line 218) | def put(self, request, *args, **kwargs): class DumpFixtureSerializer (line 234) | class DumpFixtureSerializer(serializers.Serializer): class DumpFixtureAPIViewSchema (line 242) | class DumpFixtureAPIViewSchema(CustomAutoSchema): method get_responses (line 245) | def get_responses(self, path, method): class DumpFixtureAPIView (line 259) | class DumpFixtureAPIView(generics.CreateAPIView): method post (line 267) | def post(self, request, *args, **kwargs): class LoadFixtureSerializer (line 280) | class LoadFixtureSerializer(serializers.Serializer): class LoadFixtureAPIViewSchema (line 286) | class LoadFixtureAPIViewSchema(CustomAutoSchema): method get_responses (line 288) | def get_responses(self, path, method): class LoadFixtureAPIView (line 294) | class LoadFixtureAPIView(generics.CreateAPIView): method post (line 302) | def post(self, request, *args, **kwargs): FILE: contraxsuite_services/apps/dump/app_dump.py function default_object_handler (line 87) | def default_object_handler(obj: Any) -> Any: function get_dump (line 91) | def get_dump(filter_by_model: Dict[Type[Model], Callable] = None, function get_versioned_dump (line 97) | def get_versioned_dump(version: str, function get_objects_to_dump (line 108) | def get_objects_to_dump(filter_by_model: Dict[Type[Model], Callable] = N... function write_dump (line 119) | def write_dump(file_name: str, json_data): function get_full_dump (line 124) | def get_full_dump() -> str: function write_full_dump (line 128) | def write_full_dump(file_name: str): function clear_owner (line 132) | def clear_owner(obj: Any) -> Any: function get_filter_by_model (line 140) | def get_filter_by_model(document_type_codes) -> Dict[Any, Any]: function get_app_config_dump (line 166) | def get_app_config_dump(document_type_codes=None) -> str: function get_app_config_versioned_dump (line 174) | def get_app_config_versioned_dump(document_type_codes=None, function get_field_values_dump (line 184) | def get_field_values_dump() -> str: function write_field_values_dump (line 192) | def write_field_values_dump(file_name: str): function get_model_fixture_dump (line 196) | def get_model_fixture_dump(app_name, model_name, filter_options=None, in... function download (line 212) | def download(data, file_name='dump', file_ext='json', content_type='appl... function load_fixture_from_dump (line 228) | def load_fixture_from_dump(data, mode='default'): function _register_app_dump_models (line 269) | def _register_app_dump_models(plugin_attr_name: str, dst_collection: Dic... function register_pluggable_app_dump_models (line 280) | def register_pluggable_app_dump_models(): FILE: contraxsuite_services/apps/dump/apps.py class DumpConfig (line 37) | class DumpConfig(AppConfig): FILE: contraxsuite_services/apps/dump/document_type_import.py class ValidationError (line 61) | class ValidationError(Exception): class ObjectHeap (line 65) | class ObjectHeap: method __init__ (line 66) | def __init__(self): method add_source_object (line 69) | def add_source_object(self, obj: Any) -> None: method get_by_source_pk (line 77) | def get_by_source_pk(self, object_class: type, object_pk: Any) -> Any: class DeserializedObjectController (line 82) | class DeserializedObjectController: method init_static (line 86) | def init_static(cls): method __init__ (line 89) | def __init__(self, deserialized_object: DeserializedObject, auto_fix_v... method do_basic_cleanup (line 102) | def do_basic_cleanup(self): method object (line 106) | def object(self) -> Any: method pk (line 110) | def pk(self) -> Any: method auto_fix_validation_errors (line 114) | def auto_fix_validation_errors(self) -> bool: method model_name (line 118) | def model_name(self) -> str: method _execute_for_dependent_objects (line 121) | def _execute_for_dependent_objects(self, predicate: Callable[[Any], No... method add_dependent_object (line 139) | def add_dependent_object(self, dependent_object: Any): method set_object_heap (line 142) | def set_object_heap(self, object_heap: ObjectHeap) -> None: method get_deserialized_object_by_source_pk (line 148) | def get_deserialized_object_by_source_pk(self, object_class: type, sou... method _init (line 151) | def _init(self) -> None: method _log_info (line 155) | def _log_info(self, message: str) -> None: method _set_save_order (line 159) | def _set_save_order(self, model_classes: list) -> None: method _run_validators (line 162) | def _run_validators(self, validators: list, context: dict) -> None: method _add_validation_errors (line 168) | def _add_validation_errors(self, validators: Iterable, errors: list, c... method _add_object_validator (line 178) | def _add_object_validator(self, validator: Callable[[dict], None]) -> ... method _get_save_object_context (line 181) | def _get_save_object_context(self) -> dict: method _add_m2m_validator (line 184) | def _add_m2m_validator(self, validator: Callable[[dict], None]) -> None: method _get_save_m2m_context (line 187) | def _get_save_m2m_context(self) -> dict: method _add_missed_object_validator (line 190) | def _add_missed_object_validator(self, validator: Callable[[dict], Non... method _get_clear_missed_object_context (line 193) | def _get_clear_missed_object_context(self) -> dict: method _save_deserialized_object (line 196) | def _save_deserialized_object(self, context: dict) -> None: method _save_m2m (line 199) | def _save_m2m(self, _context: dict) -> None: method save_with_dependent_objects (line 207) | def save_with_dependent_objects(self) -> None: method save_m2m (line 214) | def save_m2m(self) -> None: method clear_missed_objects (line 221) | def clear_missed_objects(self) -> None: method save (line 227) | def save(self) -> None: method validate (line 234) | def validate(self, errors: list = None) -> list: method to_str_if_uuid (line 247) | def to_str_if_uuid(cls, pk: Any) -> Any: method _filter_missed_objects (line 250) | def _filter_missed_objects(self, model_class: type, saved_objects: Ite... class DeserializedDocumentFieldDetector (line 265) | class DeserializedDocumentFieldDetector(DeserializedObjectController): method __init__ (line 266) | def __init__(self, method object (line 274) | def object(self) -> DocumentFieldDetector: method field_pk (line 278) | def field_pk(self) -> Any: method _validate_field_changed (line 281) | def _validate_field_changed(self) -> None: class DeserializedDocumentField (line 292) | class DeserializedDocumentField(DeserializedObjectController): method __init__ (line 293) | def __init__(self, method do_basic_cleanup (line 304) | def do_basic_cleanup(self): method object (line 310) | def object(self) -> DocumentField: method _get_document_type_pk (line 314) | def _get_document_type_pk(cls, obj) -> Any: method document_type_pk (line 318) | def document_type_pk(self) -> Any: method category_pk (line 322) | def category_pk(self) -> Any: method category_pk (line 326) | def category_pk(self, category_pk: Any) -> None: method family_pk (line 330) | def family_pk(self) -> Any: method family_pk (line 334) | def family_pk(self, family_pk: Any) -> None: method _get_save_object_context (line 337) | def _get_save_object_context(self) -> dict: method _get_saved_field (line 344) | def _get_saved_field(cls, context: dict) -> DocumentField: method _get_detected_values_count (line 348) | def _get_detected_values_count(cls, values_total: int, user_values_cou... method _get_field_type_title (line 353) | def _get_field_type_title(cls, field_type_code: str) -> str: method _validate_critical_properties_changed (line 360) | def _validate_critical_properties_changed(self, context: dict) -> None: method _get_invalid_choices (line 395) | def _get_invalid_choices(self, saved_field: DocumentField) -> set: method _is_allow_values_not_specified_in_choices_was_unset (line 402) | def _is_allow_values_not_specified_in_choices_was_unset(self, saved_fi... method _validate_choice_values_removed (line 406) | def _validate_choice_values_removed(self, context: dict) -> None: method _get_missed_field_detectors (line 435) | def _get_missed_field_detectors(self) -> list: method _clear_missed_field_detectors (line 439) | def _clear_missed_field_detectors(self, save=False) -> None: method _save_deserialized_object (line 474) | def _save_deserialized_object(self, context: dict) -> None: method clear_missed_objects (line 497) | def clear_missed_objects(self) -> None: class DeserializedDocumentType (line 502) | class DeserializedDocumentType(DeserializedObjectController): method __init__ (line 505) | def __init__(self, method do_basic_cleanup (line 516) | def do_basic_cleanup(self): method object (line 522) | def object(self) -> DocumentType: method _get_missed_fields (line 525) | def _get_missed_fields(self) -> list: method _clear_missed_fields (line 529) | def _clear_missed_fields(self, save=False) -> None: method clear_missed_objects (line 548) | def clear_missed_objects(self) -> None: class DeserializedDocumentFieldCategory (line 553) | class DeserializedDocumentFieldCategory(DeserializedObjectController): method init_static (line 557) | def init_static(cls): method __init__ (line 560) | def __init__(self, deserialized_object, auto_fix_validation_errors: bo... method object (line 570) | def object(self) -> DocumentFieldCategory: method document_type_id (line 574) | def document_type_id(self) -> Any: method document_type_id (line 578) | def document_type_id(self, category_pk: Any) -> None: method _save_deserialized_object (line 581) | def _save_deserialized_object(self, context: dict) -> None: class DeserializedDocumentFieldFamily (line 594) | class DeserializedDocumentFieldFamily(DeserializedObjectController): method __init__ (line 596) | def __init__(self, deserialized_object, auto_fix_validation_errors: bo... method object (line 606) | def object(self) -> DocumentFieldFamily: method _save_deserialized_object (line 609) | def _save_deserialized_object(self, context: dict) -> None: function get_import_conflicting_tasks_running (line 614) | def get_import_conflicting_tasks_running(own_task_id: str) -> List[str]: function import_document_type (line 628) | def import_document_type(json_bytes: bytes, function reconcile_doc_type (line 764) | def reconcile_doc_type(other_objects: List[Any], document_type: Document... FILE: contraxsuite_services/apps/dump/management/commands/dump_data.py class Command (line 39) | class Command(BaseCommand): method add_arguments (line 43) | def add_arguments(self, parser): method handle (line 49) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/dump/management/commands/dump_field_values.py class Command (line 39) | class Command(BaseCommand): method add_arguments (line 43) | def add_arguments(self, parser): method handle (line 49) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/extract/admin.py class TextUnitUsageAdminBase (line 61) | class TextUnitUsageAdminBase(admin.ModelAdmin): method get_queryset (line 64) | def get_queryset(self, request): class CourtAdmin (line 69) | class CourtAdmin(admin.ModelAdmin): class CourtUsageAdmin (line 74) | class CourtUsageAdmin(TextUnitUsageAdminBase): method get_queryset (line 78) | def get_queryset(self, request): class CitationUsageAdmin (line 83) | class CitationUsageAdmin(TextUnitUsageAdminBase): class CopyrightUsageAdmin (line 88) | class CopyrightUsageAdmin(TextUnitUsageAdminBase): class CurrencyUsageAdmin (line 93) | class CurrencyUsageAdmin(TextUnitUsageAdminBase): class DateDurationUsageAdmin (line 98) | class DateDurationUsageAdmin(TextUnitUsageAdminBase): class DateUsageAdmin (line 103) | class DateUsageAdmin(TextUnitUsageAdminBase): class AmountUsageAdmin (line 108) | class AmountUsageAdmin(TextUnitUsageAdminBase): class DistanceUsageAdmin (line 113) | class DistanceUsageAdmin(TextUnitUsageAdminBase): class PercentUsageAdmin (line 118) | class PercentUsageAdmin(TextUnitUsageAdminBase): class RatioUsageAdmin (line 123) | class RatioUsageAdmin(TextUnitUsageAdminBase): class DefinitionUsageAdmin (line 128) | class DefinitionUsageAdmin(TextUnitUsageAdminBase): class DocumentDefinitionUsageAdmin (line 133) | class DocumentDefinitionUsageAdmin(admin.ModelAdmin): method get_queryset (line 137) | def get_queryset(self, request): class RegulationUsageAdmin (line 143) | class RegulationUsageAdmin(TextUnitUsageAdminBase): class GeoAliasAdmin (line 148) | class GeoAliasAdmin(admin.ModelAdmin): class GeoAliasUsageAdmin (line 153) | class GeoAliasUsageAdmin(TextUnitUsageAdminBase): method get_queryset (line 157) | def get_queryset(self, request): class GeoEntityAdmin (line 162) | class GeoEntityAdmin(admin.ModelAdmin): class GeoEntityUsageAdmin (line 167) | class GeoEntityUsageAdmin(TextUnitUsageAdminBase): method get_queryset (line 171) | def get_queryset(self, request): class GeoRelationAdmin (line 176) | class GeoRelationAdmin(admin.ModelAdmin): method get_queryset (line 180) | def get_queryset(self, request): class TagManagerAdmin (line 185) | class TagManagerAdmin: method init_obj_relations (line 187) | def init_obj_relations( method _export_as_csv (line 214) | def _export_as_csv(cls, class TermAdmin (line 232) | class TermAdmin(admin.ModelAdmin, TagManagerAdmin): method get_queryset (line 247) | def get_queryset(self, request): method get_actions (line 253) | def get_actions(self, request): method term_tags (line 259) | def term_tags(self, obj: Term): method json_response (line 265) | def json_response(self, data, **kwargs): method upload_csv_file (line 268) | def upload_csv_file(self, request): method import_or_update_terms (line 295) | def import_or_update_terms(self, df: pd.DataFrame): method init_new_term (line 342) | def init_new_term(cls, term: Term, data: Dict[str, Any], tag_by_name: ... method export_as_csv (line 350) | def export_as_csv(self, request, queryset): method export_all_as_csv (line 356) | def export_all_as_csv(self, request): method get_urls (line 361) | def get_urls(self): class TermUsageAdmin (line 370) | class TermUsageAdmin(TextUnitUsageAdminBase): method get_queryset (line 376) | def get_queryset(self, request): method filter_count_predicate (line 396) | def filter_count_predicate(self, qs: QuerySet) -> CustomCountQuerySet: method term_data (line 403) | def term_data(self, obj): method document_ref (line 411) | def document_ref(self, obj): method unit_type (line 419) | def unit_type(self, obj): method full_reverse (line 430) | def full_reverse(self, *args, **kwargs): class DocumentTermUsageAdmin (line 434) | class DocumentTermUsageAdmin(admin.ModelAdmin): method get_queryset (line 438) | def get_queryset(self, request): class TrademarkUsageAdmin (line 444) | class TrademarkUsageAdmin(TextUnitUsageAdminBase): class UrlUsageAdmin (line 449) | class UrlUsageAdmin(TextUnitUsageAdminBase): class PartyUsageAdmin (line 454) | class PartyUsageAdmin(TextUnitUsageAdminBase): method party_name (line 459) | def party_name(obj): method get_queryset (line 462) | def get_queryset(self, request): class BanListRecordListFilter (line 468) | class BanListRecordListFilter(admin.SimpleListFilter): method lookups (line 473) | def lookups(self, request, model_admin): method queryset (line 477) | def queryset(self, request, queryset): class BanListRecordAdmin (line 483) | class BanListRecordAdmin(admin.ModelAdmin): method record_ref (line 490) | def record_ref(obj): method get_form (line 493) | def get_form(self, request, obj=None, **kwargs): class TermTagAdmin (line 501) | class TermTagAdmin(admin.ModelAdmin): method projects_count (line 507) | def projects_count(obj): method terms_count (line 511) | def terms_count(obj): method get_queryset (line 514) | def get_queryset(self, request): class CompanyTypeAdmin (line 520) | class CompanyTypeAdmin(admin.ModelAdmin, TagManagerAdmin): method get_queryset (line 532) | def get_queryset(self, request): method get_actions (line 538) | def get_actions(self, request): method companytype_tags (line 544) | def companytype_tags(self, obj: CompanyType): method json_response (line 550) | def json_response(self, data, **kwargs): method upload_csv_file (line 553) | def upload_csv_file(self, request): method import_or_update_types (line 571) | def import_or_update_types(self, df: pd.DataFrame): method init_new_comp (line 613) | def init_new_comp(cls, comp: CompanyType, data: Dict[str, Any], tag_by... method export_as_csv (line 621) | def export_as_csv(self, request, queryset): method export_all_as_csv (line 627) | def export_all_as_csv(self, request, queryset): method get_urls (line 634) | def get_urls(self): class CompanyTypeTagAdmin (line 642) | class CompanyTypeTagAdmin(admin.ModelAdmin): method projects_count (line 647) | def projects_count(obj): method companytypes_count (line 651) | def companytypes_count(obj): method get_queryset (line 654) | def get_queryset(self, request): FILE: contraxsuite_services/apps/extract/api/v1.py class ExtractedEntitiesPermission (line 63) | class ExtractedEntitiesPermission(IsAuthenticated): method has_permission (line 65) | def has_permission(self, request, view): class BaseUsageSerializer (line 70) | class BaseUsageSerializer(apps.common.mixins.SimpleRelationSerializer): class Meta (line 71) | class Meta: method __init__ (line 83) | def __init__(self, instance=None, **kwargs): class ViewSetDataMixin (line 93) | class ViewSetDataMixin: method data (line 96) | def data(self): class BaseUsageListAPIView (line 102) | class BaseUsageListAPIView(apps.common.mixins.JqListAPIView, ViewSetData... method get_queryset (line 108) | def get_queryset(self): class BaseTopUsageSerializer (line 131) | class BaseTopUsageSerializer: method __init__ (line 133) | def __init__(self, *args, **kwargs): method get_detail_data (line 153) | def get_detail_data(self, item): method data (line 158) | def data(self): class BaseTopUsageListAPIView (line 170) | class BaseTopUsageListAPIView(BaseUsageListAPIView, ViewSetDataMixin): method get_queryset (line 177) | def get_queryset(self): method update_item (line 186) | def update_item(self, item): class TermUsageSerializer (line 194) | class TermUsageSerializer(BaseUsageSerializer): class Meta (line 195) | class Meta(BaseUsageSerializer.Meta): class TermUsageListAPIView (line 200) | class TermUsageListAPIView(BaseUsageListAPIView): method get_queryset (line 208) | def get_queryset(self): class TopTermUsageListAPIView (line 223) | class TopTermUsageListAPIView(BaseTopUsageListAPIView): class TermTagSerializer (line 240) | class TermTagSerializer(serializers.ModelSerializer): class Meta (line 241) | class Meta: class TermTagListAPIView (line 246) | class TermTagListAPIView(apps.common.mixins.JqListAPIView): class GeoEntityListSerializer (line 258) | class GeoEntityListSerializer(serializers.ModelSerializer): class Meta (line 261) | class Meta: method get_alias (line 265) | def get_alias(self, obj): class GeoEntityUpdateSerializer (line 270) | class GeoEntityUpdateSerializer(serializers.ModelSerializer): class Meta (line 271) | class Meta: class GeoEntityViewSet (line 276) | class GeoEntityViewSet(apps.common.mixins.JqListAPIMixin, viewsets.Model... method get_serializer_class (line 285) | def get_serializer_class(self): class GeoEntityUsageSerializer (line 297) | class GeoEntityUsageSerializer(BaseUsageSerializer): class Meta (line 298) | class Meta(BaseUsageSerializer.Meta): class GeoEntityUsageListAPIView (line 303) | class GeoEntityUsageListAPIView(BaseUsageListAPIView): method get_queryset (line 311) | def get_queryset(self): class TopGeoEntityUsageListAPIView (line 325) | class TopGeoEntityUsageListAPIView(BaseTopUsageListAPIView): class GeoAliasUsageSerializer (line 338) | class GeoAliasUsageSerializer(BaseUsageSerializer): class Meta (line 339) | class Meta(BaseUsageSerializer.Meta): class GeoAliasUsageListAPIView (line 345) | class GeoAliasUsageListAPIView(BaseUsageListAPIView): method get_queryset (line 354) | def get_queryset(self): class TopGeoAliasUsageListAPIView (line 368) | class TopGeoAliasUsageListAPIView(BaseTopUsageListAPIView): class TypeaheadSerializer (line 386) | class TypeaheadSerializer(serializers.Serializer): class TypeaheadUsageApiView (line 390) | class TypeaheadUsageApiView(ListAPIView): method get (line 400) | def get(self, request, *args, **kwargs): class TypeaheadTermUsage (line 419) | class TypeaheadTermUsage(TypeaheadUsageApiView): class TypeaheadGeoEntityUsage (line 430) | class TypeaheadGeoEntityUsage(TypeaheadUsageApiView): class TypeaheadPartyUsage (line 440) | class TypeaheadPartyUsage(TypeaheadUsageApiView): class PartyUsageSerializer (line 454) | class PartyUsageSerializer(BaseUsageSerializer): class Meta (line 455) | class Meta(BaseUsageSerializer.Meta): class PartyUsageListAPIView (line 460) | class PartyUsageListAPIView(BaseUsageListAPIView): method get_queryset (line 475) | def get_queryset(self): class TopPartyUsageListAPIView (line 495) | class TopPartyUsageListAPIView(BaseTopUsageListAPIView): class PartySerializer (line 516) | class PartySerializer(serializers.ModelSerializer): class Meta (line 517) | class Meta: class PartyViewSet (line 523) | class PartyViewSet(apps.common.mixins.JqListAPIMixin, viewsets.ReadOnlyM... class PartyNetworkChartView (line 532) | class PartyNetworkChartView(PartyUsageListAPIView): method get_queryset (line 540) | def get_queryset(self): method get_parties (line 543) | def get_parties(self): method get (line 552) | def get(self, request, *args, **kwargs): class DateUsageSerializer (line 595) | class DateUsageSerializer(BaseUsageSerializer): class Meta (line 596) | class Meta(BaseUsageSerializer.Meta): class DateUsageListAPIView (line 601) | class DateUsageListAPIView(BaseUsageListAPIView): method get_queryset (line 613) | def get_queryset(self): class TopDateUsageListAPIView (line 623) | class TopDateUsageListAPIView(BaseTopUsageListAPIView): method update_item (line 636) | def update_item(self, item): class DateUsageTimelineSerializer (line 642) | class DateUsageTimelineSerializer(serializers.Serializer): class DateUsageTimelineView (line 647) | class DateUsageTimelineView(ListAPIView): method get_queryset (line 657) | def get_queryset(self): method get (line 663) | def get(self, request, *args, **kwargs): class DateUsageCalendarSerializer (line 710) | class DateUsageCalendarSerializer(serializers.Serializer): class DateUsageCalendarView (line 714) | class DateUsageCalendarView(ListAPIView): method get_queryset (line 723) | def get_queryset(self): method get_context (line 736) | def get_context(self): method get (line 743) | def get(self, request, *args, **kwargs): class DateUsageToICalView (line 766) | class DateUsageToICalView(DateUsageListAPIView): method get (line 774) | def get(self, request, *args, **kwargs): class DateDurationUsageSerializer (line 807) | class DateDurationUsageSerializer(BaseUsageSerializer): class Meta (line 808) | class Meta(BaseUsageSerializer.Meta): class DateDurationUsageListAPIView (line 813) | class DateDurationUsageListAPIView(BaseUsageListAPIView): class TopDateDurationUsageListAPIView (line 827) | class TopDateDurationUsageListAPIView(BaseTopUsageListAPIView): class DefinitionUsageSerializer (line 846) | class DefinitionUsageSerializer(BaseUsageSerializer): class Meta (line 847) | class Meta(BaseUsageSerializer.Meta): class DefinitionUsageListAPIView (line 852) | class DefinitionUsageListAPIView(BaseUsageListAPIView): class TopDefinitionUsageListAPIView (line 865) | class TopDefinitionUsageListAPIView(BaseTopUsageListAPIView): class CourtUsageSerializer (line 884) | class CourtUsageSerializer(BaseUsageSerializer): class Meta (line 885) | class Meta(BaseUsageSerializer.Meta): class CourtUsageListAPIView (line 890) | class CourtUsageListAPIView(BaseUsageListAPIView): method get_queryset (line 905) | def get_queryset(self): class TopCourtUsageListAPIView (line 910) | class TopCourtUsageListAPIView(BaseTopUsageListAPIView): class CurrencyUsageSerializer (line 929) | class CurrencyUsageSerializer(BaseUsageSerializer): class Meta (line 930) | class Meta(BaseUsageSerializer.Meta): class CurrencyUsageListAPIView (line 935) | class CurrencyUsageListAPIView(BaseUsageListAPIView): class TopCurrencyUsageListAPIView (line 949) | class TopCurrencyUsageListAPIView(BaseTopUsageListAPIView): class RegulationUsageSerializer (line 968) | class RegulationUsageSerializer(BaseUsageSerializer): class Meta (line 969) | class Meta(BaseUsageSerializer.Meta): class RegulationUsageListAPIView (line 974) | class RegulationUsageListAPIView(BaseUsageListAPIView): method get_queryset (line 988) | def get_queryset(self): class TopRegulationUsageListAPIView (line 993) | class TopRegulationUsageListAPIView(BaseTopUsageListAPIView): class AmountUsageSerializer (line 1012) | class AmountUsageSerializer(BaseUsageSerializer): class Meta (line 1013) | class Meta(BaseUsageSerializer.Meta): class AmountUsageListAPIView (line 1018) | class AmountUsageListAPIView(BaseUsageListAPIView): class TopAmountUsageListAPIView (line 1033) | class TopAmountUsageListAPIView(BaseTopUsageListAPIView): class DistanceUsageSerializer (line 1052) | class DistanceUsageSerializer(BaseUsageSerializer): class Meta (line 1053) | class Meta(BaseUsageSerializer.Meta): class DistanceUsageListAPIView (line 1058) | class DistanceUsageListAPIView(BaseUsageListAPIView): class TopDistanceUsageListAPIView (line 1072) | class TopDistanceUsageListAPIView(BaseTopUsageListAPIView): method get_detail_data (line 1085) | def get_detail_data(self, item): method update_item (line 1089) | def update_item(self, item): class PercentUsageSerializer (line 1099) | class PercentUsageSerializer(BaseUsageSerializer): class Meta (line 1100) | class Meta(BaseUsageSerializer.Meta): class PercentUsageListAPIView (line 1105) | class PercentUsageListAPIView(BaseUsageListAPIView): class TopPercentUsageListAPIView (line 1119) | class TopPercentUsageListAPIView(BaseTopUsageListAPIView): method get_detail_data (line 1132) | def get_detail_data(self, item): method update_item (line 1136) | def update_item(self, item): class RatioUsageSerializer (line 1146) | class RatioUsageSerializer(BaseUsageSerializer): class Meta (line 1147) | class Meta(BaseUsageSerializer.Meta): class RatioUsageListAPIView (line 1152) | class RatioUsageListAPIView(BaseUsageListAPIView): class TopRatioUsageListAPIView (line 1168) | class TopRatioUsageListAPIView(BaseTopUsageListAPIView): method get_detail_data (line 1181) | def get_detail_data(self, item): method update_item (line 1185) | def update_item(self, item): class CitationUsageSerializer (line 1195) | class CitationUsageSerializer(BaseUsageSerializer): class Meta (line 1196) | class Meta(BaseUsageSerializer.Meta): class CitationUsageListAPIView (line 1202) | class CitationUsageListAPIView(BaseUsageListAPIView): class TopCitationUsageListAPIView (line 1220) | class TopCitationUsageListAPIView(BaseTopUsageListAPIView): class CopyrightUsageSerializer (line 1239) | class CopyrightUsageSerializer(BaseUsageSerializer): class Meta (line 1240) | class Meta(BaseUsageSerializer.Meta): class CopyrightUsageListAPIView (line 1245) | class CopyrightUsageListAPIView(BaseUsageListAPIView): class TopCopyrightUsageListAPIView (line 1260) | class TopCopyrightUsageListAPIView(BaseTopUsageListAPIView): class TrademarkUsageSerializer (line 1279) | class TrademarkUsageSerializer(BaseUsageSerializer): class Meta (line 1280) | class Meta(BaseUsageSerializer.Meta): class TrademarkUsageListAPIView (line 1285) | class TrademarkUsageListAPIView(BaseUsageListAPIView): class TopTrademarkUsageListAPIView (line 1299) | class TopTrademarkUsageListAPIView(BaseTopUsageListAPIView): class UrlUsageSerializer (line 1318) | class UrlUsageSerializer(BaseUsageSerializer): class Meta (line 1319) | class Meta(BaseUsageSerializer.Meta): class UrlUsageListAPIView (line 1324) | class UrlUsageListAPIView(BaseUsageListAPIView): class TopUrlUsageListAPIView (line 1338) | class TopUrlUsageListAPIView(BaseTopUsageListAPIView): method update_item (line 1352) | def update_item(self, item): FILE: contraxsuite_services/apps/extract/app_vars.py function validate_locators (line 48) | def validate_locators(locators: List[str]): FILE: contraxsuite_services/apps/extract/apps.py class ExtractAppConfig (line 37) | class ExtractAppConfig(AppConfig): method ready (line 41) | def ready(self): FILE: contraxsuite_services/apps/extract/companies_extractor.py class CompaniesExtractor (line 42) | class CompaniesExtractor: method get_companies (line 44) | def get_companies(cls, method get_banlist_filter (line 70) | def get_banlist_filter(cls) -> BanListUsage: FILE: contraxsuite_services/apps/extract/company_types.py class CompanyTypeCacheRecord (line 47) | class CompanyTypeCacheRecord: method __init__ (line 48) | def __init__(self, method __str__ (line 60) | def __str__(self): class CompanyTypeCache (line 65) | class CompanyTypeCache: method invalidate (line 84) | def invalidate(cls): method cache (line 89) | def cache(cls) -> List[CompanyTypeCacheRecord]: method get_company_types (line 103) | def get_company_types(cls, method get_company_detector (line 129) | def get_company_detector(cls, FILE: contraxsuite_services/apps/extract/dict_data_cache.py function cache_geo_config (line 55) | def cache_geo_config(): function clean_geo_config_cache (line 76) | def clean_geo_config_cache(cache_context_id: Optional[str] = None, clean... function get_geo_config (line 85) | def get_geo_config(cache_context_id: Optional[str] = None): function cache_court_config (line 102) | def cache_court_config(): function get_court_config (line 115) | def get_court_config(): function init_config_cache (line 142) | def init_config_cache(): FILE: contraxsuite_services/apps/extract/locating_performance_meter.py class LocatingPerformanceRecord (line 49) | class LocatingPerformanceRecord: method __init__ (line 50) | def __init__(self, locator: str = '', duration: float = 0.0, method get_text_hash (line 60) | def get_text_hash(cls, text: str) -> int: method __repr__ (line 63) | def __repr__(self): class LocatingPerformanceMeter (line 69) | class LocatingPerformanceMeter: method __init__ (line 75) | def __init__(self): method init_collections (line 81) | def init_collections(self): method load_collections (line 86) | def load_collections(self): method clear_collections (line 97) | def clear_collections(self): method merge_collections (line 100) | def merge_collections(self, method merge_lists (line 119) | def merge_lists(self, method store_collections (line 141) | def store_collections(self): method to_mixed_dataframe (line 157) | def to_mixed_dataframe(self, top_type: str, count: int = 30): method add_record (line 180) | def add_record(self, locator: str, duration: float, FILE: contraxsuite_services/apps/extract/locators.py function request_mat_views_refresh (line 71) | def request_mat_views_refresh(locate_entities: List = None): class ParseResults (line 80) | class ParseResults: method __init__ (line 83) | def __init__(self, usage_entities: Dict[Type[Usage], List[Usage]], method update_doc_project_ids (line 90) | def update_doc_project_ids(self, document_id: int, project_id: int): class LocationResults (line 98) | class LocationResults: method __init__ (line 100) | def __init__(self, document_initial_load: bool = False) -> None: method collect (line 107) | def collect(self, locator: 'Locator', text_unit_id, parse_results: Par... method save (line 118) | def save(self, log: ProcessLogger, user_id): class Locator (line 155) | class Locator: method parse (line 162) | def parse(self, method try_parsing (line 173) | def try_parsing(self, method update_document_summary (line 206) | def update_document_summary(cls, log: ProcessLogger, doc_id: int, docu... class AmountLocator (line 210) | class AmountLocator(Locator): method parse (line 215) | def parse(self, class CitationLocator (line 237) | class CitationLocator(Locator): method parse (line 241) | def parse(self, class CourtLocator (line 265) | class CourtLocator(Locator): method parse (line 270) | def parse(self, class DistanceLocator (line 297) | class DistanceLocator(Locator): method parse (line 302) | def parse(self, class DateLocator (line 322) | class DateLocator(Locator): method parse (line 327) | def parse(self, class DefinitionLocator (line 350) | class DefinitionLocator(Locator): method update_document_summary (line 356) | def update_document_summary(cls, log: ProcessLogger, doc_id: int, method _is_any_alphanumeric (line 370) | def _is_any_alphanumeric(string: str) -> bool: method parse (line 376) | def parse(self, class DurationLocator (line 397) | class DurationLocator(Locator): method parse (line 402) | def parse(self, class CurrencyLocator (line 424) | class CurrencyLocator(Locator): method parse (line 429) | def parse(self, class PartyLocator (line 450) | class PartyLocator(Locator): method parse (line 455) | def parse(self, class PercentLocator (line 491) | class PercentLocator(Locator): method parse (line 496) | def parse(self, class RatioLocator (line 518) | class RatioLocator(Locator): method parse (line 523) | def parse(self, class RegulationLocator (line 544) | class RegulationLocator(Locator): method parse (line 549) | def parse(self, class CopyrightLocator (line 567) | class CopyrightLocator(Locator): method parse (line 571) | def parse(self, class TrademarkLocator (line 592) | class TrademarkLocator(Locator): method parse (line 596) | def parse(self, class UrlLocator (line 614) | class UrlLocator(Locator): method parse (line 619) | def parse(self, class GeoEntityLocator (line 636) | class GeoEntityLocator(Locator): method parse (line 641) | def parse(self, class TermLocator (line 676) | class TermLocator(Locator): method update_document_summary (line 681) | def update_document_summary(cls, log: ProcessLogger, doc_id: int, docu... method parse (line 693) | def parse(self, class LocatorsCollection (line 738) | class LocatorsCollection: method get_locators (line 748) | def get_locators(cls) -> Dict[str, Locator]: method make_parsing_context_id (line 756) | def make_parsing_context_id(cls) -> str: method clean_parsing_context (line 763) | def clean_parsing_context(cls, context_id: Optional[str] = None) -> None: FILE: contraxsuite_services/apps/extract/migrations/0001_initial.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0002_auto_20170805_0955.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0003_auto_20170805_1140.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0004_auto_20170807_1327.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0005_auto_20170810_2015.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0006_auto_20170831_1607.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0007_auto_20170831_1611.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0008_auto_20170906_0735.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0009_auto_20170920_1515.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0010_auto_20170920_1523.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0011_auto_20170920_1523.py function migrate_currency_usage_amount (line 8) | def migrate_currency_usage_amount(apps, schema_editor): class Migration (line 16) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0012_remove_currencyusage_amount0.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0013_auto_20170920_2012.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0014_auto_20170920_2023.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0015_amountusage.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0016_distanceusage.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0017_ratiousage.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0018_percentusage.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0019_auto_20170923_0833.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0020_auto_20170923_0833.py function migrate_durations (line 8) | def migrate_durations(apps, schema_editor): class Migration (line 16) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0021_auto_20170923_0848.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0022_auto_20170923_0849.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0023_auto_20170923_0850.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0024_definitionusage_definition_str.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0025_dateusage_date_str.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0026_auto_20170924_0824.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0027_auto_20170924_0850.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0028_citationusage.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0029_auto_20171031_0849.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0030_auto_20171031_0924.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0031_auto_20171031_1553.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0032_auto_20171031_1610.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0033_auto_20171103_1131.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0034_auto_20171108_1200.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0035_auto_20171110_1239.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0036_auto_20171110_1419.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0037_geoentity_priority.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0038_cache_locate_configs.py function cache_court_config (line 10) | def cache_court_config(apps, schema_editor): function cache_geo_config (line 14) | def cache_geo_config(apps, schema_editor): class Migration (line 18) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0039_auto_20190204_1246.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0040_auto_20190204_1301.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0041_auto_20190209_1201.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0042_auto_20190212_1337.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0043_auto_20190227_1952.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0044_cache_locate_configs.py function cache_geo_config (line 10) | def cache_geo_config(apps, schema_editor): class Migration (line 14) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0045_documenttermusage.py function sum_term_usage (line 7) | def sum_term_usage(apps, schema_editor): class Migration (line 20) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0046_auto_20200321_1322.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0047_documentdefinitionusage.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0048_auto_20200323_1702.py function sum_definition_usage (line 6) | def sum_definition_usage(apps, schema_editor): class Migration (line 20) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0053_auto_20200402_0909.py function calc_sums (line 6) | def calc_sums(apps, schema_editor): function revert_sums (line 23) | def revert_sums(app, schema_editor): class Migration (line 27) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0054_systemwidedefinitionusage_systemwidegeoentityusage_systemwidepartyusage_systemwidetermusage.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0055_project_mat_views.py function create_managed_views (line 7) | def create_managed_views(apps, schema_editor): function drop_managed_views (line 66) | def drop_managed_views(apps, schema_editor): class Migration (line 76) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0056_auto_20200515_1323.py function update (line 10) | def update(apps, schema_editor): class Migration (line 43) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0057_blacklistrecord.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0058_auto_20200713_1430.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0059_add_matviews_index.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0060_typed_dict_entities.py function make_records_typed (line 14) | def make_records_typed(_apps, _schema_editor): function make_records_untyped (line 37) | def make_records_untyped(_apps, _schema_editor): class Migration (line 60) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0061_auto_20200826_0719.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0062_auto_20201207_1241.py function clear_redis_cache (line 8) | def clear_redis_cache(_, __): class Migration (line 12) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0063_companytype_companytypetag.py function migrate_company_types (line 7) | def migrate_company_types(_, __): class Migration (line 25) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/migrations/0064_auto_20210222_0747.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/extract/models.py class Usage (line 50) | class Usage(models.Model): class Meta (line 61) | class Meta: class ProjectUsage (line 65) | class ProjectUsage(models.Model): class Meta (line 69) | class Meta: class DocumentUsage (line 74) | class DocumentUsage(models.Model): class Meta (line 81) | class Meta: class TermManager (line 85) | class TermManager(models.Manager): method bulk_create (line 86) | def bulk_create(self, objs, **kwargs): class Term (line 92) | class Term(models.Model): class Meta (line 102) | class Meta: method __str__ (line 105) | def __str__(self): class TermTag (line 109) | class TermTag(models.Model): method __str__ (line 115) | def __str__(self): method delete (line 118) | def delete(self, **kwargs): class CompanyTypeManager (line 124) | class CompanyTypeManager(models.Manager): method bulk_create (line 125) | def bulk_create(self, objs, **kwargs): class CompanyType (line 130) | class CompanyType(models.Model): class Meta (line 140) | class Meta: method __str__ (line 143) | def __str__(self): method to_company_descriptors (line 147) | def to_company_descriptors(cls, comp_types: 'Iterable[CompanyType]') -... method get_comp_types_hash (line 154) | def get_comp_types_hash(cls, comp_types: 'Optional[Iterable[CompanyTyp... class CompanyTypeTag (line 162) | class CompanyTypeTag(models.Model): method __str__ (line 168) | def __str__(self): method delete (line 171) | def delete(self, **kwargs): class TermUsage (line 177) | class TermUsage(Usage): class Meta (line 183) | class Meta: method __str__ (line 189) | def __str__(self): class DocumentTermUsage (line 194) | class DocumentTermUsage(DocumentUsage): class Meta (line 200) | class Meta: method __str__ (line 206) | def __str__(self): class ProjectTermUsage (line 211) | class ProjectTermUsage(ProjectUsage): class GeoEntity (line 218) | class GeoEntity(models.Model): class Meta (line 230) | class Meta: method __str__ (line 235) | def __str__(self): class GeoRelation (line 240) | class GeoRelation(models.Model): method __str__ (line 248) | def __str__(self): class GeoAlias (line 253) | class GeoAlias(models.Model): method __str__ (line 262) | def __str__(self): class GeoEntityUsage (line 267) | class GeoEntityUsage(Usage): class Meta (line 273) | class Meta: method __str__ (line 279) | def __str__(self): class ProjectGeoEntityUsage (line 284) | class ProjectGeoEntityUsage(ProjectUsage): class GeoAliasUsage (line 291) | class GeoAliasUsage(Usage): class Meta (line 297) | class Meta: method __str__ (line 303) | def __str__(self): class Party (line 308) | class Party(models.Model): class Meta (line 319) | class Meta: method __str__ (line 324) | def __str__(self): class PartyUsage (line 329) | class PartyUsage(Usage): class Meta (line 336) | class Meta: method __str__ (line 342) | def __str__(self): class ProjectPartyUsage (line 347) | class ProjectPartyUsage(ProjectUsage): class DateUsage (line 354) | class DateUsage(Usage): class Meta (line 371) | class Meta: method __str__ (line 377) | def __str__(self): class DefinitionUsage (line 382) | class DefinitionUsage(Usage): class Meta (line 389) | class Meta: method __str__ (line 395) | def __str__(self): class DocumentDefinitionUsage (line 400) | class DocumentDefinitionUsage(DocumentUsage): class Meta (line 406) | class Meta: method __str__ (line 412) | def __str__(self): class ProjectDefinitionUsage (line 417) | class ProjectDefinitionUsage(ProjectUsage): class CopyrightUsage (line 423) | class CopyrightUsage(Usage): class Meta (line 431) | class Meta: method __str__ (line 437) | def __str__(self): class TrademarkUsage (line 442) | class TrademarkUsage(Usage): class Meta (line 448) | class Meta: method __str__ (line 454) | def __str__(self): class UrlUsage (line 459) | class UrlUsage(Usage): class Meta (line 465) | class Meta: method __str__ (line 471) | def __str__(self): class Court (line 476) | class Court(models.Model): class Meta (line 487) | class Meta: method __str__ (line 490) | def __str__(self): class CourtUsage (line 495) | class CourtUsage(Usage): class Meta (line 501) | class Meta: method __str__ (line 507) | def __str__(self): class RegulationUsage (line 512) | class RegulationUsage(Usage): class Meta (line 520) | class Meta: method __str__ (line 526) | def __str__(self): class BaseAmountUsage (line 531) | class BaseAmountUsage(Usage): class Meta (line 538) | class Meta: method save (line 544) | def save(self, *args, **kwargs): class AmountUsage (line 550) | class AmountUsage(BaseAmountUsage): method __str__ (line 555) | def __str__(self): class CurrencyUsage (line 560) | class CurrencyUsage(BaseAmountUsage): class Meta (line 567) | class Meta: method __str__ (line 572) | def __str__(self): class DistanceUsage (line 577) | class DistanceUsage(BaseAmountUsage): class Meta (line 583) | class Meta: method __str__ (line 588) | def __str__(self): class RatioUsage (line 593) | class RatioUsage(BaseAmountUsage): class Meta (line 600) | class Meta: method __str__ (line 605) | def __str__(self): class PercentUsage (line 610) | class PercentUsage(BaseAmountUsage): class Meta (line 617) | class Meta: method __str__ (line 622) | def __str__(self): class DateDurationUsage (line 627) | class DateDurationUsage(BaseAmountUsage): class Meta (line 634) | class Meta: method __str__ (line 640) | def __str__(self): class CitationUsage (line 645) | class CitationUsage(Usage): class Meta (line 658) | class Meta: method __str__ (line 663) | def __str__(self): class BanListRecord (line 668) | class BanListRecord(models.Model): method __repr__ (line 697) | def __repr__(self): method to_banlist_item (line 708) | def to_banlist_item(self): method rewrite_cache (line 716) | def rewrite_cache(cls): method get_cached (line 728) | def get_cached(cls): method save (line 739) | def save(self, **kwargs): method delete (line 743) | def delete(self, **kwargs): function on_banlist_record_delete (line 749) | def on_banlist_record_delete(instance, **kwargs): function cache_term (line 754) | def cache_term(instance, **kwargs): function delete_cached_term (line 759) | def delete_cached_term(instance, **kwargs): function invalidate_terms_cache (line 763) | def invalidate_terms_cache(): function cache_company_types (line 769) | def cache_company_types(instance, **kwargs): function delete_cached_company_types (line 774) | def delete_cached_company_types(instance, **kwargs): function invalidate_company_type_cache (line 778) | def invalidate_company_type_cache(): FILE: contraxsuite_services/apps/extract/signals.py function doc_full_delete_listener (line 41) | def doc_full_delete_listener(sender, **kwargs): FILE: contraxsuite_services/apps/extract/term_stems.py class TermStemsCacheRecord (line 44) | class TermStemsCacheRecord: method __init__ (line 45) | def __init__(self, method __str__ (line 55) | def __str__(self): class TermStemsCache (line 60) | class TermStemsCache: method invalidate (line 71) | def invalidate(cls): method clean_local_cache (line 75) | def clean_local_cache(cls, context_id: str, clean_all: bool): method cache (line 84) | def cache(cls) -> List[TermStemsCacheRecord]: method get_term_stems (line 97) | def get_term_stems(cls, FILE: contraxsuite_services/apps/extract/urls.py function register (line 54) | def register(model, view_types): FILE: contraxsuite_services/apps/extract/views.py class BaseUsageListView (line 70) | class BaseUsageListView(apps.common.mixins.JqPaginatedListView): method get_json_data (line 86) | def get_json_data(self, **kwargs): method get_queryset (line 99) | def get_queryset(self): method get_context_data (line 110) | def get_context_data(self, **kwargs): method get_item_data (line 116) | def get_item_data(self, item): class BaseDocUsageListView (line 120) | class BaseDocUsageListView(apps.common.mixins.JqPaginatedListView): method get_json_data (line 131) | def get_json_data(self, **kwargs): method get_queryset (line 141) | def get_queryset(self): method get_context_data (line 153) | def get_context_data(self, **kwargs): class BaseTopUsageListView (line 160) | class BaseTopUsageListView(apps.common.mixins.JqPaginatedListView): method get_json_data (line 168) | def get_json_data(self, **kwargs): method get_queryset (line 181) | def get_queryset(self): class TermUsageListView (line 193) | class TermUsageListView(BaseDocUsageListView): method get_queryset (line 201) | def get_queryset(self): class TopTermUsageListView (line 214) | class TopTermUsageListView(BaseTopUsageListView): method get_item_data (line 221) | def get_item_data(self, item, parent_data=None): method get_queryset (line 227) | def get_queryset(self): class DocumentTopTermUsageListView (line 240) | class DocumentTopTermUsageListView(apps.common.mixins.JqPaginatedListView): method get_queryset (line 242) | def get_queryset(self): method get_json_data (line 245) | def get_json_data(self, *args, **kwargs): class BaseTextUnitUsageListView (line 272) | class BaseTextUnitUsageListView(apps.common.mixins.JqPaginatedListView): method get (line 290) | def get(self, request, *args, **kwargs): method get_context_data (line 297) | def get_context_data(self, **kwargs): method set_filter_value_by_ref_id (line 311) | def set_filter_value_by_ref_id(self, ctx: Dict[str, Any]): method sort (line 314) | def sort(self, qs): class TextUnitTermUsageListView (line 329) | class TextUnitTermUsageListView(BaseTextUnitUsageListView): method get_json_data (line 339) | def get_json_data(self, **kwargs): method get_queryset (line 356) | def get_queryset(self, term_id=None): method set_filter_value_by_ref_id (line 373) | def set_filter_value_by_ref_id(self, ctx: Dict[str, Any]): method read_request_filters (line 378) | def read_request_filters(self) -> Dict[str, Any]: method filter_count_predicate (line 385) | def filter_count_predicate(self, qs: QuerySet) -> CustomCountQuerySet: class GeoEntityListView (line 455) | class GeoEntityListView(apps.common.mixins.JqPaginatedListView): method __init__ (line 459) | def __init__(self, *args, **kwargs): method get_queryset (line 464) | def get_queryset(self): method get_json_data (line 472) | def get_json_data(self, **kwargs): class GeoEntityPriorityUpdateView (line 480) | class GeoEntityPriorityUpdateView(apps.common.mixins.JSONResponseView): method get_json_data (line 482) | def get_json_data(self, request, *args, **kwargs): class GeoEntityUsageListView (line 491) | class GeoEntityUsageListView(BaseUsageListView): method get_json_data (line 509) | def get_json_data(self, **kwargs): method get_queryset (line 546) | def get_queryset(self): class TopGeoEntityUsageListView (line 573) | class TopGeoEntityUsageListView(BaseTopUsageListView): method __init__ (line 578) | def __init__(self, *args, **kwargs): method get_item_data (line 583) | def get_item_data(self, item, parent_data): method get_queryset (line 590) | def get_queryset(self): class GeoAliasUsageListView (line 617) | class GeoAliasUsageListView(BaseUsageListView): method get_queryset (line 624) | def get_queryset(self): class TypeaheadTermTerm (line 639) | class TypeaheadTermTerm(apps.common.mixins.TypeaheadView): method get_json_data (line 641) | def get_json_data(self, request, *args, **kwargs): class TypeaheadGeoEntityName (line 657) | class TypeaheadGeoEntityName(apps.common.mixins.TypeaheadView): method get_json_data (line 659) | def get_json_data(self, request, *args, **kwargs): class TypeaheadPartyName (line 670) | class TypeaheadPartyName(apps.common.mixins.TypeaheadView): method get_json_data (line 672) | def get_json_data(self, request, *args, **kwargs): class PartyUsageListView (line 683) | class PartyUsageListView(BaseUsageListView): method get_queryset (line 691) | def get_queryset(self): method get_item_data (line 703) | def get_item_data(self, item): class TopPartyUsageListView (line 708) | class TopPartyUsageListView(BaseTopUsageListView): method __init__ (line 713) | def __init__(self, *args, **kwargs): method get_item_data (line 718) | def get_item_data(self, item, parent_data): method get_queryset (line 725) | def get_queryset(self): class DateUsageListView (line 739) | class DateUsageListView(BaseUsageListView): method get_queryset (line 745) | def get_queryset(self): class TopDateUsageListView (line 755) | class TopDateUsageListView(BaseTopUsageListView): method get_item_data (line 761) | def get_item_data(self, item, parent_data): method get_queryset (line 767) | def get_queryset(self): class DateUsageTimelineView (line 775) | class DateUsageTimelineView(apps.common.mixins.JqPaginatedListView): method get_json_data (line 781) | def get_json_data(self, **kwargs): class DateUsageCalendarView (line 853) | class DateUsageCalendarView(apps.common.mixins.JqPaginatedListView): method get_context_data (line 859) | def get_context_data(self, **kwargs): method get_json_data (line 906) | def get_json_data(self, **kwargs): class DateDurationUsageListView (line 939) | class DateDurationUsageListView(BaseUsageListView): method get_queryset (line 946) | def get_queryset(self): class TopDateDurationUsageListView (line 957) | class TopDateDurationUsageListView(BaseTopUsageListView): method sort_by (line 964) | def sort_by(i): method get_item_data (line 967) | def get_item_data(self, item, parent_data): method get_queryset (line 975) | def get_queryset(self): class DefinitionUsageListView (line 983) | class DefinitionUsageListView(BaseUsageListView): method get_queryset (line 990) | def get_queryset(self): class TopDefinitionUsageListView (line 998) | class TopDefinitionUsageListView(BaseTopUsageListView): method __init__ (line 1003) | def __init__(self, *args, **kwargs): method get_item_data (line 1008) | def get_item_data(self, item, parent_data): method get_queryset (line 1016) | def get_queryset(self): class CourtUsageListView (line 1026) | class CourtUsageListView(BaseUsageListView): method get_queryset (line 1033) | def get_queryset(self): class TopCourtUsageListView (line 1041) | class TopCourtUsageListView(BaseTopUsageListView): method get_item_data (line 1047) | def get_item_data(self, item, parent_data): method get_queryset (line 1055) | def get_queryset(self): class CurrencyUsageListView (line 1063) | class CurrencyUsageListView(BaseUsageListView): method get_queryset (line 1070) | def get_queryset(self): class TopCurrencyUsageListView (line 1077) | class TopCurrencyUsageListView(BaseTopUsageListView): method get_item_data (line 1083) | def get_item_data(self, item, parent_data): method get_queryset (line 1089) | def get_queryset(self): class RegulationUsageListView (line 1097) | class RegulationUsageListView(BaseUsageListView): method get_queryset (line 1103) | def get_queryset(self): class TopRegulationUsageListView (line 1111) | class TopRegulationUsageListView(BaseTopUsageListView): method get_item_data (line 1117) | def get_item_data(self, item, parent_data): method get_queryset (line 1125) | def get_queryset(self): class AmountUsageListView (line 1133) | class AmountUsageListView(BaseUsageListView): method get_queryset (line 1140) | def get_queryset(self): class TopAmountUsageListView (line 1148) | class TopAmountUsageListView(BaseTopUsageListView): method get_item_data (line 1154) | def get_item_data(self, item, parent_data): method get_queryset (line 1161) | def get_queryset(self): class DistanceUsageListView (line 1169) | class DistanceUsageListView(BaseUsageListView): method get_queryset (line 1175) | def get_queryset(self): class TopDistanceUsageListView (line 1184) | class TopDistanceUsageListView(BaseTopUsageListView): method get_item_data (line 1190) | def get_item_data(self, item, parent_data): method get_queryset (line 1199) | def get_queryset(self): class PercentUsageListView (line 1207) | class PercentUsageListView(BaseUsageListView): method get_queryset (line 1213) | def get_queryset(self): class TopPercentUsageListView (line 1222) | class TopPercentUsageListView(BaseTopUsageListView): method get_item_data (line 1228) | def get_item_data(self, item, parent_data): method get_queryset (line 1237) | def get_queryset(self): class RatioUsageListView (line 1245) | class RatioUsageListView(BaseUsageListView): method get_queryset (line 1251) | def get_queryset(self): class TopRatioUsageListView (line 1261) | class TopRatioUsageListView(BaseTopUsageListView): method get_item_data (line 1267) | def get_item_data(self, item, parent_data): method get_queryset (line 1276) | def get_queryset(self): class CitationUsageListView (line 1284) | class CitationUsageListView(BaseUsageListView): method get_queryset (line 1292) | def get_queryset(self): class TopCitationUsageListView (line 1300) | class TopCitationUsageListView(BaseTopUsageListView): method get_item_data (line 1306) | def get_item_data(self, item, parent_data): method get_queryset (line 1314) | def get_queryset(self): class CopyrightUsageListView (line 1322) | class CopyrightUsageListView(BaseUsageListView): method get_queryset (line 1329) | def get_queryset(self): class TopCopyrightUsageListView (line 1337) | class TopCopyrightUsageListView(BaseTopUsageListView): method get_item_data (line 1343) | def get_item_data(self, item, parent_data): method get_queryset (line 1351) | def get_queryset(self): class TrademarkUsageListView (line 1359) | class TrademarkUsageListView(BaseUsageListView): method get_queryset (line 1366) | def get_queryset(self): class TopTrademarkUsageListView (line 1374) | class TopTrademarkUsageListView(BaseTopUsageListView): method get_item_data (line 1380) | def get_item_data(self, item, parent_data): method get_queryset (line 1388) | def get_queryset(self): class UrlUsageListView (line 1396) | class UrlUsageListView(BaseUsageListView): method get_queryset (line 1407) | def get_queryset(self): class TopUrlUsageListView (line 1415) | class TopUrlUsageListView(BaseTopUsageListView): method get_item_data (line 1421) | def get_item_data(self, item, parent_data): method get_queryset (line 1430) | def get_queryset(self): class DateUsageToICalView (line 1438) | class DateUsageToICalView(DateUsageListView): method get (line 1441) | def get(self, request, *args, **kwargs): class PartySummary (line 1475) | class PartySummary(DetailView): class PartyNetworkChartView (line 1481) | class PartyNetworkChartView(PartyUsageListView): method get_context_data (line 1485) | def get_context_data(self, **kwargs): method get_json_data (line 1513) | def get_json_data(self, **kwargs): class TermSearchView (line 1558) | class TermSearchView(apps.common.mixins.JSONResponseView): method get (line 1560) | def get(self, request, *args, **kwargs): method post (line 1563) | def post(self, request, *args, **kwargs): method get_json_data (line 1574) | def get_json_data(self, request, *args, **kwargs): class GeoEntityUsageGoogleMapView (line 1593) | class GeoEntityUsageGoogleMapView(apps.common.mixins.AjaxResponseMixin, ... method get_entities (line 1597) | def get_entities(self): method get_json_data (line 1636) | def get_json_data(self): class GeoEntityUsageGoogleChartView (line 1650) | class GeoEntityUsageGoogleChartView(GeoEntityUsageGoogleMapView): method get_json_data (line 1654) | def get_json_data(self): FILE: contraxsuite_services/apps/highq_integration/admin.py class HighQConfigurationAdminForm (line 57) | class HighQConfigurationAdminForm(ModelForm): class Meta (line 58) | class Meta: class HighQDocumentAdminForm (line 68) | class HighQDocumentAdminForm(ModelForm): class Meta (line 69) | class Meta: class HighQiSheetColumnIDMappingAdminForm (line 74) | class HighQiSheetColumnIDMappingAdminForm(ModelForm): class Meta (line 75) | class Meta: class HighQiSheetColumnChoiceMappingAdminForm (line 80) | class HighQiSheetColumnChoiceMappingAdminForm(ModelForm): class Meta (line 83) | class Meta: class HighQiSheetColumnAssociationFormSet (line 88) | class HighQiSheetColumnAssociationFormSet(BaseInlineFormSet): method get_form_kwargs (line 89) | def get_form_kwargs(self, index) -> dict: class HighQiSheetColumnAssociationForm (line 96) | class HighQiSheetColumnAssociationForm(ModelForm): class Meta (line 97) | class Meta: method __init__ (line 101) | def __init__(self, *args, **kwargs): class HighQConfigurationAdmin (line 163) | class HighQConfigurationAdmin(admin.ModelAdmin): method get_queryset (line 180) | def get_queryset(self, request) -> QuerySet: method modified_date (line 206) | def modified_date(self, obj): method modified_by (line 212) | def modified_by(self, obj): method response_add (line 218) | def response_add( method response_change (line 229) | def response_change( class HighQDocumentAdmin (line 242) | class HighQDocumentAdmin(admin.ModelAdmin): class HighQiSheetColumnAssociationInline (line 266) | class HighQiSheetColumnAssociationInline(admin.TabularInline): class HighQiSheetColumnIDMappingAdmin (line 275) | class HighQiSheetColumnIDMappingAdmin(admin.ModelAdmin): class HighQiSheetColumnChoiceMappingAdmin (line 281) | class HighQiSheetColumnChoiceMappingAdmin(admin.ModelAdmin): FILE: contraxsuite_services/apps/highq_integration/apps.py class HighQConfig (line 37) | class HighQConfig(AppConfig): FILE: contraxsuite_services/apps/highq_integration/dto.py class HighQDTO (line 38) | class HighQDTO: method to_dict (line 39) | def to_dict(self): method sanitize_for_serialization (line 73) | def sanitize_for_serialization(self, obj): method __eq__ (line 102) | def __eq__(self, other) -> bool: method __ne__ (line 108) | def __ne__(self, other) -> bool: class ChoiceDTO (line 115) | class ChoiceDTO(HighQDTO): method __init__ (line 116) | def __init__( class ChoicesDTO (line 131) | class ChoicesDTO(HighQDTO): method __init__ (line 132) | def __init__( class DocumentDTO (line 140) | class DocumentDTO(HighQDTO): method __init__ (line 141) | def __init__( class DocumentsDTO (line 151) | class DocumentsDTO(HighQDTO): method __init__ (line 152) | def __init__( class RawDataDTO (line 159) | class RawDataDTO(HighQDTO): method __init__ (line 160) | def __init__( class ColumnDTO (line 179) | class ColumnDTO(HighQDTO): method __init__ (line 180) | def __init__( class ItemDTO (line 193) | class ItemDTO(HighQDTO): method __init__ (line 194) | def __init__( class DataDTO (line 206) | class DataDTO(HighQDTO): method __init__ (line 207) | def __init__( class ISheetDTO (line 214) | class ISheetDTO(HighQDTO): method __init__ (line 215) | def __init__( FILE: contraxsuite_services/apps/highq_integration/forms.py class HighQSyncTaskForm (line 40) | class HighQSyncTaskForm(Form): FILE: contraxsuite_services/apps/highq_integration/migrations/0001_initial.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/highq_integration/migrations/0002_auto_20201224_1533.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/highq_integration/migrations/0003_auto_20210106_1923.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/highq_integration/migrations/0004_auto_20210402_1913.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/highq_integration/models.py class HighQiSheetColumnChoiceMapping (line 49) | class HighQiSheetColumnChoiceMapping(models.Model): class Meta (line 52) | class Meta: method __str__ (line 81) | def __str__(self): class HighQiSheetColumnIDMapping (line 88) | class HighQiSheetColumnIDMapping(models.Model): class Meta (line 91) | class Meta: method __str__ (line 119) | def __str__(self): class HighQiSheetColumnAssociation (line 126) | class HighQiSheetColumnAssociation(models.Model): class Meta (line 129) | class Meta: class HighQConfiguration (line 170) | class HighQConfiguration(models.Model): class Meta (line 174) | class Meta: method __str__ (line 312) | def __str__(self) -> str: method api_base_url (line 316) | def api_base_url(self) -> str: method api_authorization_url (line 327) | def api_authorization_url(self) -> str: method api_token_url (line 338) | def api_token_url(self) -> str: method api_callback_url (line 349) | def api_callback_url(self): method document_type (line 356) | def document_type(self) -> DocumentType: class HighQDocument (line 360) | class HighQDocument(models.Model): class Meta (line 366) | class Meta: method highq_site_id (line 431) | def highq_site_id(self) -> int: method highq_folder_id (line 435) | def highq_folder_id(self) -> int: method highq_isheet_id (line 439) | def highq_isheet_id(self) -> int: function _update_highq_configurations (line 443) | def _update_highq_configurations( function disable_highq_configuration_on_project_delete (line 469) | def disable_highq_configuration_on_project_delete( FILE: contraxsuite_services/apps/highq_integration/tasks.py function get_deployment_installation_id (line 80) | def get_deployment_installation_id() -> str: class NullField (line 87) | class NullField(CausedException): method __init__ (line 88) | def __init__(self, message: str, cause: Optional[Exception] = None): function get_highq_document (line 102) | def get_highq_document( function write_to_isheet (line 311) | def write_to_isheet( class HighQiSheetSynchronization (line 546) | class HighQiSheetSynchronization(ExtendedTask): method process (line 557) | def process(self, **kwargs): method sync_highq_configuration (line 589) | def sync_highq_configuration( function trigger_highq_isheet_synchronization (line 908) | def trigger_highq_isheet_synchronization(_task: ExtendedTask) -> None: function refresh_highq_access_token (line 1001) | def refresh_highq_access_token( FILE: contraxsuite_services/apps/highq_integration/utils.py class _Router (line 49) | class _Router(ABC): method get (line 54) | def get( method post (line 63) | def post( method put (line 84) | def put( class HighQ_API_Client (line 104) | class HighQ_API_Client(_Router): method __init__ (line 122) | def __init__( method _start_session (line 137) | def _start_session(self) -> OAuth2Session: method get_highq_file (line 147) | def get_highq_file( method get_isheet_record_id (line 159) | def get_isheet_record_id( method get_isheet_columns (line 169) | def get_isheet_columns( method get_isheet_columns_admin (line 179) | def get_isheet_columns_admin( method get_isheet_items (line 189) | def get_isheet_items( method get_isheet_item (line 199) | def get_isheet_item( method post_isheet_items (line 210) | def post_isheet_items( method put_isheet_items (line 222) | def put_isheet_items( method refresh_access_token (line 235) | def refresh_access_token( method get_changes (line 253) | def get_changes( method get_folder (line 272) | def get_folder( method get_folder_items (line 282) | def get_folder_items( method get_files (line 293) | def get_files( method fetch_subfolders (line 333) | def fetch_subfolders( method fetch_item_ids_in_files_column (line 355) | def fetch_item_ids_in_files_column( method fetch_isheet_column_dateformat (line 393) | def fetch_isheet_column_dateformat( method fetch_isheet_column_decimal_places (line 442) | def fetch_isheet_column_decimal_places( method fetch_column_ids_names_choices (line 469) | def fetch_column_ids_names_choices( function format_token_fields (line 515) | def format_token_fields( function get_initial_access_code (line 559) | def get_initial_access_code( function highq_datetime_to_py_datetime (line 591) | def highq_datetime_to_py_datetime( FILE: contraxsuite_services/apps/highq_integration/views.py function callback (line 52) | def callback( class HighQSyncTaskView (line 108) | class HighQSyncTaskView(BaseAjaxTaskView): FILE: contraxsuite_services/apps/imanage_integration/admin.py class IManageConfigForm (line 46) | class IManageConfigForm(ModelForm): method __init__ (line 49) | def __init__(self, data=None, files=None, auto_id='id_%s', prefix=None... method clean (line 62) | def clean(self): class IManageConfigAdmin (line 105) | class IManageConfigAdmin(admin.ModelAdmin): method document_type_code (line 113) | def document_type_code(obj): class IManageDocumentAdmin (line 117) | class IManageDocumentAdmin(admin.ModelAdmin): method imanage_config_code (line 122) | def imanage_config_code(obj): FILE: contraxsuite_services/apps/imanage_integration/apps.py class IManageIntegrationConfig (line 37) | class IManageIntegrationConfig(AppConfig): FILE: contraxsuite_services/apps/imanage_integration/debug/mock_imanage_server.py class MockServerRequestHandler (line 47) | class MockServerRequestHandler(BaseHTTPRequestHandler): method resp (line 48) | def resp(self, code: int, headers: Optional[Dict], body: Dict): method do_login (line 58) | def do_login(self): method do_search (line 61) | def do_search(self): method do_download (line 67) | def do_download(self, doc_id: str): method do_PUT (line 80) | def do_PUT(self): method do_GET (line 84) | def do_GET(self): function get_free_port (line 95) | def get_free_port(): class MockIManageServer (line 103) | class MockIManageServer: method start (line 105) | def start(cls): FILE: contraxsuite_services/apps/imanage_integration/forms.py class IManageSyncTaskForm (line 40) | class IManageSyncTaskForm(forms.Form): FILE: contraxsuite_services/apps/imanage_integration/migrations/0001_initial.py class Migration (line 12) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/imanage_integration/migrations/0002_imanagedocument_imanage_doc_number.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/imanage_integration/migrations/0003_auto_20190206_1353.py class Migration (line 13) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/imanage_integration/migrations/0004_imanagedocument_import_problem.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/imanage_integration/migrations/0005_imanagedocument_import_problem_false.py function do_migrate (line 8) | def do_migrate(apps, schema_editor): class Migration (line 13) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/imanage_integration/migrations/0006_auto_20190325_1530.py class Migration (line 13) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/imanage_integration/migrations/0007_auto_20190424_1047.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/imanage_integration/models.py function search_request_params_default (line 52) | def search_request_params_default(): class DocumentNotFoundAtIManage (line 56) | class DocumentNotFoundAtIManage(Exception): class IManageConfig (line 60) | class IManageConfig(models.Model): class Meta (line 103) | class Meta: method __str__ (line 107) | def __str__(self): method prepare_eval_locals (line 111) | def prepare_eval_locals(imanage_doc_data: Dict, log: ProcessLogger) ->... method resolve_dst_project (line 121) | def resolve_dst_project(self, imanage_doc_data: Dict, log: ProcessLogg... method resolve_assignee (line 133) | def resolve_assignee(self, imanage_doc_data: Dict, log: ProcessLogger)... method build_url (line 143) | def build_url(self, path: str): method login (line 147) | def login(self) -> str: method search_documents (line 160) | def search_documents(self, auth_token: str, additional_params: Dict = ... method load_document (line 175) | def load_document(self, auth_token: str, imanage_doc_id: str) -> Tuple... class IManageDocument (line 190) | class IManageDocument(models.Model): class Meta (line 205) | class Meta: FILE: contraxsuite_services/apps/imanage_integration/tasks.py class IManageSynchronization (line 64) | class IManageSynchronization(ExtendedTask): method sync_imanage_document (line 80) | def sync_imanage_document(task: ExtendedTask, imanage_config_id: int, ... method sync_imanage_config (line 177) | def sync_imanage_config(self, imanage_config: IManageConfig): method process (line 213) | def process(self, **kwargs): function trigger_imanage_sync (line 258) | def trigger_imanage_sync(_task: ExtendedTask): FILE: contraxsuite_services/apps/imanage_integration/views.py class IManageSyncTaskView (line 39) | class IManageSyncTaskView(BaseAjaxTaskView): FILE: contraxsuite_services/apps/logging/api/v1.py class ApiLogFilter (line 54) | class ApiLogFilter(logging.Filter): method filter (line 59) | def filter(self, record): class ClientLogMessage (line 73) | class ClientLogMessage: method __init__ (line 76) | def __init__(self, msg: str, level: str = 'info', user: Dict[str, str]... method __repr__ (line 84) | def __repr__(self): method serialize (line 88) | def serialize(self): method make_message_extra_dict (line 91) | def make_message_extra_dict(self) -> Dict[str, str]: method deserialize_msg_pack (line 100) | def deserialize_msg_pack(data: Dict) -> List: class LoggingAPIViewSchema (line 118) | class LoggingAPIViewSchema(CustomAutoSchema): class LoggingAPIViewRequestSerializer (line 120) | class LoggingAPIViewRequestSerializer(serializers.Serializer): method get_responses (line 126) | def get_responses(self, path, method): class LoggingAPIView (line 133) | class LoggingAPIView(APIView): method post (line 137) | def post(self, request, *args, **kwargs) -> Response: method format_user_from_request (line 160) | def format_user_from_request(request) -> Dict[str, str]: method get_client_ip (line 165) | def get_client_ip(request): method write_log (line 171) | def write_log(self, message: ClientLogMessage) -> bool: FILE: contraxsuite_services/apps/logging/app_vars.py function reset_loggers_level (line 75) | def reset_loggers_level(): FILE: contraxsuite_services/apps/materialized_views/admin.py class MaterializedViewAdmin (line 41) | class MaterializedViewAdmin(admin.ModelAdmin): class MaterializedViewRefreshRequestAdmin (line 46) | class MaterializedViewRefreshRequestAdmin(admin.ModelAdmin): FILE: contraxsuite_services/apps/materialized_views/forms.py class PatchedForm (line 40) | class PatchedForm(forms.Form): method _post_clean (line 41) | def _post_clean(self): function find_materialized_views (line 46) | def find_materialized_views(): class RefreshMaterializedViewForm (line 52) | class RefreshMaterializedViewForm(PatchedForm): method __init__ (line 55) | def __init__(self, *args, **kwargs): FILE: contraxsuite_services/apps/materialized_views/mat_views.py class MaterializedViews (line 52) | class MaterializedViews: method advisory_lock_by_relation_name (line 66) | def advisory_lock_by_relation_name(self, cursor, rel_name: str): method refresh_materialized_view (line 80) | def refresh_materialized_view(self, log: ProcessLogger, view_name: str): method request_refresh (line 140) | def request_refresh(self, view_name: str): method request_refresh_by_model_class (line 157) | def request_refresh_by_model_class(self, view_model_class: Type[models... method plan_refreshes (line 160) | def plan_refreshes(self, log: ProcessLogger, refresh_task_name: str, FILE: contraxsuite_services/apps/materialized_views/migrations/0001_initial.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/materialized_views/migrations/0002_materializedview_status.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/materialized_views/migrations/0003_remove_materializedview_last_update_duration.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/materialized_views/models.py class MaterializedViewRefreshRequest (line 40) | class MaterializedViewRefreshRequest(models.Model): class MaterializedView (line 46) | class MaterializedView(models.Model): FILE: contraxsuite_services/apps/materialized_views/tasks.py function refresh_materialized_view (line 44) | def refresh_materialized_view(_celery_task, view_name: str): function plan_refreshing_materialized_views (line 51) | def plan_refreshing_materialized_views(_celery_task): FILE: contraxsuite_services/apps/materialized_views/views.py class RefreshMaterializedViewTaskView (line 48) | class RefreshMaterializedViewTaskView(BaseAjaxTaskView): method start_task (line 52) | def start_task(self, data): FILE: contraxsuite_services/apps/mlflow/mlflow_model_client.py function predict_on_server (line 48) | def predict_on_server(unix_socket_path: str, model_input, timeout_in_sec... function run (line 94) | def run(click_ctx, unix_socket_path): FILE: contraxsuite_services/apps/mlflow/mlflow_model_manager.py class ModelInfo (line 70) | class ModelInfo: class MLFlowModelManager (line 79) | class MLFlowModelManager: method __init__ (line 113) | def __init__(self) -> None: method _watch (line 127) | def _watch(self): method _ensure_watcher_running (line 140) | def _ensure_watcher_running(self): method apply_os_env_from_settings (line 150) | def apply_os_env_from_settings(self): method _update_app_vars (line 155) | def _update_app_vars(self): method _init_model (line 162) | def _init_model(self, model_uri: str): method _remove_model (line 221) | def _remove_model(self, model_uri: str): method _cleanup (line 246) | def _cleanup(self): method predict (line 260) | def predict(self, model_uri: str, model_input) -> List: FILE: contraxsuite_services/apps/mlflow/mlflow_socket_server_script.py class PredictRequestHandler (line 56) | class PredictRequestHandler(StreamRequestHandler): method handle (line 58) | def handle(self): class Server (line 74) | class Server(UnixStreamServer): method __init__ (line 76) | def __init__(self, server_address, method serve_forever (line 84) | def serve_forever(self, poll_interval=0.5): method service_actions (line 88) | def service_actions(self): function serve (line 95) | def serve(model_path: str, unix_socket_path: str, shutdown_if_no_request... FILE: contraxsuite_services/apps/mlflow/tasks.py function on_worker_init (line 40) | def on_worker_init(*args, **kwargs): FILE: contraxsuite_services/apps/notifications/admin.py class DocumentDigestConfigForm (line 51) | class DocumentDigestConfigForm(ModelForm): method __init__ (line 57) | def __init__(self, data=None, files=None, auto_id='id_%s', prefix=None... method validate_int_csv (line 62) | def validate_int_csv(self, field: str, minn: int, maxx: int, max_items... method clean (line 93) | def clean(self): class DocumentNotificationSubscriptionForm (line 122) | class DocumentNotificationSubscriptionForm(ModelForm): method __init__ (line 130) | def __init__(self, data=None, files=None, auto_id='id_%s', prefix=None... method clean (line 136) | def clean(self): class DocumentDigestSendDateForm (line 168) | class DocumentDigestSendDateForm(ModelForm): class DocumentDigestSendDateAdmin (line 172) | class DocumentDigestSendDateAdmin(admin.ModelAdmin): class DocumentDigestConfigAdmin (line 180) | class DocumentDigestConfigAdmin(admin.ModelAdmin): method __init__ (line 188) | def __init__(self, model, admin_site): class DocumentNotificationSubscriptionAdmin (line 193) | class DocumentNotificationSubscriptionAdmin(admin.ModelAdmin): method __init__ (line 200) | def __init__(self, model, admin_site): method add_view (line 203) | def add_view(self, request, form_url='', extra_context=None): method change_view (line 208) | def change_view(self, request, object_id, form_url='', extra_context=N... function check_generic_fields (line 215) | def check_generic_fields(gen_fields: Optional[List[str]]) -> str: FILE: contraxsuite_services/apps/notifications/api/v1.py class WebNotificationMessageDetailSerializer (line 48) | class WebNotificationMessageDetailSerializer(serializers.ModelSerializer): class Meta (line 51) | class Meta: method get_message_template (line 56) | def get_message_template(self, obj): class WebNotificationDetailSerializer (line 62) | class WebNotificationDetailSerializer(serializers.ModelSerializer): class Meta (line 65) | class Meta: class WebNotificationViewSet (line 70) | class WebNotificationViewSet(APILoggingMixin, method get_queryset (line 82) | def get_queryset(self): method get_extra_data (line 87) | def get_extra_data(self, qs, initial_qs): method get_serializer_class (line 93) | def get_serializer_class(self, *args, **kwargs): method mark_seen (line 99) | def mark_seen(self, request, **kwargs): FILE: contraxsuite_services/apps/notifications/app_vars.py function get_email_backend_class (line 85) | def get_email_backend_class() -> str: FILE: contraxsuite_services/apps/notifications/apps.py class NotificationsConfig (line 37) | class NotificationsConfig(AppConfig): method ready (line 41) | def ready(self): FILE: contraxsuite_services/apps/notifications/document_notification.py class DocumentNotification (line 37) | class DocumentNotification: method __init__ (line 38) | def __init__(self, FILE: contraxsuite_services/apps/notifications/forms.py class SendDigestForm (line 41) | class SendDigestForm(forms.Form): method _post_clean (line 53) | def _post_clean(self): FILE: contraxsuite_services/apps/notifications/mail_server_config.py class MailServerConfig (line 40) | class MailServerConfig: method make_connection_config (line 44) | def make_connection_config() -> BaseEmailBackend: method import_class (line 60) | def import_class(class_name: str): FILE: contraxsuite_services/apps/notifications/migrations/0001_initial.py class Migration (line 14) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/notifications/migrations/0002_auto_20190311_0855.py class Migration (line 13) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/notifications/migrations/0003_auto_20190315_0901.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/notifications/migrations/0004_auto_20190319_1455.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/notifications/migrations/0005_documentnotificationsubscription_recipients_cc.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/notifications/migrations/0006_auto_20190424_1047.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/notifications/migrations/0007_auto_20190724_1238.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/notifications/migrations/0008_documentnotificationsubscription_max_stack.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/notifications/migrations/0009_auto_20191003_0546.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/notifications/migrations/0010_auto_20201007_0926.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/notifications/migrations/0011_auto_20201224_1533.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/notifications/migrations/0012_update_mail_appvar.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/notifications/migrations/0013_webnotification_webnotificationmessage.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/notifications/migrations/0014_webnotificationmessage_notification_type.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/notifications/migrations/0015_remove_webnotificationmessage_redirect_link.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/notifications/migrations/0016_webnotificationmessage_redirect_link.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/notifications/migrations/0017_auto_20210805_1238.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/notifications/migrations/0018_webnotificationmessage_message.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/notifications/migrations/0019_update_web_notifications_message_field.py function update_web_notification_messages (line 8) | def update_web_notification_messages(apps, schema_editor): class Migration (line 18) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/notifications/models.py class DocFilter (line 64) | class DocFilter: method prepare_documents (line 72) | def prepare_documents(self, class DocFilterUncompletedDocuments (line 81) | class DocFilterUncompletedDocuments(DocFilter): method prepare_documents (line 89) | def prepare_documents(self, class DocFilterNonReviewedDocuments (line 107) | class DocFilterNonReviewedDocuments(DocFilter): method prepare_documents (line 115) | def prepare_documents(self, class DocFilterAssignedDocuments (line 133) | class DocFilterAssignedDocuments(DocFilter): method prepare_documents (line 141) | def prepare_documents(self, class DocFilterLoadedDocuments (line 160) | class DocFilterLoadedDocuments(DocFilter): method prepare_documents (line 168) | def prepare_documents(self, class DigestPeriod (line 193) | class DigestPeriod: method prepare_period (line 197) | def prepare_period(self, config: 'DocumentDigestConfig', class PeriodAfterLastRun (line 203) | class PeriodAfterLastRun(DigestPeriod): method prepare_period (line 207) | def prepare_period(self, config: 'DocumentDigestConfig', dst_user: Use... class PeriodThisDay (line 219) | class PeriodThisDay(DigestPeriod): method prepare_period (line 223) | def prepare_period(self, config: 'DocumentDigestConfig', dst_user: Use... class PeriodPrevDay (line 229) | class PeriodPrevDay(DigestPeriod): method prepare_period (line 233) | def prepare_period(self, config: 'DocumentDigestConfig', dst_user: Use... class PeriodThisWeek (line 240) | class PeriodThisWeek(DigestPeriod): method prepare_period (line 244) | def prepare_period(self, config: 'DocumentDigestConfig', dst_user: User, class PeriodPrevWeek (line 253) | class PeriodPrevWeek(DigestPeriod): method prepare_period (line 257) | def prepare_period(self, config: 'DocumentDigestConfig', dst_user: User, function document_digest_config_generic_fields_default (line 277) | def document_digest_config_generic_fields_default(): class DocumentDigestConfig (line 281) | class DocumentDigestConfig(models.Model): method __str__ (line 349) | def __str__(self): class DocumentDigestSendDate (line 357) | class DocumentDigestSendDate(models.Model): class Meta (line 365) | class Meta: method store_digest_sent (line 371) | def store_digest_sent(config: DocumentDigestConfig, to: User, date: da... class DocumentEvent (line 376) | class DocumentEvent: class DocumentLoadedEvent (line 385) | class DocumentLoadedEvent: class DocumentDeletedEvent (line 394) | class DocumentDeletedEvent: class DocumentChangedEvent (line 403) | class DocumentChangedEvent: class DocumentAssignedEvent (line 412) | class DocumentAssignedEvent: class NotificationRecipients (line 422) | class NotificationRecipients: method resolve (line 426) | def resolve(self, subscription: 'DocumentNotificationSubscription', class CurrentAssignee (line 432) | class CurrentAssignee(NotificationRecipients): method resolve (line 436) | def resolve(self, subscription: 'DocumentNotificationSubscription', class SpecifiedUser (line 443) | class SpecifiedUser(NotificationRecipients): method resolve (line 447) | def resolve(self, function document_notification_subscription_generic_fields_default (line 464) | def document_notification_subscription_generic_fields_default(): class DocumentNotificationSubscription (line 468) | class DocumentNotificationSubscription(models.Model): method get_recipients_info (line 504) | def get_recipients_info(self) -> Optional[NotificationRecipients]: method resolve_recipients (line 509) | def resolve_recipients(self, document_fields: Dict[str, Any]) -> Optio... method get_addrs (line 518) | def get_addrs(cls, semicolon_separated) -> Optional[Set[str]]: method get_cc_addrs (line 523) | def get_cc_addrs(self): method get_event_info (line 526) | def get_event_info(self) -> Optional[DocumentEvent]: class WebNotificationStorage (line 533) | class WebNotificationStorage: method process (line 542) | def process(self, web_notification_message): method add (line 551) | def add(self, web_notification_message): method extract (line 554) | def extract(self): class WebNotificationTypes (line 564) | class WebNotificationTypes(Enum): method choices (line 651) | def choices(cls): method get_plural (line 655) | def get_plural(cls, count): method get_type_by_value (line 659) | def get_type_by_value(cls, value): method __str__ (line 665) | def __str__(self): method type (line 668) | def type(self): method message_template (line 671) | def message_template(self): method message_template_keywords (line 674) | def message_template_keywords(self): method redirect_link_type (line 677) | def redirect_link_type(self): method check_message_data (line 680) | def check_message_data(self, message_data): class WebNotificationMessage (line 697) | class WebNotificationMessage(models.Model): class Meta (line 706) | class Meta: method save (line 711) | def save(self, *args, **kwargs): method get_notification_message_template (line 725) | def get_notification_message_template(self): method get_recipients_ids (line 728) | def get_recipients_ids(self): method bulk_create_notification_messages (line 732) | def bulk_create_notification_messages(cls, notifications: list): method send (line 751) | def send(self): function generate_web_notifications (line 766) | def generate_web_notifications(sender, queryset, *args, **kwargs): class WebNotification (line 780) | class WebNotification(models.Model): class Meta (line 788) | class Meta: function process_web_notification (line 795) | def process_web_notification(sender, queryset, *args, **kwargs): FILE: contraxsuite_services/apps/notifications/notification_renderer.py class NotificationRenderer (line 57) | class NotificationRenderer: method render_notification (line 72) | def render_notification(package_id: str, method render_notification_pack (line 171) | def render_notification_pack( method get_document_fields (line 300) | def get_document_fields(data: DocumentNotificationSource, FILE: contraxsuite_services/apps/notifications/notifications.py function ensure_no_dir_change (line 57) | def ensure_no_dir_change(fn: str): function get_predefined_mime_type (line 62) | def get_predefined_mime_type(rfn: str) -> Optional[str]: function get_notification_template_resource (line 70) | def get_notification_template_resource(rfn: str) -> Optional[bytes]: function add_link_nontrack_attr (line 90) | def add_link_nontrack_attr(html: str, attr_value: str) -> str: function send_email (line 97) | def send_email(log: ProcessLogger, class RenderedNotification (line 146) | class RenderedNotification: method __init__ (line 149) | def __init__(self, dst_users: Set[User], subject: str, txt: str, html:... method send (line 158) | def send(self, log: ProcessLogger): class RenderedDigest (line 166) | class RenderedDigest: method __init__ (line 169) | def __init__(self, config: DocumentDigestConfig, dst_user: User, date:... method send (line 180) | def send(self, log: ProcessLogger): function render_digest (line 190) | def render_digest(config: DocumentDigestConfig, class DocumentNotificationSource (line 272) | class DocumentNotificationSource: method __init__ (line 273) | def __init__(self, FILE: contraxsuite_services/apps/notifications/schemas.py class MarkForSeenWebNotificationRequestSerializer (line 38) | class MarkForSeenWebNotificationRequestSerializer(serializers.Serializer): class MarkForSeenWebNotificationResponseSerializer (line 43) | class MarkForSeenWebNotificationResponseSerializer(serializers.Serializer): class MarkForSeenWebNotificationSchema (line 47) | class MarkForSeenWebNotificationSchema(CustomAutoSchema): FILE: contraxsuite_services/apps/notifications/signals.py function document_fields_change_listener_impl (line 44) | def document_fields_change_listener_impl(_sender, function document_fields_change_listener (line 73) | def document_fields_change_listener(sender, **kwargs): FILE: contraxsuite_services/apps/notifications/tasks.py class SendDigest (line 81) | class SendDigest(ExtendedTask): method process (line 98) | def process(self, **kwargs): function _as_ints (line 170) | def _as_ints(csv: str): function _send_digest_scheduled (line 174) | def _send_digest_scheduled(run_date: datetime) -> bool: function trigger_digests (line 189) | def trigger_digests(_task): function send_notification (line 254) | def send_notification(package_id: str, function process_notifications_on_document_change (line 270) | def process_notifications_on_document_change( class EmailNotificationPool (line 340) | class EmailNotificationPool: method check_email_pool (line 360) | def check_email_pool(_task) -> None: method push_notification (line 410) | def push_notification(msg: DocumentNotification, method send_notifications_packet (line 418) | def send_notifications_packet(ntfs: List[DocumentNotification], function format_values_difference (line 543) | def format_values_difference(field_code: str, old_value, new_value) -> str: function values_look_equal (line 550) | def values_look_equal(a, b) -> bool: function send_web_notifications (line 579) | def send_web_notifications(): FILE: contraxsuite_services/apps/notifications/tests/test_send_email.py class TestSendEmail (line 38) | class TestSendEmail(TestCase): method test_add_link_nontrack_attr (line 39) | def test_add_link_nontrack_attr(self): FILE: contraxsuite_services/apps/notifications/tests/test_values_look_equal.py class TestValuesLookEqual (line 39) | class TestValuesLookEqual(TestCase): method test_values_look_equal_empty (line 40) | def test_values_look_equal_empty(self) -> None: method test_values_look_equal_numbers (line 46) | def test_values_look_equal_numbers(self) -> None: FILE: contraxsuite_services/apps/notifications/tests/test_web_notifications.py class TestWebNotificationStorage (line 40) | class TestWebNotificationStorage(TestCase): method test_singleton (line 41) | def test_singleton(self) -> None: method test_min_add_extract (line 46) | def test_min_add_extract(self) -> None: method test_max_add_extract (line 52) | def test_max_add_extract(self) -> None: FILE: contraxsuite_services/apps/notifications/views.py class RenderDigestView (line 61) | class RenderDigestView(View): method get (line 69) | def get(self, request, config_id, content_format, **kwargs): class DigestImageView (line 113) | class DigestImageView(View): method get (line 114) | def get(self, request, config_id, image_fn, **kwargs): class RenderNotificationView (line 125) | class RenderNotificationView(View): method get (line 130) | def get(self, request, subscription_id, content_format, **_kwargs): class NotificationImageView (line 198) | class NotificationImageView(View): method get (line 199) | def get(self, request, subscription_id, image_fn, **kwargs): class SendDigestTaskView (line 208) | class SendDigestTaskView(BaseAjaxTaskView): method disallow_start (line 213) | def disallow_start(self): FILE: contraxsuite_services/apps/project/admin.py class TaskQueueAdmin (line 59) | class TaskQueueAdmin(admin.ModelAdmin): method reviewers_num (line 65) | def reviewers_num(obj): method documents_num (line 69) | def documents_num(obj): class TaskQueueHistoryAdmin (line 73) | class TaskQueueHistoryAdmin(admin.ModelAdmin): method _documents (line 79) | def _documents(obj): function get_deleted_objects (line 83) | def get_deleted_objects(objs, request, admin_site): class ProjectAdmin (line 101) | class ProjectAdmin(GuardedModelAdmin): method has_view_permission (line 106) | def has_view_permission(self, request, obj=None): method get_queryset (line 112) | def get_queryset(self, request): method status_name (line 118) | def status_name(obj): method documents_num (line 122) | def documents_num(obj): method documents_to_delete (line 126) | def documents_to_delete(obj): method get_actions (line 129) | def get_actions(self, request): method has_delete_permission (line 135) | def has_delete_permission(self, request, obj=None): method get_deleted_objects (line 138) | def get_deleted_objects(self, objs, request): method save_related (line 146) | def save_related(self, request, form, formsets, change): class ProjectClusteringAdmin (line 167) | class ProjectClusteringAdmin(ModelAdminWithPrettyJsonField): method project_name (line 172) | def project_name(obj): class UploadSessionAdmin (line 176) | class UploadSessionAdmin(admin.ModelAdmin): method project_name (line 181) | def project_name(obj): class SoftDeleteProject (line 185) | class SoftDeleteProject(Project): class Meta (line 186) | class Meta: class DeletePendingFilter (line 190) | class DeletePendingFilter(SimpleListFilter): method lookups (line 195) | def lookups(self, request, model_admin): method queryset (line 201) | def queryset(self, request, queryset): function set_soft_delete (line 209) | def set_soft_delete(project_ids: List[int], delete_pending: bool): function mark_deleting (line 217) | def mark_deleting(_, request, queryset): function unmark_deleting (line 225) | def unmark_deleting(_, request, queryset): function delete_checked_projects (line 233) | def delete_checked_projects(_, request, queryset): class SoftDeleteProjectAdmin (line 242) | class SoftDeleteProjectAdmin(ProjectAdmin): method get_queryset (line 249) | def get_queryset(self, request): method get_name (line 254) | def get_name(self, obj): method get_actions (line 265) | def get_actions(self, request): method has_add_permission (line 271) | def has_add_permission(self, request, obj=None): method has_delete_permission (line 274) | def has_delete_permission(self, request, obj=None): method delete_all_checked (line 277) | def delete_all_checked(self, request): method confirm_delete_view (line 283) | def confirm_delete_view(self, request): method get_urls (line 321) | def get_urls(self): class UserProjectsSavedFilterAdmin (line 330) | class UserProjectsSavedFilterAdmin(admin.ModelAdmin): method user_name (line 336) | def user_name(obj): method project_names (line 340) | def project_names(obj): FILE: contraxsuite_services/apps/project/api/v1.py class PatchedListView (line 107) | class PatchedListView(views.APIView): method get (line 108) | def get(self, request, *args, **kwargs): class DocumentSerializer (line 118) | class DocumentSerializer(serializers.ModelSerializer): class Meta (line 119) | class Meta: class UserSerializer (line 124) | class UserSerializer(serializers.ModelSerializer): class Meta (line 125) | class Meta: class TaskQueueSerializer (line 130) | class TaskQueueSerializer(serializers.ModelSerializer): class Meta (line 146) | class Meta: method get_progress (line 153) | def get_progress(self, obj): method get_data (line 156) | def get_data(self, obj): method save (line 193) | def save(self, **kwargs): class TaskQueueViewSet (line 225) | class TaskQueueViewSet(DjangoModelPermissions, apps.common.mixins.JqList... function project_progress (line 256) | def project_progress(obj): class DocumentTypeSerializer (line 290) | class DocumentTypeSerializer(serializers.ModelSerializer): class Meta (line 291) | class Meta: class ProjectDetailSerializer (line 296) | class ProjectDetailSerializer(serializers.ModelSerializer): class Meta (line 345) | class Meta: method get_progress (line 361) | def get_progress(self, obj): method get_user_permissions (line 364) | def get_user_permissions(self, obj): method get_app_vars (line 368) | def get_app_vars(self, obj): method get_document_similarity_run_params (line 374) | def get_document_similarity_run_params(self, obj): method get_text_unit_similarity_run_params (line 382) | def get_text_unit_similarity_run_params(self, obj): method get_document_similarity_process_allowed (line 391) | def get_document_similarity_process_allowed(self, obj): method get_text_unit_similarity_process_allowed (line 395) | def get_text_unit_similarity_process_allowed(self, obj): class CustomErrorMessageSerializer (line 401) | class CustomErrorMessageSerializer: method __init__ (line 403) | def __init__(self, *args, **kwargs): class ProjectCreateSerializer (line 411) | class ProjectCreateSerializer(CustomErrorMessageSerializer, serializers.... class Meta (line 412) | class Meta: class ProjectUpdateSerializer (line 419) | class ProjectUpdateSerializer(CustomErrorMessageSerializer, ProjectDetai... class Meta (line 420) | class Meta(ProjectDetailSerializer.Meta): method update (line 427) | def update(self, instance, validated_data): class ProjectListSerializer (line 445) | class ProjectListSerializer(ProjectDetailSerializer): class Meta (line 451) | class Meta(ProjectDetailSerializer.Meta): class ProjectStatsSerializer (line 465) | class ProjectStatsSerializer(serializers.Serializer): method __init__ (line 474) | def __init__(self, *args, **kwargs): class ProjectStatserializer (line 488) | class ProjectStatserializer(ProjectDetailSerializer): class Meta (line 492) | class Meta: method get_total_documents_count (line 496) | def get_total_documents_count(self, obj): method get_reviewed_documents_count (line 500) | def get_reviewed_documents_count(self, obj): function require_generic_contract_type (line 505) | def require_generic_contract_type(func): class ProjectPermissions (line 517) | class ProjectPermissions(IsAuthenticated): method has_permission (line 518) | def has_permission(self, request, view): method has_object_permission (line 528) | def has_object_permission(self, request, view, obj): class ProjectPermissionViewMixin (line 565) | class ProjectPermissionViewMixin: method get_queryset (line 568) | def get_queryset(self): class ProjectViewSet (line 573) | class ProjectViewSet(apps.common.mixins.APILoggingMixin, method perform_create (line 595) | def perform_create(self, serializer): method create (line 601) | def create(self, request, *args, **kwargs): method update (line 635) | def update(self, request, *args, **kwargs): method get_serializer_class (line 664) | def get_serializer_class(self): method get_project_stats_qs (line 677) | def get_project_stats_qs(self, qs): method get_queryset (line 735) | def get_queryset(self): method get_extra_data (line 774) | def get_extra_data(self, queryset, initial_queryset): method apply_project_appvars (line 778) | def apply_project_appvars(self, method progress (line 788) | def progress(self, request, **kwargs): method _cluster (line 856) | def _cluster(project, user_id=None, n_clusters=3, method='kmeans', clu... method cluster (line 874) | def cluster(self, request, **kwargs): method search_similar (line 934) | def search_similar(self, request, task, transformer_id_field): method search_similar_documents (line 961) | def search_similar_documents(self, request, **kwargs): method search_similar_text_units (line 968) | def search_similar_text_units(self, request, **kwargs): method delete_similarity_task_results (line 974) | def delete_similarity_task_results(self, request, task): method delete_document_similarity_results (line 980) | def delete_document_similarity_results(self, request, **kwargs): method delete_text_unit_similarity_results (line 985) | def delete_text_unit_similarity_results(self, request, **kwargs): method tasks (line 990) | def tasks(self, request, **kwargs): method active_tasks (line 998) | def active_tasks(self, request, **kwargs): method task_log (line 1006) | def task_log(self, request, **kwargs): method clustering_status (line 1016) | def clustering_status(self, request, **kwargs): method send_clusters_to_project (line 1076) | def send_clusters_to_project(self, request, **kwargs): method cleanup (line 1114) | def cleanup(self, request, **kwargs): method project_stats (line 1134) | def project_stats(self, request, **kwargs): method select_projects (line 1142) | def select_projects(self, request, **kwargs): method mark_delete (line 1161) | def mark_delete(self, request, **kwargs): method unmark_delete (line 1174) | def unmark_delete(self, request, **kwargs): method mark_unmark_for_delete (line 1185) | def mark_unmark_for_delete(self, delete_pending: bool, request, **kwar... method assignees (line 1214) | def assignees(self, request, **kwargs): method get_document_queryset (line 1232) | def get_document_queryset(self): method get_document_ids (line 1241) | def get_document_ids(self, request): method save_mass_action (line 1253) | def save_mass_action(self, action_name, action_message, document_ids, ... method update_document_fields (line 1280) | def update_document_fields(self, request, *args, **kwargs): method assign_documents (line 1336) | def assign_documents(self, request, **kwargs): method assign_document (line 1353) | def assign_document(self, request, **kwargs): method assign_multiple_documents (line 1367) | def assign_multiple_documents(self, method set_status (line 1398) | def set_status(self, request, **kwargs): method get_annotations_queryset (line 1468) | def get_annotations_queryset(self, only_true_annotations=False): method annotations_assignees (line 1487) | def annotations_assignees(self, request, **kwargs): method assign_annotations (line 1510) | def assign_annotations(self, request, **kwargs): method set_annotation_status (line 1558) | def set_annotation_status(self, request, **kwargs): method recent (line 1633) | def recent(self, request, **kwargs): method detect_field_values (line 1742) | def detect_field_values(self, request, **kwargs): method locate_items (line 1762) | def locate_items(self, request, **kwargs): method filter_queryset (line 1782) | def filter_queryset(self, queryset): method check_similarity_process_allowed (line 1789) | def check_similarity_process_allowed(self, request, **kwargs): method _get_similarity_process_allowed (line 1801) | def _get_similarity_process_allowed(cls, feature_src_len: int, thresho... method save_action_parent (line 1818) | def save_action_parent(self): method get_object_state (line 1832) | def get_object_state(obj): method get_action_name (line 1844) | def get_action_name(self): method get_action_message (line 1849) | def get_action_message(self): method get_updated_fields_message (line 1854) | def get_updated_fields_message(self, old_instance_state, new_instance_... method actions (line 1886) | def actions(self, view_action_names): method settings_actions (line 1902) | def settings_actions(self, request, **kwargs): method cluster_actions (line 1906) | def cluster_actions(self, request, **kwargs): class LocaleAPIViewSchema (line 1910) | class LocaleAPIViewSchema(AutoSchema): method get_responses (line 1911) | def get_responses(self, path, method): class LocaleListView (line 1917) | class LocaleListView(APIView): method get (line 1921) | def get(self, request, *args, **kwargs): method represent_data (line 1924) | def represent_data(self, data: dict): class UploadSessionCreateSerializer (line 1947) | class UploadSessionCreateSerializer(serializers.ModelSerializer): class Meta (line 1956) | class Meta: class UploadSessionUpdateSerializer (line 1961) | class UploadSessionUpdateSerializer(serializers.ModelSerializer): class Meta (line 1963) | class Meta: class UploadSessionDetailSerializer (line 1968) | class UploadSessionDetailSerializer(serializers.ModelSerializer): class Meta (line 1975) | class Meta: method get_progress (line 1980) | def get_progress(self, obj): method get_document_type (line 1983) | def get_document_type(self, obj): method get_is_canceling (line 1986) | def get_is_canceling(self, obj: UploadSession): class UploadSessionPermissions (line 1990) | class UploadSessionPermissions(IsAuthenticated): method has_permission (line 1992) | def has_permission(self, request, view): method has_object_permission (line 2005) | def has_object_permission(self, request, view, obj): class UploadSessionPermissionViewMixin (line 2018) | class UploadSessionPermissionViewMixin: method get_queryset (line 2021) | def get_queryset(self): class UploadSessionViewSet (line 2028) | class UploadSessionViewSet(UploadSessionPermissionViewMixin, method get_serializer_class (line 2043) | def get_serializer_class(self): method can_upload_file (line 2052) | def can_upload_file(project: Project, method create (line 2152) | def create(self, request, *args, **kwargs): method progress (line 2212) | def progress(self, request, pk): method status (line 2228) | def status(self, request, **kwargs): method _notify_upload_started (line 2242) | def _notify_upload_started(cls, session: UploadSession) -> None: method upload_file (line 2248) | def upload_file(self, method files (line 2362) | def files(self, request: HttpRequest, pk: str): method upload_archive (line 2379) | def upload_archive(self, request, file_, archive_type, directory_path=... method is_zip (line 2423) | def is_zip(self, file_): method is_tar (line 2435) | def is_tar(self, file_): method upload (line 2447) | def upload(self, request, pk: str, review_file=True, directory_path=No... method batch_upload (line 2490) | def batch_upload(self, request, **kwargs): method _batch_upload (line 2528) | def _batch_upload(self, request, **kwargs): method cancel_upload (line 2560) | def cancel_upload(self, request, **kwargs): method delete_file (line 2576) | def delete_file(self, request, **kwargs): class ProjectSerializer (line 2617) | class ProjectSerializer(ProjectDetailSerializer): class Meta (line 2618) | class Meta(ProjectDetailSerializer.Meta): class DocumentClusterSerializer (line 2623) | class DocumentClusterSerializer(serializers.ModelSerializer): class Meta (line 2626) | class Meta: method get_documents_count (line 2630) | def get_documents_count(self, obj): class ProjectClusteringSerializer (line 2635) | class ProjectClusteringSerializer(serializers.ModelSerializer): class Meta (line 2641) | class Meta: method get_status (line 2647) | def get_status(self, obj): method get_project_clusters_actions_count (line 2657) | def get_project_clusters_actions_count(self, obj): class ProjectClusteringViewSet (line 2662) | class ProjectClusteringViewSet(apps.common.mixins.JqListAPIMixin, viewse... method get_queryset (line 2670) | def get_queryset(self): FILE: contraxsuite_services/apps/project/context_processors.py function user_projects (line 37) | def user_projects(request): FILE: contraxsuite_services/apps/project/forms.py class TaskQueueForm (line 41) | class TaskQueueForm(forms.ModelForm): class Meta (line 42) | class Meta: class TaskQueueChoiceForm (line 47) | class TaskQueueChoiceForm(forms.Form): method __init__ (line 49) | def __init__(self, *args, **kwargs): class ProjectForm (line 56) | class ProjectForm(forms.ModelForm): class Meta (line 57) | class Meta: class ProjectChoiceForm (line 64) | class ProjectChoiceForm(forms.Form): method __init__ (line 66) | def __init__(self, *args, **kwargs): FILE: contraxsuite_services/apps/project/management/commands/delete_projects.py class Command (line 41) | class Command(BaseCommand): method add_arguments (line 53) | def add_arguments(self, parser): method handle (line 63) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/project/migrations/0001_initial.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0002_auto_20170731_0948.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0003_auto_20180302_0904.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0004_auto_20180305_1915.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0005_projectupload.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0006_auto_20180306_1208.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0007_auto_20180307_0653.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0008_uploadsession_completed.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0009_auto_20180313_1330.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0010_projectclustering.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0011_auto_20180324_0503.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0012_auto_20180401_2046.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0013_auto_20180405_1710.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0014_auto_20180406_0522.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0015_auto_20180406_1103.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0016_auto_20180406_1945.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0017_delete_reviewstatus.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0018_auto_20180510_1105.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0019_auto_20180630_0807.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0020_fix_projectclustering_task_id_type_20180706_0858.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0021_auto_20180725_1829.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0022_project_super_reviewers.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0023_auto_20180730_1013.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0024_project_send_email_notification.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0025_auto_20181010_1739.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0026_auto_20181013_0730.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0027_documentfilter_created_by.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0028_projectdocumentsfilter.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0029_auto_20181102_1910.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0030_auto_20190424_1047.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0031_delete_pending_field.py class Migration (line 5) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0032_auto_20190527_1446.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0033_auto_20190916_1356.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0034_auto_20191016_0857.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0035_projecttermconfiguration.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0036_auto_20191112_1039.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0037_auto_20191113_1208.py function do_delete (line 7) | def do_delete(apps, schema_editor): class Migration (line 12) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0038_project_hide_clause_review.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0039_userprojectssavedfilter.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0040_auto_20200512_1829.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0041_auto_20200522_0811.py function update (line 6) | def update(apps, schema_editor): class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0042_auto_20200713_1518.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0043_permissions.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0044_auto_20201201_0954.py function ensure_target_permission_id (line 11) | def ensure_target_permission_id(c_type_id: int) -> int: function get_reviewers (line 21) | def get_reviewers() -> Dict[int, Set[int]]: function add_permission_to_project_team_members (line 35) | def add_permission_to_project_team_members(apps, _schema_editor): class Migration (line 53) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0045_auto_20201209_1541.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0045_project_term_tags.py function make_term_tags (line 7) | def make_term_tags(_apps, _schema_editor): function add_default_tags (line 61) | def add_default_tags() -> int: function rollback_term_config (line 73) | def rollback_term_config(_apps, schema_editor): class Migration (line 101) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0046_delete_projecttermconfiguration.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0047_merge_20201218_0901.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0048_project_companytype_tags.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0049_project_default_tags.py function set_term_and_company_default_tags (line 7) | def set_term_and_company_default_tags(_apps, _schema_editor): function set_project_default_tags (line 27) | def set_project_default_tags(cursor, class Migration (line 47) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0050_auto_20210222_0851.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0051_clear_project_transformers.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0052_retarget_project_transformers.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/migrations/0053_auto_20211104_1244.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/project/models.py class TaskQueue (line 65) | class TaskQueue(models.Model): class Meta (line 84) | class Meta: method __str__ (line 87) | def __str__(self): method completed (line 95) | def completed(self): method progress (line 102) | def progress(self, as_dict=False): method completed_date (line 121) | def completed_date(self): method complete_history (line 128) | def complete_history(self): method document_complete_history (line 139) | def document_complete_history(self, document_pk): class TaskQueueHistory (line 147) | class TaskQueueHistory(models.Model): class Meta (line 168) | class Meta: method __str__ (line 172) | def __str__(self): function documents_changed (line 181) | def documents_changed(instance, action, pk_set, **kwargs): function completed_documents_changed (line 195) | def completed_documents_changed(instance, action, pk_set, **kwargs): class ProjectManager (line 214) | class ProjectManager(models.Manager): method get_queryset (line 217) | def get_queryset(self): method qs_owners_reviewers_super_reviewers_by_doc_id (line 220) | def qs_owners_reviewers_super_reviewers_by_doc_id(self, doc_id: int) -... class Project (line 235) | class Project(LazyTimeStampedModel): class Meta (line 297) | class Meta: method __str__ (line 314) | def __str__(self): method _fire_saved (line 321) | def _fire_saved(self, old_instance=None): method available_assignees (line 325) | def available_assignees(self): method all_document_set (line 334) | def all_document_set(self): method save (line 338) | def save(self, **kwargs): method progress (line 347) | def progress(self, as_dict=False): method last_session (line 364) | def last_session(self, create=True, created_by=None): method progress_as_dict (line 372) | def progress_as_dict(self): method completed (line 376) | def completed(self): method completed_date (line 383) | def completed_date(self): method project_tasks (line 392) | def project_tasks(self): method project_tasks_progress (line 398) | def project_tasks_progress(self, get_completed=False): method project_tasks_completed (line 405) | def project_tasks_completed(self): method drop_clusters (line 411) | def drop_clusters(self, exclude_task_ids: Set = None, exclude_project_... method cleanup (line 435) | def cleanup(self, delete=False): method get_team (line 468) | def get_team(self): method reset_project_team_perms (line 474) | def reset_project_team_perms(self): method clean_up_assignees (line 496) | def clean_up_assignees(self, removed_user_ids): function set_default_transformers (line 522) | def set_default_transformers(sender, instance, **kwargs): function delete_perms_on_project_removed (line 547) | def delete_perms_on_project_removed(sender, instance, **kwargs): function remove_junior_reviewers_perms (line 553) | def remove_junior_reviewers_perms(instance, action, pk_set, **kwargs): function remove_reviewers_perms (line 562) | def remove_reviewers_perms(instance, action, pk_set, **kwargs): function remove_super_reviewers_perms (line 571) | def remove_super_reviewers_perms(instance, action, pk_set, **kwargs): function remove_owners_perms (line 580) | def remove_owners_perms(instance, action, pk_set, **kwargs): class UploadSession (line 588) | class UploadSession(models.Model): class Meta (line 612) | class Meta: method __str__ (line 615) | def __str__(self): method session_tasks (line 623) | def session_tasks(self): method session_tasks_progress (line 630) | def session_tasks_progress(self): method document_tasks_progress (line 642) | def document_tasks_progress(self, details=False): method get_document_loading_progress (line 680) | def get_document_loading_progress(self) -> Dict[str, int]: method document_tasks_progress_total (line 716) | def document_tasks_progress_total(self): method documents_total_size (line 726) | def documents_total_size(self): method status (line 730) | def status(self): method status_check (line 738) | def status_check(self): method check_and_set_completed (line 745) | def check_and_set_completed(self): method notify_upload_started (line 768) | def notify_upload_started(self): method notify_upload_completed (line 782) | def notify_upload_completed(self): function save_upload (line 803) | def save_upload(sender, instance, created, **kwargs): function add_web_notification (line 816) | def add_web_notification(sender, instance, **kwargs): class ProjectClustering (line 854) | class ProjectClustering(models.Model): method __str__ (line 869) | def __str__(self): method completed (line 877) | def completed(self): method set_status_by_task (line 882) | def set_status_by_task(self): class UserProjectsSavedFilter (line 898) | class UserProjectsSavedFilter(models.Model): method __str__ (line 907) | def __str__(self): FILE: contraxsuite_services/apps/project/notifications.py function notify_active_upload_sessions (line 46) | def notify_active_upload_sessions(sessions: List[UploadSession]): function get_session_data_by_document_query (line 64) | def get_session_data_by_document_query(session: UploadSession): function notify_cancelled_upload_session (line 82) | def notify_cancelled_upload_session(session, user_id, document_ids: List): function notify_failed_load_document (line 104) | def notify_failed_load_document(file_name, session_id, directory_path): function combine_querysets_and_send_message (line 126) | def combine_querysets_and_send_message(q_sets: List[QuerySet], message: ... function notify_update_project_document_fields_completed (line 134) | def notify_update_project_document_fields_completed(task_id, project_id,... function notify_project_annotations_status_updated (line 155) | def notify_project_annotations_status_updated(task_id, project_id): FILE: contraxsuite_services/apps/project/repository/project_repository.py class ProjectRepository (line 39) | class ProjectRepository: method get_projects_by_doc_type_qs (line 40) | def get_projects_by_doc_type_qs(self, document_type): FILE: contraxsuite_services/apps/project/schemas.py class CountSuccessResponseSerializer (line 45) | class CountSuccessResponseSerializer(serializers.Serializer): class TaskIdResponseSerializer (line 63) | class TaskIdResponseSerializer(serializers.Serializer): class ProjectStatsSchema (line 72) | class ProjectStatsSchema(CustomAutoSchema): method get_responses (line 80) | def get_responses(self, path, method): class ProjectProgressSchema (line 87) | class ProjectProgressSchema(CustomAutoSchema): class ProjectProgressResponseSerializer (line 89) | class ProjectProgressResponseSerializer(serializers.Serializer): class ProjectDocumentsAssigneesSchema (line 99) | class ProjectDocumentsAssigneesSchema(ObjectToItemResponseMixin, CustomA... class ProjectDocumentsAssigneesResponseSerializer (line 101) | class ProjectDocumentsAssigneesResponseSerializer(serializers.Serializ... class ProjectAnnotationsAssigneesSchema (line 110) | class ProjectAnnotationsAssigneesSchema(ObjectToItemResponseMixin, Custo... class ProjectAnnotationsAssigneesResponseSerializer (line 112) | class ProjectAnnotationsAssigneesResponseSerializer(serializers.Serial... class RecentProjectsSchema (line 121) | class RecentProjectsSchema(ObjectToItemResponseMixin, ObjectResponseSche... class SendClusterToProjectSchema (line 130) | class SendClusterToProjectSchema(CustomAutoSchema): class SendClusterToProjectRequestSerializer (line 132) | class SendClusterToProjectRequestSerializer(serializers.Serializer): method get_responses (line 138) | def get_responses(self, path, method): class CleanupProjectSchema (line 145) | class CleanupProjectSchema(CustomAutoSchema): class CleanupProjectRequestSerializer (line 147) | class CleanupProjectRequestSerializer(serializers.Serializer): method get_responses (line 152) | def get_responses(self, path, method): class SelectProjectsSchema (line 158) | class SelectProjectsSchema(CustomAutoSchema): class SelectProjectsRequestSerializer (line 160) | class SelectProjectsRequestSerializer(serializers.Serializer): class SelectProjectsResponseSerializer (line 163) | class SelectProjectsResponseSerializer(serializers.Serializer): class MarkUnmarkForDeleteProjectsSchema (line 173) | class MarkUnmarkForDeleteProjectsSchema(CustomAutoSchema): class MarkUnmarkForDeleteProjectsRequestSerializer (line 175) | class MarkUnmarkForDeleteProjectsRequestSerializer(serializers.Seriali... class MarkUnmarkForDeleteProjectsReponseSerializer (line 181) | class MarkUnmarkForDeleteProjectsReponseSerializer(serializers.Seriali... class AssignProjectDocumentsSchema (line 188) | class AssignProjectDocumentsSchema(CustomAutoSchema): class AssignProjectDocumentsRequestSerializer (line 190) | class AssignProjectDocumentsRequestSerializer(serializers.Serializer): method get_responses (line 199) | def get_responses(self, path, method): class AssignProjectDocumentSchema (line 208) | class AssignProjectDocumentSchema(CustomAutoSchema): class AssignProjectDocumentRequestSerializer (line 210) | class AssignProjectDocumentRequestSerializer(serializers.Serializer): method get_responses (line 217) | def get_responses(self, path, method): class UpdateProjectDocumentsFieldsSchema (line 226) | class UpdateProjectDocumentsFieldsSchema(CustomAutoSchema): class UpdateProjectDocumentsFieldsRequestSerializer (line 228) | class UpdateProjectDocumentsFieldsRequestSerializer(serializers.Serial... class UpdateProjectDocumentsFieldsResponseSerializer (line 235) | class UpdateProjectDocumentsFieldsResponseSerializer(serializers.Seria... method get_responses (line 243) | def get_responses(self, path, method): class SetProjectDocumentsStatusSchema (line 252) | class SetProjectDocumentsStatusSchema(CustomAutoSchema): class SetProjectDocumentsStatusRequestSerializer (line 254) | class SetProjectDocumentsStatusRequestSerializer(serializers.Serializer): class ClusterProjectSchema (line 264) | class ClusterProjectSchema(CustomAutoSchema): class ClusterProjectRequestSerializer (line 266) | class ClusterProjectRequestSerializer(serializers.Serializer): class ClusterProjectResponseSerializer (line 275) | class ClusterProjectResponseSerializer(serializers.Serializer): method get_responses (line 282) | def get_responses(self, path, method): class ProjectClusteringStatusSchema (line 288) | class ProjectClusteringStatusSchema(CustomAutoSchema): class ProjectClusteringStatusResponseSerializer (line 290) | class ProjectClusteringStatusResponseSerializer(serializers.Serializer): method get_responses (line 307) | def get_responses(self, path, method): class AssignProjectAnnotationsSchema (line 313) | class AssignProjectAnnotationsSchema(CustomAutoSchema): class AssignProjectAnnotationsRequestSerializer (line 315) | class AssignProjectAnnotationsRequestSerializer(serializers.Serializer): method get_responses (line 324) | def get_responses(self, path, method): class SetProjectAnnotationsStatusSchema (line 330) | class SetProjectAnnotationsStatusSchema(CustomAutoSchema): class SetProjectAnnotationsStatusRequestSerializer (line 332) | class SetProjectAnnotationsStatusRequestSerializer(serializers.Seriali... class SetProjectAnnotationsStatusAsyncResponseSerializer (line 339) | class SetProjectAnnotationsStatusAsyncResponseSerializer(serializers.S... method get_components (line 346) | def get_components(self, path, method): method get_responses (line 352) | def get_responses(self, path, method): class DetectProjectFieldValuesSchema (line 363) | class DetectProjectFieldValuesSchema(CustomAutoSchema): class DetectProjectFieldValuesRequestSerializer (line 365) | class DetectProjectFieldValuesRequestSerializer(serializers.Serializer): class LocateItemsSchema (line 374) | class LocateItemsSchema(CustomAutoSchema): class LocateItemsRequestSerializer (line 376) | class LocateItemsRequestSerializer(serializers.Serializer): class UploadSessionStatusSchema (line 387) | class UploadSessionStatusSchema(ObjectResponseSchema): class UploadSessionFilesSchema (line 397) | class UploadSessionFilesSchema(ObjectResponseSchema): class ProjectUploadSessionFilesResponseSerializer (line 427) | class ProjectUploadSessionFilesResponseSerializer(serializers.Serializ... method get_request_body (line 432) | def get_request_body(self, path, method): method get_responses (line 435) | def get_responses(self, path, method): class UploadSessionUploadSchema (line 443) | class UploadSessionUploadSchema(ObjectResponseSchema): class ProjectUploadSessionPOSTResponseSerializer (line 473) | class ProjectUploadSessionPOSTResponseSerializer(serializers.Serializer): method get_request_body (line 478) | def get_request_body(self, path, method): method get_responses (line 481) | def get_responses(self, path, method): class UploadSessionBatchUploadRequestSerializer (line 490) | class UploadSessionBatchUploadRequestSerializer(serializers.Serializer): class UploadSessionBatchUploadSchema (line 494) | class UploadSessionBatchUploadSchema(CustomAutoSchema): class UploadSessionDeleteFileSchema (line 498) | class UploadSessionDeleteFileSchema(CustomAutoSchema): class UploadSessionDeleteFileRequestSerializer (line 502) | class UploadSessionDeleteFileRequestSerializer(serializers.Serializer): method get_request_body (line 505) | def get_request_body(self, path, method): method get_components (line 510) | def get_components(self, path, method): method get_responses (line 513) | def get_responses(self, path, method): class ProjectUploadSessionProgressSchema (line 521) | class ProjectUploadSessionProgressSchema(CustomAutoSchema): class ProjectUploadSessionProgressResponseSerializer (line 523) | class ProjectUploadSessionProgressResponseSerializer(serializers.Seria... class ProjectSearchSimilarDocumentsRequestSerializer (line 533) | class ProjectSearchSimilarDocumentsRequestSerializer(serializers.Seriali... class ProjectSearchSimilarDocumentsSchema (line 543) | class ProjectSearchSimilarDocumentsSchema(CustomAutoSchema): class ProjectSearchSimilarTextUnitsSchema (line 549) | class ProjectSearchSimilarTextUnitsSchema(CustomAutoSchema): class ProjectSearchSimilarTextUnitsRequestSerializer (line 551) | class ProjectSearchSimilarTextUnitsRequestSerializer(ProjectSearchSimi... FILE: contraxsuite_services/apps/project/sync_tasks/soft_delete_project_task.py class SoftDeleteProjectSyncTask (line 39) | class SoftDeleteProjectSyncTask: method process (line 41) | def process(self, FILE: contraxsuite_services/apps/project/tasks.py class ClusterProjectDocuments (line 84) | class ClusterProjectDocuments(ExtendedTask): method __init__ (line 104) | def __init__(self, *args, **kwargs): method process (line 108) | def process(self, **kwargs): method on_failure (line 168) | def on_failure(self, exc, task_id, args, kwargs, exc_traceback): method log_wo_flooding (line 198) | def log_wo_flooding(self, msg: str, msg_key='') -> None: method update_purged_clustering_status (line 209) | def update_purged_clustering_status(cluster_main_task_id: str): class ReassignProjectClusterDocuments (line 218) | class ReassignProjectClusterDocuments(ExtendedTask): method process (line 224) | def process(self, **kwargs): method set_doc_unique_name_and_project (line 254) | def set_doc_unique_name_and_project(self, method notify_on_completed_reclustering (line 276) | def notify_on_completed_reclustering(reassign_cluster_ids: list, method reassign_document (line 316) | def reassign_document(task, document_id): method rollback (line 337) | def rollback(task, project_clustering_id, project_id, new_project_id, ... method finalize (line 381) | def finalize(self, project_clustering_id, new_project_id, reassign_clu... class CleanProject (line 422) | class CleanProject(ExtendedTask): method __init__ (line 430) | def __init__(self, *args, **kwargs): method process (line 436) | def process(self, **kwargs): class CleanProjects (line 480) | class CleanProjects(ExtendedTask): method process (line 486) | def process(self, **kwargs): class CancelUpload (line 500) | class CancelUpload(ExtendedTask): method __init__ (line 507) | def __init__(self, *args, **kwargs): method process (line 511) | def process(self, **kwargs): method track_timelog (line 593) | def track_timelog(self, msg: str): function track_session_completed (line 604) | def track_session_completed(_celery_task): class LoadArchive (line 650) | class LoadArchive(ExtendedTask): method process (line 664) | def process(self, **kwargs): method get_mime_type (line 687) | def get_mime_type(file_name): method upload_file (line 693) | def upload_file(self, **kwargs): method remove_archive (line 713) | def remove_archive(self): method process_archive (line 717) | def process_archive(self, file_type: str = None): method process_zip (line 733) | def process_zip(self, local_file_path: str = ''): method process_tar (line 769) | def process_tar(self, local_file_path: str = ''): class SetAnnotationsStatus (line 803) | class SetAnnotationsStatus(ExtendedTask): method process (line 815) | def process(self, **kwargs): class UpdateProjectDocumentsFields (line 857) | class UpdateProjectDocumentsFields(ExtendedTask): method process (line 869) | def process(self, **kwargs): method convert (line 916) | def convert(task: ExtendedTask, method notify_task_completed (line 943) | def notify_task_completed(task: ExtendedTask, FILE: contraxsuite_services/apps/project/urls.py function register (line 50) | def register(model, view_types): FILE: contraxsuite_services/apps/project/utils/tests/test_unique_name_builder.py class TestUniqueNameBuilder (line 38) | class TestUniqueNameBuilder(TestCase): method test_make_doc_unique_name (line 39) | def test_make_doc_unique_name(self): method test_make_doc_unique_name_strict (line 50) | def test_make_doc_unique_name_strict(self): FILE: contraxsuite_services/apps/project/utils/unique_name.py class UniqueNameBuilder (line 41) | class UniqueNameBuilder: method make_doc_unique_name (line 45) | def make_doc_unique_name(cls, FILE: contraxsuite_services/apps/project/views.py class ProjectListView (line 55) | class ProjectListView(JqPaginatedListView): method get_json_data (line 60) | def get_json_data(self, **kwargs): method get_queryset (line 70) | def get_queryset(self): method get_context_data (line 84) | def get_context_data(self, **kwargs): class ProjectActionListView (line 90) | class ProjectActionListView(TemplateView): method get_context_data (line 93) | def get_context_data(self, **kwargs): class ProjectCreateView (line 99) | class ProjectCreateView(CustomCreateView): method has_permission (line 103) | def has_permission(self): method get_success_url (line 106) | def get_success_url(self): class ProjectUpdateView (line 110) | class ProjectUpdateView(ProjectCreateView, CustomUpdateView): method has_permission (line 111) | def has_permission(self): class TaskQueueListView (line 115) | class TaskQueueListView(PermissionRequiredMixin, JqPaginatedListView): method has_permission (line 121) | def has_permission(self): method get_json_data (line 124) | def get_json_data(self, **kwargs): method get_queryset (line 179) | def get_queryset(self): class TaskQueueCreateView (line 188) | class TaskQueueCreateView(CustomCreateView): method has_permission (line 192) | def has_permission(self): method get_success_url (line 195) | def get_success_url(self): class TaskQueueUpdateView (line 203) | class TaskQueueUpdateView(TaskQueueCreateView, CustomUpdateView): method has_permission (line 204) | def has_permission(self): function add_to_task_queue (line 208) | def add_to_task_queue(request, task_queue_pk, document_pk): function mark_document_completed (line 229) | def mark_document_completed(request, task_queue_pk, document_pk): class TaskQueueAddClusterDocuments (line 251) | class TaskQueueAddClusterDocuments(PermissionRequiredMixin, JSONResponse... method has_permission (line 253) | def has_permission(self): method get (line 256) | def get(self, request, *args, **kwargs): method post (line 263) | def post(self, request, *args, **kwargs): class SelectProjectsView (line 310) | class SelectProjectsView(LoginRequiredMixin, JSONResponseView): method get_user_projects (line 315) | def get_user_projects(user): method post (line 318) | def post(self, request, *args, **kwargs): FILE: contraxsuite_services/apps/rawdb/admin.py class SavedFiltersAdminForm (line 50) | class SavedFiltersAdminForm(ModelForm): method validate_json_field (line 52) | def validate_json_field(self, field_name: str, assert_types=None) -> N... method clean (line 63) | def clean(self): class SavedFiltersAdmin (line 75) | class SavedFiltersAdmin(admin.ModelAdmin): method get_search_results (line 83) | def get_search_results(self, request, queryset, search_term): method document_type_code (line 88) | def document_type_code(obj): method project_name (line 92) | def project_name(obj): method user_name (line 96) | def user_name(obj): FILE: contraxsuite_services/apps/rawdb/api/v1.py class RawDBConfigAPIView (line 64) | class RawDBConfigAPIView(apps.common.mixins.APILoggingMixin, APIView): method get (line 69) | def get(self, request, *args, **kwargs): class DocumentsAPIView (line 80) | class DocumentsAPIView(APIView): method get (line 93) | def get(self, request, document_type_code: str, *_args, **_kwargs): method expand_items (line 281) | def expand_items(items: Generator[Dict[str, Any], None, None], method post (line 291) | def post(self, request, document_type_code: str, *args, **kwargs): method simulate_get (line 302) | def simulate_get(cls, user, project, return_ids=True, use_saved_filter... class ProjectStatsAPIView (line 347) | class ProjectStatsAPIView(APIView): method get (line 350) | def get(self, request, project_id: int, *_args, **_kwargs): FILE: contraxsuite_services/apps/rawdb/app_vars.py function validate_priority (line 38) | def validate_priority(value): FILE: contraxsuite_services/apps/rawdb/apps.py class RawdbConfig (line 37) | class RawdbConfig(AppConfig): method ready (line 41) | def ready(self): FILE: contraxsuite_services/apps/rawdb/field_value_tables.py class DocumentQueryResults (line 100) | class DocumentQueryResults(list): method __init__ (line 104) | def __init__(self, method column_codes (line 130) | def column_codes(self) -> List[str]: method column_titles (line 134) | def column_titles(self): method fetch (line 137) | def fetch(self) -> Generator[List, None, None]: method fetch_dicts (line 149) | def fetch_dicts(self) -> Generator[Dict, None, None]: method documents (line 155) | def documents(self): method __iter__ (line 160) | def __iter__(self): method __len__ (line 163) | def __len__(self) -> int: method to_json (line 166) | def to_json(self, time_start: float = None): method to_zip (line 178) | def to_zip(self, content, file_name): method to_xlsx (line 187) | def to_xlsx(self, as_zip=False) -> HttpResponse: method to_csv (line 207) | def to_csv(self, as_zip=False): class EmptyDocumentQueryResults (line 222) | class EmptyDocumentQueryResults(DocumentQueryResults): method __init__ (line 223) | def __init__(self) -> None: method __iter__ (line 226) | def __iter__(self): method __len__ (line 229) | def __len__(self) -> int: method fetch_dicts (line 232) | def fetch_dicts(self) -> Optional[Generator[Dict, None, None]]: method documents (line 236) | def documents(self): method fetch (line 239) | def fetch(self) -> Optional[Generator[List, None, None]]: function _build_system_field_handlers (line 268) | def _build_system_field_handlers( function _build_generic_field_handlers (line 470) | def _build_generic_field_handlers(table_name: str, function build_field_handlers (line 484) | def build_field_handlers(document_type: DocumentType, function build_handlers_for_field (line 523) | def build_handlers_for_field(field: DocumentField, function make_annotation_field_code (line 567) | def make_annotation_field_code(field_code: str) -> str: function table_exists (line 571) | def table_exists(table_name: str) -> bool: function get_table_columns_from_pg (line 583) | def get_table_columns_from_pg(cursor, table_name: str) -> Dict[str, str]: function build_index_name (line 594) | def build_index_name(table_name: str, index_definition: str) -> str: function _build_create_index_statement (line 611) | def _build_create_index_statement(table_name: str, index_name: str, inde... function get_table_index_names_from_pg (line 617) | def get_table_index_names_from_pg(cursor, table_name: str) -> Set[str]: function cleanup_saved_filters (line 623) | def cleanup_saved_filters(document_type: DocumentType, should_be_column_... function validate_doctype_cache_columns_count (line 665) | def validate_doctype_cache_columns_count(doc_type: DocumentType, function calculate_doctype_cache_columns (line 675) | def calculate_doctype_cache_columns(document_type: DocumentType, function adapt_table_structure (line 703) | def adapt_table_structure(log: ProcessLogger, function _recreate_document_fields_table (line 803) | def _recreate_document_fields_table(log: ProcessLogger, table_name: str,... function _delete_document_fields_table (line 830) | def _delete_document_fields_table(log: ProcessLogger, document_type_code... function _fill_system_fields_to_python_values (line 837) | def _fill_system_fields_to_python_values(document: Document, function _fill_generic_fields_to_python_values (line 924) | def _fill_generic_fields_to_python_values(document: Document, function _build_insert_clause (line 932) | def _build_insert_clause(log: ProcessLogger, function _delete_document_from_cache (line 977) | def _delete_document_from_cache(cursor, table_name: str, document_id: int): function delete_document_from_cache (line 981) | def delete_document_from_cache(user: User, document: Document): function delete_documents_from_cache_by_ids (line 1002) | def delete_documents_from_cache_by_ids(user: User, document_type_code: s... function get_document_values_actual_and_cached (line 1024) | def get_document_values_actual_and_cached( function get_document_field_values (line 1065) | def get_document_field_values(document_type: DocumentType, function _get_document_fields (line 1079) | def _get_document_fields(document_id, function clear_user_fields_no_events (line 1117) | def clear_user_fields_no_events(document: Document, function cache_document_fields (line 1140) | def cache_document_fields(log: ProcessLogger, function _get_columns (line 1314) | def _get_columns(handlers: List[RawdbFieldHandler]) -> List[ColumnDesc]: function get_columns (line 1318) | def get_columns(document_type: DocumentType, function get_annotation_columns (line 1333) | def get_annotation_columns(document_type: DocumentType): function _prepare_IN_filter (line 1338) | def _prepare_IN_filter(column_name: str, values: List[int]) -> Optional[... function _extract_column_filters_and_order_by_from_saved_filters (line 1344) | def _extract_column_filters_and_order_by_from_saved_filters(document_typ... function query_documents (line 1375) | def query_documents(document_type: DocumentType, function set_documents_delete_status (line 1592) | def set_documents_delete_status(document_ids: List[int], function delete_documents (line 1672) | def delete_documents(document_ids: List[int]) -> None: function update_document_name (line 1698) | def update_document_name(doc_id: int, doc_name: str) -> None: function format_error_msg (line 1715) | def format_error_msg(doc_ids: List[int], function format_docs_ids_str (line 1725) | def format_docs_ids_str(doc_ids: List[int]) -> str: FILE: contraxsuite_services/apps/rawdb/forms.py class ProjectModelMultipleChoiceField (line 45) | class ProjectModelMultipleChoiceField(forms.ModelMultipleChoiceField): method label_from_instance (line 46) | def label_from_instance(self, obj): method clean (line 49) | def clean(self, values): class ReindexForm (line 55) | class ReindexForm(forms.Form): method __init__ (line 72) | def __init__(self, *args, **kwargs): method _post_clean (line 76) | def _post_clean(self): FILE: contraxsuite_services/apps/rawdb/migrations/0001_initial.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/rawdb/migrations/0002_auto_20181207_0817.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/rawdb/migrations/0003_auto_20181211_1034.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/rawdb/migrations/0004_savedfilter.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/rawdb/migrations/0005_remove_savedfilter_document_sort_order.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/rawdb/migrations/0006_remove_savedfilter_filter_sql.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/rawdb/migrations/0007_auto_20181219_2013.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/rawdb/migrations/0008_auto_20181219_2122.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/rawdb/migrations/0009_auto_20181219_2124.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/rawdb/migrations/0010_auto_20181226_1111.py function do_migrate (line 8) | def do_migrate(apps, schema_editor): class Migration (line 17) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/rawdb/migrations/0011_savedfilter_filter_type.py function do_migrate (line 8) | def do_migrate(apps, schema_editor): class Migration (line 19) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/rawdb/migrations/0012_add_postgres_index_extension.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/rawdb/migrations/0013_add_app_vars_descriptions.py function do_migrate (line 8) | def do_migrate(apps, schema_editor): class Migration (line 26) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/rawdb/migrations/0014_auto_20190104_1605.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/rawdb/migrations/0015_auto_20190319_1501.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/rawdb/migrations/0016_auto_20190705_1123.py function do_migrate (line 8) | def do_migrate(apps, schema_editor): class Migration (line 18) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/rawdb/migrations/0017_auto_20190710_1314.py function do_migrate (line 8) | def do_migrate(apps, schema_editor): class Migration (line 18) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/rawdb/migrations/0018_initiate_reindex.py function do_migrate (line 8) | def do_migrate(apps, schema_editor): class Migration (line 18) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/rawdb/migrations/0019_auto_20191024_1632.py function do_rename (line 11) | def do_rename(apps, schema_editor): class Migration (line 40) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/rawdb/models.py class SavedFilter (line 45) | class SavedFilter(models.Model): FILE: contraxsuite_services/apps/rawdb/notifications.py class UserNotifications (line 45) | class UserNotifications: method notify_user_on_document_values_changed (line 47) | def notify_user_on_document_values_changed( FILE: contraxsuite_services/apps/rawdb/rawdb/errors.py class Forbidden (line 37) | class Forbidden(APIRequestError): method __init__ (line 38) | def __init__(self, message: str = None, caused_by: Exception = None) -... class FilterSyntaxError (line 42) | class FilterSyntaxError(APIRequestError): method __init__ (line 43) | def __init__(self, message: str = None, caused_by: Exception = None, h... class FilterValueParsingError (line 47) | class FilterValueParsingError(APIRequestError): method __init__ (line 48) | def __init__(self, message: str = None, caused_by: Exception = None, h... class OrderByParsingError (line 52) | class OrderByParsingError(APIRequestError): method __init__ (line 53) | def __init__(self, message: str = None, caused_by: Exception = None, h... class UnknownColumnError (line 57) | class UnknownColumnError(APIRequestError): method __init__ (line 58) | def __init__(self, message: str = None, caused_by: Exception = None, h... FILE: contraxsuite_services/apps/rawdb/rawdb/query_parsing.py class SortDirection (line 43) | class SortDirection(Enum): function parse_order_by (line 51) | def parse_order_by(order_by: str) -> Optional[List[Tuple[str, SortDirect... function parse_column_filters (line 66) | def parse_column_filters(column_filters: List[Tuple[str, str]], column_n... FILE: contraxsuite_services/apps/rawdb/rawdb/rawdb_field_handlers.py class PgTypes (line 52) | class PgTypes(Enum): class ValueType (line 70) | class ValueType(Enum): class ColumnDesc (line 82) | class ColumnDesc: method __init__ (line 89) | def __init__(self, field_code: str, name: str, title: str, value_type:... method get_output_column_sql_spec (line 98) | def get_output_column_sql_spec(self) -> str: method get_where_sql_clause (line 101) | def get_where_sql_clause(self, field_filter: str) -> Optional[SQLClause]: method get_field_filter_syntax_hint (line 104) | def get_field_filter_syntax_hint(self) -> List[Tuple[str, str]]: class TextSearchColumnDesc (line 108) | class TextSearchColumnDesc(ColumnDesc): method __init__ (line 111) | def __init__(self, field_code: str, name: str, title: str, value_type:... method get_output_column_sql_spec (line 118) | def get_output_column_sql_spec(self) -> str: method get_where_sql_clause (line 123) | def get_where_sql_clause(self, field_filter: str) -> Optional[SQLClause]: method get_field_filter_syntax_hint (line 135) | def get_field_filter_syntax_hint(self) -> List[Tuple[str, str]]: class RelatedInfoColumnDesc (line 144) | class RelatedInfoColumnDesc(ColumnDesc): method __init__ (line 147) | def __init__(self, field_code: str, name: str, title: str, text_column... method get_where_sql_clause (line 151) | def get_where_sql_clause(self, field_filter: str) -> Optional[SQLClause]: method get_field_filter_syntax_hint (line 159) | def get_field_filter_syntax_hint(self) -> List[Tuple[str, str]]: class StringColumnDesc (line 169) | class StringColumnDesc(ColumnDesc): method __init__ (line 172) | def __init__(self, field_code: str, name: str, title: str, value_type:... method get_output_column_sql_spec (line 180) | def get_output_column_sql_spec(self) -> str: method get_where_sql_clause (line 185) | def get_where_sql_clause(self, field_filter: str) -> Optional[SQLClause]: method get_field_filter_syntax_hint (line 195) | def get_field_filter_syntax_hint(self) -> List[Tuple[str, str]]: class ComparableColumnDesc (line 205) | class ComparableColumnDesc(ColumnDesc): method convert_value_from_filter_to_db (line 221) | def convert_value_from_filter_to_db(self, filter_value: str) -> Any: method safe_convert_value_from_filter_to_db (line 224) | def safe_convert_value_from_filter_to_db(self, filter_value: str) -> Any: method get_where_sql_clause (line 230) | def get_where_sql_clause(self, field_filter: str) -> Optional[SQLClause]: method get_field_filter_syntax_hint (line 269) | def get_field_filter_syntax_hint(self) -> List[Tuple[str, str]]: class IntColumnDesc (line 291) | class IntColumnDesc(ComparableColumnDesc): method __init__ (line 292) | def __init__(self, field_code: str, name: str, title: str) -> None: method convert_value_from_filter_to_db (line 295) | def convert_value_from_filter_to_db(self, filter_value: str) -> Any: class FloatColumnDesc (line 299) | class FloatColumnDesc(ComparableColumnDesc): method __init__ (line 300) | def __init__(self, field_code: str, name: str, title: str) -> None: method convert_value_from_filter_to_db (line 303) | def convert_value_from_filter_to_db(self, filter_value: str) -> Any: class RatioColumnDesc (line 307) | class RatioColumnDesc(ComparableColumnDesc): method __init__ (line 308) | def __init__(self, field_code: str, name: str, title: str) -> None: method convert_value_from_filter_to_db (line 311) | def convert_value_from_filter_to_db(self, filter_value: str) -> Any: method convert_ratio_value_from_filter_to_db (line 314) | def convert_ratio_value_from_filter_to_db(self, filter_value: str) -> ... method get_where_sql_clause (line 323) | def get_where_sql_clause(self, field_filter: str) -> Optional[SQLClause]: method get_field_filter_syntax_hint (line 351) | def get_field_filter_syntax_hint(self) -> List[Tuple[str, str]]: class DateColumnDesc (line 355) | class DateColumnDesc(ComparableColumnDesc): method __init__ (line 356) | def __init__(self, field_code: str, name: str, title: str) -> None: method convert_value_from_filter_to_db (line 359) | def convert_value_from_filter_to_db(self, filter_value: str) -> Any: class DateTimeColumnDesc (line 363) | class DateTimeColumnDesc(ComparableColumnDesc): method __init__ (line 366) | def __init__(self, field_code: str, name: str, title: str) -> None: method convert_value_from_filter_to_db (line 369) | def convert_value_from_filter_to_db(self, filter_value: str) -> Any: method get_where_sql_clause (line 372) | def get_where_sql_clause(self, field_filter: str) -> Optional[SQLClause]: class BooleanColumnDesc (line 389) | class BooleanColumnDesc(ColumnDesc): method __init__ (line 390) | def __init__(self, field_code: str, name: str, title: str) -> None: method get_where_sql_clause (line 393) | def get_where_sql_clause(self, field_filter: str) -> Optional[SQLClause]: method get_field_filter_syntax_hint (line 402) | def get_field_filter_syntax_hint(self) -> List[Tuple[str, str]]: class RawdbFieldHandler (line 412) | class RawdbFieldHandler: method __init__ (line 420) | def __init__(self, method __str__ (line 436) | def __str__(self) -> str: method get_client_column_descriptions (line 441) | def get_client_column_descriptions(self) -> List[ColumnDesc]: method get_pg_column_definitions (line 444) | def get_pg_column_definitions(self) -> Dict[str, PgTypes]: method get_pg_index_definitions (line 447) | def get_pg_index_definitions(self) -> Optional[List[str]]: method get_pg_sql_insert_clause (line 450) | def get_pg_sql_insert_clause(self, document_language: str, method python_value_to_indexed_field_value (line 454) | def python_value_to_indexed_field_value(self, dfv_python_value) -> Any: method columns_to_field_value (line 457) | def columns_to_field_value(self, columns: Dict[str, Any]) -> Any: method column_names_for_field_values (line 460) | def column_names_for_field_values(self) -> Set[str]: class StringWithTextSearchRawdbFieldHandler (line 464) | class StringWithTextSearchRawdbFieldHandler(RawdbFieldHandler): method __init__ (line 465) | def __init__(self, method python_value_to_single_db_value_for_text_search (line 478) | def python_value_to_single_db_value_for_text_search(self, python_value... method python_value_to_indexed_field_value (line 481) | def python_value_to_indexed_field_value(self, python_value) -> Optiona... method get_client_column_descriptions (line 484) | def get_client_column_descriptions(self) -> List[ColumnDesc]: method get_pg_index_definitions (line 492) | def get_pg_index_definitions(self) -> Optional[List[str]]: method get_pg_column_definitions (line 498) | def get_pg_column_definitions(self) -> Dict[str, PgTypes]: method get_pg_sql_insert_clause (line 504) | def get_pg_sql_insert_clause(self, document_language: str, python_valu... method columns_to_field_value (line 514) | def columns_to_field_value(self, columns: Dict[str, Any]) -> Any: method column_names_for_field_values (line 517) | def column_names_for_field_values(self) -> Set[str]: class LongTextFromRelTableFieldHandler (line 521) | class LongTextFromRelTableFieldHandler(StringWithTextSearchRawdbFieldHan... method __init__ (line 523) | def __init__(self, field_code: str, field_title: str, table_name: str, method get_pg_sql_insert_clause (line 537) | def get_pg_sql_insert_clause(self, document_language: str, python_valu... class StringRawdbFieldHandler (line 545) | class StringRawdbFieldHandler(RawdbFieldHandler): method __init__ (line 546) | def __init__(self, method python_value_to_indexed_field_value (line 560) | def python_value_to_indexed_field_value(self, python_value): method get_client_column_descriptions (line 563) | def get_client_column_descriptions(self) -> List[ColumnDesc]: method get_pg_index_definitions (line 570) | def get_pg_index_definitions(self) -> Optional[List[str]]: method get_pg_column_definitions (line 573) | def get_pg_column_definitions(self) -> Dict[str, PgTypes]: method get_pg_sql_insert_clause (line 578) | def get_pg_sql_insert_clause(self, document_language: str, python_valu... method columns_to_field_value (line 583) | def columns_to_field_value(self, columns: Dict[str, Any]) -> Any: method column_names_for_field_values (line 586) | def column_names_for_field_values(self) -> Set[str]: class ComparableRawdbFieldHandler (line 590) | class ComparableRawdbFieldHandler(RawdbFieldHandler): method python_value_to_indexed_field_value (line 593) | def python_value_to_indexed_field_value(self, python_value) -> Any: method get_client_column_descriptions (line 596) | def get_client_column_descriptions(self) -> List[ColumnDesc]: method __init__ (line 599) | def __init__(self, method get_pg_index_definitions (line 610) | def get_pg_index_definitions(self) -> Optional[List[str]]: method get_pg_column_definitions (line 613) | def get_pg_column_definitions(self) -> Dict[str, PgTypes]: method get_pg_sql_insert_clause (line 618) | def get_pg_sql_insert_clause(self, document_language: str, python_valu... method columns_to_field_value (line 623) | def columns_to_field_value(self, columns: Dict[str, Any]) -> Any: method column_names_for_field_values (line 626) | def column_names_for_field_values(self) -> Set[str]: class IntFieldHandler (line 630) | class IntFieldHandler(ComparableRawdbFieldHandler): method python_value_to_indexed_field_value (line 633) | def python_value_to_indexed_field_value(self, python_value) -> Any: method get_client_column_descriptions (line 641) | def get_client_column_descriptions(self) -> List[ColumnDesc]: class FloatFieldHandler (line 645) | class FloatFieldHandler(ComparableRawdbFieldHandler): method python_value_to_indexed_field_value (line 648) | def python_value_to_indexed_field_value(self, python_value) -> Any: method get_client_column_descriptions (line 658) | def get_client_column_descriptions(self) -> List[ColumnDesc]: class PercentFieldHandler (line 662) | class PercentFieldHandler(FloatFieldHandler): class DateFieldHandler (line 666) | class DateFieldHandler(ComparableRawdbFieldHandler): method __init__ (line 669) | def __init__(self, method python_value_to_indexed_field_value (line 680) | def python_value_to_indexed_field_value(self, python_value) -> Any: method get_client_column_descriptions (line 686) | def get_client_column_descriptions(self) -> List[ColumnDesc]: class DateTimeFieldHandler (line 690) | class DateTimeFieldHandler(ComparableRawdbFieldHandler): method __init__ (line 693) | def __init__(self, method python_value_to_indexed_field_value (line 704) | def python_value_to_indexed_field_value(self, python_value) -> Any: method get_client_column_descriptions (line 708) | def get_client_column_descriptions(self) -> List[ColumnDesc]: class MoneyRawdbFieldHandler (line 712) | class MoneyRawdbFieldHandler(RawdbFieldHandler): method __init__ (line 713) | def __init__(self, method get_client_column_descriptions (line 724) | def get_client_column_descriptions(self) -> List[ColumnDesc]: method get_pg_column_definitions (line 729) | def get_pg_column_definitions(self) -> Dict[str, PgTypes]: method python_value_to_indexed_field_value (line 735) | def python_value_to_indexed_field_value(self, dfv_python_value) -> Any: method get_pg_sql_insert_clause (line 738) | def get_pg_sql_insert_clause(self, document_language: str, python_valu... method columns_to_field_value (line 748) | def columns_to_field_value(self, columns: Dict[str, Any]) -> Any: method column_names_for_field_values (line 758) | def column_names_for_field_values(self) -> Set[str]: method get_pg_index_definitions (line 761) | def get_pg_index_definitions(self) -> Optional[List[str]]: class RatioRawdbFieldHandler (line 765) | class RatioRawdbFieldHandler(RawdbFieldHandler): method __init__ (line 766) | def __init__(self, method get_client_column_descriptions (line 777) | def get_client_column_descriptions(self) -> List[ColumnDesc]: method get_pg_column_definitions (line 781) | def get_pg_column_definitions(self) -> Dict[str, PgTypes]: method python_value_to_indexed_field_value (line 787) | def python_value_to_indexed_field_value(self, dfv_python_value) -> Any: method get_pg_sql_insert_clause (line 790) | def get_pg_sql_insert_clause(self, document_language: str, python_valu... method columns_to_field_value (line 800) | def columns_to_field_value(self, columns: Dict[str, Any]) -> Any: method column_names_for_field_values (line 810) | def column_names_for_field_values(self) -> Set[str]: method get_pg_index_definitions (line 813) | def get_pg_index_definitions(self) -> Optional[List[str]]: class AddressFieldHandler (line 817) | class AddressFieldHandler(StringRawdbFieldHandler): method get_pg_sql_insert_clause (line 818) | def get_pg_sql_insert_clause(self, document_language: str, python_valu... method columns_to_field_value (line 824) | def columns_to_field_value(self, columns: Dict[str, Any]) -> Any: class RelatedInfoRawdbFieldHandler (line 833) | class RelatedInfoRawdbFieldHandler(RawdbFieldHandler): method get_client_column_descriptions (line 834) | def get_client_column_descriptions(self) -> List[ColumnDesc]: method __init__ (line 837) | def __init__(self, method get_pg_index_definitions (line 848) | def get_pg_index_definitions(self) -> Optional[List[str]]: method get_pg_column_definitions (line 851) | def get_pg_column_definitions(self) -> Dict[str, PgTypes]: method python_value_to_indexed_field_value (line 857) | def python_value_to_indexed_field_value(self, python_value) -> Any: method get_pg_sql_insert_clause (line 860) | def get_pg_sql_insert_clause(self, document_language: str, python_valu... method columns_to_field_value (line 875) | def columns_to_field_value(self, columns: Dict[str, Any]) -> Any: method column_names_for_field_values (line 878) | def column_names_for_field_values(self) -> Set[str]: class AnnotationTextFieldHandler (line 882) | class AnnotationTextFieldHandler(StringRawdbFieldHandler): method __init__ (line 884) | def __init__(self, method get_pg_column_definitions (line 895) | def get_pg_column_definitions(self) -> Dict[str, PgTypes]: method get_pg_sql_insert_clause (line 898) | def get_pg_sql_insert_clause(self, document_language: str, python_valu... class BooleanRawdbFieldHandler (line 905) | class BooleanRawdbFieldHandler(RawdbFieldHandler): method python_value_to_indexed_field_value (line 908) | def python_value_to_indexed_field_value(self, python_value) -> Any: method get_client_column_descriptions (line 912) | def get_client_column_descriptions(self) -> List[ColumnDesc]: method __init__ (line 915) | def __init__(self, method get_pg_index_definitions (line 925) | def get_pg_index_definitions(self) -> Optional[List[SQLClause]]: method get_pg_column_definitions (line 928) | def get_pg_column_definitions(self) -> Dict[str, PgTypes]: method get_pg_sql_insert_clause (line 933) | def get_pg_sql_insert_clause(self, document_language: str, python_valu... method columns_to_field_value (line 938) | def columns_to_field_value(self, columns: Dict[str, Any]) -> Any: method column_names_for_field_values (line 941) | def column_names_for_field_values(self) -> Set[str]: class MultichoiceFieldHandler (line 945) | class MultichoiceFieldHandler(StringRawdbFieldHandler): method python_value_to_indexed_field_value (line 946) | def python_value_to_indexed_field_value(self, python_value) -> Any: method get_pg_sql_insert_clause (line 953) | def get_pg_sql_insert_clause(self, document_language: str, python_valu... method columns_to_field_value (line 959) | def columns_to_field_value(self, columns: Dict[str, Any]) -> Any: method column_names_for_field_values (line 965) | def column_names_for_field_values(self) -> Set[str]: class LinkedDocumentsRawdbFieldHandler (line 969) | class LinkedDocumentsRawdbFieldHandler(RawdbFieldHandler): method __init__ (line 970) | def __init__(self, method get_client_column_descriptions (line 981) | def get_client_column_descriptions(self) -> List[ColumnDesc]: method get_pg_column_definitions (line 988) | def get_pg_column_definitions(self) -> Dict[str, PgTypes]: method python_value_to_indexed_field_value (line 994) | def python_value_to_indexed_field_value(self, python_value) -> Any: method get_pg_sql_insert_clause (line 1000) | def get_pg_sql_insert_clause(self, document_language: str, python_valu... method columns_to_field_value (line 1023) | def columns_to_field_value(self, columns: Dict[str, Any]) -> Any: method get_pg_index_definitions (line 1029) | def get_pg_index_definitions(self) -> Optional[List[str]]: method column_names_for_field_values (line 1035) | def column_names_for_field_values(self) -> Set[str]: class ProxyColumnDesc (line 1039) | class ProxyColumnDesc(StringColumnDesc): method __init__ (line 1041) | def __init__(self, *args, **kwargs) -> None: method get_output_column_sql_spec (line 1045) | def get_output_column_sql_spec(self) -> str: method get_where_sql_clause (line 1048) | def get_where_sql_clause(self, field_filter: str) -> Optional[SQLClause]: class ProxyFieldHandler (line 1060) | class ProxyFieldHandler(StringRawdbFieldHandler): method __init__ (line 1061) | def __init__(self, *args, **kwargs): method get_pg_sql_insert_clause (line 1065) | def get_pg_sql_insert_clause(self, *args, **kwargs): method get_client_column_descriptions (line 1068) | def get_client_column_descriptions(self) -> List[ColumnDesc]: FILE: contraxsuite_services/apps/rawdb/rawdb/system_rawdb_config.py class SystemRawDBConfig (line 54) | class SystemRawDBConfig: method invalidate_cache (line 58) | def invalidate_cache(cls): method get_config (line 64) | def get_config(cls, method _filter_records_by_user (line 80) | def _filter_records_by_user(cls, records: Dict[str, Any], user: Option... method _get_cached_config (line 91) | def _get_cached_config(cls, add_query_syntax: bool) -> Dict[str, Any]: method _get_actual_config (line 100) | def _get_actual_config(cls, method _document_type_schema_to_dto (line 173) | def _document_type_schema_to_dto( method _column_to_dto (line 189) | def _column_to_dto(cls, column: ColumnDesc, add_query_syntax: bool = F... function save_document_type (line 201) | def save_document_type(sender, instance, created, **kwargs): FILE: contraxsuite_services/apps/rawdb/repository/base_raw_db_repository.py class BaseRawDbRepository (line 37) | class BaseRawDbRepository: method update_documents_assignee (line 38) | def update_documents_assignee(self, method update_documents_status (line 43) | def update_documents_status(self, method update_rawdb_column_values (line 48) | def update_rawdb_column_values(self, method remove_user_references (line 53) | def remove_user_references(self, assignee_id: int): FILE: contraxsuite_services/apps/rawdb/repository/raw_db_migrations.py function add_rawdb_migration_column (line 39) | def add_rawdb_migration_column(field_name: str, function check_table_exists (line 72) | def check_table_exists(cursor, table_name: str) -> bool: FILE: contraxsuite_services/apps/rawdb/repository/raw_db_repository.py class RawDbRepository (line 56) | class RawDbRepository(BaseRawDbRepository): method update_documents_assignee (line 59) | def update_documents_assignee(self, method update_documents_status (line 83) | def update_documents_status(self, method update_rawdb_column_values (line 97) | def update_rawdb_column_values(self, method get_generic_values (line 118) | def get_generic_values(self, doc: Document, generic_values_to_fill: Fi... method remove_user_references (line 165) | def remove_user_references(self, assignee_id: int): function doc_fields_table_name (line 176) | def doc_fields_table_name(document_type_code: str) -> str: FILE: contraxsuite_services/apps/rawdb/schemas.py class DocumentsAPIViewSchema (line 39) | class DocumentsAPIViewSchema(ObjectResponseSchema): method get_post_request_schema (line 148) | def get_post_request_schema(self): method get_request_body (line 160) | def get_request_body(self, path, method): method get_operation (line 168) | def get_operation(self, path, method): method get_components (line 176) | def get_components(self, path, method): FILE: contraxsuite_services/apps/rawdb/signals.py function reindex_on_doc_type_change (line 54) | def reindex_on_doc_type_change(document_type: DocumentType): function reindex_on_field_change (line 64) | def reindex_on_field_change(document_field: DocumentField): function document_delete_listener (line 81) | def document_delete_listener(sender, **kwargs): function multiple_documents_delete_listener (line 92) | def multiple_documents_delete_listener(sender, user, document_type_code,... function document_field_change_listener (line 101) | def document_field_change_listener(sender, **kwargs): function document_field_delete_listener (line 107) | def document_field_delete_listener(sender, **kwargs): function document_type_change_listener (line 113) | def document_type_change_listener(sender, **kwargs): function document_type_delete_listener (line 119) | def document_type_delete_listener(sender, **kwargs): function project_name_change_listener (line 126) | def project_name_change_listener(sender, **kwargs): function user_full_name_change_listener (line 136) | def user_full_name_change_listener(sender, **kwargs): function review_status_save_listener (line 146) | def review_status_save_listener(sender, **kwargs): function document_change_listener_impl (line 155) | def document_change_listener_impl(sender, function document_change_listener (line 186) | def document_change_listener(sender, **kwargs): class DocumentEvent (line 195) | class DocumentEvent(Enum): function fire_document_fields_changed (line 201) | def fire_document_fields_changed(sender, function doc_soft_delete_listener_impl (line 217) | def doc_soft_delete_listener_impl(sender, function doc_soft_delete_listener (line 226) | def doc_soft_delete_listener(sender, **kwargs): function update_documents_assignee_impl (line 231) | def update_documents_assignee_impl(sender, function documents_assignee_changed_listener (line 249) | def documents_assignee_changed_listener(sender, **kwargs): function update_documents_status_impl (line 254) | def update_documents_status_impl(sender, function documents_status_changed_listener (line 271) | def documents_status_changed_listener(sender, **kwargs): function clear_hidden_fields_impl (line 276) | def clear_hidden_fields_impl(sender, signal, document: Document, field_c... function hidden_fields_cleared_listener (line 282) | def hidden_fields_cleared_listener(sender, **kwargs): FILE: contraxsuite_services/apps/rawdb/tasks.py function _get_reindex_task_name (line 59) | def _get_reindex_task_name(): function there_are_non_indexed_docs_not_planned_to_index (line 63) | def there_are_non_indexed_docs_not_planned_to_index( function non_indexed_doc_ids_not_planned_to_index_by_doc_type (line 77) | def non_indexed_doc_ids_not_planned_to_index_by_doc_type( function non_indexed_doc_ids_not_planned_to_index_by_project (line 85) | def non_indexed_doc_ids_not_planned_to_index_by_project( function get_non_indexed_doc_ids_not_planned_to_index_by_predicate (line 95) | def get_non_indexed_doc_ids_not_planned_to_index_by_predicate( function _get_all_doc_ids_not_planned_to_index (line 126) | def _get_all_doc_ids_not_planned_to_index(query_filter: str, params: lis... function get_all_doc_ids_not_planned_to_index_by_doc_type (line 145) | def get_all_doc_ids_not_planned_to_index_by_doc_type(document_type_id: A... function get_all_doc_ids_not_planned_to_index_by_project_pk (line 150) | def get_all_doc_ids_not_planned_to_index_by_project_pk(project_pk: Any, ... function get_all_doc_ids_not_planned_to_index_by_assignee_pk (line 155) | def get_all_doc_ids_not_planned_to_index_by_assignee_pk(assignee_pk: Any... function get_all_doc_ids_not_planned_to_index_by_status_pk (line 160) | def get_all_doc_ids_not_planned_to_index_by_status_pk(status_pk: Any, pa... function manual_reindex (line 173) | def manual_reindex(task: ExtendedTask, function _reindex_document_ids_packets (line 195) | def _reindex_document_ids_packets(task: ExtendedTask, ids_packets: Gener... function reindex_all_project_documents (line 214) | def reindex_all_project_documents(task: ExtendedTask, project_pk: Any) -... function reindex_assignee_for_all_documents_in_system (line 231) | def reindex_assignee_for_all_documents_in_system(task: ExtendedTask, ass... function reindex_status_name_for_all_documents_in_system (line 249) | def reindex_status_name_for_all_documents_in_system(task: ExtendedTask, ... function any_other_reindex_task (line 258) | def any_other_reindex_task(self_task_id, document_type_code: str, projec... function auto_reindex_not_tracked (line 277) | def auto_reindex_not_tracked(task: ExtendedTask, function adapt_tables_and_reindex (line 309) | def adapt_tables_and_reindex(task: ExtendedTask, function run_cache_document_fields_in_chunks (line 389) | def run_cache_document_fields_in_chunks(task: ExtendedTask, function cache_document_fields_for_doc_ids (line 409) | def cache_document_fields_for_doc_ids(task: ExtendedTask, function cache_document_fields_for_doc_ids_not_tracked (line 436) | def cache_document_fields_for_doc_ids_not_tracked(task: ExtendedTask, function cache_document_fields_for_doc_ids_tracked (line 459) | def cache_document_fields_for_doc_ids_tracked(task: ExtendedTask, function index_documents (line 483) | def index_documents(task: ExtendedTask, function plan_reindex_tasks_in_chunks (line 500) | def plan_reindex_tasks_in_chunks(all_doc_ids: Iterable, FILE: contraxsuite_services/apps/rawdb/tests/test_calc_doctype_cache_columns.py class TestCalcDoctypeCacheColumns (line 43) | class TestCalcDoctypeCacheColumns(TestCase): method setUpClass (line 45) | def setUpClass(cls): method manual_test_columns (line 49) | def manual_test_columns(self): class DocumentFieldRepositoryMock (line 75) | class DocumentFieldRepositoryMock: method __init__ (line 76) | def __init__(self): method get_user_document_fields (line 80) | def get_user_document_fields(self, FILE: contraxsuite_services/apps/rawdb/views.py class ReindexTaskView (line 52) | class ReindexTaskView(BaseAjaxTaskView): method disallow_start (line 57) | def disallow_start(self): method start_task (line 60) | def start_task(self, data): FILE: contraxsuite_services/apps/similarity/admin.py class SimilarDocumentsFieldConfigAdminForm (line 46) | class SimilarDocumentsFieldConfigAdminForm(ModelForm): method clean (line 47) | def clean(self): class SimilarDocumentsFieldConfigAdmin (line 57) | class SimilarDocumentsFieldConfigAdmin(admin.ModelAdmin): method get_search_results (line 63) | def get_search_results(self, request, queryset, search_term): method dst_field_code (line 68) | def dst_field_code(obj): FILE: contraxsuite_services/apps/similarity/api/v1.py class SimilarityTaskAPISchema (line 49) | class SimilarityTaskAPISchema(ObjectResponseSchema): class SimilarityPOSTObjectResponseSerializer (line 52) | class SimilarityPOSTObjectResponseSerializer(serializers.Serializer): method get_request_serializer (line 57) | def get_request_serializer(self, path, method): method get_responses (line 62) | def get_responses(self, path, method): method get_components (line 71) | def get_components(self, path, method): class RunTaskPermission (line 78) | class RunTaskPermission(IsAuthenticated): method has_permission (line 79) | def has_permission(self, request, view): class RunTaskAPIView (line 83) | class RunTaskAPIView(APIView): class SimilarityAPIView (line 89) | class SimilarityAPIView(RunTaskAPIView, SimilarityView): class DocumentSimilarityByFeaturesAPIView (line 102) | class DocumentSimilarityByFeaturesAPIView(RunTaskAPIView, DocumentSimila... class TextUnitSimilarityByFeaturesAPIView (line 116) | class TextUnitSimilarityByFeaturesAPIView(RunTaskAPIView, TextUnitSimila... class ProjectDocumentsSimilarityByVectorsAPIView (line 131) | class ProjectDocumentsSimilarityByVectorsAPIView(RunTaskAPIView, Project... method post (line 144) | def post(self, request, *args, **kwargs): class ProjectTextUnitsSimilarityByVectorsAPIView (line 149) | class ProjectTextUnitsSimilarityByVectorsAPIView(RunTaskAPIView, Project... method post (line 162) | def post(self, request, *args, **kwargs): class PartySimilarityAPIView (line 167) | class PartySimilarityAPIView(RunTaskAPIView, PartySimilarityView): FILE: contraxsuite_services/apps/similarity/chunk_similarity_task.py class ChunkSimilarity (line 56) | class ChunkSimilarity(ExtendedTask): method process (line 66) | def process(self, **kwargs): method estimate_time (line 103) | def estimate_time(self, **kwargs) -> float: class DocumentChunkSimilarityProcessor (line 120) | class DocumentChunkSimilarityProcessor: method __init__ (line 138) | def __init__(self, method process_pack (line 197) | def process_pack(self) -> None: method do_search_similar_documents (line 212) | def do_search_similar_documents(self) -> None: method do_search_similar_textunits (line 277) | def do_search_similar_textunits(self) -> None: method store_doc_similarity_issues (line 342) | def store_doc_similarity_issues(self, method store_unit_similarity_issues (line 360) | def store_unit_similarity_issues(self, method build_unitlevel_vocabulary (line 379) | def build_unitlevel_vocabulary(self) -> List[str]: method build_doclevel_vocabulary (line 384) | def build_doclevel_vocabulary(self) -> List[str]: method build_vocabulary (line 389) | def build_vocabulary(self, method build_doclevel_matrices (line 428) | def build_doclevel_matrices(self, vocabulary: List[str]): method build_unitlevel_matrices (line 434) | def build_unitlevel_matrices(self, vocabulary: List[str]): method build_matrices (line 440) | def build_matrices(self, method get_doc_vocabulary_textset (line 479) | def get_doc_vocabulary_textset(self, start: int, end: int) -> List[str]: method get_unit_vocabulary_textset (line 492) | def get_unit_vocabulary_textset(self, start: int, end: int) -> List[str]: method get_chunks (line 506) | def get_chunks(iterable: List[str], chunk_size: int) -> Generator[List... method get_ngrams (line 526) | def get_ngrams(self, texts: List[str]) -> Iterable[str]: method push_time (line 575) | def push_time(self, time_tag: str, purge: bool = False) -> None: method log_timing (line 585) | def log_timing(self, prefix: str) -> None: method log_check_flood (line 598) | def log_check_flood(self, log_key: str, log_msg: str) -> None: FILE: contraxsuite_services/apps/similarity/forms.py class SimilarityForm (line 47) | class SimilarityForm(forms.Form): class DocumentSimilarityByFeaturesForm (line 76) | class DocumentSimilarityByFeaturesForm(forms.Form): class Meta (line 108) | class Meta: method __init__ (line 114) | def __init__(self, *args, **kwargs): class TextUnitSimilarityByFeaturesForm (line 125) | class TextUnitSimilarityByFeaturesForm(DocumentSimilarityByFeaturesForm): class Meta (line 134) | class Meta: class ProjectDocumentsSimilarityByVectorsForm (line 141) | class ProjectDocumentsSimilarityByVectorsForm(DocumentSimilarityByFeatur... class Meta (line 150) | class Meta: method __init__ (line 156) | def __init__(self, *args, **kwargs): class ProjectTextUnitsSimilarityByVectorsForm (line 172) | class ProjectTextUnitsSimilarityByVectorsForm(TextUnitSimilarityByFeatur... class Meta (line 184) | class Meta: method __init__ (line 192) | def __init__(self, *args, **kwargs): class ChunkSimilarityForm (line 208) | class ChunkSimilarityForm(forms.Form): class PartySimilarityForm (line 247) | class PartySimilarityForm(forms.Form): class PreconfiguredDocumentSimilaritySearchForm (line 267) | class PreconfiguredDocumentSimilaritySearchForm(forms.Form): FILE: contraxsuite_services/apps/similarity/migrations/0001_initial.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/similarity/migrations/0002_remove_documentsimilarityconfig_project.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/similarity/migrations/0003_auto_20190530_0845.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/similarity/models.py class DocumentSimilarityConfig (line 56) | class DocumentSimilarityConfig(models.Model): method validate (line 72) | def validate(dst_field: DocumentField, date_constraint_field: Document... method self_validate (line 113) | def self_validate(self): method __str__ (line 118) | def __str__(self): FILE: contraxsuite_services/apps/similarity/notifications.py function notify_similarity_task_completed (line 43) | def notify_similarity_task_completed(project_id, user_id, task_id, task_... function notify_delete_similarity_completed (line 59) | def notify_delete_similarity_completed(task, task_status): FILE: contraxsuite_services/apps/similarity/signals.py function catch_document_deleted (line 45) | def catch_document_deleted(sender, user, document: Document, **kwargs): function catch_doc_soft_delete (line 51) | def catch_doc_soft_delete(sender, document_ids, delete_pending: bool, **... function catch_doc_full_delete (line 59) | def catch_doc_full_delete(sender, user, document_type_code, document_ids... function catch_document_post_delete (line 67) | def catch_document_post_delete(sender, instance: Document, **kwargs): function catch_project_soft_deleted (line 72) | def catch_project_soft_deleted(sender, instance, user, **kwargs): function cancel_similarity_task (line 76) | def cancel_similarity_task(project_id, user=None): FILE: contraxsuite_services/apps/similarity/similarity_metrics.py class SimilarityLimits (line 39) | class SimilarityLimits: function make_text_units_query (line 49) | def make_text_units_query(project_id): FILE: contraxsuite_services/apps/similarity/tasks.py function normalize (line 85) | def normalize(text): function stem_tokens (line 94) | def stem_tokens(tokens): class PartySimilarity (line 109) | class PartySimilarity(ExtendedTask): method process (line 115) | def process(self, **kwargs): class Similarity (line 175) | class Similarity(ExtendedTask): method process (line 185) | def process(self, **kwargs): method notify_on_completed_similarity_action (line 359) | def notify_on_completed_similarity_action(project_ids: list, class DocumentSimilarityByFeatures (line 391) | class DocumentSimilarityByFeatures(ExtendedTask): method delete_existing (line 401) | def delete_existing(self, project_id, log_info, run_id=None, item_id=N... method get_item_id (line 434) | def get_item_id(self, kwargs): method process (line 437) | def process(self, **kwargs): method log_routine (line 560) | def log_routine(self, msg: str, msg_key='') -> None: method calc_block_similarity (line 572) | def calc_block_similarity(task, method finalize (line 608) | def finalize(_self: ExtendedTask, project_id, user_id, task_id, task_n... method estimate_similarity_records_count (line 626) | def estimate_similarity_records_count(cls, feature_src_len: int, thres... class TextUnitSimilarityByFeatures (line 643) | class TextUnitSimilarityByFeatures(DocumentSimilarityByFeatures): method get_item_id (line 652) | def get_item_id(self, kwargs): class PreconfiguredDocumentSimilaritySearch (line 690) | class PreconfiguredDocumentSimilaritySearch(ExtendedTask): method process (line 697) | def process(self, **kwargs): class DeleteDocumentSimilarityResults (line 801) | class DeleteDocumentSimilarityResults(ExtendedTask): method process (line 805) | def process(self, **kwargs): method on_success (line 839) | def on_success(self, *args, **kwargs): method on_failure (line 843) | def on_failure(self, *args, **kwargs): class DeleteTextUnitSimilarityResults (line 848) | class DeleteTextUnitSimilarityResults(DeleteDocumentSimilarityResults): function remove_similarity_results_on_purge (line 854) | def remove_similarity_results_on_purge(sender, instance, **kwargs): FILE: contraxsuite_services/apps/similarity/tests/test_document_chunk_similarity_processor.py class TestDocumentChunkSimilarityProcessor (line 40) | class TestDocumentChunkSimilarityProcessor(TestCase): method non_test_document_level (line 41) | def non_test_document_level(self): method non_test_unit_level (line 55) | def non_test_unit_level(self): class TaskStub (line 70) | class TaskStub: method __init__ (line 71) | def __init__(self): method log_info (line 76) | def log_info(self, text: str): method log_debug (line 79) | def log_debug(self, text: str): method save (line 82) | def save(self, **kwargs): method is_sub_task (line 85) | def is_sub_task(self): method set_push_steps (line 88) | def set_push_steps(self, value: int): method push (line 91) | def push(self): FILE: contraxsuite_services/apps/similarity/tests/test_similatiry_processor.py class TestSimilarityProcessor (line 39) | class TestSimilarityProcessor(TestCase): method test_count_estimation (line 40) | def test_count_estimation(self): FILE: contraxsuite_services/apps/similarity/views.py class SimilarityView (line 46) | class SimilarityView(BaseAjaxTaskView): method get_metadata (line 50) | def get_metadata(self): method start_task_and_return (line 68) | def start_task_and_return(self, data): class ProjectDocumentsSimilarityByVectorsView (line 98) | class ProjectDocumentsSimilarityByVectorsView(BaseAjaxTaskView): class ProjectTextUnitsSimilarityByVectorsView (line 103) | class ProjectTextUnitsSimilarityByVectorsView(BaseAjaxTaskView): class DocumentSimilarityByFeaturesView (line 108) | class DocumentSimilarityByFeaturesView(BaseAjaxTaskView): class TextUnitSimilarityByFeaturesView (line 113) | class TextUnitSimilarityByFeaturesView(BaseAjaxTaskView): class ChunkSimilarityView (line 118) | class ChunkSimilarityView(SimilarityView): method get_metadata (line 122) | def get_metadata(self): method start_task_and_return (line 141) | def start_task_and_return(self, data): class PartySimilarityView (line 159) | class PartySimilarityView(BaseAjaxTaskView): method get_metadata (line 163) | def get_metadata(self): class PreconfiguredDocumentSimilaritySearchView (line 173) | class PreconfiguredDocumentSimilaritySearchView(BaseAjaxTaskView): method get_metadata (line 177) | def get_metadata(self): FILE: contraxsuite_services/apps/task/admin.py class TaskAdmin (line 50) | class TaskAdmin(SimpleHistoryAdmin): class TaskConfigAdmin (line 55) | class TaskConfigAdmin(SimpleHistoryAdmin): class CeleryResultAdmin (line 61) | class CeleryResultAdmin(admin.ModelAdmin): class ReindexRoutineChangeForm (line 66) | class ReindexRoutineChangeForm(forms.ModelForm): class Meta (line 67) | class Meta: method __init__ (line 75) | def __init__(self, *args, **kwargs): method clean (line 81) | def clean(self): class ReindexRoutineAdmin (line 87) | class ReindexRoutineAdmin(admin.ModelAdmin): method add_view (line 97) | def add_view(self, request, form_url='', extra_context=None): method change_view (line 103) | def change_view(self, request, object_id, form_url='', extra_context=N... method get_db_index_names (line 110) | def get_db_index_names(cls) -> List[str]: method get_db_table_names (line 135) | def get_db_table_names(cls) -> List[str]: FILE: contraxsuite_services/apps/task/api/v1.py class TaskSerializer (line 62) | class TaskSerializer(serializers.HyperlinkedModelSerializer): class Meta (line 68) | class Meta: method get_description (line 73) | def get_description(self, obj): class TaskStatsSerializer (line 80) | class TaskStatsSerializer(serializers.ModelSerializer): class Meta (line 81) | class Meta: class TaskViewSet (line 86) | class TaskViewSet(JqListAPIMixin, viewsets.ReadOnlyModelViewSet): method get_serializer_class (line 95) | def get_serializer_class(self): method get_queryset (line 102) | def get_queryset(self): method get_project_tasks (line 112) | def get_project_tasks(project_id): method project_tasks (line 133) | def project_tasks(self, request, **kwargs): method project_active_tasks (line 137) | def project_active_tasks(self, request, **kwargs): class ReindexRoutineViewSet (line 162) | class ReindexRoutineViewSet(APIView, ViewSetDataMixin): method get_extra_actions (line 166) | def get_extra_actions(cls): method post (line 170) | def post(self, request, **kwargs): class RunTaskPermission (line 188) | class RunTaskPermission(IsAuthenticated): method has_permission (line 189) | def has_permission(self, request, view): class RunTaskBaseView (line 193) | class RunTaskBaseView(views.APIView): class LoadDictionariesAPIView (line 198) | class LoadDictionariesAPIView(RunTaskBaseView, LoadTaskView): class LoadDocumentsAPIView (line 246) | class LoadDocumentsAPIView(RunTaskBaseView, LoadDocumentsView): class LocateTaskAPIVIew (line 260) | class LocateTaskAPIVIew(RunTaskBaseView, LocateTaskView): class UpdateElasticsearchIndexAPIView (line 308) | class UpdateElasticsearchIndexAPIView(RunTaskBaseView, UpdateElasticsear... class CleanTasksAPIView (line 315) | class CleanTasksAPIView(RunTaskBaseView, CleanTasksView): class PurgeTaskAPIView (line 322) | class PurgeTaskAPIView(RunTaskBaseView, PurgeTaskView): class RecallTaskAPIView (line 331) | class RecallTaskAPIView(RunTaskBaseView, RecallTaskView): class TaskAccessPermission (line 340) | class TaskAccessPermission(IsAuthenticated): method has_permission (line 341) | def has_permission(self, request, view): class TaskStatusAPIView (line 345) | class TaskStatusAPIView(views.APIView): method get (line 355) | def get(self, request, *args, **kwargs): class TaskLogAPIView (line 371) | class TaskLogAPIView(views.APIView): method get (line 382) | def get(self, request, *args, **kwargs): method filter_sort_and_paginate (line 409) | def filter_sort_and_paginate(self, task_id, default_records_limit=10000): class ProcessTextExtractionResultsView (line 490) | class ProcessTextExtractionResultsView(APIView): method post (line 494) | def post(self, request, request_id: str, *_args, **_kwargs): FILE: contraxsuite_services/apps/task/celery_backend/advanced_celery.py class AdvancedCelery (line 43) | class AdvancedCelery(Celery): method re_send_task (line 45) | def re_send_task(self, task_id: str): method send_task (line 87) | def send_task(self, name, args=None, kwargs=None, countdown=None, eta=... FILE: contraxsuite_services/apps/task/celery_backend/autoscaler.py class ShutdownWhenNoTasksAutoscaler (line 49) | class ShutdownWhenNoTasksAutoscaler(Autoscaler): method __init__ (line 51) | def __init__(self, method _maybe_scale (line 64) | def _maybe_scale(self, req=None): FILE: contraxsuite_services/apps/task/celery_backend/database.py class DatabaseBackend (line 41) | class DatabaseBackend(BaseDictBackend): method _store_result (line 48) | def _store_result(self, task_id, result, status, method task_to_decoded (line 88) | def task_to_decoded(task: TaskModel): method exception_to_python (line 99) | def exception_to_python(self, exc): method _get_task_meta_for (line 105) | def _get_task_meta_for(self, task_id): method _forget (line 114) | def _forget(self, task_id): method cleanup (line 120) | def cleanup(self): FILE: contraxsuite_services/apps/task/celery_backend/managers.py class TxIsolationWarning (line 74) | class TxIsolationWarning(UserWarning): function transaction_retry (line 78) | def transaction_retry(max_retries=1): function log_task_failure (line 126) | def log_task_failure(exc_info, *args, **kwargs): class QuerySet (line 139) | class QuerySet(models.QuerySet): method filter_metadata (line 140) | def filter_metadata(self, **kwargs): method progress (line 144) | def progress(self, get_completed=False): method progress_groups (line 160) | def progress_groups(self, get_completed=False): method completed (line 187) | def completed(self): class TaskManager (line 198) | class TaskManager(models.Manager): method get_queryset (line 201) | def get_queryset(self): method get_task (line 204) | def get_task(self, task_id): method init_task (line 222) | def init_task(self, method update_progress (line 303) | def update_progress(self, method increase_progress (line 309) | def increase_progress(self, method set_push_steps (line 316) | def set_push_steps(self, task_id, push_steps: int): method start_processing (line 320) | def start_processing(self, task_id, worker): method increase_run_count (line 324) | def increase_run_count(self, task_id): method set_log_extra (line 331) | def set_log_extra(self, task_id, log_extra): method set_failure_processed (line 335) | def set_failure_processed(self, task_id, v: bool): method push (line 339) | def push(self, task_id): method main_tasks (line 345) | def main_tasks(self, show_failed_excluded_from_tracking: bool = False): method parent_tasks (line 354) | def parent_tasks(self, show_failed_excluded_from_tracking: bool = False): method unready_main_tasks (line 363) | def unready_main_tasks(self): method unready_parent_tasks (line 366) | def unready_parent_tasks(self): method succeed_main_tasks (line 369) | def succeed_main_tasks(self): method succeed_parent_tasks (line 372) | def succeed_parent_tasks(self): method _prepare_task_result (line 376) | def _prepare_task_result(cls, result): method store_result (line 388) | def store_result(self, method warn_if_repeatable_read (line 466) | def warn_if_repeatable_read(self): method connection_for_write (line 475) | def connection_for_write(self): method connection_for_read (line 478) | def connection_for_read(self): method current_engine (line 481) | def current_engine(self): method get_all_expired (line 487) | def get_all_expired(self, expires): method delete_expired (line 491) | def delete_expired(self, expires): method filter_metadata (line 502) | def filter_metadata(self, **kwargs): method get_active_user_tasks (line 506) | def get_active_user_tasks(self) -> QuerySet: method active_tasks_exist (line 517) | def active_tasks_exist(self, task_name: str, execution_delay: datetime... FILE: contraxsuite_services/apps/task/celery_backend/task_utils.py function precedence_propagating_exceptions (line 71) | def precedence_propagating_exceptions(state: str): function precedence_non_propagating_exceptions (line 78) | def precedence_non_propagating_exceptions(state: str): function precedence (line 85) | def precedence(state: str, propagate_exceptions: bool): function calc_state (line 94) | def calc_state(all_states: List[str], propagate_exceptions: bool) -> str: function get_date_done (line 98) | def get_date_done(all_dates_done: List[datetime]) -> Union[None, datetime]: function revoke_task (line 105) | def revoke_task(_task, wait=False, timeout=None): FILE: contraxsuite_services/apps/task/celery_backend/utils.py function now (line 46) | def now(): FILE: contraxsuite_services/apps/task/forms.py class LoadDocumentsForm (line 59) | class LoadDocumentsForm(forms.Form): function locate_field (line 78) | def locate_field(label, parent_class='checkbox-parent'): function child_field (line 82) | def child_field(delete_tip=None, label='Delete existing usages', child_c... class LocateForm (line 88) | class LocateForm(forms.Form): method __init__ (line 167) | def __init__(self, *args, **kwargs): method is_valid (line 180) | def is_valid(self): class UpdateElasticSearchForm (line 197) | class UpdateElasticSearchForm(forms.Form): class TotalCleanupForm (line 202) | class TotalCleanupForm(forms.Form): class TaskDetailForm (line 206) | class TaskDetailForm(forms.Form): method __init__ (line 214) | def __init__(self, prefix, instance: Task, initial): method render_collapsible_block (line 317) | def render_collapsible_block(cls, method get_task_record_color (line 325) | def get_task_record_color(cls, record: TaskLogEntry) -> str: class CleanProjectForm (line 334) | class CleanProjectForm(forms.Form): method clean (line 339) | def clean(self): class LoadFixtureForm (line 345) | class LoadFixtureForm(forms.Form): class DumpFixtureForm (line 360) | class DumpFixtureForm(forms.Form): method clean_filter_options (line 384) | def clean_filter_options(self): class BuildOCRRatingLanguageModelForm (line 394) | class BuildOCRRatingLanguageModelForm(forms.Form): class LoadTermsForm (line 408) | class LoadTermsForm(forms.Form): class LoadCompanyTypesForm (line 412) | class LoadCompanyTypesForm(forms.Form): FILE: contraxsuite_services/apps/task/management/commands/load_documents.py class Command (line 39) | class Command(BaseCommand): method add_arguments (line 43) | def add_arguments(self, parser): method handle (line 60) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/task/management/commands/load_entities.py class Command (line 39) | class Command(BaseCommand): method add_arguments (line 42) | def add_arguments(self, parser): method handle (line 49) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/task/management/commands/load_terms.py class Command (line 39) | class Command(BaseCommand): method add_arguments (line 42) | def add_arguments(self, parser): method handle (line 51) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/task/management/commands/locate_entities.py class Command (line 39) | class Command(BaseCommand): method add_arguments (line 42) | def add_arguments(self, parser): method handle (line 49) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/task/management/commands/locate_parties.py class Command (line 39) | class Command(BaseCommand): method add_arguments (line 42) | def add_arguments(self, parser): method handle (line 49) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/task/management/commands/locate_terms.py class Command (line 39) | class Command(BaseCommand): method add_arguments (line 42) | def add_arguments(self, parser): method handle (line 49) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/task/management/commands/total_cleanup.py class Command (line 39) | class Command(BaseCommand): method add_arguments (line 42) | def add_arguments(self, parser): method handle (line 51) | def handle(self, *args, **options): FILE: contraxsuite_services/apps/task/migrations/0001_initial.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0002_task_user.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0003_task_metadata.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0004_task_celery_task_result.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0005_task_visible.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0006_auto_20180315_1759.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0007_auto_20180330_1305.py class Migration (line 12) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0008_auto_20180330_1522.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0009_auto_20180404_0851.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0010_auto_20180510_1105.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0011_taskconfig.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0012_auto_20180606_1630.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0013_auto_20180606_1928.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0014_auto_20180606_1956.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0015_auto_20180610_2212.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0016_auto_20180613_1529.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0017_auto_20180615_1400.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0018_auto_20180615_1423.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0019_remove_task_duration_at_last_update_time.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0020_remove_task_progress.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0021_remove_task_date_done.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0022_auto_20180619_1629.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0023_task_description.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0024_auto_20180621_0845.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0025_auto_20180622_1528.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0026_auto_20180624_1632.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0027_auto_20180624_1633.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0028_auto_20180624_2227.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0029_task_log_extra.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0030_create_undex_20180712_1131.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0031_auto_20180725_1416.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0032_data_migration_20180725_1417.py function migrate_data (line 8) | def migrate_data(apps, schema_editor): class Migration (line 22) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0033_task_completed.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0034_data_migration_20180725_1445.py function migrate_data (line 8) | def migrate_data(apps, schema_editor): class Migration (line 13) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0035_auto_20180816_1249.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0036_task_run_count.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0037_auto_20180822_1258.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0038_remove_task_own_date_work_start.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0039_task_worker.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0040_auto_20180910_0913.py class Migration (line 10) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0040_task_run_after_sub_tasks_finished.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0041_merge_20180911_0538.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0042_task_args.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0043_create_document_soft_time_limit.py function fix_soft_time_limit_for_create_document_task (line 5) | def fix_soft_time_limit_for_create_document_task(apps, schema_editor): class Migration (line 12) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0044_fix_document_soft_time_limit.py function fix_soft_time_limit_for_create_document_task (line 5) | def fix_soft_time_limit_for_create_document_task(apps, schema_editor): class Migration (line 12) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0045_fix_document_soft_time_limit.py function fix_soft_time_limit_for_create_document_task (line 5) | def fix_soft_time_limit_for_create_document_task(apps, schema_editor): class Migration (line 12) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0046_fix_document_soft_time_limit.py function fix_soft_time_limit_for_create_document_task (line 5) | def fix_soft_time_limit_for_create_document_task(apps, schema_editor): class Migration (line 12) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0047_task_priority.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0048_task_call_stack.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0049_auto_20190911_1646.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0050_task_run_after_sub_tasks_failed.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0051_auto_20191113_1825.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0052_task_has_sub_tasks.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0053_auto_20191114_0825.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0054_auto_remove_args_index.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0055_auto_20200113_2143.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0056_auto_20200206_1030.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0057_add_task_display_name.py class Migration (line 4) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0058_auto_20200323_1529.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0059_auto_20200420_1504.py function run_migration (line 6) | def run_migration(apps, schema_editor): function revert_migration (line 95) | def revert_migration(apps, schema_editor): class Migration (line 108) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0060_auto_20200424_1121.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0061_auto_20200424_1341.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0062_auto_20200609_0914.py function run_migration (line 6) | def run_migration(apps, schema_editor): function revert_migration (line 16) | def revert_migration(apps, schema_editor): class Migration (line 21) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0063_auto_20200630_1353.py function migrate_data (line 6) | def migrate_data(apps, schema_editor): class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0064_task_spawned_processes.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0065_raise_failure_status_order.py function run_migration (line 6) | def run_migration(_apps, _schema_editor): function revert_migration (line 58) | def revert_migration(apps, schema_editor): class Migration (line 109) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0066_taskstatentry.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0067_task_bad_health_check_num.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0068_task_queue.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0069_auto_20201208_0911.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0070_auto_20201208_1813.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0071_add_reindex_task.py function add_index_task_config (line 5) | def add_index_task_config(_apps, _schema_editor): function find_column_index (line 17) | def find_column_index(cursor, table_name: str, column_name: str, index_n... class Migration (line 37) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0072_auto_20210402_1120.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0073_remove_dirty_from_task_names.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/migrations/0075_task_weight.py function run_migration (line 4) | def run_migration(_apps, _schema_editor): function revert_migration (line 27) | def revert_migration(_apps, _schema_editor): class Migration (line 50) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/task/models.py class TaskConfig (line 69) | class TaskConfig(models.Model): class TaskLogEntry (line 87) | class TaskLogEntry: class TaskStatEntry (line 100) | class TaskStatEntry(models.Model): class Task (line 106) | class Task(models.Model): method __str__ (line 194) | def __str__(self): method is_sub_task (line 198) | def is_sub_task(self): method has_error (line 202) | def has_error(self) -> bool: method duration (line 206) | def duration(self): method subtasks (line 214) | def subtasks(self): method disallow_start (line 218) | def disallow_start(cls, name): method special_tasks (line 222) | def special_tasks(cls, filter_opts): method write_log (line 229) | def write_log(self, message, level='info', exc_info: Exception = None,... method get_task_log_from_elasticsearch (line 252) | def get_task_log_from_elasticsearch(self, method append_task_failure_records (line 272) | def append_task_failure_records(cls, method get_task_log_from_elasticsearch_by_query (line 324) | def get_task_log_from_elasticsearch_by_query( method update_progress (line 366) | def update_progress(self, method set_visible (line 401) | def set_visible(self, vis: bool): method store_spawned_process (line 407) | def store_spawned_process(self, pid: int): method terminate_spawned_processes (line 415) | def terminate_spawned_processes( method terminate_spawned_processes_unsafe (line 425) | def terminate_spawned_processes_unsafe( class ReindexRoutine (line 449) | class ReindexRoutine(models.Model): method __str__ (line 473) | def __str__(self): method __repr__ (line 476) | def __repr__(self): FILE: contraxsuite_services/apps/task/ocr_rating/ocr_rating_calculator.py class RatingCalculator (line 50) | class RatingCalculator(QuadraticCosineSimilarityOcrRatingCalculator): method get_rating (line 51) | def get_rating(self, text: str, language: str) -> float: class TextOCRRatingCalculator (line 59) | class TextOCRRatingCalculator: method __init__ (line 60) | def __init__(self): method calculate_rating (line 76) | def calculate_rating(self, text: str, language: str) -> float: FILE: contraxsuite_services/apps/task/schemas.py class TaskStatusSchema (line 43) | class TaskStatusSchema(ObjectResponseSchema): method get_responses (line 51) | def get_responses(self, path, method): class TaskLogSerializer (line 57) | class TaskLogSerializer(serializers.Serializer): class TaskLogResponseSerializer (line 69) | class TaskLogResponseSerializer(serializers.Serializer): class TaskLogSchema (line 76) | class TaskLogSchema(JqFiltersListViewSchema): class ProjectTaskLogSchema (line 92) | class ProjectTaskLogSchema(TaskLogSchema): class RunTaskBaseSchema (line 102) | class RunTaskBaseSchema(ObjectResponseSchema): method get_responses (line 106) | def get_responses(self, path, method): class CheckTaskScheduleSchema (line 116) | class CheckTaskScheduleSchema(ObjectResponseSchema): class CheckTaskScheduleRequestSerializer (line 118) | class CheckTaskScheduleRequestSerializer(serializers.Serializer): method get_responses (line 123) | def get_responses(self, path, method): class CustomDurationField (line 131) | class CustomDurationField(DurationField): method to_representation (line 133) | def to_representation(self, value): class ProjectTasksSerializer (line 148) | class ProjectTasksSerializer(SimpleRelationSerializer): class Meta (line 157) | class Meta: method format_args (line 163) | def format_args(args): method get_description (line 172) | def get_description(self, obj): class ProjectTasksSchema (line 179) | class ProjectTasksSchema(ObjectToItemResponseMixin, JqFiltersListViewSch... class ProjectActiveTasksSerializer (line 183) | class ProjectActiveTasksSerializer(serializers.Serializer): class ProjectActiveTasksSchema (line 191) | class ProjectActiveTasksSchema(ObjectToItemResponseMixin, JqFiltersListV... FILE: contraxsuite_services/apps/task/static/moment-duration-format.js function stringIncludes (line 98) | function stringIncludes(str, search) { function repeatZero (line 109) | function repeatZero(qty) { function stringRound (line 120) | function stringRound(digits) { function formatNumber (line 167) | function formatNumber(number, options, userLocale) { function durationLabelCompare (line 332) | function durationLabelCompare(a, b) { function durationGetLabels (line 346) | function durationGetLabels(token, localeData) { function durationPluralKey (line 371) | function durationPluralKey(token, integerValue, decimalValue) { function isArray (line 430) | function isArray(array) { function isObject (line 435) | function isObject(obj) { function findLast (line 440) | function findLast(array, callback) { function find (line 449) | function find(array, callback) { function each (line 470) | function each(array, callback) { function map (line 483) | function map(array, callback) { function pluck (line 499) | function pluck(array, prop) { function compact (line 506) | function compact(array) { function unique (line 517) | function unique(array) { function intersection (line 528) | function intersection(a, b) { function rest (line 541) | function rest(array, callback) { function initial (line 555) | function initial(array, callback) { function extend (line 562) | function extend(a, b) { function keys (line 571) | function keys(a) { function any (line 582) | function any(array, callback) { function flatten (line 597) | function flatten(array) { function toLocaleStringSupportsLocales (line 607) | function toLocaleStringSupportsLocales() { function featureTestToLocaleStringRounding (line 617) | function featureTestToLocaleStringRounding() { function featureTestToLocaleString (line 626) | function featureTestToLocaleString() { function durationsFormat (line 663) | function durationsFormat() { function durationFormat (line 721) | function durationFormat() { function defaultFormatTemplate (line 1437) | function defaultFormatTemplate() { function init (line 1495) | function init(context) { FILE: contraxsuite_services/apps/task/task_health_check/task_health_check.py class CeleryStats (line 52) | class CeleryStats: function get_celery_stats (line 59) | def get_celery_stats() -> CeleryStats: function check_task_health (line 95) | def check_task_health(log: ProcessLogger, FILE: contraxsuite_services/apps/task/task_monitor.py class TaskRecord (line 48) | class TaskRecord: method __init__ (line 49) | def __init__(self, method make_log_key_val (line 71) | def make_log_key_val(self) -> Dict[str, str]: class TaskMonitor (line 88) | class TaskMonitor: method report_on_failed_tasks (line 92) | def report_on_failed_tasks(cls) -> None: method send_emails_on_failed_tasks (line 162) | def send_emails_on_failed_tasks(cls, tasks: List[Task]) -> None: method get_task_detail (line 174) | def get_task_detail(cls, task: Task) -> TaskRecord: FILE: contraxsuite_services/apps/task/task_visibility.py class TaskVisibility (line 41) | class TaskVisibility: method get_excluded_from_tracking (line 43) | def get_excluded_from_tracking(cls) -> Set[str]: FILE: contraxsuite_services/apps/task/tasks.py function _get_or_create_task_config (line 145) | def _get_or_create_task_config(celery_task) -> TaskConfig: function get_task_priority (line 152) | def get_task_priority(callable_or_class) -> int: function get_queue_by_task_priority (line 159) | def get_queue_by_task_priority(priority: int) -> str: class ExtendedTask (line 164) | class ExtendedTask(app.Task): method __init__ (line 181) | def __init__(self, *args, **kwargs): method run (line 186) | def run(self, *args, **kwargs): method task (line 203) | def task(self) -> Task: method task_name (line 208) | def task_name(self) -> str: method log_extra (line 212) | def log_extra(self) -> Dict: method log_extra (line 216) | def log_extra(self, v: Dict): method write_log (line 221) | def write_log(self, message, level='info', exc_info: Exception = None,... method log_info (line 232) | def log_info(self, message, **kwargs): method log_error (line 235) | def log_error(self, message, exc_info: Exception = None, **kwargs): method log_debug (line 238) | def log_debug(self, message, **kwargs): method log_warn (line 241) | def log_warn(self, message, exc_info: Exception = None, **kwargs): method init_cache (line 244) | def init_cache(self): method main_task_id (line 262) | def main_task_id(self): method set_push_steps (line 266) | def set_push_steps(self, value: int): method push (line 271) | def push(self): method _render_task_failed_message (line 280) | def _render_task_failed_message(self, method run_if_task_or_sub_tasks_failed (line 290) | def run_if_task_or_sub_tasks_failed(self, method run_after_sub_tasks_finished (line 330) | def run_after_sub_tasks_finished(self, method run_sub_tasks (line 376) | def run_sub_tasks(self, method run_sub_tasks_class_based (line 454) | def run_sub_tasks_class_based(self, method on_success (line 498) | def on_success(self, retval, task_id, args, kwargs): method on_failure (line 505) | def on_failure(self, exc, task_id, args, kwargs, einfo): method prepare_task_execution (line 516) | def prepare_task_execution(self): method __call__ (line 520) | def __call__(self, *args: Any, **kwargs: Any) -> Any: class CeleryTaskLogger (line 603) | class CeleryTaskLogger(ProcessLogger): method __init__ (line 604) | def __init__(self, celery_task: ExtendedTask) -> None: method set_progress_steps_number (line 608) | def set_progress_steps_number(self, steps): method step_progress (line 611) | def step_progress(self): method info (line 614) | def info(self, message: str, **kwargs): method debug (line 617) | def debug(self, message: str, **kwargs): method warn (line 620) | def warn(self, message: str, **kwargs): method error (line 623) | def error(self, message: str, function end_chord (line 634) | def end_chord(task: ExtendedTask, *args, **kwargs): function call_task_func (line 652) | def call_task_func(*args, **kwargs): function _call_task_func (line 656) | def _call_task_func(task_func: Callable, function call_task (line 714) | def call_task(*args, **kwargs): function _call_task (line 718) | def _call_task(task_name, **options): function delete_document_on_load_failed (line 808) | def delete_document_on_load_failed(task: ExtendedTask, file_name: str, k... class LoadDocuments (line 842) | class LoadDocuments(ExtendedTask): method process (line 868) | def process(self, **kwargs): method create_document_from_bytes (line 912) | def create_document_from_bytes(task: ExtendedTask, method create_document_local (line 927) | def create_document_local(task: ExtendedTask, method cancel_text_extraction (line 1113) | def cancel_text_extraction(load_documents_main_task_id: str, log_func:... method safe_del_text_extraction_files (line 1131) | def safe_del_text_extraction_files(client: TextExtractionSystemWebClient, method process_text_extraction_results (line 1153) | def process_text_extraction_results(task: ExtendedTask, method save_document_uploaded_action (line 1422) | def save_document_uploaded_action(document_id: int, user_id: int): method classify_document (line 1440) | def classify_document(doc_text: str) -> Tuple[str, float]: method get_file_extension (line 1450) | def get_file_extension(file_name: str, file_path: str) -> Tuple[str, s... method safely_get_paragraphs (line 1467) | def safely_get_paragraphs(text: str) -> List[Tuple[str, int, int]]: class CreateDocument (line 1474) | class CreateDocument(ExtendedTask): method process (line 1483) | def process(self, class LoadTerms (line 1499) | class LoadTerms(ExtendedTask): method load_terms_from_path (line 1505) | def load_terms_from_path(self, path: str, real_fn: str, terms_df: pd): method process (line 1511) | def process(self, **kwargs): class LoadGeoEntities (line 1545) | class LoadGeoEntities(ExtendedTask): method load_geo_entities_from_path (line 1560) | def load_geo_entities_from_path(self, path: str, real_fn: str, entitie... method set_total_progress (line 1566) | def set_total_progress(self, progress): method process (line 1570) | def process(self, **kwargs): class LoadCourts (line 1606) | class LoadCourts(ExtendedTask): method load_courts_from_path (line 1613) | def load_courts_from_path(self, path: str, real_fn: str): method process (line 1619) | def process(self, **kwargs): class Locate (line 1646) | class Locate(ExtendedTask): method __init__ (line 1668) | def __init__(self, *args, **kwargs): method delete_existing_usages (line 1673) | def delete_existing_usages(self, locator_names, document_id, project_id): method process (line 1698) | def process(self, **kwargs): method cache_document_items (line 1810) | def cache_document_items(self, method save_summary_on_locate_finished (line 1833) | def save_summary_on_locate_finished(log: ProcessLogger, doc_id: int, l... method on_locate_finished (line 1854) | def on_locate_finished(_self: ExtendedTask, method parse_text_units (line 1935) | def parse_text_units(self: ExtendedTask, method notify_on_completed_complete_action (line 1981) | def notify_on_completed_complete_action(_self, function clean_tasks (line 2045) | def clean_tasks(this_task: ExtendedTask): function order_tasks_by_hierarchy (line 2077) | def order_tasks_by_hierarchy(tasks: List[Task]) -> List[Task]: function purge_tasks (line 2093) | def purge_tasks(this_task: ExtendedTask, tasks: List[Task], log_progress... function terminate_processes (line 2123) | def terminate_processes(task: ExtendedTask, function call_terminate_processes_task (line 2136) | def call_terminate_processes_task( function track_tasks (line 2147) | def track_tasks(_celery_task): function run_task_finish_handler (line 2241) | def run_task_finish_handler(task_id, name, title, metadata, priority): function track_failed_tasks (line 2256) | def track_failed_tasks(_celery_task): function clean_tasks_periodic (line 2261) | def clean_tasks_periodic(_celery_task): function clean_export_files_periodic (line 2301) | def clean_export_files_periodic(_celery_task): function monitor_disk_usage (line 2315) | def monitor_disk_usage(_celery_task): function recall_task (line 2348) | def recall_task(task_pk: str, function find_tasks_by_session_ids (line 2409) | def find_tasks_by_session_ids(session_id: str, function purge_task (line 2421) | def purge_task(task_pk: Union[Task, str], function task_health_check (line 2542) | def task_health_check(_celery_task): class TotalCleanup (line 2556) | class TotalCleanup(ExtendedTask): method process (line 2562) | def process(self, **kwargs): function get_call_stack_line (line 2582) | def get_call_stack_line(index: int) -> str: function debug_on_task_finished (line 2594) | def debug_on_task_finished(_celery_task: ExtendedTask, arg1: str = None,... function debug_on_task_crash (line 2601) | def debug_on_task_crash(_celery_task: ExtendedTask, arg1: str = None, de... function debug_sub_task (line 2608) | def debug_sub_task(_celery_task: ExtendedTask, arg1: str = None, deep: i... function debug_main_task (line 2618) | def debug_main_task(_celery_task: ExtendedTask, arg1: str = None): function debug_generate_error_logs (line 2627) | def debug_generate_error_logs(_celery_task: ExtendedTask, log_to_task_id... function test_task_progress_single_task (line 2641) | def test_task_progress_single_task(_celery_task: ExtendedTask, arg1: str... function test_task_progress_sub_task (line 2653) | def test_task_progress_sub_task(_celery_task: ExtendedTask, arg1: str = ... function test_task_progress_with_subtasks (line 2660) | def test_task_progress_with_subtasks(_celery_task: ExtendedTask, arg1: s... class BuildOCRRatingLanguageModel (line 2666) | class BuildOCRRatingLanguageModel(ExtendedTask): method process (line 2672) | def process(self, function check_reindex_schedules (line 2739) | def check_reindex_schedules(celery_task: ExtendedTask): function reindex_db_entities (line 2775) | def reindex_db_entities(celery_task: ExtendedTask, function reindex_db_entity (line 2786) | def reindex_db_entity(celery_task: ExtendedTask, function find_column_index (line 2797) | def find_column_index(cursor, table_name: str, column_name: str, index_n... FILE: contraxsuite_services/apps/task/tests/test_calc_task_status.py class TestCalcTaskStatus (line 44) | class TestCalcTaskStatus(TestCase): method test_calc_wo_children (line 45) | def test_calc_wo_children(self): method test_calc_failed_child (line 53) | def test_calc_failed_child(self): method test_calc_failed_and_on_success_child (line 63) | def test_calc_failed_and_on_success_child(self): method test_calc_on_success_child (line 76) | def test_calc_on_success_child(self): method get_task_status_progress (line 87) | def get_task_status_progress(self, task_id: str) -> Tuple[str, float]: method create_parent_task (line 104) | def create_parent_task(self, id: str): method create_failed_child_task (line 116) | def create_failed_child_task(self, id: str, parent_id: str): method create_on_success_child_task (line 134) | def create_on_success_child_task(self, id: str, parent_id: str): FILE: contraxsuite_services/apps/task/utils/task_utils.py function is_celery_worker (line 55) | def is_celery_worker(): class ArchiveOpenError (line 62) | class ArchiveOpenError(Exception): method __init__ (line 65) | def __init__(self, class TaskUtils (line 72) | class TaskUtils: method is_celery_worker (line 77) | def is_celery_worker(): method prepare_task_execution (line 81) | def prepare_task_execution(): class SimpleObjectSerializer (line 101) | class SimpleObjectSerializer(Serializer): method get_dump_object (line 102) | def get_dump_object(self, obj): function normalize (line 107) | def normalize(task_id, key, value): function download_task_attached_file (line 150) | def download_task_attached_file(document_import_file: Dict[str, Any]) ->... function pre_serialize (line 171) | def pre_serialize(task_id, key, obj): function check_blocks (line 189) | def check_blocks(raise_error=True, error_message=None): function check_blocks_decorator (line 219) | def check_blocks_decorator(raise_error=True, error_message=None): function get_bounding_rectangle_coordinates (line 235) | def get_bounding_rectangle_coordinates(coordinates): FILE: contraxsuite_services/apps/task/views.py class TaskAccessMixin (line 77) | class TaskAccessMixin(PermissionRequiredMixin): method has_permission (line 80) | def has_permission(self): class BaseTaskView (line 86) | class BaseTaskView(TaskAccessMixin, FormView): method form_valid (line 90) | def form_valid(self, form): method get_context_data (line 99) | def get_context_data(self, **kwargs): class BaseAjaxTaskView (line 105) | class BaseAjaxTaskView(TaskAccessMixin, JSONResponseView): method json_response (line 113) | def json_response(data, **kwargs): method get (line 116) | def get(self, request, *args, **kwargs): method provide_extra_task_data (line 136) | def provide_extra_task_data(self, request, data, *args, **kwargs): method get_metadata (line 139) | def get_metadata(self): method start_task (line 142) | def start_task(self, data): method disallow_start (line 145) | def disallow_start(self): method post (line 148) | def post(self, request, *args, **kwargs): method start_task_and_return (line 169) | def start_task_and_return(self, data): class LoadTaskView (line 177) | class LoadTaskView(TaskAccessMixin, JSONResponseView): method json_response (line 188) | def json_response(data, **kwargs): method post (line 191) | def post(self, request, *args, **kwargs): class LoadDocumentsView (line 227) | class LoadDocumentsView(BaseAjaxTaskView): class LocateTaskView (line 235) | class LocateTaskView(BaseAjaxTaskView): method post (line 266) | def post(self, request, *args, **kwargs): class UpdateElasticsearchIndexView (line 338) | class UpdateElasticsearchIndexView(BaseAjaxTaskView): class TaskDetailView (line 343) | class TaskDetailView(TaskAccessMixin, CustomDetailView): method get_form_class (line 346) | def get_form_class(self): method get_update_url (line 349) | def get_update_url(self): class CleanTasksView (line 353) | class CleanTasksView(BaseAjaxTaskView): method post (line 354) | def post(self, request, *args, **kwargs): class PurgeTaskView (line 359) | class PurgeTaskView(BaseAjaxTaskView): method post (line 360) | def post(self, request, *args, **kwargs): class RecallTaskView (line 366) | class RecallTaskView(BaseAjaxTaskView): method post (line 367) | def post(self, request, *args, **kwargs): method get (line 375) | def get(self, request, *args, **kwargs): class TaskListView (line 387) | class TaskListView(TaskAccessMixin, JqPaginatedListView): method get_queryset (line 400) | def get_queryset(self): method get_json_data (line 407) | def get_json_data(self, **kwargs): method get_context_data (line 432) | def get_context_data(self, **kwargs): class LoadFixturesView (line 449) | class LoadFixturesView(BaseAjaxTaskView): method get (line 452) | def get(self, request, *args, **kwargs): method post (line 459) | def post(self, request, *args, **kwargs): class DumpFixturesView (line 471) | class DumpFixturesView(LoadFixturesView): method post (line 474) | def post(self, request, *args, **kwargs): class BuildOCRRatingLanguageModelView (line 491) | class BuildOCRRatingLanguageModelView(BaseAjaxTaskView): method provide_extra_task_data (line 497) | def provide_extra_task_data(self, request, data, *args, **kwargs): FILE: contraxsuite_services/apps/tus/api/v1.py class TusPermissions (line 49) | class TusPermissions(IsAuthenticated): method has_permission (line 50) | def has_permission(self, request, view): class TusUploadViewSet (line 59) | class TusUploadViewSet(UploadViewSet): method create (line 68) | def create(self, request, *args, **kwargs): method partial_update (line 100) | def partial_update(self, request, *args, **kwargs): method get_success_headers (line 220) | def get_success_headers(self, data): FILE: contraxsuite_services/apps/tus/schemas.py class TusUploadViewSetSchema (line 37) | class TusUploadViewSetSchema(CustomAutoSchema): method get_operation (line 88) | def get_operation(self, path, method): method get_request_body (line 99) | def get_request_body(self, path, method): method get_responses (line 107) | def get_responses(self, path, method): FILE: contraxsuite_services/apps/tus/storage.py class TusSaveHandler (line 39) | class TusSaveHandler(DefaultSaveHandler): method handle_save (line 40) | def handle_save(self): FILE: contraxsuite_services/apps/users/adapters.py class AccountAdapter (line 62) | class AccountAdapter(DefaultAccountAdapter): method get_from_email (line 67) | def get_from_email(self): method render_mail (line 75) | def render_mail(self, template_prefix, email, context): method get_login_redirect_url (line 80) | def get_login_redirect_url(self, request): method is_open_for_signup (line 87) | def is_open_for_signup(self, request): method get_email_confirmation_url (line 91) | def get_email_confirmation_url(self, request, emailconfirmation): method send_mail (line 100) | def send_mail(self, template_prefix, email, context): function set_new_social_user_default_group (line 111) | def set_new_social_user_default_group(sender, instance: User, **kwargs): function set_new_social_user_inactive (line 126) | def set_new_social_user_inactive(sender, instance: User, **_kwargs): function email_follows_pattern (line 151) | def email_follows_pattern(email: str, pattern: Optional[str] = None) -> ... class SocialAccountAdapter (line 173) | class SocialAccountAdapter(DefaultSocialAccountAdapter): method pre_social_login (line 175) | def pre_social_login(self, request, sociallogin: SocialLogin): method is_open_for_signup (line 223) | def is_open_for_signup(self, request, sociallogin): method populate_user (line 227) | def populate_user(self, class CustomPasswordChangeSerializer (line 236) | class CustomPasswordChangeSerializer(serializers.Serializer): method __init__ (line 240) | def __init__(self, *args, **kwargs): method validate_old_password (line 256) | def validate_old_password(self, value): method validate (line 267) | def validate(self, attrs): method save (line 275) | def save(self): class CustomPasswordResetConfirmSerializer (line 284) | class CustomPasswordResetConfirmSerializer(PasswordResetConfirmSerializer): method validate (line 290) | def validate(self, attrs): class CustomEmailMultiAlternatives (line 317) | class CustomEmailMultiAlternatives(EmailMultiAlternatives): method get_connection (line 319) | def get_connection(self, fail_silently=False): class CustomPasswordResetForm (line 336) | class CustomPasswordResetForm(PasswordResetForm): method send_mail (line 338) | def send_mail(self, subject_template_name, email_template_name, class CustomPasswordResetSerializer (line 361) | class CustomPasswordResetSerializer(PasswordResetSerializer): method validate_email (line 367) | def validate_email(self, value): method get_email_options (line 381) | def get_email_options(self) -> dict: method save (line 394) | def save(self): FILE: contraxsuite_services/apps/users/admin.py class MyUserChangeForm (line 48) | class MyUserChangeForm(UserChangeForm): class Meta (line 49) | class Meta(UserChangeForm.Meta): method __init__ (line 52) | def __init__(self, *args, **kwargs): class MyUserCreationForm (line 57) | class MyUserCreationForm(UserCreationForm): class Meta (line 62) | class Meta(UserCreationForm.Meta): method clean_username (line 65) | def clean_username(self): class MyUserAdmin (line 74) | class MyUserAdmin(AuthUserAdmin): method group_names (line 89) | def group_names(obj): method has_delete_permission (line 92) | def has_delete_permission(self, request, obj=None): method get_queryset (line 95) | def get_queryset(self, request): class SocialAppUriAdminForm (line 100) | class SocialAppUriAdminForm(forms.ModelForm): class Meta (line 102) | class Meta: class SocialAppUriAdmin (line 114) | class SocialAppUriAdmin(admin.ModelAdmin): method get_changelist_form (line 120) | def get_changelist_form(self, request, **kwargs): class PermissionAdmin (line 124) | class PermissionAdmin(admin.ModelAdmin): class UserObjectPermissionAdmin (line 129) | class UserObjectPermissionAdmin(admin.ModelAdmin): FILE: contraxsuite_services/apps/users/api/v1.py class UserSerializer (line 66) | class UserSerializer(SimpleRelationSerializer): class Meta (line 70) | class Meta: method get_photo (line 76) | def get_photo(self, obj): method get_permissions (line 79) | def get_permissions(self, obj): class CustomBase64ImageField (line 105) | class CustomBase64ImageField(Base64ImageField): method to_representation (line 106) | def to_representation(self, value): class UserProfileSerializer (line 116) | class UserProfileSerializer(UserSerializer): method __init__ (line 119) | def __init__(self, *args, **kwargs): class Meta (line 124) | class Meta: method save (line 130) | def save(self, **kwargs): class UserStatsSerializer (line 142) | class UserStatsSerializer(serializers.Serializer): class UserStatsSchema (line 159) | class UserStatsSchema(ObjectToItemResponseMixin, CustomAutoSchema): class UserViewSetPermission (line 163) | class UserViewSetPermission(DjangoModelPermissions): method has_permission (line 167) | def has_permission(self, request, view): class UserViewSet (line 175) | class UserViewSet(JqListAPIMixin, APIFormFieldsMixin, viewsets.ModelView... method get_serializer_class (line 188) | def get_serializer_class(self): method get_queryset (line 195) | def get_queryset(self): method user_stats (line 200) | def user_stats(self, request, **kwargs): class VerifyAuthTokenAPIViewSchema (line 264) | class VerifyAuthTokenAPIViewSchema(CustomAutoSchema): class VerifyAuthTokenRequestSerializer (line 266) | class VerifyAuthTokenRequestSerializer(serializers.Serializer): class VerifyAuthTokenResponseSerializer (line 269) | class VerifyAuthTokenResponseSerializer(serializers.Serializer): method get_responses (line 278) | def get_responses(self, path, method): class VerifyAuthTokenAPIView (line 284) | class VerifyAuthTokenAPIView(views.APIView): method coreapi_schema (line 292) | def coreapi_schema(self): method post (line 302) | def post(self, request, *args, **kwargs): class SocialClientListView (line 327) | class SocialClientListView(ListAPIView): FILE: contraxsuite_services/apps/users/app_vars.py function validate_group (line 38) | def validate_group(user_group: str): FILE: contraxsuite_services/apps/users/authentication.py class TokenCache (line 61) | class TokenCache: method gen_auth_token (line 71) | def gen_auth_token(): method get_token_key (line 74) | def get_token_key(self, token): method get_token_from_key (line 77) | def get_token_from_key(self, token_key): method get_token_user_key (line 85) | def get_token_user_key(self, user_id): method create (line 88) | def create(self, user): method update (line 98) | def update(self, user): method create_or_update (line 108) | def create_or_update(self, user): method delete (line 116) | def delete(self, user): method try_delete (line 125) | def try_delete(self, user): method cache_users (line 133) | def cache_users(self, users): method get_cached_user (line 137) | def get_cached_user(self, user_id): method get_user (line 148) | def get_user(self, token): method get_token_keys (line 164) | def get_token_keys(self, user): method get_token_object (line 174) | def get_token_object(self, user, token): function token_creator (line 192) | def token_creator(token_model, user, serializer): function delete_token_on_inactivate_user (line 202) | def delete_token_on_inactivate_user(instance, **kwargs): function delete_token_on_delete_user (line 213) | def delete_token_on_delete_user(instance, **kwargs): function delete_token_on_logout (line 218) | def delete_token_on_logout(sender, request, user, **kwargs): function create_token_on_login (line 223) | def create_token_on_login(sender, request, user, **kwargs): class CookieAuthentication (line 240) | class CookieAuthentication(TokenAuthentication): method authenticate (line 254) | def authenticate(self, request): method authenticate_credentials (line 282) | def authenticate_credentials(self, key) -> Tuple[User, str]: class TokenSerializer (line 292) | class TokenSerializer(serializers.ModelSerializer): class Meta (line 300) | class Meta: method get_user_name (line 304) | def get_user_name(self, obj): method get_user (line 310) | def get_user(self, obj): method to_representation (line 317) | def to_representation(self, obj): FILE: contraxsuite_services/apps/users/forms.py class CustomSetPasswordForm (line 48) | class CustomSetPasswordForm(forms.Form): method __init__ (line 60) | def __init__(self, user, *args, **kwargs): method clean_new_password (line 64) | def clean_new_password(self): method save (line 69) | def save(self, commit=True): class CustomResetPasswordForm (line 77) | class CustomResetPasswordForm(forms.Form): method clean_email (line 93) | def clean_email(self): method save (line 106) | def save(self, request, **kwargs): FILE: contraxsuite_services/apps/users/migrations/0001_initial.py class Migration (line 11) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0002_auto_20180522_0810.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0003_role.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0004_load_roles_20180626_1435.py class Migration (line 16) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0005_migrate_users_20180626_1514.py function migrate_roles (line 8) | def migrate_roles(apps, schema_editor): class Migration (line 20) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0006_auto_20180626_1523.py class Migration (line 14) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0007_user_photo.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0008_auto_20180919_0715.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0009_user_timezone.py class Migration (line 9) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0010_auto_20190424_1047.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0011_auto_20200113_2143.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0012_auto_20200706_0907.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0013_auto_20200706_0912.py function migrate_roles (line 6) | def migrate_roles(apps, schema_editor): class Migration (line 19) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0014_auto_20200713_1531.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0015_socialappuri.py class Migration (line 7) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0016_user_origin.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0017_permissions.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0017_user_name.py function get_full_name (line 6) | def get_full_name(self): function migrate (line 19) | def migrate(apps, schema_editor): class Migration (line 26) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0018_permissions.py function create_groups (line 11) | def create_groups(apps, schema_editor): function delete_groups (line 36) | def delete_groups(apps, schema_editor): function migrate_roles_to_groups (line 43) | def migrate_roles_to_groups(apps, schema_editor): class Migration (line 109) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0019_merge_20201119_1037.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0020_auto_20201218_0759.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0021_auto_20201224_1533.py class Migration (line 6) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0022_unique_email.py class UserData (line 9) | class UserData: method __init__ (line 10) | def __init__(self, method make_random_email (line 28) | def make_random_email(cls) -> str: function is_valid_email (line 37) | def is_valid_email(email: str) -> bool: function ensure_emails (line 41) | def ensure_emails(_apps, _schema_editor): function fill_email_candidates (line 81) | def fill_email_candidates(users): function read_users_data (line 105) | def read_users_data(cursor) -> Dict[int, UserData]: class Migration (line 120) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0023_user_initials.py function add_initials (line 6) | def add_initials(apps, schema_editor): class Migration (line 14) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0024_add_doctype_manager_permissions.py function add_managers_permissions (line 5) | def add_managers_permissions(apps, _schema_editor): class Migration (line 39) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0025_user_uid.py class Migration (line 8) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0026_add_task_permissions_to_project_creator_group.py function update_group (line 4) | def update_group(apps, schema_editor): function remove_perms_from_group (line 23) | def remove_perms_from_group(apps, schema_editor): class Migration (line 42) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0027_add_task_perms_to_project_and_doc_type_creator_group.py function update_group (line 4) | def update_group(apps, schema_editor): function remove_perms_from_group (line 23) | def remove_perms_from_group(apps, schema_editor): class Migration (line 42) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/migrations/0028_auto_20220615_1302.py function add_app_var_perms (line 8) | def add_app_var_perms(apps, schema_editor): class Migration (line 27) | class Migration(migrations.Migration): FILE: contraxsuite_services/apps/users/models.py class User (line 72) | class User(AbstractUser): class Meta (line 93) | class Meta: method __str__ (line 100) | def __str__(self): method has_perm (line 103) | def has_perm(self, perm, obj=None): method get_all_permissions (line 108) | def get_all_permissions(self, obj=None, get_non_object_perms=False): method _fire_saved (line 120) | def _fire_saved(self, old_instance=None): method save (line 123) | def save(self, *args, **kwargs): method can_view_document (line 135) | def can_view_document(self, document): method user_projects (line 140) | def user_projects(self): method user_document_ids (line 145) | def user_document_ids(self): method user_documents (line 158) | def user_documents(self, as_qs=False): method get_users_for_object (line 163) | def get_users_for_object(object_pk, object_model, perm_name: str) -> U... method get_full_name (line 183) | def get_full_name(self): method _get_initials (line 196) | def _get_initials(cls, name: str = "", first_name: str = "", last_name... method get_initials (line 212) | def get_initials(self): method get_time_zone (line 220) | def get_time_zone(self): function delete_user_permissions (line 225) | def delete_user_permissions(instance, **kwargs): function adjust_user_permissions (line 230) | def adjust_user_permissions(instance, action, reverse, model, pk_set, us... class SocialAppUri (line 238) | class SocialAppUri(models.Model): class Meta (line 284) | class Meta: method __repr__ (line 290) | def __repr__(self): class CustomObjectPermissionManager (line 299) | class CustomObjectPermissionManager(UserObjectPermissionManager): method bulk_assign_perm (line 301) | def bulk_assign_perm(self, perm, user_or_group, queryset): method assign_perm_to_many (line 332) | def assign_perm_to_many(self, perm, users_or_groups, obj): method bulk_remove_perm (line 360) | def bulk_remove_perm(self, perm, user_or_group, queryset): class CustomUserObjectPermission (line 392) | class CustomUserObjectPermission(UserObjectPermissionAbstract): class Meta (line 396) | class Meta(UserObjectPermissionAbstract.Meta): FILE: contraxsuite_services/apps/users/permissions.py function permissions_for (line 38) | def permissions_for(app_name, model_name, get_default_perms=True, as_dic... function get_default_group_permissions (line 121) | def get_default_group_permissions(): function remove_perm (line 183) | def remove_perm(perm, user_or_group=None, obj=None): FILE: contraxsuite_services/apps/users/rest_auth_urls.py class RestAuthCommonResponseSerializer (line 45) | class RestAuthCommonResponseSerializer(serializers.Serializer): class LoginViewSchema (line 49) | class LoginViewSchema(CustomAutoSchema): class LogoutViewSchema (line 54) | class LogoutViewSchema(CustomAutoSchema): class PasswordResetViewSchema (line 58) | class PasswordResetViewSchema(CustomAutoSchema): class PasswordResetConfirmViewSchema (line 63) | class PasswordResetConfirmViewSchema(CustomAutoSchema): class CustomPasswordChangeSerializer (line 68) | class CustomPasswordChangeSerializer(PasswordChangeSerializer): method validate_old_password (line 69) | def validate_old_password(self, value): class PasswordChangeViewSchema (line 81) | class PasswordChangeViewSchema(CustomAutoSchema): FILE: contraxsuite_services/apps/users/schemas.py class SocialLoginSchema (line 40) | class SocialLoginSchema(CustomAutoSchema): FILE: contraxsuite_services/apps/users/serializers.py class CodeSerializer (line 40) | class CodeSerializer(serializers.Serializer): class SocialAccountUrlsSerializer (line 44) | class SocialAccountUrlsSerializer(serializers.Serializer): class SocialClientListSerializer (line 51) | class SocialClientListSerializer(serializers.ModelSerializer): class Meta (line 54) | class Meta: method get_urls (line 58) | def get_urls(self, obj): FILE: contraxsuite_services/apps/users/social/adapters.py function set_new_social_user_default_group (line 62) | def set_new_social_user_default_group(sender, instance: User, **kwargs): function set_new_social_user_inactive (line 76) | def set_new_social_user_inactive(sender, instance: User, **_kwargs): function email_follows_pattern (line 99) | def email_follows_pattern(email: str, pattern: Optional[str] = None) -> ... class SocialAccountAdapter (line 120) | class SocialAccountAdapter(DefaultSocialAccountAdapter): method pre_social_login (line 122) | def pre_social_login(self, request, sociallogin: SocialLogin): method is_open_for_signup (line 173) | def is_open_for_signup(self, request, sociallogin): method populate_user (line 176) | def populate_user(self, class CustomOAuth2Adapter (line 185) | class CustomOAuth2Adapter(OAuth2Adapter): method get_redirect_uri (line 187) | def get_redirect_uri(self): function get_social_apps_urls (line 191) | def get_social_apps_urls(): FILE: contraxsuite_services/apps/users/social/clients.py class CustomOAuth2Client (line 40) | class CustomOAuth2Client(OAuth2Client): method get_access_token (line 51) | def get_access_token(self, code): FILE: contraxsuite_services/apps/users/social/custom_auxilary.py function process_logged_in (line 47) | def process_logged_in(sender, **kwargs): function route_next_param_to_query (line 60) | def route_next_param_to_query(): function derive_user_name (line 69) | def derive_user_name(user_data: Dict[str, Any]): function format_data_message (line 78) | def format_data_message(msg: str, data_obj: Any) -> str: function log_error (line 95) | def log_error(msg: str): function log_info (line 99) | def log_info(msg: str): function is_email_addr_format (line 112) | def is_email_addr_format(email: str) -> bool: FILE: contraxsuite_services/apps/users/social/custom_uris.py class AdvancedRedirectOAuth2Client (line 50) | class AdvancedRedirectOAuth2Client(OAuth2Client): method get_redirect_url (line 51) | def get_redirect_url(self, authorization_url, extra_params): method wrap (line 69) | def wrap(qs: OAuth2Client): class AppAwareLoginView (line 74) | class AppAwareLoginView(OAuth2LoginView): method get_client (line 75) | def get_client(self, request, app): class AppAwareCallbackView (line 81) | class AppAwareCallbackView(OAuth2CallbackView): method get_client (line 82) | def get_client(self, request, app): function get_uri_by_app (line 87) | def get_uri_by_app(app_id: int, uri_type: str) -> str: function get_callback_url (line 97) | def get_callback_url(adapter: OAuth2Adapter, request, app): FILE: contraxsuite_services/apps/users/social/elevate/adapters.py class ElevateOAuth2Adapter (line 49) | class ElevateOAuth2Adapter(CustomOAuth2Adapter): method __init__ (line 52) | def __init__(self, request): method complete_login (line 60) | def complete_login(self, request, app, token, **kwargs): method get_redirect_uri (line 81) | def get_redirect_uri(self): FILE: contraxsuite_services/apps/users/social/elevate/clients.py class ElevateOAuth2Client (line 37) | class ElevateOAuth2Client(OAuth2Client): method get_access_token (line 45) | def get_access_token(self, code): FILE: contraxsuite_services/apps/users/social/elevate/provider.py class ElevateAccount (line 46) | class ElevateAccount(ProviderAccount): method get_profile_url (line 47) | def get_profile_url(self): method get_avatar_url (line 50) | def get_avatar_url(self): method to_str (line 53) | def to_str(self): class ElevateProvider (line 58) | class ElevateProvider(CustomOAuth2Provider): method extract_uid (line 64) | def extract_uid(self, data): method extract_common_fields (line 69) | def extract_common_fields(self, data): method extract_email_addresses (line 78) | def extract_email_addresses(self, data): method get_scope (line 87) | def get_scope(self, request): FILE: contraxsuite_services/apps/users/social/elevate/schemas.py class AccessTokenSchema (line 40) | class AccessTokenSchema(serializers.Serializer): class ElevateLoginSchema (line 44) | class ElevateLoginSchema(CustomAutoSchema): FILE: contraxsuite_services/apps/users/social/elevate/views.py class ElevateLoginView (line 48) | class ElevateLoginView(SocialLoginView): FILE: contraxsuite_services/apps/users/social/google/adapters.py class GoogleOAuth2Adapter (line 47) | class GoogleOAuth2Adapter(CustomOAuth2Adapter): method complete_login (line 53) | def complete_login(self, request, app, token, **kwargs): FILE: contraxsuite_services/apps/users/social/google/provider.py class Scope (line 50) | class Scope: class GoogleAccount (line 55) | class GoogleAccount(ProviderAccount): method get_profile_url (line 56) | def get_profile_url(self): method get_avatar_url (line 59) | def get_avatar_url(self): method to_str (line 62) | def to_str(self): class GoogleProvider (line 67) | class GoogleProvider(CustomOAuth2Provider): method get_default_scope (line 72) | def get_default_scope(self): method get_auth_params (line 78) | def get_auth_params(self, request, action): method extract_uid (line 84) | def extract_uid(self, data): method extract_common_fields (line 89) | def extract_common_fields(self, data): method extract_email_addresses (line 98) | def extract_email_addresses(self, data): FILE: contraxsuite_services/apps/users/social/google/views.py class GoogleLoginView (line 48) | class GoogleLoginView(SocialLoginView): FILE: contraxsuite_services/apps/users/social/office365/adapters.py class Office365OAuth2Adapter (line 51) | class Office365OAuth2Adapter(CustomOAuth2Adapter): method complete_login (line 58) | def complete_login(self, request, app, token, **kwargs): method _get_o365_tenant (line 82) | def _get_o365_tenant(self): method authorize_url (line 92) | def authorize_url(self): method access_token_url (line 103) | def access_token_url(self): method get_callback_url (line 109) | def get_callback_url(self, request, app): FILE: contraxsuite_services/apps/users/social/office365/provider.py class Office365Account (line 45) | class Office365Account(ProviderAccount): method to_str (line 47) | def to_str(self): class Office365Provider (line 55) | class Office365Provider(CustomOAuth2Provider): method get_scope (line 60) | def get_scope(self, request): method get_default_scope (line 65) | def get_default_scope(self): method extract_uid (line 68) | def extract_uid(self, data): method sociallogin_from_response (line 73) | def sociallogin_from_response(self, request, response): method extract_common_fields (line 80) | def extract_common_fields(self, data): FILE: contraxsuite_services/apps/users/social/office365/views.py class Office365LoginView (line 50) | class Office365LoginView(SocialLoginView): FILE: contraxsuite_services/apps/users/social/okta/adapters.py class OktaOAuth2Adapter (line 45) | class OktaOAuth2Adapter(CustomOAuth2Adapter): method __init__ (line 48) | def __init__(self, request): method complete_login (line 56) | def complete_login(self, request, app, token, **kwargs): method get_response (line 70) | def get_response(self, token): method get_callback_url (line 75) | def get_callback_url(self, request, app): FILE: contraxsuite_services/apps/users/social/okta/provider.py class Scope (line 43) | class Scope: class OktaAccount (line 48) | class OktaAccount(ProviderAccount): method get_profile_url (line 49) | def get_profile_url(self): method get_avatar_url (line 52) | def get_avatar_url(self): method to_str (line 55) | def to_str(self): class OktaProvider (line 60) | class OktaProvider(CustomOAuth2Provider): method get_scope (line 65) | def get_scope(self, request): method get_extra_auth_kwargs (line 68) | def get_extra_auth_kwargs(self): method get_auth_params (line 71) | def get_auth_params(self, request, action): method extract_uid (line 81) | def extract_uid(self, data): method extract_common_fields (line 84) | def extract_common_fields(self, data): method extract_email_addresses (line 92) | def extract_email_addresses(self, data): FILE: contraxsuite_services/apps/users/social/okta/views.py class OktaLoginView (line 48) | class OktaLoginView(SocialLoginView): FILE: contraxsuite_services/apps/users/social/provider.py class CustomOAuth2Provider (line 48) | class CustomOAuth2Provider(OAuth2Provider): method sociallogin_from_response (line 58) | def sociallogin_from_response(self, request, response): method get_login_url (line 90) | def get_login_url(self, request, **kwargs): method get_extra_auth_kwargs (line 96) | def get_extra_auth_kwargs(self): FILE: contraxsuite_services/apps/users/social/serializers.py class CustomSocialLoginSerializer (line 47) | class CustomSocialLoginSerializer(SocialLoginSerializer): method set_callback_url (line 57) | def set_callback_url(self, view, adapter_class): method validate (line 64) | def validate(self, attrs): FILE: contraxsuite_services/apps/users/unit_tests/tests/factories.py class UserFactory (line 39) | class UserFactory(factory.django.DjangoModelFactory): class Meta (line 44) | class Meta: FILE: contraxsuite_services/apps/users/unit_tests/tests/manual_test_admin.py class TestMyUserCreationForm (line 40) | class TestMyUserCreationForm(TestCase): method setUp (line 42) | def setUp(self): method test_clean_username_success (line 45) | def test_clean_username_success(self): method test_clean_username_false (line 60) | def test_clean_username_false(self): FILE: contraxsuite_services/apps/users/unit_tests/tests/manual_test_models.py class TestUser (line 40) | class TestUser(TestCase): method setUp (line 42) | def setUp(self): method test__str__ (line 45) | def test__str__(self): method test_get_absolute_url (line 51) | def test_get_absolute_url(self): FILE: contraxsuite_services/apps/users/unit_tests/tests/manual_test_urls.py class TestUserURLs (line 41) | class TestUserURLs(TestCase): method setUp (line 44) | def setUp(self): method test_list_reverse (line 47) | def test_list_reverse(self): method test_list_resolve (line 51) | def test_list_resolve(self): method test_redirect_reverse (line 55) | def test_redirect_reverse(self): method test_redirect_resolve (line 59) | def test_redirect_resolve(self): method test_detail_reverse (line 66) | def test_detail_reverse(self): method test_detail_resolve (line 73) | def test_detail_resolve(self): method test_update_reverse (line 77) | def test_update_reverse(self): method test_update_resolve (line 81) | def test_update_resolve(self): FILE: contraxsuite_services/apps/users/unit_tests/tests/manual_test_views.py class BaseUserTestCase (line 40) | class BaseUserTestCase(TestCase): method setUp (line 42) | def setUp(self): class TestUserRedirectView (line 47) | class TestUserRedirectView(BaseUserTestCase): method test_get_redirect_url (line 49) | def test_get_redirect_url(self): class TestUserUpdateView (line 66) | class TestUserUpdateView(BaseUserTestCase): method setUp (line 68) | def setUp(self): method test_get_success_url (line 80) | def test_get_success_url(self): method test_get_object (line 88) | def test_get_object(self): FILE: contraxsuite_services/apps/users/unit_tests/tests/test_adapters.py class TestAdapters (line 42) | class TestAdapters(TestCase): method test_email_follows_pattern_wildcard (line 43) | def test_email_follows_pattern_wildcard(self): FILE: contraxsuite_services/apps/users/unit_tests/tests/test_auxilary.py class TestAuxilary (line 40) | class TestAuxilary(TestCase): method test_check_email_correct (line 41) | def test_check_email_correct(self): FILE: contraxsuite_services/apps/users/user_utils.py function get_main_admin_user (line 45) | def get_main_admin_user() -> User: function save_default_avatar (line 72) | def save_default_avatar(user, save=False): FILE: contraxsuite_services/apps/users/views.py class BaseUserView (line 56) | class BaseUserView(PermissionRequiredMixin): class UserUpdateView (line 64) | class UserUpdateView(BaseUserView, CustomUpdateView): method has_permission (line 66) | def has_permission(self): method get_success_url (line 71) | def get_success_url(self): class UserDetailView (line 75) | class UserDetailView(BaseUserView, CustomDetailView): method has_permission (line 78) | def has_permission(self): method get_update_url (line 85) | def get_update_url(self): method get_object (line 88) | def get_object(self, queryset=None): method get_context_data (line 93) | def get_context_data(self, **kwargs): class UserRedirectView (line 99) | class UserRedirectView(RedirectView): method get_redirect_url (line 102) | def get_redirect_url(self): class ViewUsersPermission (line 107) | class ViewUsersPermission(PermissionRequiredMixin): method has_permission (line 108) | def has_permission(self): class UserListView (line 113) | class UserListView(ViewUsersPermission, JqPaginatedListView): method get_json_data (line 116) | def get_json_data(self, **kwargs): class UserPermissionsListView (line 124) | class UserPermissionsListView(ViewUsersPermission, AjaxListView): method get_model (line 161) | def get_model(self): method get_perm_list (line 171) | def get_perm_list(self, codes_only=True): method get_json_data (line 183) | def get_json_data(self, **kwargs): method post (line 235) | def post(self, request, *args, **kwargs): method get_context_data (line 270) | def get_context_data(self, **kwargs): class MixedLoginView (line 296) | class MixedLoginView(LoginView): method get_context_data (line 298) | def get_context_data(self, **kwargs): FILE: contraxsuite_services/apps/websocket/channel_message.py class ChannelMessage (line 45) | class ChannelMessage: function serialize (line 54) | def serialize(obj): function to_dict (line 68) | def to_dict(): FILE: contraxsuite_services/apps/websocket/websockets.py class Websockets (line 59) | class Websockets: method __init__ (line 66) | def __init__(self) -> None: method user_id_to_group_name (line 70) | def user_id_to_group_name(self, user_id: int) -> str: method group_name_to_user_id (line 82) | def group_name_to_user_id(self, group_name: str) -> Optional[int]: method send_to_all_users (line 100) | def send_to_all_users(self, message_obj: ChannelMessage): method send_to_users (line 112) | def send_to_users(self, qs_users: QuerySet, message_obj: ChannelMessage): method send_to_users_by_ids (line 133) | def send_to_users_by_ids(self, user_ids: List[int], message_obj: Chann... method send_to_user (line 150) | def send_to_user(self, user_id, message_obj: ChannelMessage): method _list_groups (line 162) | def _list_groups(self) -> Iterable[str]: method get_connected_users (line 170) | def get_connected_users(self) -> Set[int]: class ContraxsuiteWSConsumer (line 191) | class ContraxsuiteWSConsumer(AsyncJsonWebsocketConsumer): method __init__ (line 196) | def __init__(self, *args, **kwargs): method connect (line 201) | async def connect(self): method receive_json (line 208) | async def receive_json(self, content, **kwargs): method _add_to_groups (line 225) | async def _add_to_groups(self, user: User): method authenticate (line 234) | async def authenticate(self, token_key: str) -> Optional[User]: method _send_web_notifications (line 257) | async def _send_web_notifications(self, user: User, channel_layer: Red... method send_to_client (line 275) | async def send_to_client(self, message: Dict): method disconnect (line 289) | async def disconnect(self, code): FILE: contraxsuite_services/contraxsuite_logging.py function prepare_log_dirs (line 50) | def prepare_log_dirs(fn): class HumanReadableTraceBackException (line 59) | class HumanReadableTraceBackException(TracebackException): method format_stack (line 63) | def format_stack(cls, stack: StackSummary): method human_readable_format (line 107) | def human_readable_format(self, suppress_context_for_message: bool = T... method human_readable_format_msg_stack_lines (line 117) | def human_readable_format_msg_stack_lines(self, class ContraxsuiteTextFormatter (line 168) | class ContraxsuiteTextFormatter(Formatter): method __init__ (line 170) | def __init__(self, fmt=None, datefmt=None, style='%'): method formatException (line 173) | def formatException(self, ei): class ContraxsuiteJSONFormatter (line 180) | class ContraxsuiteJSONFormatter(json_log_formatter.JSONFormatter): method mutate_json_record (line 181) | def mutate_json_record(self, json_record): method json_record (line 184) | def json_record(self, message: str, extra: Dict, record: LogRecord): function write_task_log (line 238) | def write_task_log(task_id, message, level='info', class CausedException (line 267) | class CausedException(Exception): method __init__ (line 284) | def __init__(self, message: str, cause: Optional[Exception] = None): FILE: contraxsuite_services/smtp.py class CustomEmailBackend (line 44) | class CustomEmailBackend(EmailBackend): method __init__ (line 46) | def __init__(self, **kwargs): method send_messages (line 62) | def send_messages(self, email_messages): FILE: contraxsuite_services/swagger_view.py class CustomJSONOpenAPIRenderer (line 49) | class CustomJSONOpenAPIRenderer(JSONOpenAPIRenderer): method render (line 52) | def render(self, data, media_type=None, renderer_context=None): class CustomOpenAPISchemaGenerator (line 56) | class CustomOpenAPISchemaGenerator(OpenAPISchemaGenerator): method has_view_permissions (line 59) | def has_view_permissions(self, path, method, view): method get_schema (line 64) | def get_schema(self, request=None, public=False): function get_openapi_view (line 82) | def get_openapi_view(): FILE: contraxsuite_services/tests/django_db_mock.py class ValuesList (line 38) | class ValuesList: method __init__ (line 39) | def __init__(self, objects: List[Any]): method __getitem__ (line 43) | def __getitem__(self, key): method __iter__ (line 46) | def __iter__(self): method __next__ (line 49) | def __next__(self): method distinct (line 56) | def distinct(self): class MockQuerySet (line 61) | class MockQuerySet: method __init__ (line 62) | def __init__(self, objects: Optional[List[Any]] = None): method filter (line 67) | def filter(self, *args, **kwargs): method distinct (line 73) | def distinct(self, *args, **kwargs): method __getitem__ (line 76) | def __getitem__(self, key): method __iter__ (line 79) | def __iter__(self): method __next__ (line 82) | def __next__(self): method exists (line 90) | def exists(self, *args, **kwargs): method values_list (line 93) | def values_list(self, *args, **kwargs): class MockObjectManager (line 107) | class MockObjectManager: method __init__ (line 108) | def __init__(self): FILE: contraxsuite_services/tests/django_test_case.py function init_django (line 7) | def init_django(): class DjangoTestCase (line 15) | class DjangoTestCase(TestCase): method __init__ (line 16) | def __init__(self, methodName='runTest'): FILE: contraxsuite_services/tests/nodb_runner.py class NoDbTestRunner (line 38) | class NoDbTestRunner(DiscoverRunner): method setup_databases (line 40) | def setup_databases(self, **kwargs): method teardown_databases (line 43) | def teardown_databases(self, old_config, **kwargs): FILE: contraxsuite_services/tests/testutils.py function load_resource_document (line 9) | def load_resource_document(docname: str, encoding: str = 'ascii'): function save_test_document (line 16) | def save_test_document(docname: str, text: str, encoding: str = 'utf-8'): FILE: contraxsuite_services/urls.py function static (line 73) | def static(prefix, view=serve, **kwargs): FILE: contraxsuite_services/util/unify_py_file_structure.py function unify_file_structure (line 73) | def unify_file_structure(release_number): FILE: documentation/docs/make.py function format_header (line 69) | def format_header(module: str) -> str: function format_automodule (line 73) | def format_automodule(module: str) -> str: function yield_directive_option_line (line 77) | def yield_directive_option_line( function get_package_module_paths (line 89) | def get_package_module_paths(key, value) -> Generator[str, None, None]: function get_submodule_names (line 98) | def get_submodule_names(module: ModuleType) -> Generator[str, None, None]: function get_package_modules (line 106) | def get_package_modules(key: str, value: list) -> Generator[str, None, N... function write_rst_files (line 138) | def write_rst_files( FILE: documentation/docs/source/_ext/formfield_extension.py function validate_deonticity_choice (line 15) | def validate_deonticity_choice(argument): class FormFieldNode (line 20) | class FormFieldNode(nodes.Structural, nodes.Element): class FormFieldDirective (line 23) | class FormFieldDirective(Directive): method run (line 30) | def run(self): function setup (line 40) | def setup(app): FILE: documentation/docs/utils/autodoc_rst_maker.py class RSTFileBuilder (line 24) | class RSTFileBuilder: method yield_directive_option_line (line 27) | def yield_directive_option_line( method format_autoelement (line 39) | def format_autoelement( method format_header (line 47) | def format_header(module: str) -> str: method make_file (line 50) | def make_file( class Prepare (line 66) | class Prepare: method __init__ (line 69) | def __init__( method get_modules (line 87) | def get_modules(self) -> Generator[str, None, None]: function main (line 92) | def main(): FILE: documentation/docs/utils/strip_license.py function remove_license_from_html_file (line 58) | def remove_license_from_html_file(html_file_path: str): function remove_licenses (line 66) | def remove_licenses(html_directory: Path, cpus: int): FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Api/AnalyzeApiTests.cs class AnalyzeApiTests (line 33) | public class AnalyzeApiTests method Init (line 40) | [SetUp] method Cleanup (line 49) | [TearDown] method InstanceTest (line 58) | [Test] method AnalyzeDocumentClusterGETTest (line 69) | [Test] method AnalyzeDocumentClusterIdGETTest (line 81) | [Test] method AnalyzeDocumentClusterIdPATCHTest (line 94) | [Test] method AnalyzeDocumentClusterIdPUTTest (line 107) | [Test] method AnalyzeDocumentSimilarityListGETTest (line 120) | [Test] method AnalyzeDocumentTransformerListGETTest (line 132) | [Test] method AnalyzeMlModelListGETTest (line 144) | [Test] method AnalyzePartySimilarityListGETTest (line 156) | [Test] method AnalyzeProjectDocumentSimilarityListGETTest (line 168) | [Test] method AnalyzeProjectTextUnitSimilarityListGETTest (line 183) | [Test] method AnalyzeProjectTextUnitSimilarityListPOSTTest (line 203) | [Test] method AnalyzeSimilarityRunsGETTest (line 215) | [Test] method AnalyzeSimilarityRunsIdDELETETest (line 229) | [Test] method AnalyzeSimilarityRunsIdGETTest (line 243) | [Test] method AnalyzeTextUnitClassificationsGETTest (line 258) | [Test] method AnalyzeTextUnitClassificationsIdDELETETest (line 270) | [Test] method AnalyzeTextUnitClassificationsIdGETTest (line 282) | [Test] method AnalyzeTextUnitClassificationsPOSTTest (line 295) | [Test] method AnalyzeTextUnitClassifierSuggestionsGETTest (line 307) | [Test] method AnalyzeTextUnitClassifierSuggestionsIdDELETETest (line 319) | [Test] method AnalyzeTextUnitClassifierSuggestionsIdGETTest (line 331) | [Test] method AnalyzeTextUnitClassifiersGETTest (line 344) | [Test] method AnalyzeTextUnitClassifiersIdDELETETest (line 356) | [Test] method AnalyzeTextUnitClassifiersIdGETTest (line 368) | [Test] method AnalyzeTextUnitClusterListGETTest (line 381) | [Test] method AnalyzeTextUnitSimilarityListGETTest (line 393) | [Test] method AnalyzeTextUnitTransformerListGETTest (line 405) | [Test] method AnalyzeTypeaheadTextUnitClassificationFieldNameGETTest (line 417) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Api/ApiApiTests.cs class ApiApiTests (line 32) | public class ApiApiTests method Init (line 39) | [SetUp] method Cleanup (line 48) | [TearDown] method InstanceTest (line 57) | [Test] method ListLocalesTest (line 68) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Api/CommonApiTests.cs class CommonApiTests (line 33) | public class CommonApiTests method Init (line 40) | [SetUp] method Cleanup (line 49) | [TearDown] method InstanceTest (line 58) | [Test] method CommonActionsGETTest (line 69) | [Test] method CommonActionsIdGETTest (line 84) | [Test] method CommonAppVariablesGETTest (line 100) | [Test] method CommonAppVariablesListGETTest (line 112) | [Test] method CommonAppVariablesProjectProjectIdGETTest (line 124) | [Test] method CommonAppVariablesProjectProjectIdPUTTest (line 136) | [Test] method CommonMediaPathGETTest (line 149) | [Test] method CommonMenuGroupsFormFieldsGETTest (line 162) | [Test] method CommonMenuGroupsGETTest (line 173) | [Test] method CommonMenuGroupsIdDELETETest (line 184) | [Test] method CommonMenuGroupsIdFormFieldsGETTest (line 196) | [Test] method CommonMenuGroupsIdGETTest (line 208) | [Test] method CommonMenuGroupsIdPATCHTest (line 220) | [Test] method CommonMenuGroupsIdPUTTest (line 233) | [Test] method CommonMenuGroupsPOSTTest (line 246) | [Test] method CommonMenuItemsFormFieldsGETTest (line 258) | [Test] method CommonMenuItemsGETTest (line 269) | [Test] method CommonMenuItemsIdDELETETest (line 280) | [Test] method CommonMenuItemsIdFormFieldsGETTest (line 292) | [Test] method CommonMenuItemsIdGETTest (line 304) | [Test] method CommonMenuItemsIdPATCHTest (line 316) | [Test] method CommonMenuItemsIdPUTTest (line 329) | [Test] method CommonMenuItemsPOSTTest (line 342) | [Test] method CommonReviewStatusGroupsGETTest (line 354) | [Test] method CommonReviewStatusGroupsIdDELETETest (line 366) | [Test] method CommonReviewStatusGroupsIdGETTest (line 378) | [Test] method CommonReviewStatusGroupsIdPATCHTest (line 391) | [Test] method CommonReviewStatusGroupsIdPUTTest (line 404) | [Test] method CommonReviewStatusGroupsPOSTTest (line 417) | [Test] method CommonReviewStatusesGETTest (line 429) | [Test] method CommonReviewStatusesIdDELETETest (line 441) | [Test] method CommonReviewStatusesIdGETTest (line 453) | [Test] method CommonReviewStatusesIdPATCHTest (line 466) | [Test] method CommonReviewStatusesIdPUTTest (line 479) | [Test] method CommonReviewStatusesPOSTTest (line 492) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Api/DocumentApiTests.cs class DocumentApiTests (line 33) | public class DocumentApiTests method Init (line 40) | [SetUp] method Cleanup (line 49) | [TearDown] method InstanceTest (line 58) | [Test] method DocumentAnnotationsAnnotatePUTTest (line 69) | [Test] method DocumentAnnotationsBatchPUTTest (line 81) | [Test] method DocumentAnnotationsGETTest (line 93) | [Test] method DocumentAnnotationsIdDELETETest (line 104) | [Test] method DocumentAnnotationsIdGETTest (line 116) | [Test] method DocumentAnnotationsIdPUTTest (line 128) | [Test] method DocumentAnnotationsPOSTTest (line 141) | [Test] method DocumentAnnotationsSuggestPOSTTest (line 153) | [Test] method DocumentDocumentFieldAnnotationsForUserGETTest (line 165) | [Test] method DocumentDocumentFieldAnnotationsGETTest (line 177) | [Test] method DocumentDocumentFieldAnnotationsUidGETTest (line 189) | [Test] method DocumentDocumentFieldCategoriesFormFieldsGETTest (line 202) | [Test] method DocumentDocumentFieldCategoriesGETTest (line 213) | [Test] method DocumentDocumentFieldCategoriesIdDELETETest (line 225) | [Test] method DocumentDocumentFieldCategoriesIdFormFieldsGETTest (line 237) | [Test] method DocumentDocumentFieldCategoriesIdGETTest (line 249) | [Test] method DocumentDocumentFieldCategoriesIdPATCHTest (line 262) | [Test] method DocumentDocumentFieldCategoriesIdPUTTest (line 275) | [Test] method DocumentDocumentFieldCategoriesPOSTTest (line 288) | [Test] method DocumentDocumentFieldDetectorsFormFieldsGETTest (line 300) | [Test] method DocumentDocumentFieldDetectorsGETTest (line 311) | [Test] method DocumentDocumentFieldDetectorsPOSTTest (line 323) | [Test] method DocumentDocumentFieldDetectorsUidDELETETest (line 335) | [Test] method DocumentDocumentFieldDetectorsUidFormFieldsGETTest (line 347) | [Test] method DocumentDocumentFieldDetectorsUidGETTest (line 359) | [Test] method DocumentDocumentFieldDetectorsUidPATCHTest (line 372) | [Test] method DocumentDocumentFieldDetectorsUidPUTTest (line 385) | [Test] method DocumentDocumentFieldValuesGETTest (line 398) | [Test] method DocumentDocumentFieldValuesIdGETTest (line 410) | [Test] method DocumentDocumentFieldsCheckFieldFormulaPOSTTest (line 423) | [Test] method DocumentDocumentFieldsFormFieldsGETTest (line 435) | [Test] method DocumentDocumentFieldsGETTest (line 446) | [Test] method DocumentDocumentFieldsPOSTTest (line 458) | [Test] method DocumentDocumentFieldsStatsGETTest (line 470) | [Test] method DocumentDocumentFieldsUidCheckFormulaPOSTTest (line 482) | [Test] method DocumentDocumentFieldsUidClonePOSTTest (line 495) | [Test] method DocumentDocumentFieldsUidDELETETest (line 508) | [Test] method DocumentDocumentFieldsUidFormFieldsGETTest (line 520) | [Test] method DocumentDocumentFieldsUidGETTest (line 532) | [Test] method DocumentDocumentFieldsUidPATCHTest (line 545) | [Test] method DocumentDocumentFieldsUidPUTTest (line 558) | [Test] method DocumentDocumentFieldsUidPreDeletePOSTTest (line 571) | [Test] method DocumentDocumentNotesGETTest (line 584) | [Test] method DocumentDocumentNotesIdDELETETest (line 600) | [Test] method DocumentDocumentNotesIdGETTest (line 612) | [Test] method DocumentDocumentNotesIdPATCHTest (line 625) | [Test] method DocumentDocumentNotesIdPUTTest (line 638) | [Test] method DocumentDocumentNotesPOSTTest (line 651) | [Test] method DocumentDocumentTypesFormFieldsGETTest (line 663) | [Test] method DocumentDocumentTypesGETTest (line 674) | [Test] method DocumentDocumentTypesImportDocTypePUTTest (line 686) | [Test] method DocumentDocumentTypesPOSTTest (line 698) | [Test] method DocumentDocumentTypesSchemeMigrationsGETTest (line 710) | [Test] method DocumentDocumentTypesStatsGETTest (line 721) | [Test] method DocumentDocumentTypesUidClonePOSTTest (line 732) | [Test] method DocumentDocumentTypesUidDELETETest (line 745) | [Test] method DocumentDocumentTypesUidExportDocTypeGETTest (line 757) | [Test] method DocumentDocumentTypesUidFormFieldsGETTest (line 770) | [Test] method DocumentDocumentTypesUidGETTest (line 782) | [Test] method DocumentDocumentTypesUidPATCHTest (line 795) | [Test] method DocumentDocumentTypesUidPUTTest (line 808) | [Test] method DocumentDocumentTypesUidPreDeletePOSTTest (line 821) | [Test] method DocumentDocumentTypesUserProjectTypesGETTest (line 834) | [Test] method DocumentDocumentsDownloadZipGETTest (line 846) | [Test] method DocumentDocumentsForUserGETTest (line 859) | [Test] method DocumentDocumentsGETTest (line 870) | [Test] method DocumentDocumentsIdActionsGETTest (line 884) | [Test] method DocumentDocumentsIdDELETETest (line 900) | [Test] method DocumentDocumentsIdDataGETTest (line 912) | [Test] method DocumentDocumentsIdDefinitionsGETTest (line 925) | [Test] method DocumentDocumentsIdExtractionGETTest (line 937) | [Test] method DocumentDocumentsIdFieldsGETTest (line 949) | [Test] method DocumentDocumentsIdFieldsPATCHTest (line 961) | [Test] method DocumentDocumentsIdFieldsPOSTTest (line 974) | [Test] method DocumentDocumentsIdFieldsPUTTest (line 987) | [Test] method DocumentDocumentsIdFullTextGETTest (line 1000) | [Test] method DocumentDocumentsIdGETTest (line 1012) | [Test] method DocumentDocumentsIdHasPdfInfoGETTest (line 1025) | [Test] method DocumentDocumentsIdPATCHTest (line 1037) | [Test] method DocumentDocumentsIdPUTTest (line 1050) | [Test] method DocumentDocumentsIdPdfReprGETTest (line 1063) | [Test] method DocumentDocumentsIdShowGETTest (line 1075) | [Test] method DocumentDocumentsIdSimilarGETTest (line 1088) | [Test] method DocumentDocumentsMarkDeletePOSTTest (line 1102) | [Test] method DocumentDocumentsPOSTTest (line 1114) | [Test] method DocumentDocumentsUnmarkDeletePOSTTest (line 1126) | [Test] method DocumentFieldAnnotationStatusesGETTest (line 1138) | [Test] method DocumentFieldAnnotationStatusesIdDELETETest (line 1150) | [Test] method DocumentFieldAnnotationStatusesIdGETTest (line 1162) | [Test] method DocumentFieldAnnotationStatusesIdPATCHTest (line 1175) | [Test] method DocumentFieldAnnotationStatusesIdPUTTest (line 1188) | [Test] method DocumentFieldAnnotationStatusesPOSTTest (line 1201) | [Test] method DocumentProjectProjectPkDocumentFieldAnnotationsForUserGETTest (line 1213) | [Test] method DocumentProjectProjectPkDocumentFieldAnnotationsGETTest (line 1226) | [Test] method DocumentProjectProjectPkDocumentFieldAnnotationsUidGETTest (line 1239) | [Test] method DocumentProjectProjectPkDocumentFieldValuesGETTest (line 1253) | [Test] method DocumentProjectProjectPkDocumentFieldValuesIdGETTest (line 1266) | [Test] method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsGETTest (line 1280) | [Test] method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETETest (line 1293) | [Test] method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdGETTest (line 1307) | [Test] method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCHTest (line 1321) | [Test] method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUTTest (line 1336) | [Test] method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsPOSTTest (line 1351) | [Test] method DocumentProjectProjectPkDocumentsDownloadZipGETTest (line 1365) | [Test] method DocumentProjectProjectPkDocumentsForUserGETTest (line 1379) | [Test] method DocumentProjectProjectPkDocumentsGETTest (line 1391) | [Test] method DocumentProjectProjectPkDocumentsIdActionsGETTest (line 1406) | [Test] method DocumentProjectProjectPkDocumentsIdDELETETest (line 1423) | [Test] method DocumentProjectProjectPkDocumentsIdDataGETTest (line 1436) | [Test] method DocumentProjectProjectPkDocumentsIdDefinitionsGETTest (line 1450) | [Test] method DocumentProjectProjectPkDocumentsIdExtractionGETTest (line 1463) | [Test] method DocumentProjectProjectPkDocumentsIdFieldsGETTest (line 1476) | [Test] method DocumentProjectProjectPkDocumentsIdFieldsPATCHTest (line 1489) | [Test] method DocumentProjectProjectPkDocumentsIdFieldsPOSTTest (line 1503) | [Test] method DocumentProjectProjectPkDocumentsIdFieldsPUTTest (line 1517) | [Test] method DocumentProjectProjectPkDocumentsIdFullTextGETTest (line 1531) | [Test] method DocumentProjectProjectPkDocumentsIdGETTest (line 1544) | [Test] method DocumentProjectProjectPkDocumentsIdHasPdfInfoGETTest (line 1558) | [Test] method DocumentProjectProjectPkDocumentsIdPATCHTest (line 1571) | [Test] method DocumentProjectProjectPkDocumentsIdPUTTest (line 1585) | [Test] method DocumentProjectProjectPkDocumentsIdPdfReprGETTest (line 1599) | [Test] method DocumentProjectProjectPkDocumentsIdShowGETTest (line 1612) | [Test] method DocumentProjectProjectPkDocumentsIdSimilarGETTest (line 1626) | [Test] method DocumentProjectProjectPkDocumentsMarkDeletePOSTTest (line 1641) | [Test] method DocumentProjectProjectPkDocumentsPOSTTest (line 1654) | [Test] method DocumentProjectProjectPkDocumentsUnmarkDeletePOSTTest (line 1667) | [Test] method DocumentStatsGETTest (line 1680) | [Test] method DocumentTextunitsGETTest (line 1691) | [Test] method DocumentTextunitsIdGETTest (line 1703) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Api/DumpApiTests.cs class DumpApiTests (line 33) | public class DumpApiTests method Init (line 40) | [SetUp] method Cleanup (line 49) | [TearDown] method InstanceTest (line 58) | [Test] method DumpDocumentConfigGETTest (line 69) | [Test] method DumpDocumentConfigPUTTest (line 82) | [Test] method DumpDumpFixturePOSTTest (line 94) | [Test] method DumpDumpGETTest (line 106) | [Test] method DumpDumpPUTTest (line 118) | [Test] method DumpFieldValuesGETTest (line 130) | [Test] method DumpFieldValuesPUTTest (line 142) | [Test] method DumpLoadFixturePOSTTest (line 154) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Api/ExtractApiTests.cs class ExtractApiTests (line 33) | public class ExtractApiTests method Init (line 40) | [SetUp] method Cleanup (line 49) | [TearDown] method InstanceTest (line 58) | [Test] method ExtractAmountUsageGETTest (line 69) | [Test] method ExtractAmountUsageTopGETTest (line 81) | [Test] method ExtractCitationUsageGETTest (line 92) | [Test] method ExtractCitationUsageTopGETTest (line 104) | [Test] method ExtractCopyrightUsageGETTest (line 115) | [Test] method ExtractCopyrightUsageTopGETTest (line 127) | [Test] method ExtractCourtUsageGETTest (line 138) | [Test] method ExtractCourtUsageTopGETTest (line 150) | [Test] method ExtractCurrencyUsageGETTest (line 161) | [Test] method ExtractCurrencyUsageTopGETTest (line 173) | [Test] method ExtractDateDurationUsageGETTest (line 184) | [Test] method ExtractDateDurationUsageTopGETTest (line 196) | [Test] method ExtractDateUsageCalendarChartGETTest (line 207) | [Test] method ExtractDateUsageGETTest (line 218) | [Test] method ExtractDateUsageTimelineChartGETTest (line 230) | [Test] method ExtractDateUsageToIcalGETTest (line 241) | [Test] method ExtractDateUsageTopGETTest (line 253) | [Test] method ExtractDefinitionUsageGETTest (line 264) | [Test] method ExtractDefinitionUsageTopGETTest (line 276) | [Test] method ExtractDistanceUsageGETTest (line 287) | [Test] method ExtractDistanceUsageTopGETTest (line 299) | [Test] method ExtractGeoAliasUsageGETTest (line 310) | [Test] method ExtractGeoAliasUsageTopGETTest (line 322) | [Test] method ExtractGeoEntitiesGETTest (line 333) | [Test] method ExtractGeoEntitiesIdGETTest (line 345) | [Test] method ExtractGeoEntitiesIdPUTTest (line 358) | [Test] method ExtractGeoEntityUsageGETTest (line 371) | [Test] method ExtractGeoEntityUsageTopGETTest (line 383) | [Test] method ExtractPartiesGETTest (line 394) | [Test] method ExtractPartiesIdGETTest (line 406) | [Test] method ExtractPartyNetworkChartGETTest (line 419) | [Test] method ExtractPartyUsageGETTest (line 431) | [Test] method ExtractPartyUsageTopGETTest (line 443) | [Test] method ExtractPercentUsageGETTest (line 454) | [Test] method ExtractPercentUsageTopGETTest (line 466) | [Test] method ExtractRatioUsageGETTest (line 477) | [Test] method ExtractRatioUsageTopGETTest (line 489) | [Test] method ExtractRegulationUsageGETTest (line 500) | [Test] method ExtractRegulationUsageTopGETTest (line 512) | [Test] method ExtractTermTagsGETTest (line 523) | [Test] method ExtractTermUsageGETTest (line 535) | [Test] method ExtractTermUsageTopGETTest (line 547) | [Test] method ExtractTrademarkUsageGETTest (line 558) | [Test] method ExtractTrademarkUsageTopGETTest (line 570) | [Test] method ExtractTypeaheadGeoEntityUsageFieldNameGETTest (line 581) | [Test] method ExtractTypeaheadPartyUsageFieldNameGETTest (line 593) | [Test] method ExtractTypeaheadTermUsageFieldNameGETTest (line 605) | [Test] method ExtractUrlUsageGETTest (line 617) | [Test] method ExtractUrlUsageTopGETTest (line 629) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Api/LoggingApiTests.cs class LoggingApiTests (line 33) | public class LoggingApiTests method Init (line 40) | [SetUp] method Cleanup (line 49) | [TearDown] method InstanceTest (line 58) | [Test] method LoggingLogMessagePOSTTest (line 69) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Api/MediaDataApiTests.cs class MediaDataApiTests (line 32) | public class MediaDataApiTests method Init (line 39) | [SetUp] method Cleanup (line 48) | [TearDown] method InstanceTest (line 57) | [Test] method MediaDataPathGETTest (line 68) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Api/NotificationsApiTests.cs class NotificationsApiTests (line 33) | public class NotificationsApiTests method Init (line 40) | [SetUp] method Cleanup (line 49) | [TearDown] method InstanceTest (line 58) | [Test] method NotificationsWebNotificationsGETTest (line 69) | [Test] method NotificationsWebNotificationsMarkSeenPOSTTest (line 80) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Api/ProjectApiTests.cs class ProjectApiTests (line 33) | public class ProjectApiTests method Init (line 40) | [SetUp] method Cleanup (line 49) | [TearDown] method InstanceTest (line 58) | [Test] method ProjectProjectClusteringGETTest (line 69) | [Test] method ProjectProjectClusteringIdGETTest (line 81) | [Test] method ProjectProjectsFormFieldsGETTest (line 94) | [Test] method ProjectProjectsGETTest (line 105) | [Test] method ProjectProjectsIdActiveTasksGETTest (line 117) | [Test] method ProjectProjectsIdAnnotationsAssigneesGETTest (line 130) | [Test] method ProjectProjectsIdAssignAnnotationsPOSTTest (line 142) | [Test] method ProjectProjectsIdAssignDocumentPOSTTest (line 155) | [Test] method ProjectProjectsIdAssignDocumentsPOSTTest (line 168) | [Test] method ProjectProjectsIdAssigneesGETTest (line 181) | [Test] method ProjectProjectsIdCleanupPOSTTest (line 193) | [Test] method ProjectProjectsIdClusterActionsGETTest (line 206) | [Test] method ProjectProjectsIdClusterPOSTTest (line 222) | [Test] method ProjectProjectsIdClusteringStatusGETTest (line 235) | [Test] method ProjectProjectsIdDELETETest (line 248) | [Test] method ProjectProjectsIdDeleteDocumentSimilarityResultsDELETETest (line 260) | [Test] method ProjectProjectsIdDeleteTextUnitSimilarityResultsDELETETest (line 272) | [Test] method ProjectProjectsIdDetectFieldValuesPOSTTest (line 284) | [Test] method ProjectProjectsIdFormFieldsGETTest (line 297) | [Test] method ProjectProjectsIdGETTest (line 309) | [Test] method ProjectProjectsIdLocateItemsPOSTTest (line 322) | [Test] method ProjectProjectsIdMarkDeletePOSTTest (line 335) | [Test] method ProjectProjectsIdPATCHTest (line 348) | [Test] method ProjectProjectsIdPUTTest (line 361) | [Test] method ProjectProjectsIdProgressGETTest (line 374) | [Test] method ProjectProjectsIdSearchSimilarDocumentsPOSTTest (line 386) | [Test] method ProjectProjectsIdSearchSimilarTextUnitsPOSTTest (line 399) | [Test] method ProjectProjectsIdSendClustersToProjectPOSTTest (line 412) | [Test] method ProjectProjectsIdSetAnnotationStatusPOSTTest (line 425) | [Test] method ProjectProjectsIdSetStatusPOSTTest (line 438) | [Test] method ProjectProjectsIdSettingsActionsGETTest (line 451) | [Test] method ProjectProjectsIdTaskTaskIdTaskLogsGETTest (line 467) | [Test] method ProjectProjectsIdTasksGETTest (line 482) | [Test] method ProjectProjectsIdUnmarkDeletePOSTTest (line 495) | [Test] method ProjectProjectsIdUpdateDocumentFieldsPOSTTest (line 508) | [Test] method ProjectProjectsPOSTTest (line 521) | [Test] method ProjectProjectsProjectStatsGETTest (line 533) | [Test] method ProjectProjectsRecentGETTest (line 545) | [Test] method ProjectProjectsSelectProjectsPOSTTest (line 557) | [Test] method ProjectTaskQueuesGETTest (line 569) | [Test] method ProjectTaskQueuesIdDELETETest (line 581) | [Test] method ProjectTaskQueuesIdGETTest (line 593) | [Test] method ProjectTaskQueuesIdPATCHTest (line 606) | [Test] method ProjectTaskQueuesIdPUTTest (line 619) | [Test] method ProjectTaskQueuesPOSTTest (line 632) | [Test] method ProjectUploadSessionGETTest (line 644) | [Test] method ProjectUploadSessionPOSTTest (line 656) | [Test] method ProjectUploadSessionStatusGETTest (line 668) | [Test] method ProjectUploadSessionUidBatchUploadPOSTTest (line 680) | [Test] method ProjectUploadSessionUidBatchUploadPOST_0Test (line 693) | [Test] method ProjectUploadSessionUidCancelDELETETest (line 706) | [Test] method ProjectUploadSessionUidDELETETest (line 718) | [Test] method ProjectUploadSessionUidDeleteFileDELETETest (line 730) | [Test] method ProjectUploadSessionUidFilesPOSTTest (line 743) | [Test] method ProjectUploadSessionUidGETTest (line 761) | [Test] method ProjectUploadSessionUidPATCHTest (line 774) | [Test] method ProjectUploadSessionUidProgressGETTest (line 787) | [Test] method ProjectUploadSessionUidUploadPOSTTest (line 799) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Api/RawdbApiTests.cs class RawdbApiTests (line 33) | public class RawdbApiTests method Init (line 40) | [SetUp] method Cleanup (line 49) | [TearDown] method InstanceTest (line 58) | [Test] method RawdbConfigGETTest (line 69) | [Test] method RawdbDocumentsDocumentTypeCodeGETTest (line 80) | [Test] method RawdbDocumentsDocumentTypeCodePOSTTest (line 106) | [Test] method RawdbProjectStatsProjectIdGETTest (line 119) | [Test] method RawdbSocialAccountsGETTest (line 131) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Api/RestAuthApiTests.cs class RestAuthApiTests (line 33) | public class RestAuthApiTests method Init (line 40) | [SetUp] method Cleanup (line 49) | [TearDown] method InstanceTest (line 58) | [Test] method RestAuthLoginPOSTTest (line 69) | [Test] method RestAuthLogoutGETTest (line 81) | [Test] method RestAuthLogoutPOSTTest (line 92) | [Test] method RestAuthPasswordChangePOSTTest (line 104) | [Test] method RestAuthPasswordResetConfirmPOSTTest (line 116) | [Test] method RestAuthPasswordResetPOSTTest (line 128) | [Test] method RestAuthRegistrationPOSTTest (line 140) | [Test] method RestAuthRegistrationVerifyEmailPOSTTest (line 152) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Api/SimilarityApiTests.cs class SimilarityApiTests (line 33) | public class SimilarityApiTests method Init (line 40) | [SetUp] method Cleanup (line 49) | [TearDown] method InstanceTest (line 58) | [Test] method SimilarityDocumentSimilarityByFeaturesGETTest (line 69) | [Test] method SimilarityDocumentSimilarityByFeaturesPOSTTest (line 80) | [Test] method SimilarityPartySimilarityGETTest (line 92) | [Test] method SimilarityPartySimilarityPOSTTest (line 103) | [Test] method SimilarityProjectDocumentsSimilarityByVectorsGETTest (line 115) | [Test] method SimilarityProjectDocumentsSimilarityByVectorsPOSTTest (line 126) | [Test] method SimilarityProjectTextUnitsSimilarityByVectorsGETTest (line 138) | [Test] method SimilarityProjectTextUnitsSimilarityByVectorsPOSTTest (line 149) | [Test] method SimilaritySimilarityGETTest (line 161) | [Test] method SimilaritySimilarityPOSTTest (line 172) | [Test] method SimilarityTextUnitSimilarityByFeaturesGETTest (line 184) | [Test] method SimilarityTextUnitSimilarityByFeaturesPOSTTest (line 195) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Api/TaskApiTests.cs class TaskApiTests (line 33) | public class TaskApiTests method Init (line 40) | [SetUp] method Cleanup (line 49) | [TearDown] method InstanceTest (line 58) | [Test] method TaskCleanTasksPOSTTest (line 69) | [Test] method TaskLoadDictionariesPOSTTest (line 81) | [Test] method TaskLoadDocumentsGETTest (line 93) | [Test] method TaskLoadDocumentsPOSTTest (line 104) | [Test] method TaskLocateGETTest (line 116) | [Test] method TaskLocatePOSTTest (line 127) | [Test] method TaskProcessTextExtractionResultsRequestIdPOSTTest (line 139) | [Test] method TaskPurgeTaskPOSTTest (line 152) | [Test] method TaskRecallTaskGETTest (line 164) | [Test] method TaskRecallTaskPOSTTest (line 175) | [Test] method TaskReindexroutinesCheckSchedulePOSTTest (line 187) | [Test] method TaskTaskLogGETTest (line 199) | [Test] method TaskTaskStatusGETTest (line 213) | [Test] method TaskTasksGETTest (line 225) | [Test] method TaskTasksIdGETTest (line 237) | [Test] method TaskTasksProjectProjectIdActiveTasksGETTest (line 250) | [Test] method TaskTasksProjectProjectIdTasksGETTest (line 263) | [Test] method TaskUpdateElasticIndexGETTest (line 276) | [Test] method TaskUpdateElasticIndexPOSTTest (line 287) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Api/TusApiTests.cs class TusApiTests (line 33) | public class TusApiTests method Init (line 40) | [SetUp] method Cleanup (line 49) | [TearDown] method InstanceTest (line 58) | [Test] method TusUploadSessionUploadSessionIdUploadGuidPATCHTest (line 69) | [Test] method TusUploadSessionUploadSessionIdUploadPOSTTest (line 86) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Api/UsersApiTests.cs class UsersApiTests (line 33) | public class UsersApiTests method Init (line 40) | [SetUp] method Cleanup (line 49) | [TearDown] method InstanceTest (line 58) | [Test] method UsersUsersFormFieldsGETTest (line 69) | [Test] method UsersUsersGETTest (line 80) | [Test] method UsersUsersIdFormFieldsGETTest (line 92) | [Test] method UsersUsersIdGETTest (line 104) | [Test] method UsersUsersIdPATCHTest (line 117) | [Test] method UsersUsersIdPUTTest (line 130) | [Test] method UsersUsersPOSTTest (line 143) | [Test] method UsersUsersUserStatsGETTest (line 155) | [Test] method UsersVerifyTokenPOSTTest (line 166) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Api/V1ApiTests.cs class V1ApiTests (line 33) | public class V1ApiTests method Init (line 40) | [SetUp] method Cleanup (line 49) | [TearDown] method InstanceTest (line 58) | [Test] method AnalyzeDocumentClusterGETTest (line 69) | [Test] method AnalyzeDocumentClusterIdGETTest (line 81) | [Test] method AnalyzeDocumentClusterIdPATCHTest (line 94) | [Test] method AnalyzeDocumentClusterIdPUTTest (line 107) | [Test] method AnalyzeDocumentSimilarityListGETTest (line 120) | [Test] method AnalyzeDocumentTransformerListGETTest (line 132) | [Test] method AnalyzeMlModelListGETTest (line 144) | [Test] method AnalyzePartySimilarityListGETTest (line 156) | [Test] method AnalyzeProjectDocumentSimilarityListGETTest (line 168) | [Test] method AnalyzeProjectTextUnitSimilarityListGETTest (line 183) | [Test] method AnalyzeProjectTextUnitSimilarityListPOSTTest (line 203) | [Test] method AnalyzeSimilarityRunsGETTest (line 215) | [Test] method AnalyzeSimilarityRunsIdDELETETest (line 229) | [Test] method AnalyzeSimilarityRunsIdGETTest (line 243) | [Test] method AnalyzeTextUnitClassificationsGETTest (line 258) | [Test] method AnalyzeTextUnitClassificationsIdDELETETest (line 270) | [Test] method AnalyzeTextUnitClassificationsIdGETTest (line 282) | [Test] method AnalyzeTextUnitClassificationsPOSTTest (line 295) | [Test] method AnalyzeTextUnitClassifierSuggestionsGETTest (line 307) | [Test] method AnalyzeTextUnitClassifierSuggestionsIdDELETETest (line 319) | [Test] method AnalyzeTextUnitClassifierSuggestionsIdGETTest (line 331) | [Test] method AnalyzeTextUnitClassifiersGETTest (line 344) | [Test] method AnalyzeTextUnitClassifiersIdDELETETest (line 356) | [Test] method AnalyzeTextUnitClassifiersIdGETTest (line 368) | [Test] method AnalyzeTextUnitClusterListGETTest (line 381) | [Test] method AnalyzeTextUnitSimilarityListGETTest (line 393) | [Test] method AnalyzeTextUnitTransformerListGETTest (line 405) | [Test] method AnalyzeTypeaheadTextUnitClassificationFieldNameGETTest (line 417) | [Test] method CommonActionsGETTest (line 430) | [Test] method CommonActionsIdGETTest (line 445) | [Test] method CommonAppVariablesGETTest (line 461) | [Test] method CommonAppVariablesListGETTest (line 473) | [Test] method CommonAppVariablesProjectProjectIdGETTest (line 485) | [Test] method CommonAppVariablesProjectProjectIdPUTTest (line 497) | [Test] method CommonMediaPathGETTest (line 510) | [Test] method CommonMenuGroupsFormFieldsGETTest (line 523) | [Test] method CommonMenuGroupsGETTest (line 534) | [Test] method CommonMenuGroupsIdDELETETest (line 545) | [Test] method CommonMenuGroupsIdFormFieldsGETTest (line 557) | [Test] method CommonMenuGroupsIdGETTest (line 569) | [Test] method CommonMenuGroupsIdPATCHTest (line 581) | [Test] method CommonMenuGroupsIdPUTTest (line 594) | [Test] method CommonMenuGroupsPOSTTest (line 607) | [Test] method CommonMenuItemsFormFieldsGETTest (line 619) | [Test] method CommonMenuItemsGETTest (line 630) | [Test] method CommonMenuItemsIdDELETETest (line 641) | [Test] method CommonMenuItemsIdFormFieldsGETTest (line 653) | [Test] method CommonMenuItemsIdGETTest (line 665) | [Test] method CommonMenuItemsIdPATCHTest (line 677) | [Test] method CommonMenuItemsIdPUTTest (line 690) | [Test] method CommonMenuItemsPOSTTest (line 703) | [Test] method CommonReviewStatusGroupsGETTest (line 715) | [Test] method CommonReviewStatusGroupsIdDELETETest (line 727) | [Test] method CommonReviewStatusGroupsIdGETTest (line 739) | [Test] method CommonReviewStatusGroupsIdPATCHTest (line 752) | [Test] method CommonReviewStatusGroupsIdPUTTest (line 765) | [Test] method CommonReviewStatusGroupsPOSTTest (line 778) | [Test] method CommonReviewStatusesGETTest (line 790) | [Test] method CommonReviewStatusesIdDELETETest (line 802) | [Test] method CommonReviewStatusesIdGETTest (line 814) | [Test] method CommonReviewStatusesIdPATCHTest (line 827) | [Test] method CommonReviewStatusesIdPUTTest (line 840) | [Test] method CommonReviewStatusesPOSTTest (line 853) | [Test] method DocumentAnnotationsAnnotatePUTTest (line 865) | [Test] method DocumentAnnotationsBatchPUTTest (line 877) | [Test] method DocumentAnnotationsGETTest (line 889) | [Test] method DocumentAnnotationsIdDELETETest (line 900) | [Test] method DocumentAnnotationsIdGETTest (line 912) | [Test] method DocumentAnnotationsIdPUTTest (line 924) | [Test] method DocumentAnnotationsPOSTTest (line 937) | [Test] method DocumentAnnotationsSuggestPOSTTest (line 949) | [Test] method DocumentDocumentFieldAnnotationsForUserGETTest (line 961) | [Test] method DocumentDocumentFieldAnnotationsGETTest (line 973) | [Test] method DocumentDocumentFieldAnnotationsUidGETTest (line 985) | [Test] method DocumentDocumentFieldCategoriesFormFieldsGETTest (line 998) | [Test] method DocumentDocumentFieldCategoriesGETTest (line 1009) | [Test] method DocumentDocumentFieldCategoriesIdDELETETest (line 1021) | [Test] method DocumentDocumentFieldCategoriesIdFormFieldsGETTest (line 1033) | [Test] method DocumentDocumentFieldCategoriesIdGETTest (line 1045) | [Test] method DocumentDocumentFieldCategoriesIdPATCHTest (line 1058) | [Test] method DocumentDocumentFieldCategoriesIdPUTTest (line 1071) | [Test] method DocumentDocumentFieldCategoriesPOSTTest (line 1084) | [Test] method DocumentDocumentFieldDetectorsFormFieldsGETTest (line 1096) | [Test] method DocumentDocumentFieldDetectorsGETTest (line 1107) | [Test] method DocumentDocumentFieldDetectorsPOSTTest (line 1119) | [Test] method DocumentDocumentFieldDetectorsUidDELETETest (line 1131) | [Test] method DocumentDocumentFieldDetectorsUidFormFieldsGETTest (line 1143) | [Test] method DocumentDocumentFieldDetectorsUidGETTest (line 1155) | [Test] method DocumentDocumentFieldDetectorsUidPATCHTest (line 1168) | [Test] method DocumentDocumentFieldDetectorsUidPUTTest (line 1181) | [Test] method DocumentDocumentFieldValuesGETTest (line 1194) | [Test] method DocumentDocumentFieldValuesIdGETTest (line 1206) | [Test] method DocumentDocumentFieldsCheckFieldFormulaPOSTTest (line 1219) | [Test] method DocumentDocumentFieldsFormFieldsGETTest (line 1231) | [Test] method DocumentDocumentFieldsGETTest (line 1242) | [Test] method DocumentDocumentFieldsPOSTTest (line 1254) | [Test] method DocumentDocumentFieldsStatsGETTest (line 1266) | [Test] method DocumentDocumentFieldsUidCheckFormulaPOSTTest (line 1278) | [Test] method DocumentDocumentFieldsUidClonePOSTTest (line 1291) | [Test] method DocumentDocumentFieldsUidDELETETest (line 1304) | [Test] method DocumentDocumentFieldsUidFormFieldsGETTest (line 1316) | [Test] method DocumentDocumentFieldsUidGETTest (line 1328) | [Test] method DocumentDocumentFieldsUidPATCHTest (line 1341) | [Test] method DocumentDocumentFieldsUidPUTTest (line 1354) | [Test] method DocumentDocumentFieldsUidPreDeletePOSTTest (line 1367) | [Test] method DocumentDocumentNotesGETTest (line 1380) | [Test] method DocumentDocumentNotesIdDELETETest (line 1396) | [Test] method DocumentDocumentNotesIdGETTest (line 1408) | [Test] method DocumentDocumentNotesIdPATCHTest (line 1421) | [Test] method DocumentDocumentNotesIdPUTTest (line 1434) | [Test] method DocumentDocumentNotesPOSTTest (line 1447) | [Test] method DocumentDocumentTypesFormFieldsGETTest (line 1459) | [Test] method DocumentDocumentTypesGETTest (line 1470) | [Test] method DocumentDocumentTypesImportDocTypePUTTest (line 1482) | [Test] method DocumentDocumentTypesPOSTTest (line 1494) | [Test] method DocumentDocumentTypesSchemeMigrationsGETTest (line 1506) | [Test] method DocumentDocumentTypesStatsGETTest (line 1517) | [Test] method DocumentDocumentTypesUidClonePOSTTest (line 1528) | [Test] method DocumentDocumentTypesUidDELETETest (line 1541) | [Test] method DocumentDocumentTypesUidExportDocTypeGETTest (line 1553) | [Test] method DocumentDocumentTypesUidFormFieldsGETTest (line 1566) | [Test] method DocumentDocumentTypesUidGETTest (line 1578) | [Test] method DocumentDocumentTypesUidPATCHTest (line 1591) | [Test] method DocumentDocumentTypesUidPUTTest (line 1604) | [Test] method DocumentDocumentTypesUidPreDeletePOSTTest (line 1617) | [Test] method DocumentDocumentTypesUserProjectTypesGETTest (line 1630) | [Test] method DocumentDocumentsDownloadZipGETTest (line 1642) | [Test] method DocumentDocumentsForUserGETTest (line 1655) | [Test] method DocumentDocumentsGETTest (line 1666) | [Test] method DocumentDocumentsIdActionsGETTest (line 1680) | [Test] method DocumentDocumentsIdDELETETest (line 1696) | [Test] method DocumentDocumentsIdDataGETTest (line 1708) | [Test] method DocumentDocumentsIdDefinitionsGETTest (line 1721) | [Test] method DocumentDocumentsIdExtractionGETTest (line 1733) | [Test] method DocumentDocumentsIdFieldsGETTest (line 1745) | [Test] method DocumentDocumentsIdFieldsPATCHTest (line 1757) | [Test] method DocumentDocumentsIdFieldsPOSTTest (line 1770) | [Test] method DocumentDocumentsIdFieldsPUTTest (line 1783) | [Test] method DocumentDocumentsIdFullTextGETTest (line 1796) | [Test] method DocumentDocumentsIdGETTest (line 1808) | [Test] method DocumentDocumentsIdHasPdfInfoGETTest (line 1821) | [Test] method DocumentDocumentsIdPATCHTest (line 1833) | [Test] method DocumentDocumentsIdPUTTest (line 1846) | [Test] method DocumentDocumentsIdPdfReprGETTest (line 1859) | [Test] method DocumentDocumentsIdShowGETTest (line 1871) | [Test] method DocumentDocumentsIdSimilarGETTest (line 1884) | [Test] method DocumentDocumentsMarkDeletePOSTTest (line 1898) | [Test] method DocumentDocumentsPOSTTest (line 1910) | [Test] method DocumentDocumentsUnmarkDeletePOSTTest (line 1922) | [Test] method DocumentFieldAnnotationStatusesGETTest (line 1934) | [Test] method DocumentFieldAnnotationStatusesIdDELETETest (line 1946) | [Test] method DocumentFieldAnnotationStatusesIdGETTest (line 1958) | [Test] method DocumentFieldAnnotationStatusesIdPATCHTest (line 1971) | [Test] method DocumentFieldAnnotationStatusesIdPUTTest (line 1984) | [Test] method DocumentFieldAnnotationStatusesPOSTTest (line 1997) | [Test] method DocumentProjectProjectPkDocumentFieldAnnotationsForUserGETTest (line 2009) | [Test] method DocumentProjectProjectPkDocumentFieldAnnotationsGETTest (line 2022) | [Test] method DocumentProjectProjectPkDocumentFieldAnnotationsUidGETTest (line 2035) | [Test] method DocumentProjectProjectPkDocumentFieldValuesGETTest (line 2049) | [Test] method DocumentProjectProjectPkDocumentFieldValuesIdGETTest (line 2062) | [Test] method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsGETTest (line 2076) | [Test] method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETETest (line 2089) | [Test] method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdGETTest (line 2103) | [Test] method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCHTest (line 2117) | [Test] method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUTTest (line 2132) | [Test] method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsPOSTTest (line 2147) | [Test] method DocumentProjectProjectPkDocumentsDownloadZipGETTest (line 2161) | [Test] method DocumentProjectProjectPkDocumentsForUserGETTest (line 2175) | [Test] method DocumentProjectProjectPkDocumentsGETTest (line 2187) | [Test] method DocumentProjectProjectPkDocumentsIdActionsGETTest (line 2202) | [Test] method DocumentProjectProjectPkDocumentsIdDELETETest (line 2219) | [Test] method DocumentProjectProjectPkDocumentsIdDataGETTest (line 2232) | [Test] method DocumentProjectProjectPkDocumentsIdDefinitionsGETTest (line 2246) | [Test] method DocumentProjectProjectPkDocumentsIdExtractionGETTest (line 2259) | [Test] method DocumentProjectProjectPkDocumentsIdFieldsGETTest (line 2272) | [Test] method DocumentProjectProjectPkDocumentsIdFieldsPATCHTest (line 2285) | [Test] method DocumentProjectProjectPkDocumentsIdFieldsPOSTTest (line 2299) | [Test] method DocumentProjectProjectPkDocumentsIdFieldsPUTTest (line 2313) | [Test] method DocumentProjectProjectPkDocumentsIdFullTextGETTest (line 2327) | [Test] method DocumentProjectProjectPkDocumentsIdGETTest (line 2340) | [Test] method DocumentProjectProjectPkDocumentsIdHasPdfInfoGETTest (line 2354) | [Test] method DocumentProjectProjectPkDocumentsIdPATCHTest (line 2367) | [Test] method DocumentProjectProjectPkDocumentsIdPUTTest (line 2381) | [Test] method DocumentProjectProjectPkDocumentsIdPdfReprGETTest (line 2395) | [Test] method DocumentProjectProjectPkDocumentsIdShowGETTest (line 2408) | [Test] method DocumentProjectProjectPkDocumentsIdSimilarGETTest (line 2422) | [Test] method DocumentProjectProjectPkDocumentsMarkDeletePOSTTest (line 2437) | [Test] method DocumentProjectProjectPkDocumentsPOSTTest (line 2450) | [Test] method DocumentProjectProjectPkDocumentsUnmarkDeletePOSTTest (line 2463) | [Test] method DocumentStatsGETTest (line 2476) | [Test] method DocumentTextunitsGETTest (line 2487) | [Test] method DocumentTextunitsIdGETTest (line 2499) | [Test] method DumpDocumentConfigGETTest (line 2512) | [Test] method DumpDocumentConfigPUTTest (line 2525) | [Test] method DumpDumpFixturePOSTTest (line 2537) | [Test] method DumpDumpGETTest (line 2549) | [Test] method DumpDumpPUTTest (line 2561) | [Test] method DumpFieldValuesGETTest (line 2573) | [Test] method DumpFieldValuesPUTTest (line 2585) | [Test] method DumpLoadFixturePOSTTest (line 2597) | [Test] method ExtractAmountUsageGETTest (line 2609) | [Test] method ExtractAmountUsageTopGETTest (line 2621) | [Test] method ExtractCitationUsageGETTest (line 2632) | [Test] method ExtractCitationUsageTopGETTest (line 2644) | [Test] method ExtractCopyrightUsageGETTest (line 2655) | [Test] method ExtractCopyrightUsageTopGETTest (line 2667) | [Test] method ExtractCourtUsageGETTest (line 2678) | [Test] method ExtractCourtUsageTopGETTest (line 2690) | [Test] method ExtractCurrencyUsageGETTest (line 2701) | [Test] method ExtractCurrencyUsageTopGETTest (line 2713) | [Test] method ExtractDateDurationUsageGETTest (line 2724) | [Test] method ExtractDateDurationUsageTopGETTest (line 2736) | [Test] method ExtractDateUsageCalendarChartGETTest (line 2747) | [Test] method ExtractDateUsageGETTest (line 2758) | [Test] method ExtractDateUsageTimelineChartGETTest (line 2770) | [Test] method ExtractDateUsageToIcalGETTest (line 2781) | [Test] method ExtractDateUsageTopGETTest (line 2793) | [Test] method ExtractDefinitionUsageGETTest (line 2804) | [Test] method ExtractDefinitionUsageTopGETTest (line 2816) | [Test] method ExtractDistanceUsageGETTest (line 2827) | [Test] method ExtractDistanceUsageTopGETTest (line 2839) | [Test] method ExtractGeoAliasUsageGETTest (line 2850) | [Test] method ExtractGeoAliasUsageTopGETTest (line 2862) | [Test] method ExtractGeoEntitiesGETTest (line 2873) | [Test] method ExtractGeoEntitiesIdGETTest (line 2885) | [Test] method ExtractGeoEntitiesIdPUTTest (line 2898) | [Test] method ExtractGeoEntityUsageGETTest (line 2911) | [Test] method ExtractGeoEntityUsageTopGETTest (line 2923) | [Test] method ExtractPartiesGETTest (line 2934) | [Test] method ExtractPartiesIdGETTest (line 2946) | [Test] method ExtractPartyNetworkChartGETTest (line 2959) | [Test] method ExtractPartyUsageGETTest (line 2971) | [Test] method ExtractPartyUsageTopGETTest (line 2983) | [Test] method ExtractPercentUsageGETTest (line 2994) | [Test] method ExtractPercentUsageTopGETTest (line 3006) | [Test] method ExtractRatioUsageGETTest (line 3017) | [Test] method ExtractRatioUsageTopGETTest (line 3029) | [Test] method ExtractRegulationUsageGETTest (line 3040) | [Test] method ExtractRegulationUsageTopGETTest (line 3052) | [Test] method ExtractTermTagsGETTest (line 3063) | [Test] method ExtractTermUsageGETTest (line 3075) | [Test] method ExtractTermUsageTopGETTest (line 3087) | [Test] method ExtractTrademarkUsageGETTest (line 3098) | [Test] method ExtractTrademarkUsageTopGETTest (line 3110) | [Test] method ExtractTypeaheadGeoEntityUsageFieldNameGETTest (line 3121) | [Test] method ExtractTypeaheadPartyUsageFieldNameGETTest (line 3133) | [Test] method ExtractTypeaheadTermUsageFieldNameGETTest (line 3145) | [Test] method ExtractUrlUsageGETTest (line 3157) | [Test] method ExtractUrlUsageTopGETTest (line 3169) | [Test] method LoggingLogMessagePOSTTest (line 3180) | [Test] method MediaDataPathGETTest (line 3192) | [Test] method ProjectProjectClusteringGETTest (line 3205) | [Test] method ProjectProjectClusteringIdGETTest (line 3217) | [Test] method ProjectProjectsFormFieldsGETTest (line 3230) | [Test] method ProjectProjectsGETTest (line 3241) | [Test] method ProjectProjectsIdActiveTasksGETTest (line 3253) | [Test] method ProjectProjectsIdAnnotationsAssigneesGETTest (line 3266) | [Test] method ProjectProjectsIdAssignAnnotationsPOSTTest (line 3278) | [Test] method ProjectProjectsIdAssignDocumentPOSTTest (line 3291) | [Test] method ProjectProjectsIdAssignDocumentsPOSTTest (line 3304) | [Test] method ProjectProjectsIdAssigneesGETTest (line 3317) | [Test] method ProjectProjectsIdCleanupPOSTTest (line 3329) | [Test] method ProjectProjectsIdClusterActionsGETTest (line 3342) | [Test] method ProjectProjectsIdClusterPOSTTest (line 3358) | [Test] method ProjectProjectsIdClusteringStatusGETTest (line 3371) | [Test] method ProjectProjectsIdDELETETest (line 3384) | [Test] method ProjectProjectsIdDeleteDocumentSimilarityResultsDELETETest (line 3396) | [Test] method ProjectProjectsIdDeleteTextUnitSimilarityResultsDELETETest (line 3408) | [Test] method ProjectProjectsIdDetectFieldValuesPOSTTest (line 3420) | [Test] method ProjectProjectsIdFormFieldsGETTest (line 3433) | [Test] method ProjectProjectsIdGETTest (line 3445) | [Test] method ProjectProjectsIdLocateItemsPOSTTest (line 3458) | [Test] method ProjectProjectsIdMarkDeletePOSTTest (line 3471) | [Test] method ProjectProjectsIdPATCHTest (line 3484) | [Test] method ProjectProjectsIdPUTTest (line 3497) | [Test] method ProjectProjectsIdProgressGETTest (line 3510) | [Test] method ProjectProjectsIdSearchSimilarDocumentsPOSTTest (line 3522) | [Test] method ProjectProjectsIdSearchSimilarTextUnitsPOSTTest (line 3535) | [Test] method ProjectProjectsIdSendClustersToProjectPOSTTest (line 3548) | [Test] method ProjectProjectsIdSetAnnotationStatusPOSTTest (line 3561) | [Test] method ProjectProjectsIdSetStatusPOSTTest (line 3574) | [Test] method ProjectProjectsIdSettingsActionsGETTest (line 3587) | [Test] method ProjectProjectsIdTaskTaskIdTaskLogsGETTest (line 3603) | [Test] method ProjectProjectsIdTasksGETTest (line 3618) | [Test] method ProjectProjectsIdUnmarkDeletePOSTTest (line 3631) | [Test] method ProjectProjectsIdUpdateDocumentFieldsPOSTTest (line 3644) | [Test] method ProjectProjectsPOSTTest (line 3657) | [Test] method ProjectProjectsProjectStatsGETTest (line 3669) | [Test] method ProjectProjectsRecentGETTest (line 3681) | [Test] method ProjectProjectsSelectProjectsPOSTTest (line 3693) | [Test] method ProjectTaskQueuesGETTest (line 3705) | [Test] method ProjectTaskQueuesIdDELETETest (line 3717) | [Test] method ProjectTaskQueuesIdGETTest (line 3729) | [Test] method ProjectTaskQueuesIdPATCHTest (line 3742) | [Test] method ProjectTaskQueuesIdPUTTest (line 3755) | [Test] method ProjectTaskQueuesPOSTTest (line 3768) | [Test] method ProjectUploadSessionGETTest (line 3780) | [Test] method ProjectUploadSessionPOSTTest (line 3792) | [Test] method ProjectUploadSessionStatusGETTest (line 3804) | [Test] method ProjectUploadSessionUidBatchUploadPOSTTest (line 3816) | [Test] method ProjectUploadSessionUidBatchUploadPOST_0Test (line 3829) | [Test] method ProjectUploadSessionUidCancelDELETETest (line 3842) | [Test] method ProjectUploadSessionUidDELETETest (line 3854) | [Test] method ProjectUploadSessionUidDeleteFileDELETETest (line 3866) | [Test] method ProjectUploadSessionUidFilesPOSTTest (line 3879) | [Test] method ProjectUploadSessionUidGETTest (line 3897) | [Test] method ProjectUploadSessionUidPATCHTest (line 3910) | [Test] method ProjectUploadSessionUidProgressGETTest (line 3923) | [Test] method ProjectUploadSessionUidUploadPOSTTest (line 3935) | [Test] method RawdbConfigGETTest (line 3953) | [Test] method RawdbDocumentsDocumentTypeCodeGETTest (line 3964) | [Test] method RawdbDocumentsDocumentTypeCodePOSTTest (line 3990) | [Test] method RawdbProjectStatsProjectIdGETTest (line 4003) | [Test] method RawdbSocialAccountsGETTest (line 4015) | [Test] method RestAuthLoginPOSTTest (line 4026) | [Test] method RestAuthLogoutGETTest (line 4038) | [Test] method RestAuthLogoutPOSTTest (line 4049) | [Test] method RestAuthPasswordChangePOSTTest (line 4061) | [Test] method RestAuthPasswordResetConfirmPOSTTest (line 4073) | [Test] method RestAuthPasswordResetPOSTTest (line 4085) | [Test] method RestAuthRegistrationPOSTTest (line 4097) | [Test] method RestAuthRegistrationVerifyEmailPOSTTest (line 4109) | [Test] method SimilarityDocumentSimilarityByFeaturesGETTest (line 4121) | [Test] method SimilarityDocumentSimilarityByFeaturesPOSTTest (line 4132) | [Test] method SimilarityPartySimilarityGETTest (line 4144) | [Test] method SimilarityPartySimilarityPOSTTest (line 4155) | [Test] method SimilarityProjectDocumentsSimilarityByVectorsGETTest (line 4167) | [Test] method SimilarityProjectDocumentsSimilarityByVectorsPOSTTest (line 4178) | [Test] method SimilarityProjectTextUnitsSimilarityByVectorsGETTest (line 4190) | [Test] method SimilarityProjectTextUnitsSimilarityByVectorsPOSTTest (line 4201) | [Test] method SimilaritySimilarityGETTest (line 4213) | [Test] method SimilaritySimilarityPOSTTest (line 4224) | [Test] method SimilarityTextUnitSimilarityByFeaturesGETTest (line 4236) | [Test] method SimilarityTextUnitSimilarityByFeaturesPOSTTest (line 4247) | [Test] method TaskCleanTasksPOSTTest (line 4259) | [Test] method TaskLoadDictionariesPOSTTest (line 4271) | [Test] method TaskLoadDocumentsGETTest (line 4283) | [Test] method TaskLoadDocumentsPOSTTest (line 4294) | [Test] method TaskLocateGETTest (line 4306) | [Test] method TaskLocatePOSTTest (line 4317) | [Test] method TaskProcessTextExtractionResultsRequestIdPOSTTest (line 4329) | [Test] method TaskPurgeTaskPOSTTest (line 4342) | [Test] method TaskRecallTaskGETTest (line 4354) | [Test] method TaskRecallTaskPOSTTest (line 4365) | [Test] method TaskReindexroutinesCheckSchedulePOSTTest (line 4377) | [Test] method TaskTaskLogGETTest (line 4389) | [Test] method TaskTaskStatusGETTest (line 4403) | [Test] method TaskTasksGETTest (line 4415) | [Test] method TaskTasksIdGETTest (line 4427) | [Test] method TaskTasksProjectProjectIdActiveTasksGETTest (line 4440) | [Test] method TaskTasksProjectProjectIdTasksGETTest (line 4453) | [Test] method TaskUpdateElasticIndexGETTest (line 4466) | [Test] method TaskUpdateElasticIndexPOSTTest (line 4477) | [Test] method TusUploadSessionUploadSessionIdUploadGuidPATCHTest (line 4489) | [Test] method TusUploadSessionUploadSessionIdUploadPOSTTest (line 4506) | [Test] method UsersUsersFormFieldsGETTest (line 4523) | [Test] method UsersUsersGETTest (line 4534) | [Test] method UsersUsersIdFormFieldsGETTest (line 4546) | [Test] method UsersUsersIdGETTest (line 4558) | [Test] method UsersUsersIdPATCHTest (line 4571) | [Test] method UsersUsersIdPUTTest (line 4584) | [Test] method UsersUsersPOSTTest (line 4597) | [Test] method UsersUsersUserStatsGETTest (line 4609) | [Test] method UsersVerifyTokenPOSTTest (line 4620) | [Test] method VarGETTest (line 4632) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Api/VarApiTests.cs class VarApiTests (line 32) | public class VarApiTests method Init (line 39) | [SetUp] method Cleanup (line 48) | [TearDown] method InstanceTest (line 57) | [Test] method VarGETTest (line 68) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/AccessTokenSchemaTests.cs class AccessTokenSchemaTests (line 33) | public class AccessTokenSchemaTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method AccessTokenSchemaInstanceTest (line 60) | [Test] method AccessTokenTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ActionTests.cs class ActionTests (line 33) | public class ActionTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ActionInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method NameTest (line 79) | [Test] method MessageTest (line 87) | [Test] method ViewActionTest (line 95) | [Test] method ObjectPkTest (line 103) | [Test] method ModelNameTest (line 111) | [Test] method DateTest (line 119) | [Test] method UserNameTest (line 127) | [Test] method RequestDataTest (line 135) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/AmountUsageTests.cs class AmountUsageTests (line 33) | public class AmountUsageTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method AmountUsageInstanceTest (line 60) | [Test] method AmountTest (line 71) | [Test] method AmountStrTest (line 79) | [Test] method CountTest (line 87) | [Test] method PkTest (line 95) | [Test] method TextUnitPkTest (line 103) | [Test] method TextUnitUnitTypeTest (line 111) | [Test] method TextUnitLocationStartTest (line 119) | [Test] method TextUnitLocationEndTest (line 127) | [Test] method TextUnitDocumentPkTest (line 135) | [Test] method TextUnitDocumentNameTest (line 143) | [Test] method TextUnitDocumentDescriptionTest (line 151) | [Test] method TextUnitDocumentDocumentTypeTest (line 159) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/AnnotationBatchRequestTests.cs class AnnotationBatchRequestTests (line 33) | public class AnnotationBatchRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method AnnotationBatchRequestInstanceTest (line 60) | [Test] method OperationUidTest (line 71) | [Test] method ActionTest (line 79) | [Test] method IdTest (line 87) | [Test] method DataTest (line 95) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/AnnotationBatchResponseTests.cs class AnnotationBatchResponseTests (line 33) | public class AnnotationBatchResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method AnnotationBatchResponseInstanceTest (line 60) | [Test] method OperationUidTest (line 71) | [Test] method StatusTest (line 79) | [Test] method DataTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/AnnotationInDocumentTests.cs class AnnotationInDocumentTests (line 33) | public class AnnotationInDocumentTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method AnnotationInDocumentInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method DocumentTest (line 79) | [Test] method ValueTest (line 87) | [Test] method FieldTest (line 95) | [Test] method LocationStartTest (line 103) | [Test] method LocationEndTest (line 111) | [Test] method LocationTextTest (line 119) | [Test] method ModifiedByTest (line 127) | [Test] method ModifiedDateTest (line 135) | [Test] method UidTest (line 143) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/AnnotationSuggestRequestTests.cs class AnnotationSuggestRequestTests (line 33) | public class AnnotationSuggestRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method AnnotationSuggestRequestInstanceTest (line 60) | [Test] method FieldTest (line 71) | [Test] method DocumentTest (line 79) | [Test] method QuiteTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/AnnotationTests.cs class AnnotationTests (line 33) | public class AnnotationTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method AnnotationInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method DocumentTest (line 79) | [Test] method FieldTest (line 87) | [Test] method ValueTest (line 95) | [Test] method LocationStartTest (line 103) | [Test] method LocationEndTest (line 111) | [Test] method LocationTextTest (line 119) | [Test] method ModifiedByTest (line 127) | [Test] method ModifiedDateTest (line 135) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/AnnotationUpdateResponseTests.cs class AnnotationUpdateResponseTests (line 33) | public class AnnotationUpdateResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method AnnotationUpdateResponseInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method DocumentTest (line 79) | [Test] method DocumentNameTest (line 87) | [Test] method FieldTest (line 95) | [Test] method FieldNameTest (line 103) | [Test] method ValueTest (line 111) | [Test] method ProjectTest (line 119) | [Test] method LocationStartTest (line 127) | [Test] method LocationEndTest (line 135) | [Test] method LocationTextTest (line 143) | [Test] method ModifiedByTest (line 151) | [Test] method ModifiedDateTest (line 159) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/AppVarTests.cs class AppVarTests (line 33) | public class AppVarTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method AppVarInstanceTest (line 60) | [Test] method CategoryTest (line 71) | [Test] method NameTest (line 79) | [Test] method ValueTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/AssignProjectAnnotationsRequestTests.cs class AssignProjectAnnotationsRequestTests (line 33) | public class AssignProjectAnnotationsRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method AssignProjectAnnotationsRequestInstanceTest (line 60) | [Test] method AssigneeIdTest (line 71) | [Test] method AllTest (line 79) | [Test] method AnnotationIdsTest (line 87) | [Test] method NoAnnotationIdsTest (line 95) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/AssignProjectDocumentRequestTests.cs class AssignProjectDocumentRequestTests (line 33) | public class AssignProjectDocumentRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method AssignProjectDocumentRequestInstanceTest (line 60) | [Test] method AssigneeIdTest (line 71) | [Test] method DocumentIdTest (line 79) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/AssignProjectDocumentsRequestTests.cs class AssignProjectDocumentsRequestTests (line 33) | public class AssignProjectDocumentsRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method AssignProjectDocumentsRequestInstanceTest (line 60) | [Test] method AssigneeIdTest (line 71) | [Test] method AllTest (line 79) | [Test] method DocumentIdsTest (line 87) | [Test] method NoDocumentIdsTest (line 95) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/CheckDocumentFieldFormulaRequestTests.cs class CheckDocumentFieldFormulaRequestTests (line 33) | public class CheckDocumentFieldFormulaRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method CheckDocumentFieldFormulaRequestInstanceTest (line 60) | [Test] method FormulaTest (line 71) | [Test] method HideUntilPythonTest (line 79) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/CheckNewDocumentFieldFormulaRequestTests.cs class CheckNewDocumentFieldFormulaRequestTests (line 33) | public class CheckNewDocumentFieldFormulaRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method CheckNewDocumentFieldFormulaRequestInstanceTest (line 60) | [Test] method FormulaTest (line 71) | [Test] method HideUntilPythonTest (line 79) | [Test] method FieldTypeTest (line 87) | [Test] method DocumentTypeTest (line 95) | [Test] method DependsOnFieldsTest (line 103) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/CitationUsageTests.cs class CitationUsageTests (line 33) | public class CitationUsageTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method CitationUsageInstanceTest (line 60) | [Test] method VolumeTest (line 71) | [Test] method ReporterTest (line 79) | [Test] method ReporterFullNameTest (line 87) | [Test] method PageTest (line 95) | [Test] method Page2Test (line 103) | [Test] method CourtTest (line 111) | [Test] method YearTest (line 119) | [Test] method CitationStrTest (line 127) | [Test] method CountTest (line 135) | [Test] method PkTest (line 143) | [Test] method TextUnitPkTest (line 151) | [Test] method TextUnitUnitTypeTest (line 159) | [Test] method TextUnitLocationStartTest (line 167) | [Test] method TextUnitLocationEndTest (line 175) | [Test] method TextUnitDocumentPkTest (line 183) | [Test] method TextUnitDocumentNameTest (line 191) | [Test] method TextUnitDocumentDescriptionTest (line 199) | [Test] method TextUnitDocumentDocumentTypeTest (line 207) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/CleanupProjectRequestTests.cs class CleanupProjectRequestTests (line 33) | public class CleanupProjectRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method CleanupProjectRequestInstanceTest (line 60) | [Test] method DeleteTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/CloneDocumentFieldRequestTests.cs class CloneDocumentFieldRequestTests (line 33) | public class CloneDocumentFieldRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method CloneDocumentFieldRequestInstanceTest (line 60) | [Test] method CodeTest (line 71) | [Test] method DocumentTypeTest (line 79) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/CloneDocumentTypeRequestTests.cs class CloneDocumentTypeRequestTests (line 33) | public class CloneDocumentTypeRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method CloneDocumentTypeRequestInstanceTest (line 60) | [Test] method CodeTest (line 71) | [Test] method TitleTest (line 79) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ClusterProjectRequestTests.cs class ClusterProjectRequestTests (line 33) | public class ClusterProjectRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ClusterProjectRequestInstanceTest (line 60) | [Test] method NClustersTest (line 71) | [Test] method ForceTest (line 79) | [Test] method ClusterByTest (line 87) | [Test] method MethodTest (line 95) | [Test] method RequireConfirmationTest (line 103) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ClusterProjectResponseTests.cs class ClusterProjectResponseTests (line 33) | public class ClusterProjectResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ClusterProjectResponseInstanceTest (line 60) | [Test] method TaskIdTest (line 71) | [Test] method ProjectClusteringIdTest (line 79) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/CodeTests.cs class CodeTests (line 33) | public class CodeTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method CodeInstanceTest (line 60) | [Test] method _CodeTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/CopyrightUsageTests.cs class CopyrightUsageTests (line 33) | public class CopyrightUsageTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method CopyrightUsageInstanceTest (line 60) | [Test] method CopyrightStrTest (line 71) | [Test] method CountTest (line 79) | [Test] method PkTest (line 87) | [Test] method TextUnitPkTest (line 95) | [Test] method TextUnitUnitTypeTest (line 103) | [Test] method TextUnitLocationStartTest (line 111) | [Test] method TextUnitLocationEndTest (line 119) | [Test] method TextUnitDocumentPkTest (line 127) | [Test] method TextUnitDocumentNameTest (line 135) | [Test] method TextUnitDocumentDescriptionTest (line 143) | [Test] method TextUnitDocumentDocumentTypeTest (line 151) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/CountSuccessResponseTests.cs class CountSuccessResponseTests (line 33) | public class CountSuccessResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method CountSuccessResponseInstanceTest (line 60) | [Test] method SuccessTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/CourtUsageTests.cs class CourtUsageTests (line 33) | public class CourtUsageTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method CourtUsageInstanceTest (line 60) | [Test] method CourtNameTest (line 71) | [Test] method CourtAliasTest (line 79) | [Test] method CountTest (line 87) | [Test] method PkTest (line 95) | [Test] method TextUnitPkTest (line 103) | [Test] method TextUnitUnitTypeTest (line 111) | [Test] method TextUnitLocationStartTest (line 119) | [Test] method TextUnitLocationEndTest (line 127) | [Test] method TextUnitDocumentPkTest (line 135) | [Test] method TextUnitDocumentNameTest (line 143) | [Test] method TextUnitDocumentDescriptionTest (line 151) | [Test] method TextUnitDocumentDocumentTypeTest (line 159) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/CurrencyUsageTests.cs class CurrencyUsageTests (line 33) | public class CurrencyUsageTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method CurrencyUsageInstanceTest (line 60) | [Test] method UsageTypeTest (line 71) | [Test] method CurrencyTest (line 79) | [Test] method AmountTest (line 87) | [Test] method AmountStrTest (line 95) | [Test] method PkTest (line 103) | [Test] method TextUnitPkTest (line 111) | [Test] method TextUnitUnitTypeTest (line 119) | [Test] method TextUnitLocationStartTest (line 127) | [Test] method TextUnitLocationEndTest (line 135) | [Test] method TextUnitDocumentPkTest (line 143) | [Test] method TextUnitDocumentNameTest (line 151) | [Test] method TextUnitDocumentDescriptionTest (line 159) | [Test] method TextUnitDocumentDocumentTypeTest (line 167) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/CustomPasswordChangeTests.cs class CustomPasswordChangeTests (line 33) | public class CustomPasswordChangeTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method CustomPasswordChangeInstanceTest (line 60) | [Test] method OldPasswordTest (line 71) | [Test] method NewPasswordTest (line 79) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/CustomPasswordResetConfirmTests.cs class CustomPasswordResetConfirmTests (line 33) | public class CustomPasswordResetConfirmTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method CustomPasswordResetConfirmInstanceTest (line 60) | [Test] method NewPassword1Test (line 71) | [Test] method NewPassword2Test (line 79) | [Test] method UidTest (line 87) | [Test] method TokenTest (line 95) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/CustomPasswordResetTests.cs class CustomPasswordResetTests (line 33) | public class CustomPasswordResetTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method CustomPasswordResetInstanceTest (line 60) | [Test] method EmailTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DateDurationUsageTests.cs class DateDurationUsageTests (line 33) | public class DateDurationUsageTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DateDurationUsageInstanceTest (line 60) | [Test] method AmountTest (line 71) | [Test] method AmountStrTest (line 79) | [Test] method DurationTypeTest (line 87) | [Test] method DurationDaysTest (line 95) | [Test] method CountTest (line 103) | [Test] method PkTest (line 111) | [Test] method TextUnitPkTest (line 119) | [Test] method TextUnitUnitTypeTest (line 127) | [Test] method TextUnitLocationStartTest (line 135) | [Test] method TextUnitLocationEndTest (line 143) | [Test] method TextUnitDocumentPkTest (line 151) | [Test] method TextUnitDocumentNameTest (line 159) | [Test] method TextUnitDocumentDescriptionTest (line 167) | [Test] method TextUnitDocumentDocumentTypeTest (line 175) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DateUsageCalendarTests.cs class DateUsageCalendarTests (line 33) | public class DateUsageCalendarTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DateUsageCalendarInstanceTest (line 60) | [Test] method DocumentIdTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DateUsageTests.cs class DateUsageTests (line 33) | public class DateUsageTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DateUsageInstanceTest (line 60) | [Test] method DateTest (line 71) | [Test] method CountTest (line 79) | [Test] method PkTest (line 87) | [Test] method TextUnitPkTest (line 95) | [Test] method TextUnitUnitTypeTest (line 103) | [Test] method TextUnitLocationStartTest (line 111) | [Test] method TextUnitLocationEndTest (line 119) | [Test] method TextUnitDocumentPkTest (line 127) | [Test] method TextUnitDocumentNameTest (line 135) | [Test] method TextUnitDocumentDescriptionTest (line 143) | [Test] method TextUnitDocumentDocumentTypeTest (line 151) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DateUsageTimelineTests.cs class DateUsageTimelineTests (line 33) | public class DateUsageTimelineTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DateUsageTimelineInstanceTest (line 60) | [Test] method DocumentIdTest (line 71) | [Test] method PerMonthTest (line 79) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DefinitionUsageTests.cs class DefinitionUsageTests (line 33) | public class DefinitionUsageTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DefinitionUsageInstanceTest (line 60) | [Test] method DefinitionTest (line 71) | [Test] method CountTest (line 79) | [Test] method PkTest (line 87) | [Test] method TextUnitPkTest (line 95) | [Test] method TextUnitUnitTypeTest (line 103) | [Test] method TextUnitLocationStartTest (line 111) | [Test] method TextUnitLocationEndTest (line 119) | [Test] method TextUnitDocumentPkTest (line 127) | [Test] method TextUnitDocumentNameTest (line 135) | [Test] method TextUnitDocumentDescriptionTest (line 143) | [Test] method TextUnitDocumentDocumentTypeTest (line 151) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DetectProjectFieldValuesRequestTests.cs class DetectProjectFieldValuesRequestTests (line 33) | public class DetectProjectFieldValuesRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DetectProjectFieldValuesRequestInstanceTest (line 60) | [Test] method DoNotUpdateModifiedTest (line 71) | [Test] method DoNotWriteTest (line 79) | [Test] method DocumentIdsTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DistanceUsageTests.cs class DistanceUsageTests (line 33) | public class DistanceUsageTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DistanceUsageInstanceTest (line 60) | [Test] method AmountTest (line 71) | [Test] method DistanceTypeTest (line 79) | [Test] method CountTest (line 87) | [Test] method PkTest (line 95) | [Test] method TextUnitPkTest (line 103) | [Test] method TextUnitUnitTypeTest (line 111) | [Test] method TextUnitLocationStartTest (line 119) | [Test] method TextUnitLocationEndTest (line 127) | [Test] method TextUnitDocumentPkTest (line 135) | [Test] method TextUnitDocumentNameTest (line 143) | [Test] method TextUnitDocumentDescriptionTest (line 151) | [Test] method TextUnitDocumentDocumentTypeTest (line 159) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentClusterDocumentDataInnerTests.cs class DocumentClusterDocumentDataInnerTests (line 33) | public class DocumentClusterDocumentDataInnerTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentClusterDocumentDataInnerInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NameTest (line 79) | [Test] method DocumentTypeTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentClusterDocumentDataTests.cs class DocumentClusterDocumentDataTests (line 33) | public class DocumentClusterDocumentDataTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentClusterDocumentDataInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NameTest (line 79) | [Test] method DocumentTypeTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentClusterTests.cs class DocumentClusterTests (line 33) | public class DocumentClusterTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentClusterInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method ClusterIdTest (line 79) | [Test] method NameTest (line 87) | [Test] method SelfNameTest (line 95) | [Test] method DescriptionTest (line 103) | [Test] method ClusterByTest (line 111) | [Test] method UsingTest (line 119) | [Test] method CreatedDateTest (line 127) | [Test] method DocumentsCountTest (line 135) | [Test] method DocumentDataTest (line 143) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentClusterUpdateTests.cs class DocumentClusterUpdateTests (line 33) | public class DocumentClusterUpdateTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentClusterUpdateInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NameTest (line 79) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentDefinitionsTests.cs class DocumentDefinitionsTests (line 33) | public class DocumentDefinitionsTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentDefinitionsInstanceTest (line 60) | [Test] method DefinitionTest (line 71) | [Test] method MatchesTest (line 79) | [Test] method DescriptionsTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentDetailAssigneeDataTests.cs class DocumentDetailAssigneeDataTests (line 33) | public class DocumentDetailAssigneeDataTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentDetailAssigneeDataInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method FirstNameTest (line 79) | [Test] method LastNameTest (line 87) | [Test] method UsernameTest (line 95) | [Test] method PhotoTest (line 103) | [Test] method NameTest (line 111) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentDetailAvailableAssigneesDataInnerTests.cs class DocumentDetailAvailableAssigneesDataInnerTests (line 33) | public class DocumentDetailAvailableAssigneesDataInnerTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentDetailAvailableAssigneesDataInnerInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method FirstNameTest (line 79) | [Test] method LastNameTest (line 87) | [Test] method UsernameTest (line 95) | [Test] method PhotoTest (line 103) | [Test] method NameTest (line 111) | [Test] method InitialsTest (line 119) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentDetailAvailableAssigneesDataTests.cs class DocumentDetailAvailableAssigneesDataTests (line 33) | public class DocumentDetailAvailableAssigneesDataTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentDetailAvailableAssigneesDataInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method FirstNameTest (line 79) | [Test] method LastNameTest (line 87) | [Test] method UsernameTest (line 95) | [Test] method PhotoTest (line 103) | [Test] method NameTest (line 111) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentDetailNotesTests.cs class DocumentDetailNotesTests (line 33) | public class DocumentDetailNotesTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentDetailNotesInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NoteTest (line 79) | [Test] method TimestampTest (line 87) | [Test] method UserTest (line 95) | [Test] method LocationStartTest (line 103) | [Test] method LocationEndTest (line 111) | [Test] method DocumentIdTest (line 119) | [Test] method FieldValueIdTest (line 127) | [Test] method FieldIdTest (line 135) | [Test] method SelectionsTest (line 143) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentDetailStatusDataTests.cs class DocumentDetailStatusDataTests (line 33) | public class DocumentDetailStatusDataTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentDetailStatusDataInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method NameTest (line 79) | [Test] method CodeTest (line 87) | [Test] method OrderTest (line 95) | [Test] method IsActiveTest (line 103) | [Test] method GroupTest (line 111) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentDetailTests.cs class DocumentDetailTests (line 33) | public class DocumentDetailTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentDetailInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NameTest (line 79) | [Test] method DocumentTypeTest (line 87) | [Test] method FileSizeTest (line 95) | [Test] method FolderTest (line 103) | [Test] method CreatedDateTest (line 111) | [Test] method CreatedByNameTest (line 119) | [Test] method ModifiedDateTest (line 127) | [Test] method ModifiedByNameTest (line 135) | [Test] method StatusTest (line 143) | [Test] method StatusDataTest (line 151) | [Test] method AvailableStatusesDataTest (line 159) | [Test] method AssigneeTest (line 167) | [Test] method AssignDateTest (line 175) | [Test] method AssigneeDataTest (line 183) | [Test] method AvailableAssigneesDataTest (line 191) | [Test] method DescriptionTest (line 199) | [Test] method TitleTest (line 207) | [Test] method InitialAnnotationIdTest (line 215) | [Test] method PageLocationsTest (line 223) | [Test] method PageBoundsTest (line 231) | [Test] method NotesTest (line 239) | [Test] method FieldValuesTest (line 247) | [Test] method FieldValueObjectsTest (line 255) | [Test] method PrevIdTest (line 263) | [Test] method NextIdTest (line 271) | [Test] method SectionsTest (line 279) | [Test] method ClusterIdTest (line 287) | [Test] method UserPermissionsTest (line 295) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentDetailUserTests.cs class DocumentDetailUserTests (line 33) | public class DocumentDetailUserTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentDetailUserInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method FirstNameTest (line 79) | [Test] method LastNameTest (line 87) | [Test] method UsernameTest (line 95) | [Test] method PhotoTest (line 103) | [Test] method NameTest (line 111) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentDocumentsDownloadZipGET404ResponseTests.cs class DocumentDocumentsDownloadZipGET404ResponseTests (line 33) | public class DocumentDocumentsDownloadZipGET404ResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentDocumentsDownloadZipGET404ResponseInstanceTest (line 60) | [Test] method DetailTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentDownloadZipResponseTests.cs class DocumentDownloadZipResponseTests (line 33) | public class DocumentDownloadZipResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentDownloadZipResponseInstanceTest (line 60) | [Test] method TaskIdTest (line 71) | [Test] method DetailTest (line 79) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentFieldAnnotationTests.cs class DocumentFieldAnnotationTests (line 33) | public class DocumentFieldAnnotationTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentFieldAnnotationInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method UidTest (line 79) | [Test] method ProjectIdTest (line 87) | [Test] method ProjectNameTest (line 95) | [Test] method DocumentIdTest (line 103) | [Test] method DocumentNameTest (line 111) | [Test] method DocumentTypeTest (line 119) | [Test] method DocumentStatusTest (line 127) | [Test] method FieldIdTest (line 135) | [Test] method FieldNameTest (line 143) | [Test] method ValueTest (line 151) | [Test] method LocationStartTest (line 159) | [Test] method LocationEndTest (line 167) | [Test] method LocationTextTest (line 175) | [Test] method AssigneeIdTest (line 183) | [Test] method AssignDateTest (line 191) | [Test] method StatusIdTest (line 199) | [Test] method StatusNameTest (line 207) | [Test] method AssigneeNameTest (line 215) | [Test] method ModifiedByIdTest (line 223) | [Test] method ModifiedDateTest (line 231) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentFieldCategoryCreateTests.cs class DocumentFieldCategoryCreateTests (line 33) | public class DocumentFieldCategoryCreateTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentFieldCategoryCreateInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method DocumentTypeTest (line 79) | [Test] method NameTest (line 87) | [Test] method OrderTest (line 95) | [Test] method FieldsTest (line 103) | [Test] method FieldsNumberTest (line 111) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentFieldCategoryListFieldsInnerTests.cs class DocumentFieldCategoryListFieldsInnerTests (line 33) | public class DocumentFieldCategoryListFieldsInnerTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentFieldCategoryListFieldsInnerInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method CategoryTest (line 79) | [Test] method CodeTest (line 87) | [Test] method TitleTest (line 95) | [Test] method OrderTest (line 103) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentFieldCategoryListFieldsTests.cs class DocumentFieldCategoryListFieldsTests (line 33) | public class DocumentFieldCategoryListFieldsTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentFieldCategoryListFieldsInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method CategoryTest (line 79) | [Test] method CodeTest (line 87) | [Test] method TitleTest (line 95) | [Test] method OrderTest (line 103) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentFieldCategoryListTests.cs class DocumentFieldCategoryListTests (line 33) | public class DocumentFieldCategoryListTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentFieldCategoryListInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method DocumentTypeTest (line 79) | [Test] method DocumentTypeTitleTest (line 87) | [Test] method NameTest (line 95) | [Test] method OrderTest (line 103) | [Test] method FieldsTest (line 111) | [Test] method FieldsNumberTest (line 119) | [Test] method ExportKeyTest (line 127) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentFieldCreateTests.cs class DocumentFieldCreateTests (line 33) | public class DocumentFieldCreateTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentFieldCreateInstanceTest (line 60) | [Test] method DocumentTypeTest (line 71) | [Test] method CodeTest (line 79) | [Test] method LongCodeTest (line 87) | [Test] method TitleTest (line 95) | [Test] method DescriptionTest (line 103) | [Test] method TypeTest (line 111) | [Test] method TextUnitTypeTest (line 119) | [Test] method ValueDetectionStrategyTest (line 127) | [Test] method ClassifierInitScriptTest (line 135) | [Test] method FormulaTest (line 143) | [Test] method ConvertDecimalsToFloatsInFormulaArgsTest (line 151) | [Test] method ValueRegexpTest (line 159) | [Test] method DependsOnFieldsTest (line 167) | [Test] method ConfidenceTest (line 175) | [Test] method RequiresTextAnnotationsTest (line 183) | [Test] method ReadOnlyTest (line 191) | [Test] method CategoryTest (line 199) | [Test] method FamilyTest (line 207) | [Test] method DefaultValueTest (line 215) | [Test] method ChoicesTest (line 223) | [Test] method AllowValuesNotSpecifiedInChoicesTest (line 231) | [Test] method MetadataTest (line 239) | [Test] method TrainingFinishedTest (line 247) | [Test] method DirtyTest (line 255) | [Test] method OrderTest (line 263) | [Test] method TrainedAfterDocumentsNumberTest (line 271) | [Test] method HiddenAlwaysTest (line 279) | [Test] method HideUntilPythonTest (line 287) | [Test] method HideUntilJsTest (line 295) | [Test] method DisplayYesNoTest (line 303) | [Test] method VectorizerStopWordsTest (line 311) | [Test] method UnsureChoiceValueTest (line 319) | [Test] method UnsureThresholdsByValueTest (line 327) | [Test] method MlflowModelUriTest (line 335) | [Test] method MlflowDetectOnDocumentLevelTest (line 343) | [Test] method WarningMessageTest (line 351) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentFieldDetailTests.cs class DocumentFieldDetailTests (line 33) | public class DocumentFieldDetailTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentFieldDetailInstanceTest (line 60) | [Test] method UidTest (line 71) | [Test] method DocumentTypeTest (line 79) | [Test] method CodeTest (line 87) | [Test] method LongCodeTest (line 95) | [Test] method TitleTest (line 103) | [Test] method DescriptionTest (line 111) | [Test] method TypeTest (line 119) | [Test] method TextUnitTypeTest (line 127) | [Test] method ValueDetectionStrategyTest (line 135) | [Test] method ClassifierInitScriptTest (line 143) | [Test] method FormulaTest (line 151) | [Test] method ConvertDecimalsToFloatsInFormulaArgsTest (line 159) | [Test] method ValueRegexpTest (line 167) | [Test] method DependsOnFieldsTest (line 175) | [Test] method ValueDetectionStrategyNameTest (line 183) | [Test] method ConfidenceTest (line 191) | [Test] method RequiresTextAnnotationsTest (line 199) | [Test] method ReadOnlyTest (line 207) | [Test] method CategoryTest (line 215) | [Test] method FamilyTest (line 223) | [Test] method DefaultValueTest (line 231) | [Test] method ChoicesTest (line 239) | [Test] method AllowValuesNotSpecifiedInChoicesTest (line 247) | [Test] method MetadataTest (line 255) | [Test] method TrainingFinishedTest (line 263) | [Test] method DirtyTest (line 271) | [Test] method OrderTest (line 279) | [Test] method TrainedAfterDocumentsNumberTest (line 287) | [Test] method HiddenAlwaysTest (line 295) | [Test] method HideUntilPythonTest (line 303) | [Test] method HideUntilJsTest (line 311) | [Test] method IsValueDetectionStrategyDisabledTest (line 319) | [Test] method DisplayYesNoTest (line 327) | [Test] method ValueAwareTest (line 335) | [Test] method CreatedByNameTest (line 343) | [Test] method ModifiedByNameTest (line 351) | [Test] method CreatedDateTest (line 359) | [Test] method ModifiedDateTest (line 367) | [Test] method VectorizerStopWordsTest (line 375) | [Test] method UnsureChoiceValueTest (line 383) | [Test] method UnsureThresholdsByValueTest (line 391) | [Test] method MlflowModelUriTest (line 399) | [Test] method MlflowDetectOnDocumentLevelTest (line 407) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentFieldDetectorCreateTests.cs class DocumentFieldDetectorCreateTests (line 33) | public class DocumentFieldDetectorCreateTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentFieldDetectorCreateInstanceTest (line 60) | [Test] method UidTest (line 71) | [Test] method WarningMessageTest (line 79) | [Test] method CategoryTest (line 87) | [Test] method ExcludeRegexpsTest (line 95) | [Test] method DefinitionWordsTest (line 103) | [Test] method IncludeRegexpsTest (line 111) | [Test] method RegexpsPreProcessLowerTest (line 119) | [Test] method DetectedValueTest (line 127) | [Test] method ExtractionHintTest (line 135) | [Test] method TextPartTest (line 143) | [Test] method DetectLimitUnitTest (line 151) | [Test] method DetectLimitCountTest (line 159) | [Test] method FieldTest (line 167) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentFieldDetectorDetailTests.cs class DocumentFieldDetectorDetailTests (line 33) | public class DocumentFieldDetectorDetailTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentFieldDetectorDetailInstanceTest (line 60) | [Test] method UidTest (line 71) | [Test] method CategoryTest (line 79) | [Test] method FieldTest (line 87) | [Test] method FieldCodeTest (line 95) | [Test] method FieldTitleTest (line 103) | [Test] method FieldUidTest (line 111) | [Test] method FieldTypeTest (line 119) | [Test] method FieldDocumentTypeTitleTest (line 127) | [Test] method ExcludeRegexpsTest (line 135) | [Test] method DefinitionWordsTest (line 143) | [Test] method IncludeRegexpsTest (line 151) | [Test] method RegexpsPreProcessLowerTest (line 159) | [Test] method DetectedValueTest (line 167) | [Test] method ExtractionHintTest (line 175) | [Test] method TextPartTest (line 183) | [Test] method DetectLimitUnitTest (line 191) | [Test] method DetectLimitCountTest (line 199) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentFieldListCategoryTests.cs class DocumentFieldListCategoryTests (line 33) | public class DocumentFieldListCategoryTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentFieldListCategoryInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method NameTest (line 79) | [Test] method OrderTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentFieldListFamilyTests.cs class DocumentFieldListFamilyTests (line 33) | public class DocumentFieldListFamilyTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentFieldListFamilyInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method CodeTest (line 79) | [Test] method TitleTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentFieldListTests.cs class DocumentFieldListTests (line 33) | public class DocumentFieldListTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentFieldListInstanceTest (line 60) | [Test] method UidTest (line 71) | [Test] method DocumentTypeTest (line 79) | [Test] method CodeTest (line 87) | [Test] method LongCodeTest (line 95) | [Test] method TitleTest (line 103) | [Test] method DescriptionTest (line 111) | [Test] method TypeTest (line 119) | [Test] method TextUnitTypeTest (line 127) | [Test] method ValueDetectionStrategyTest (line 135) | [Test] method ClassifierInitScriptTest (line 143) | [Test] method FormulaTest (line 151) | [Test] method ConvertDecimalsToFloatsInFormulaArgsTest (line 159) | [Test] method ValueRegexpTest (line 167) | [Test] method DependsOnFieldsTest (line 175) | [Test] method ValueDetectionStrategyNameTest (line 183) | [Test] method ConfidenceTest (line 191) | [Test] method RequiresTextAnnotationsTest (line 199) | [Test] method ReadOnlyTest (line 207) | [Test] method CategoryTest (line 215) | [Test] method FamilyTest (line 223) | [Test] method DefaultValueTest (line 231) | [Test] method ChoicesTest (line 239) | [Test] method AllowValuesNotSpecifiedInChoicesTest (line 247) | [Test] method MetadataTest (line 255) | [Test] method TrainingFinishedTest (line 263) | [Test] method DirtyTest (line 271) | [Test] method OrderTest (line 279) | [Test] method TrainedAfterDocumentsNumberTest (line 287) | [Test] method HiddenAlwaysTest (line 295) | [Test] method HideUntilPythonTest (line 303) | [Test] method HideUntilJsTest (line 311) | [Test] method IsValueDetectionStrategyDisabledTest (line 319) | [Test] method DisplayYesNoTest (line 327) | [Test] method ValueAwareTest (line 335) | [Test] method CreatedByNameTest (line 343) | [Test] method ModifiedByNameTest (line 351) | [Test] method CreatedDateTest (line 359) | [Test] method ModifiedDateTest (line 367) | [Test] method VectorizerStopWordsTest (line 375) | [Test] method UnsureChoiceValueTest (line 383) | [Test] method UnsureThresholdsByValueTest (line 391) | [Test] method MlflowModelUriTest (line 399) | [Test] method MlflowDetectOnDocumentLevelTest (line 407) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentFieldStatsResponseTests.cs class DocumentFieldStatsResponseTests (line 33) | public class DocumentFieldStatsResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentFieldStatsResponseInstanceTest (line 60) | [Test] method CodeTest (line 71) | [Test] method TitleTest (line 79) | [Test] method TotalTest (line 87) | [Test] method TodoTest (line 95) | [Test] method SysGeneratedConfirmCorrectTest (line 103) | [Test] method RejectedTest (line 111) | [Test] method UserGeneratedTest (line 119) | [Test] method DepsOnFieldsTest (line 127) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentFieldValueTests.cs class DocumentFieldValueTests (line 33) | public class DocumentFieldValueTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentFieldValueInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method ProjectIdTest (line 79) | [Test] method ProjectTest (line 87) | [Test] method DocumentIdTest (line 95) | [Test] method DocumentNameTest (line 103) | [Test] method DocumentStatusTest (line 111) | [Test] method FieldIdTest (line 119) | [Test] method FieldNameTest (line 127) | [Test] method ValueTest (line 135) | [Test] method PythonValueTest (line 143) | [Test] method LocationTextTest (line 151) | [Test] method ModifiedByUsernameTest (line 159) | [Test] method ModifiedByIdTest (line 167) | [Test] method ModifiedDateTest (line 175) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentNoteCreateTests.cs class DocumentNoteCreateTests (line 33) | public class DocumentNoteCreateTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentNoteCreateInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NoteTest (line 79) | [Test] method TimestampTest (line 87) | [Test] method LocationStartTest (line 95) | [Test] method LocationEndTest (line 103) | [Test] method DocumentIdTest (line 111) | [Test] method FieldValueIdTest (line 119) | [Test] method FieldIdTest (line 127) | [Test] method UserIdTest (line 135) | [Test] method UsernameTest (line 143) | [Test] method UserTest (line 151) | [Test] method SelectionsTest (line 159) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentNoteDetailTests.cs class DocumentNoteDetailTests (line 33) | public class DocumentNoteDetailTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentNoteDetailInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NoteTest (line 79) | [Test] method TimestampTest (line 87) | [Test] method UserTest (line 95) | [Test] method LocationStartTest (line 103) | [Test] method LocationEndTest (line 111) | [Test] method DocumentIdTest (line 119) | [Test] method FieldValueIdTest (line 127) | [Test] method FieldIdTest (line 135) | [Test] method SelectionsTest (line 143) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentNoteDetailUserTests.cs class DocumentNoteDetailUserTests (line 33) | public class DocumentNoteDetailUserTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentNoteDetailUserInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method FirstNameTest (line 79) | [Test] method LastNameTest (line 87) | [Test] method UsernameTest (line 95) | [Test] method PhotoTest (line 103) | [Test] method NameTest (line 111) | [Test] method InitialsTest (line 119) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentNoteUpdateTests.cs class DocumentNoteUpdateTests (line 33) | public class DocumentNoteUpdateTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentNoteUpdateInstanceTest (line 60) | [Test] method NoteTest (line 71) | [Test] method SelectionsTest (line 79) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentPDFReprTests.cs class DocumentPDFReprTests (line 33) | public class DocumentPDFReprTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentPDFReprInstanceTest (line 60) | [Test] method CharBboxesListTest (line 71) | [Test] method PagesListTest (line 79) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentSetAnnotatorCoordinatesDifferenceRequestFirstLettersInnerTests.cs class DocumentSetAnnotatorCoordinatesDifferenceRequestFirstLettersInnerTests (line 33) | public class DocumentSetAnnotatorCoordinatesDifferenceRequestFirstLetter... method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentSetAnnotatorCoordinatesDifferenceRequestFirstLettersInnerInstanceTest (line 60) | [Test] method XTest (line 71) | [Test] method YTest (line 79) | [Test] method LetterTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentSetAnnotatorCoordinatesDifferenceRequestTests.cs class DocumentSetAnnotatorCoordinatesDifferenceRequestTests (line 33) | public class DocumentSetAnnotatorCoordinatesDifferenceRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentSetAnnotatorCoordinatesDifferenceRequestInstanceTest (line 60) | [Test] method DocumentIdTest (line 71) | [Test] method FirstLettersTest (line 79) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentSetAnnotatorCoordinatesDifferenceResponseTests.cs class DocumentSetAnnotatorCoordinatesDifferenceResponseTests (line 33) | public class DocumentSetAnnotatorCoordinatesDifferenceResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentSetAnnotatorCoordinatesDifferenceResponseInstanceTest (line 60) | [Test] method UpdatedTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentSimilarityByFeaturesFormTests.cs class DocumentSimilarityByFeaturesFormTests (line 33) | public class DocumentSimilarityByFeaturesFormTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentSimilarityByFeaturesFormInstanceTest (line 60) | [Test] method RunNameTest (line 71) | [Test] method SimilarityThresholdTest (line 79) | [Test] method ProjectTest (line 87) | [Test] method FeatureSourceTest (line 95) | [Test] method DistanceTypeTest (line 103) | [Test] method ItemIdTest (line 111) | [Test] method CreateReverseRelationsTest (line 119) | [Test] method UseTfidfTest (line 127) | [Test] method DeleteTest (line 135) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentSimilarityRunTests.cs class DocumentSimilarityRunTests (line 33) | public class DocumentSimilarityRunTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentSimilarityRunInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method ProjectIdTest (line 79) | [Test] method FeatureSourceTest (line 87) | [Test] method UnitSourceTest (line 95) | [Test] method UnitTypeTest (line 103) | [Test] method UnitIdTest (line 111) | [Test] method ItemsCountTest (line 119) | [Test] method CreatedByTest (line 127) | [Test] method CreatedDateTest (line 135) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentSimilarityTests.cs class DocumentSimilarityTests (line 33) | public class DocumentSimilarityTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentSimilarityInstanceTest (line 60) | [Test] method DocumentANameTest (line 71) | [Test] method DocumentAPkTest (line 79) | [Test] method DocumentBNameTest (line 87) | [Test] method DocumentBPkTest (line 95) | [Test] method SimilarityTest (line 103) | [Test] method RunTest (line 111) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentTypeCreateTests.cs class DocumentTypeCreateTests (line 33) | public class DocumentTypeCreateTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentTypeCreateInstanceTest (line 60) | [Test] method UidTest (line 71) | [Test] method TitleTest (line 79) | [Test] method CodeTest (line 87) | [Test] method CategoriesTest (line 95) | [Test] method ManagersTest (line 103) | [Test] method FieldsTest (line 111) | [Test] method SearchFieldsTest (line 119) | [Test] method EditorTypeTest (line 127) | [Test] method FieldCodeAliasesTest (line 135) | [Test] method MetadataTest (line 143) | [Test] method WarningMessageTest (line 151) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentTypeDetailCategoriesInnerTests.cs class DocumentTypeDetailCategoriesInnerTests (line 33) | public class DocumentTypeDetailCategoriesInnerTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentTypeDetailCategoriesInnerInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method NameTest (line 79) | [Test] method OrderTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentTypeDetailCategoriesTests.cs class DocumentTypeDetailCategoriesTests (line 33) | public class DocumentTypeDetailCategoriesTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentTypeDetailCategoriesInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method NameTest (line 79) | [Test] method OrderTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentTypeDetailFieldsDataInnerTests.cs class DocumentTypeDetailFieldsDataInnerTests (line 33) | public class DocumentTypeDetailFieldsDataInnerTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentTypeDetailFieldsDataInnerInstanceTest (line 60) | [Test] method UidTest (line 71) | [Test] method DocumentTypeTest (line 79) | [Test] method DocumentTypeTitleTest (line 87) | [Test] method CodeTest (line 95) | [Test] method LongCodeTest (line 103) | [Test] method TitleTest (line 111) | [Test] method DescriptionTest (line 119) | [Test] method TypeTest (line 127) | [Test] method TextUnitTypeTest (line 135) | [Test] method ValueDetectionStrategyTest (line 143) | [Test] method ClassifierInitScriptTest (line 151) | [Test] method FormulaTest (line 159) | [Test] method ConvertDecimalsToFloatsInFormulaArgsTest (line 167) | [Test] method ValueRegexpTest (line 175) | [Test] method DependsOnFieldsTest (line 183) | [Test] method ValueDetectionStrategyNameTest (line 191) | [Test] method ConfidenceTest (line 199) | [Test] method RequiresTextAnnotationsTest (line 207) | [Test] method ReadOnlyTest (line 215) | [Test] method CategoryTest (line 223) | [Test] method FamilyTest (line 231) | [Test] method DefaultValueTest (line 239) | [Test] method ChoicesTest (line 247) | [Test] method AllowValuesNotSpecifiedInChoicesTest (line 255) | [Test] method MetadataTest (line 263) | [Test] method TrainingFinishedTest (line 271) | [Test] method DirtyTest (line 279) | [Test] method OrderTest (line 287) | [Test] method TrainedAfterDocumentsNumberTest (line 295) | [Test] method HiddenAlwaysTest (line 303) | [Test] method HideUntilPythonTest (line 311) | [Test] method HideUntilJsTest (line 319) | [Test] method IsValueDetectionStrategyDisabledTest (line 327) | [Test] method DisplayYesNoTest (line 335) | [Test] method ValueAwareTest (line 343) | [Test] method CreatedByNameTest (line 351) | [Test] method ModifiedByNameTest (line 359) | [Test] method CreatedDateTest (line 367) | [Test] method ModifiedDateTest (line 375) | [Test] method VectorizerStopWordsTest (line 383) | [Test] method UnsureChoiceValueTest (line 391) | [Test] method UnsureThresholdsByValueTest (line 399) | [Test] method MlflowModelUriTest (line 407) | [Test] method MlflowDetectOnDocumentLevelTest (line 415) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentTypeDetailFieldsDataTests.cs class DocumentTypeDetailFieldsDataTests (line 33) | public class DocumentTypeDetailFieldsDataTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentTypeDetailFieldsDataInstanceTest (line 60) | [Test] method UidTest (line 71) | [Test] method DocumentTypeTest (line 79) | [Test] method CodeTest (line 87) | [Test] method LongCodeTest (line 95) | [Test] method TitleTest (line 103) | [Test] method DescriptionTest (line 111) | [Test] method TypeTest (line 119) | [Test] method TextUnitTypeTest (line 127) | [Test] method ValueDetectionStrategyTest (line 135) | [Test] method ClassifierInitScriptTest (line 143) | [Test] method FormulaTest (line 151) | [Test] method ConvertDecimalsToFloatsInFormulaArgsTest (line 159) | [Test] method ValueRegexpTest (line 167) | [Test] method DependsOnFieldsTest (line 175) | [Test] method ValueDetectionStrategyNameTest (line 183) | [Test] method ConfidenceTest (line 191) | [Test] method RequiresTextAnnotationsTest (line 199) | [Test] method ReadOnlyTest (line 207) | [Test] method CategoryTest (line 215) | [Test] method FamilyTest (line 223) | [Test] method DefaultValueTest (line 231) | [Test] method ChoicesTest (line 239) | [Test] method AllowValuesNotSpecifiedInChoicesTest (line 247) | [Test] method MetadataTest (line 255) | [Test] method TrainingFinishedTest (line 263) | [Test] method DirtyTest (line 271) | [Test] method OrderTest (line 279) | [Test] method TrainedAfterDocumentsNumberTest (line 287) | [Test] method HiddenAlwaysTest (line 295) | [Test] method HideUntilPythonTest (line 303) | [Test] method HideUntilJsTest (line 311) | [Test] method IsValueDetectionStrategyDisabledTest (line 319) | [Test] method DisplayYesNoTest (line 327) | [Test] method ValueAwareTest (line 335) | [Test] method CreatedByNameTest (line 343) | [Test] method ModifiedByNameTest (line 351) | [Test] method CreatedDateTest (line 359) | [Test] method ModifiedDateTest (line 367) | [Test] method VectorizerStopWordsTest (line 375) | [Test] method UnsureChoiceValueTest (line 383) | [Test] method UnsureThresholdsByValueTest (line 391) | [Test] method MlflowModelUriTest (line 399) | [Test] method MlflowDetectOnDocumentLevelTest (line 407) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentTypeDetailTests.cs class DocumentTypeDetailTests (line 33) | public class DocumentTypeDetailTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentTypeDetailInstanceTest (line 60) | [Test] method UidTest (line 71) | [Test] method TitleTest (line 79) | [Test] method CodeTest (line 87) | [Test] method FieldsDataTest (line 95) | [Test] method SearchFieldsTest (line 103) | [Test] method EditorTypeTest (line 111) | [Test] method CreatedByNameTest (line 119) | [Test] method CreatedDateTest (line 127) | [Test] method ModifiedByNameTest (line 135) | [Test] method ModifiedDateTest (line 143) | [Test] method MetadataTest (line 151) | [Test] method FieldsNumberTest (line 159) | [Test] method CategoriesTest (line 167) | [Test] method ManagersTest (line 175) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentTypeForStatsTests.cs class DocumentTypeForStatsTests (line 33) | public class DocumentTypeForStatsTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentTypeForStatsInstanceTest (line 60) | [Test] method UidTest (line 71) | [Test] method CodeTest (line 79) | [Test] method TitleTest (line 87) | [Test] method FieldsCountTest (line 95) | [Test] method DetectorsCountTest (line 103) | [Test] method HideUntilPythonCountTest (line 111) | [Test] method HiddenAlwaysCountTest (line 119) | [Test] method HideUntilPythonPcntTest (line 127) | [Test] method HiddenAlwaysPcntTest (line 135) | [Test] method FieldsDataTest (line 143) | [Test] method DetectorDisabledCountTest (line 151) | [Test] method DetectorDisabledPcntTest (line 159) | [Test] method DetectorUseRegexpsOnlyCountTest (line 167) | [Test] method DetectorUseRegexpsOnlyPcntTest (line 175) | [Test] method DetectorUseFormulaOnlyCountTest (line 183) | [Test] method DetectorUseFormulaOnlyPcntTest (line 191) | [Test] method DetectorRegexpTableCountTest (line 199) | [Test] method DetectorRegexpTablePcntTest (line 207) | [Test] method DetectorTextBasedMlOnlyCountTest (line 215) | [Test] method DetectorTextBasedMlOnlyPcntTest (line 223) | [Test] method DetectorFieldsBasedMlOnlyCountTest (line 231) | [Test] method DetectorFieldsBasedMlOnlyPcntTest (line 239) | [Test] method DetectorFieldsBasedProbMlOnlyCountTest (line 247) | [Test] method DetectorFieldsBasedProbMlOnlyPcntTest (line 255) | [Test] method DetectorFieldBasedRegexpsCountTest (line 263) | [Test] method DetectorFieldBasedRegexpsPcntTest (line 271) | [Test] method DetectorMlflowModelCountTest (line 279) | [Test] method DetectorMlflowModelPcntTest (line 287) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentTypeImportRequestTests.cs class DocumentTypeImportRequestTests (line 33) | public class DocumentTypeImportRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentTypeImportRequestInstanceTest (line 60) | [Test] method FileTest (line 71) | [Test] method UpdateCacheTest (line 79) | [Test] method ActionTest (line 87) | [Test] method SourceVersionTest (line 95) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentTypeImportResponseTests.cs class DocumentTypeImportResponseTests (line 33) | public class DocumentTypeImportResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentTypeImportResponseInstanceTest (line 60) | [Test] method TaskIdTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentTypeStatsDataTests.cs class DocumentTypeStatsDataTests (line 33) | public class DocumentTypeStatsDataTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentTypeStatsDataInstanceTest (line 60) | [Test] method UidTest (line 71) | [Test] method CodeTest (line 79) | [Test] method TitleTest (line 87) | [Test] method FieldsCountTest (line 95) | [Test] method DetectorsCountTest (line 103) | [Test] method HideUntilPythonCountTest (line 111) | [Test] method HiddenAlwaysCountTest (line 119) | [Test] method HideUntilPythonPcntTest (line 127) | [Test] method HiddenAlwaysPcntTest (line 135) | [Test] method FieldsDataTest (line 143) | [Test] method DetectorDisabledCountTest (line 151) | [Test] method DetectorDisabledPcntTest (line 159) | [Test] method DetectorUseRegexpsOnlyCountTest (line 167) | [Test] method DetectorUseRegexpsOnlyPcntTest (line 175) | [Test] method DetectorUseFormulaOnlyCountTest (line 183) | [Test] method DetectorUseFormulaOnlyPcntTest (line 191) | [Test] method DetectorRegexpTableCountTest (line 199) | [Test] method DetectorRegexpTablePcntTest (line 207) | [Test] method DetectorTextBasedMlOnlyCountTest (line 215) | [Test] method DetectorTextBasedMlOnlyPcntTest (line 223) | [Test] method DetectorFieldsBasedMlOnlyCountTest (line 231) | [Test] method DetectorFieldsBasedMlOnlyPcntTest (line 239) | [Test] method DetectorFieldsBasedProbMlOnlyCountTest (line 247) | [Test] method DetectorFieldsBasedProbMlOnlyPcntTest (line 255) | [Test] method DetectorFieldBasedRegexpsCountTest (line 263) | [Test] method DetectorFieldBasedRegexpsPcntTest (line 271) | [Test] method DetectorMlflowModelCountTest (line 279) | [Test] method DetectorMlflowModelPcntTest (line 287) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentTypeStatsTests.cs class DocumentTypeStatsTests (line 33) | public class DocumentTypeStatsTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentTypeStatsInstanceTest (line 60) | [Test] method DataTest (line 71) | [Test] method CountOfItemsTest (line 79) | [Test] method CountOfFilteredItemsTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentsForUserResponseDataInnerTests.cs class DocumentsForUserResponseDataInnerTests (line 33) | public class DocumentsForUserResponseDataInnerTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentsForUserResponseDataInnerInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NameTest (line 79) | [Test] method DocumentTypeTest (line 87) | [Test] method ProjectTest (line 95) | [Test] method StatusNameTest (line 103) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentsForUserResponseDataTests.cs class DocumentsForUserResponseDataTests (line 33) | public class DocumentsForUserResponseDataTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentsForUserResponseDataInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NameTest (line 79) | [Test] method DocumentTypeTest (line 87) | [Test] method ProjectTest (line 95) | [Test] method StatusNameTest (line 103) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentsForUserResponseTests.cs class DocumentsForUserResponseTests (line 33) | public class DocumentsForUserResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentsForUserResponseInstanceTest (line 60) | [Test] method TotalDocumentsTest (line 71) | [Test] method DataTest (line 79) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DocumentsForUserTests.cs class DocumentsForUserTests (line 33) | public class DocumentsForUserTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DocumentsForUserInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NameTest (line 79) | [Test] method DocumentTypeTest (line 87) | [Test] method ProjectTest (line 95) | [Test] method StatusNameTest (line 103) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DumpDocumentConfigGET200ResponseTests.cs class DumpDocumentConfigGET200ResponseTests (line 33) | public class DumpDocumentConfigGET200ResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DumpDocumentConfigGET200ResponseInstanceTest (line 60) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DumpFixtureTests.cs class DumpFixtureTests (line 33) | public class DumpFixtureTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DumpFixtureInstanceTest (line 60) | [Test] method AppNameTest (line 71) | [Test] method ModelNameTest (line 79) | [Test] method FileNameTest (line 87) | [Test] method FilterOptionsTest (line 95) | [Test] method IndentTest (line 103) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/DumpPUTErrorResponseTests.cs class DumpPUTErrorResponseTests (line 33) | public class DumpPUTErrorResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method DumpPUTErrorResponseInstanceTest (line 60) | [Test] method LogTest (line 71) | [Test] method ExceptionTest (line 79) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/FieldAnnotationStatusTests.cs class FieldAnnotationStatusTests (line 33) | public class FieldAnnotationStatusTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method FieldAnnotationStatusInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method NameTest (line 79) | [Test] method CodeTest (line 87) | [Test] method OrderTest (line 95) | [Test] method IsActiveTest (line 103) | [Test] method IsAcceptedTest (line 111) | [Test] method IsRejectedTest (line 119) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/GeoAliasUsageTests.cs class GeoAliasUsageTests (line 33) | public class GeoAliasUsageTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method GeoAliasUsageInstanceTest (line 60) | [Test] method AliasAliasTest (line 71) | [Test] method AliasLocaleTest (line 79) | [Test] method AliasTypeTest (line 87) | [Test] method CountTest (line 95) | [Test] method AliasEntityNameTest (line 103) | [Test] method AliasEntityCategoryTest (line 111) | [Test] method PkTest (line 119) | [Test] method TextUnitPkTest (line 127) | [Test] method TextUnitUnitTypeTest (line 135) | [Test] method TextUnitLocationStartTest (line 143) | [Test] method TextUnitLocationEndTest (line 151) | [Test] method TextUnitDocumentPkTest (line 159) | [Test] method TextUnitDocumentNameTest (line 167) | [Test] method TextUnitDocumentDescriptionTest (line 175) | [Test] method TextUnitDocumentDocumentTypeTest (line 183) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/GeoEntityListTests.cs class GeoEntityListTests (line 33) | public class GeoEntityListTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method GeoEntityListInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method EntityIdTest (line 79) | [Test] method NameTest (line 87) | [Test] method PriorityTest (line 95) | [Test] method CategoryTest (line 103) | [Test] method AliasTest (line 111) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/GeoEntityUpdateTests.cs class GeoEntityUpdateTests (line 33) | public class GeoEntityUpdateTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method GeoEntityUpdateInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method PriorityTest (line 79) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/GeoEntityUsageTests.cs class GeoEntityUsageTests (line 33) | public class GeoEntityUsageTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method GeoEntityUsageInstanceTest (line 60) | [Test] method EntityNameTest (line 71) | [Test] method EntityCategoryTest (line 79) | [Test] method CountTest (line 87) | [Test] method PkTest (line 95) | [Test] method TextUnitPkTest (line 103) | [Test] method TextUnitUnitTypeTest (line 111) | [Test] method TextUnitLocationStartTest (line 119) | [Test] method TextUnitLocationEndTest (line 127) | [Test] method TextUnitDocumentPkTest (line 135) | [Test] method TextUnitDocumentNameTest (line 143) | [Test] method TextUnitDocumentDescriptionTest (line 151) | [Test] method TextUnitDocumentDocumentTypeTest (line 159) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/InlineResponse400Tests.cs class InlineResponse400Tests (line 33) | public class InlineResponse400Tests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method InlineResponse400InstanceTest (line 60) | [Test] method StatusTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/InlineResponse4041Tests.cs class InlineResponse4041Tests (line 33) | public class InlineResponse4041Tests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method InlineResponse4041InstanceTest (line 60) | [Test] method DetailsTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/InlineResponse404Tests.cs class InlineResponse404Tests (line 33) | public class InlineResponse404Tests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method InlineResponse404InstanceTest (line 60) | [Test] method DetailTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/LoadFixtureTests.cs class LoadFixtureTests (line 33) | public class LoadFixtureTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method LoadFixtureInstanceTest (line 60) | [Test] method FixtureTest (line 71) | [Test] method ModeTest (line 79) | [Test] method EncodingTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/LocateItemsRequestTests.cs class LocateItemsRequestTests (line 33) | public class LocateItemsRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method LocateItemsRequestInstanceTest (line 60) | [Test] method ItemsToLocateTest (line 71) | [Test] method ProjectIdTest (line 79) | [Test] method DeleteExistingTest (line 87) | [Test] method SearchInTest (line 95) | [Test] method SelectedTagsTest (line 103) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/LoggingAPIViewRequestTests.cs class LoggingAPIViewRequestTests (line 33) | public class LoggingAPIViewRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method LoggingAPIViewRequestInstanceTest (line 60) | [Test] method QueryInfoTest (line 71) | [Test] method RecordsTest (line 79) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/LoginResponseTests.cs class LoginResponseTests (line 33) | public class LoginResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method LoginResponseInstanceTest (line 60) | [Test] method KeyTest (line 71) | [Test] method UserNameTest (line 79) | [Test] method UserTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/LoginTests.cs class LoginTests (line 33) | public class LoginTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method LoginInstanceTest (line 60) | [Test] method UsernameTest (line 71) | [Test] method EmailTest (line 79) | [Test] method PasswordTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/MLModelTests.cs class MLModelTests (line 33) | public class MLModelTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method MLModelInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method NameTest (line 79) | [Test] method VersionTest (line 87) | [Test] method VectorNameTest (line 95) | [Test] method ModelPathTest (line 103) | [Test] method IsActiveTest (line 111) | [Test] method DefaultTest (line 119) | [Test] method ApplyToTest (line 127) | [Test] method TargetEntityTest (line 135) | [Test] method LanguageTest (line 143) | [Test] method TextUnitTypeTest (line 151) | [Test] method ProjectTest (line 159) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/MarkForSeenWebNotificationRequestTests.cs class MarkForSeenWebNotificationRequestTests (line 33) | public class MarkForSeenWebNotificationRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method MarkForSeenWebNotificationRequestInstanceTest (line 60) | [Test] method NotificationIdsTest (line 71) | [Test] method IsSeenTest (line 79) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/MarkForSeenWebNotificationResponseTests.cs class MarkForSeenWebNotificationResponseTests (line 33) | public class MarkForSeenWebNotificationResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method MarkForSeenWebNotificationResponseInstanceTest (line 60) | [Test] method CountProcessedTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/MarkUnmarkForDeleteDocumentsRequestTests.cs class MarkUnmarkForDeleteDocumentsRequestTests (line 33) | public class MarkUnmarkForDeleteDocumentsRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method MarkUnmarkForDeleteDocumentsRequestInstanceTest (line 60) | [Test] method AllTest (line 71) | [Test] method ProjectIdTest (line 79) | [Test] method DocumentIdsTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/MarkUnmarkForDeleteDocumentsResponseTests.cs class MarkUnmarkForDeleteDocumentsResponseTests (line 33) | public class MarkUnmarkForDeleteDocumentsResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method MarkUnmarkForDeleteDocumentsResponseInstanceTest (line 60) | [Test] method CountDeletedTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/MarkUnmarkForDeleteProjectsReponseTests.cs class MarkUnmarkForDeleteProjectsReponseTests (line 33) | public class MarkUnmarkForDeleteProjectsReponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method MarkUnmarkForDeleteProjectsReponseInstanceTest (line 60) | [Test] method CountDeletedTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/MarkUnmarkForDeleteProjectsRequestTests.cs class MarkUnmarkForDeleteProjectsRequestTests (line 33) | public class MarkUnmarkForDeleteProjectsRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method MarkUnmarkForDeleteProjectsRequestInstanceTest (line 60) | [Test] method AllTest (line 71) | [Test] method RemoveAllTest (line 79) | [Test] method ExcludeDocumentIdsTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/MenuGroupTests.cs class MenuGroupTests (line 33) | public class MenuGroupTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method MenuGroupInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NameTest (line 79) | [Test] method PublicTest (line 87) | [Test] method OrderTest (line 95) | [Test] method UserTest (line 103) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/MenuItemTests.cs class MenuItemTests (line 33) | public class MenuItemTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method MenuItemInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NameTest (line 79) | [Test] method UrlTest (line 87) | [Test] method GroupTest (line 95) | [Test] method PublicTest (line 103) | [Test] method OrderTest (line 111) | [Test] method UserTest (line 119) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/PartySimilarityFormTests.cs class PartySimilarityFormTests (line 33) | public class PartySimilarityFormTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method PartySimilarityFormInstanceTest (line 60) | [Test] method RunNameTest (line 71) | [Test] method CaseSensitiveTest (line 79) | [Test] method SimilarityTypeTest (line 87) | [Test] method SimilarityThresholdTest (line 95) | [Test] method DeleteTest (line 103) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/PartySimilarityTests.cs class PartySimilarityTests (line 33) | public class PartySimilarityTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method PartySimilarityInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method PartyANameTest (line 79) | [Test] method PartyADescriptionTest (line 87) | [Test] method PartyAPkTest (line 95) | [Test] method PartyATypeAbbrTest (line 103) | [Test] method PartyBNameTest (line 111) | [Test] method PartyBPkTest (line 119) | [Test] method PartyBTypeAbbrTest (line 127) | [Test] method SimilarityTest (line 135) | [Test] method RunTest (line 143) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/PartyTests.cs class PartyTests (line 33) | public class PartyTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method PartyInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NameTest (line 79) | [Test] method TypeTest (line 87) | [Test] method TypeAbbrTest (line 95) | [Test] method TypeLabelTest (line 103) | [Test] method TypeDescriptionTest (line 111) | [Test] method DescriptionTest (line 119) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/PartyUsageTests.cs class PartyUsageTests (line 33) | public class PartyUsageTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method PartyUsageInstanceTest (line 60) | [Test] method PartyNameTest (line 71) | [Test] method PartyTypeAbbrTest (line 79) | [Test] method PartyPkTest (line 87) | [Test] method CountTest (line 95) | [Test] method PkTest (line 103) | [Test] method TextUnitPkTest (line 111) | [Test] method TextUnitUnitTypeTest (line 119) | [Test] method TextUnitLocationStartTest (line 127) | [Test] method TextUnitLocationEndTest (line 135) | [Test] method TextUnitDocumentPkTest (line 143) | [Test] method TextUnitDocumentNameTest (line 151) | [Test] method TextUnitDocumentDescriptionTest (line 159) | [Test] method TextUnitDocumentDocumentTypeTest (line 167) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/PercentUsageTests.cs class PercentUsageTests (line 33) | public class PercentUsageTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method PercentUsageInstanceTest (line 60) | [Test] method AmountTest (line 71) | [Test] method UnitTypeTest (line 79) | [Test] method TotalTest (line 87) | [Test] method CountTest (line 95) | [Test] method PkTest (line 103) | [Test] method TextUnitPkTest (line 111) | [Test] method TextUnitUnitTypeTest (line 119) | [Test] method TextUnitLocationStartTest (line 127) | [Test] method TextUnitLocationEndTest (line 135) | [Test] method TextUnitDocumentPkTest (line 143) | [Test] method TextUnitDocumentNameTest (line 151) | [Test] method TextUnitDocumentDescriptionTest (line 159) | [Test] method TextUnitDocumentDocumentTypeTest (line 167) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectActiveTasksTasksTests.cs class ProjectActiveTasksTasksTests (line 33) | public class ProjectActiveTasksTasksTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectActiveTasksTasksInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method NameTest (line 79) | [Test] method VerboseNameTest (line 87) | [Test] method UserNameTest (line 95) | [Test] method WorkerTest (line 103) | [Test] method StatusTest (line 111) | [Test] method ProgressTest (line 119) | [Test] method DescriptionTest (line 127) | [Test] method DateStartTest (line 135) | [Test] method DateWorkStartTest (line 143) | [Test] method DateDoneTest (line 151) | [Test] method TotalTimeTest (line 159) | [Test] method WorkTimeTest (line 167) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectActiveTasksTests.cs class ProjectActiveTasksTests (line 33) | public class ProjectActiveTasksTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectActiveTasksInstanceTest (line 60) | [Test] method TasksTest (line 71) | [Test] method DocumentTransformerChangeInProgressTest (line 79) | [Test] method TextUnitTransformerChangeInProgressTest (line 87) | [Test] method LocateTermsInProgressTest (line 95) | [Test] method LocateCompaniesInProgressTest (line 103) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectAnnotationsAssigneesResponseTests.cs class ProjectAnnotationsAssigneesResponseTests (line 33) | public class ProjectAnnotationsAssigneesResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectAnnotationsAssigneesResponseInstanceTest (line 60) | [Test] method AssigneeIdTest (line 71) | [Test] method AssigneeNameTest (line 79) | [Test] method AnnotationsCountTest (line 87) | [Test] method AnnotationUidsTest (line 95) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectAppVarTests.cs class ProjectAppVarTests (line 33) | public class ProjectAppVarTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectAppVarInstanceTest (line 60) | [Test] method CategoryTest (line 71) | [Test] method NameTest (line 79) | [Test] method DescriptionTest (line 87) | [Test] method ValueTest (line 95) | [Test] method AccessTypeTest (line 103) | [Test] method UseSystemTest (line 111) | [Test] method SystemValueTest (line 119) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectClusteringDocumentClustersInnerTests.cs class ProjectClusteringDocumentClustersInnerTests (line 33) | public class ProjectClusteringDocumentClustersInnerTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectClusteringDocumentClustersInnerInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method ClusterIdTest (line 79) | [Test] method NameTest (line 87) | [Test] method DocumentsCountTest (line 95) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectClusteringDocumentClustersTests.cs class ProjectClusteringDocumentClustersTests (line 33) | public class ProjectClusteringDocumentClustersTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectClusteringDocumentClustersInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method ClusterIdTest (line 79) | [Test] method NameTest (line 87) | [Test] method DocumentsCountTest (line 95) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectClusteringStatusResponseTests.cs class ProjectClusteringStatusResponseTests (line 33) | public class ProjectClusteringStatusResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectClusteringStatusResponseInstanceTest (line 60) | [Test] method DocumentClustersTest (line 71) | [Test] method ProjectClustersDocumentsCountTest (line 79) | [Test] method StatusTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectClusteringTests.cs class ProjectClusteringTests (line 33) | public class ProjectClusteringTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectClusteringInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method DocumentClustersTest (line 79) | [Test] method MetadataTest (line 87) | [Test] method CreatedDateTest (line 95) | [Test] method StatusTest (line 103) | [Test] method ReasonTest (line 111) | [Test] method ProjectClustersDocumentsCountTest (line 119) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectCreateTests.cs class ProjectCreateTests (line 33) | public class ProjectCreateTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectCreateInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NameTest (line 79) | [Test] method DescriptionTest (line 87) | [Test] method TypeTest (line 95) | [Test] method SendEmailNotificationTest (line 103) | [Test] method TermTagsTest (line 111) | [Test] method CompanytypeTagsTest (line 119) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectDetailOwnersDataInnerTests.cs class ProjectDetailOwnersDataInnerTests (line 33) | public class ProjectDetailOwnersDataInnerTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectDetailOwnersDataInnerInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method UidTest (line 79) | [Test] method UsernameTest (line 87) | [Test] method LastNameTest (line 95) | [Test] method FirstNameTest (line 103) | [Test] method EmailTest (line 111) | [Test] method IsSuperuserTest (line 119) | [Test] method IsStaffTest (line 127) | [Test] method IsActiveTest (line 135) | [Test] method NameTest (line 143) | [Test] method InitialsTest (line 151) | [Test] method OrganizationTest (line 159) | [Test] method PhotoTest (line 167) | [Test] method PermissionsTest (line 175) | [Test] method GroupsTest (line 183) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectDetailOwnersDataTests.cs class ProjectDetailOwnersDataTests (line 33) | public class ProjectDetailOwnersDataTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectDetailOwnersDataInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method UsernameTest (line 79) | [Test] method LastNameTest (line 87) | [Test] method FirstNameTest (line 95) | [Test] method EmailTest (line 103) | [Test] method IsSuperuserTest (line 111) | [Test] method IsStaffTest (line 119) | [Test] method IsActiveTest (line 127) | [Test] method NameTest (line 135) | [Test] method OrganizationTest (line 143) | [Test] method PhotoTest (line 151) | [Test] method PermissionsTest (line 159) | [Test] method GroupsTest (line 167) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectDetailTests.cs class ProjectDetailTests (line 33) | public class ProjectDetailTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectDetailInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NameTest (line 79) | [Test] method DescriptionTest (line 87) | [Test] method CreatedDateTest (line 95) | [Test] method CreatedByNameTest (line 103) | [Test] method ModifiedDateTest (line 111) | [Test] method ModifiedByNameTest (line 119) | [Test] method SendEmailNotificationTest (line 127) | [Test] method HideClauseReviewTest (line 135) | [Test] method StatusTest (line 143) | [Test] method StatusDataTest (line 151) | [Test] method OwnersTest (line 159) | [Test] method OwnersDataTest (line 167) | [Test] method ReviewersTest (line 175) | [Test] method ReviewersDataTest (line 183) | [Test] method SuperReviewersTest (line 191) | [Test] method SuperReviewersDataTest (line 199) | [Test] method JuniorReviewersTest (line 207) | [Test] method JuniorReviewersDataTest (line 215) | [Test] method TypeTest (line 223) | [Test] method TypeDataTest (line 231) | [Test] method ProgressTest (line 239) | [Test] method UserPermissionsTest (line 247) | [Test] method TermTagsTest (line 255) | [Test] method DocumentTransformerTest (line 263) | [Test] method TextUnitTransformerTest (line 271) | [Test] method CompanytypeTagsTest (line 279) | [Test] method AppVarsTest (line 287) | [Test] method DocumentSimilarityRunParamsTest (line 295) | [Test] method TextUnitSimilarityRunParamsTest (line 303) | [Test] method DocumentSimilarityProcessAllowedTest (line 311) | [Test] method TextUnitSimilarityProcessAllowedTest (line 319) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectDocumentSimilarityResponseDataInnerTests.cs class ProjectDocumentSimilarityResponseDataInnerTests (line 33) | public class ProjectDocumentSimilarityResponseDataInnerTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectDocumentSimilarityResponseDataInnerInstanceTest (line 60) | [Test] method DocumentANameTest (line 71) | [Test] method DocumentAIdTest (line 79) | [Test] method DocumentBNameTest (line 87) | [Test] method DocumentBIdTest (line 95) | [Test] method DocumentBTextTest (line 103) | [Test] method SimilarityTest (line 111) | [Test] method RunIdTest (line 119) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectDocumentSimilarityResponseDataTests.cs class ProjectDocumentSimilarityResponseDataTests (line 33) | public class ProjectDocumentSimilarityResponseDataTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectDocumentSimilarityResponseDataInstanceTest (line 60) | [Test] method DocumentANameTest (line 71) | [Test] method DocumentAIdTest (line 79) | [Test] method DocumentBNameTest (line 87) | [Test] method DocumentBIdTest (line 95) | [Test] method DocumentBTextTest (line 103) | [Test] method SimilarityTest (line 111) | [Test] method RunIdTest (line 119) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectDocumentSimilarityResponseTests.cs class ProjectDocumentSimilarityResponseTests (line 33) | public class ProjectDocumentSimilarityResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectDocumentSimilarityResponseInstanceTest (line 60) | [Test] method DataTest (line 71) | [Test] method DocumentAIdTest (line 79) | [Test] method DocumentANameTest (line 87) | [Test] method TotalRecordsTest (line 95) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectDocumentSimilarityTests.cs class ProjectDocumentSimilarityTests (line 33) | public class ProjectDocumentSimilarityTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectDocumentSimilarityInstanceTest (line 60) | [Test] method DocumentANameTest (line 71) | [Test] method DocumentAIdTest (line 79) | [Test] method DocumentBNameTest (line 87) | [Test] method DocumentBIdTest (line 95) | [Test] method DocumentBTextTest (line 103) | [Test] method SimilarityTest (line 111) | [Test] method RunIdTest (line 119) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectDocumentsAssigneesResponseTests.cs class ProjectDocumentsAssigneesResponseTests (line 33) | public class ProjectDocumentsAssigneesResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectDocumentsAssigneesResponseInstanceTest (line 60) | [Test] method AssigneeIdTest (line 71) | [Test] method AssigneeNameTest (line 79) | [Test] method DocumentsCountTest (line 87) | [Test] method DocumentIdsTest (line 95) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectDocumentsSimilarityByVectorsFormTests.cs class ProjectDocumentsSimilarityByVectorsFormTests (line 33) | public class ProjectDocumentsSimilarityByVectorsFormTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectDocumentsSimilarityByVectorsFormInstanceTest (line 60) | [Test] method RunNameTest (line 71) | [Test] method SimilarityThresholdTest (line 79) | [Test] method ProjectTest (line 87) | [Test] method FeatureSourceTest (line 95) | [Test] method DistanceTypeTest (line 103) | [Test] method ItemIdTest (line 111) | [Test] method CreateReverseRelationsTest (line 119) | [Test] method UseTfidfTest (line 127) | [Test] method DeleteTest (line 135) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectListStatusDataTests.cs class ProjectListStatusDataTests (line 33) | public class ProjectListStatusDataTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectListStatusDataInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method NameTest (line 79) | [Test] method CodeTest (line 87) | [Test] method OrderTest (line 95) | [Test] method IsActiveTest (line 103) | [Test] method GroupTest (line 111) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectListTests.cs class ProjectListTests (line 33) | public class ProjectListTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectListInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NameTest (line 79) | [Test] method StatusTest (line 87) | [Test] method StatusDataTest (line 95) | [Test] method TypeTest (line 103) | [Test] method TypeDataTest (line 111) | [Test] method CountOfDocumentsTest (line 119) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectListTypeDataTests.cs class ProjectListTypeDataTests (line 33) | public class ProjectListTypeDataTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectListTypeDataInstanceTest (line 60) | [Test] method UidTest (line 71) | [Test] method CodeTest (line 79) | [Test] method TitleTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectProgressResponseTests.cs class ProjectProgressResponseTests (line 33) | public class ProjectProgressResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectProgressResponseInstanceTest (line 60) | [Test] method ProjectHasCompletedSessionsTest (line 71) | [Test] method UserUncompletedSessionProgressTest (line 79) | [Test] method OtherUncompletedSessionProgressTest (line 87) | [Test] method ClusteringTest (line 95) | [Test] method RequireClusteringTest (line 103) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectProjectsIdAssignAnnotationsPOST404ResponseTests.cs class ProjectProjectsIdAssignAnnotationsPOST404ResponseTests (line 33) | public class ProjectProjectsIdAssignAnnotationsPOST404ResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectProjectsIdAssignAnnotationsPOST404ResponseInstanceTest (line 60) | [Test] method DetailsTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectProjectsIdSetAnnotationStatusPOST200ResponseTests.cs class ProjectProjectsIdSetAnnotationStatusPOST200ResponseTests (line 33) | public class ProjectProjectsIdSetAnnotationStatusPOST200ResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectProjectsIdSetAnnotationStatusPOST200ResponseInstanceTest (line 60) | [Test] method SuccessTest (line 71) | [Test] method TaskIdTest (line 79) | [Test] method AnnotationsTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectSearchSimilarDocumentsRequestTests.cs class ProjectSearchSimilarDocumentsRequestTests (line 33) | public class ProjectSearchSimilarDocumentsRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectSearchSimilarDocumentsRequestInstanceTest (line 60) | [Test] method RunNameTest (line 71) | [Test] method DistanceTypeTest (line 79) | [Test] method SimilarityThresholdTest (line 87) | [Test] method CreateReverseRelationsTest (line 95) | [Test] method UseTfidfTest (line 103) | [Test] method DeleteTest (line 111) | [Test] method ItemIdTest (line 119) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectSearchSimilarTextUnitsRequestTests.cs class ProjectSearchSimilarTextUnitsRequestTests (line 33) | public class ProjectSearchSimilarTextUnitsRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectSearchSimilarTextUnitsRequestInstanceTest (line 60) | [Test] method RunNameTest (line 71) | [Test] method DistanceTypeTest (line 79) | [Test] method SimilarityThresholdTest (line 87) | [Test] method CreateReverseRelationsTest (line 95) | [Test] method UseTfidfTest (line 103) | [Test] method DeleteTest (line 111) | [Test] method ItemIdTest (line 119) | [Test] method UnitTypeTest (line 127) | [Test] method DocumentIdTest (line 135) | [Test] method LocationStartTest (line 143) | [Test] method LocationEndTest (line 151) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectStatsTests.cs class ProjectStatsTests (line 33) | public class ProjectStatsTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectStatsInstanceTest (line 60) | [Test] method ProjectIdTest (line 71) | [Test] method NameTest (line 79) | [Test] method TypeTitleTest (line 87) | [Test] method DocumentsTotalTest (line 95) | [Test] method ClausesTotalTest (line 103) | [Test] method AvgOcrGradeTest (line 111) | [Test] method DocumentStatusNotStartedTest (line 119) | [Test] method DocumentStatusNotStartedPcntTest (line 127) | [Test] method DocumentStatusInReviewTest (line 135) | [Test] method DocumentStatusInReviewPcntTest (line 143) | [Test] method DocumentStatusAwaitingQaTest (line 151) | [Test] method DocumentStatusAwaitingQaPcntTest (line 159) | [Test] method DocumentStatusCompletedTest (line 167) | [Test] method DocumentStatusCompletedPcntTest (line 175) | [Test] method DocumentStatusExcludedTest (line 183) | [Test] method DocumentStatusExcludedPcntTest (line 191) | [Test] method ClauseStatusUnreviewedTest (line 199) | [Test] method ClauseStatusUnreviewedPcntTest (line 207) | [Test] method ClauseStatusAcceptedTest (line 215) | [Test] method ClauseStatusAcceptedPcntTest (line 223) | [Test] method ClauseStatusRejectedTest (line 231) | [Test] method ClauseStatusRejectedPcntTest (line 239) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectTasksTests.cs class ProjectTasksTests (line 33) | public class ProjectTasksTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectTasksInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method NameTest (line 79) | [Test] method VerboseNameTest (line 87) | [Test] method UserNameTest (line 95) | [Test] method WorkerTest (line 103) | [Test] method StatusTest (line 111) | [Test] method ProgressTest (line 119) | [Test] method DescriptionTest (line 127) | [Test] method DateStartTest (line 135) | [Test] method DateWorkStartTest (line 143) | [Test] method DateDoneTest (line 151) | [Test] method TotalTimeTest (line 159) | [Test] method WorkTimeTest (line 167) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectTextUnitSimilarityTests.cs class ProjectTextUnitSimilarityTests (line 33) | public class ProjectTextUnitSimilarityTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectTextUnitSimilarityInstanceTest (line 60) | [Test] method DocumentANameTest (line 71) | [Test] method DocumentAIdTest (line 79) | [Test] method TextUnitAIdTest (line 87) | [Test] method TextUnitATextTest (line 95) | [Test] method TextUnitAUnitTypeTest (line 103) | [Test] method TextUnitALocationStartTest (line 111) | [Test] method TextUnitALocationEndTest (line 119) | [Test] method DocumentBNameTest (line 127) | [Test] method DocumentBIdTest (line 135) | [Test] method TextUnitBIdTest (line 143) | [Test] method TextUnitBTextTest (line 151) | [Test] method TextUnitBLocationStartTest (line 159) | [Test] method TextUnitBLocationEndTest (line 167) | [Test] method SimilarityTest (line 175) | [Test] method RunIdTest (line 183) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectTextUnitsSimilarityByVectorsFormTests.cs class ProjectTextUnitsSimilarityByVectorsFormTests (line 33) | public class ProjectTextUnitsSimilarityByVectorsFormTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectTextUnitsSimilarityByVectorsFormInstanceTest (line 60) | [Test] method RunNameTest (line 71) | [Test] method SimilarityThresholdTest (line 79) | [Test] method ProjectTest (line 87) | [Test] method FeatureSourceTest (line 95) | [Test] method DistanceTypeTest (line 103) | [Test] method ItemIdTest (line 111) | [Test] method CreateReverseRelationsTest (line 119) | [Test] method UseTfidfTest (line 127) | [Test] method DeleteTest (line 135) | [Test] method UnitTypeTest (line 143) | [Test] method DocumentIdTest (line 151) | [Test] method LocationStartTest (line 159) | [Test] method LocationEndTest (line 167) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectUpdateTests.cs class ProjectUpdateTests (line 33) | public class ProjectUpdateTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectUpdateInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NameTest (line 79) | [Test] method DescriptionTest (line 87) | [Test] method StatusTest (line 95) | [Test] method SendEmailNotificationTest (line 103) | [Test] method OwnersTest (line 111) | [Test] method ReviewersTest (line 119) | [Test] method SuperReviewersTest (line 127) | [Test] method JuniorReviewersTest (line 135) | [Test] method TypeTest (line 143) | [Test] method HideClauseReviewTest (line 151) | [Test] method TermTagsTest (line 159) | [Test] method CompanytypeTagsTest (line 167) | [Test] method DocumentTransformerTest (line 175) | [Test] method TextUnitTransformerTest (line 183) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectUploadSessionFilesResponseTests.cs class ProjectUploadSessionFilesResponseTests (line 33) | public class ProjectUploadSessionFilesResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectUploadSessionFilesResponseInstanceTest (line 60) | [Test] method StatusTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectUploadSessionPOSTResponseTests.cs class ProjectUploadSessionPOSTResponseTests (line 33) | public class ProjectUploadSessionPOSTResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectUploadSessionPOSTResponseInstanceTest (line 60) | [Test] method StatusTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ProjectUploadSessionProgressResponseTests.cs class ProjectUploadSessionProgressResponseTests (line 33) | public class ProjectUploadSessionProgressResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ProjectUploadSessionProgressResponseInstanceTest (line 60) | [Test] method ProjectIdTest (line 71) | [Test] method DocumentTasksProgressTest (line 79) | [Test] method DocumentTasksProgressTotalTest (line 87) | [Test] method DocumentsTotalSizeTest (line 95) | [Test] method SessionStatusTest (line 103) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/RatioUsageTests.cs class RatioUsageTests (line 33) | public class RatioUsageTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method RatioUsageInstanceTest (line 60) | [Test] method AmountTest (line 71) | [Test] method Amount2Test (line 79) | [Test] method TotalTest (line 87) | [Test] method CountTest (line 95) | [Test] method PkTest (line 103) | [Test] method TextUnitPkTest (line 111) | [Test] method TextUnitUnitTypeTest (line 119) | [Test] method TextUnitLocationStartTest (line 127) | [Test] method TextUnitLocationEndTest (line 135) | [Test] method TextUnitDocumentPkTest (line 143) | [Test] method TextUnitDocumentNameTest (line 151) | [Test] method TextUnitDocumentDescriptionTest (line 159) | [Test] method TextUnitDocumentDocumentTypeTest (line 167) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/RawdbDocumentsPOSTRequestTests.cs class RawdbDocumentsPOSTRequestTests (line 33) | public class RawdbDocumentsPOSTRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method RawdbDocumentsPOSTRequestInstanceTest (line 60) | [Test] method ProjectIdsTest (line 71) | [Test] method ColumnsTest (line 79) | [Test] method AssociatedTextTest (line 87) | [Test] method AsZipTest (line 95) | [Test] method FmtTest (line 103) | [Test] method LimitTest (line 111) | [Test] method OrderByTest (line 119) | [Test] method SavedFiltersTest (line 127) | [Test] method SaveFilterTest (line 135) | [Test] method ReturnReviewedTest (line 143) | [Test] method ReturnTotalTest (line 151) | [Test] method ReturnDataTest (line 159) | [Test] method IgnoreErrorsTest (line 167) | [Test] method FiltersTest (line 175) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/RegisterTests.cs class RegisterTests (line 33) | public class RegisterTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method RegisterInstanceTest (line 60) | [Test] method UsernameTest (line 71) | [Test] method EmailTest (line 79) | [Test] method Password1Test (line 87) | [Test] method Password2Test (line 95) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/RegulationUsageTests.cs class RegulationUsageTests (line 33) | public class RegulationUsageTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method RegulationUsageInstanceTest (line 60) | [Test] method RegulationTypeTest (line 71) | [Test] method RegulationNameTest (line 79) | [Test] method EntityNameTest (line 87) | [Test] method CountTest (line 95) | [Test] method PkTest (line 103) | [Test] method TextUnitPkTest (line 111) | [Test] method TextUnitUnitTypeTest (line 119) | [Test] method TextUnitLocationStartTest (line 127) | [Test] method TextUnitLocationEndTest (line 135) | [Test] method TextUnitDocumentPkTest (line 143) | [Test] method TextUnitDocumentNameTest (line 151) | [Test] method TextUnitDocumentDescriptionTest (line 159) | [Test] method TextUnitDocumentDocumentTypeTest (line 167) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/RestAuthCommonResponseTests.cs class RestAuthCommonResponseTests (line 33) | public class RestAuthCommonResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method RestAuthCommonResponseInstanceTest (line 60) | [Test] method DetailTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ReviewStatusDetailGroupDataTests.cs class ReviewStatusDetailGroupDataTests (line 33) | public class ReviewStatusDetailGroupDataTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ReviewStatusDetailGroupDataInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NameTest (line 79) | [Test] method CodeTest (line 87) | [Test] method OrderTest (line 95) | [Test] method IsActiveTest (line 103) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ReviewStatusDetailTests.cs class ReviewStatusDetailTests (line 33) | public class ReviewStatusDetailTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ReviewStatusDetailInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NameTest (line 79) | [Test] method CodeTest (line 87) | [Test] method OrderTest (line 95) | [Test] method GroupTest (line 103) | [Test] method GroupDataTest (line 111) | [Test] method IsActiveTest (line 119) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ReviewStatusGroupTests.cs class ReviewStatusGroupTests (line 33) | public class ReviewStatusGroupTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ReviewStatusGroupInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NameTest (line 79) | [Test] method CodeTest (line 87) | [Test] method OrderTest (line 95) | [Test] method IsActiveTest (line 103) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/ReviewStatusTests.cs class ReviewStatusTests (line 33) | public class ReviewStatusTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method ReviewStatusInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method NameTest (line 79) | [Test] method CodeTest (line 87) | [Test] method OrderTest (line 95) | [Test] method IsActiveTest (line 103) | [Test] method GroupTest (line 111) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/SelectProjectsRequestTests.cs class SelectProjectsRequestTests (line 33) | public class SelectProjectsRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method SelectProjectsRequestInstanceTest (line 60) | [Test] method ProjectIdsTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/SelectProjectsResponseTests.cs class SelectProjectsResponseTests (line 33) | public class SelectProjectsResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method SelectProjectsResponseInstanceTest (line 60) | [Test] method SavedFilterIdTest (line 71) | [Test] method UserIdTest (line 79) | [Test] method ProjectIdsTest (line 87) | [Test] method ShowWarningTest (line 95) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/SendClusterToProjectRequestTests.cs class SendClusterToProjectRequestTests (line 33) | public class SendClusterToProjectRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method SendClusterToProjectRequestInstanceTest (line 60) | [Test] method ClusterIdsTest (line 71) | [Test] method ProjectIdTest (line 79) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/SetProjectAnnotationsStatusAsyncResponseTests.cs class SetProjectAnnotationsStatusAsyncResponseTests (line 33) | public class SetProjectAnnotationsStatusAsyncResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method SetProjectAnnotationsStatusAsyncResponseInstanceTest (line 60) | [Test] method TaskIdTest (line 71) | [Test] method AnnotationsTest (line 79) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/SetProjectAnnotationsStatusRequestTests.cs class SetProjectAnnotationsStatusRequestTests (line 33) | public class SetProjectAnnotationsStatusRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method SetProjectAnnotationsStatusRequestInstanceTest (line 60) | [Test] method StatusIdTest (line 71) | [Test] method AllTest (line 79) | [Test] method AnnotationIdsTest (line 87) | [Test] method NoAnnotationIdsTest (line 95) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/SetProjectDocumentsStatusRequestTests.cs class SetProjectDocumentsStatusRequestTests (line 33) | public class SetProjectDocumentsStatusRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method SetProjectDocumentsStatusRequestInstanceTest (line 60) | [Test] method StatusIdTest (line 71) | [Test] method AllTest (line 79) | [Test] method DocumentIdsTest (line 87) | [Test] method NoDocumentIdsTest (line 95) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/SimilarProjectTextUnitsRequestTests.cs class SimilarProjectTextUnitsRequestTests (line 33) | public class SimilarProjectTextUnitsRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method SimilarProjectTextUnitsRequestInstanceTest (line 60) | [Test] method TextMaxLengthTest (line 71) | [Test] method RunIdTest (line 79) | [Test] method LastRunTest (line 87) | [Test] method TextUnitIdTest (line 95) | [Test] method DocumentIdTest (line 103) | [Test] method LocationStartTest (line 111) | [Test] method LocationEndTest (line 119) | [Test] method SelectionTest (line 127) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/SimilarityFormTests.cs class SimilarityFormTests (line 33) | public class SimilarityFormTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method SimilarityFormInstanceTest (line 60) | [Test] method RunNameTest (line 71) | [Test] method SearchSimilarDocumentsTest (line 79) | [Test] method SearchSimilarTextUnitsTest (line 87) | [Test] method SimilarityThresholdTest (line 95) | [Test] method ProjectTest (line 103) | [Test] method UseIdfTest (line 111) | [Test] method DeleteTest (line 119) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/SimilarityPOSTObjectResponseTests.cs class SimilarityPOSTObjectResponseTests (line 33) | public class SimilarityPOSTObjectResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method SimilarityPOSTObjectResponseInstanceTest (line 60) | [Test] method DetailTest (line 71) | [Test] method TaskIdTest (line 79) | [Test] method ConfirmTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/SimilarityRunTests.cs class SimilarityRunTests (line 33) | public class SimilarityRunTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method SimilarityRunInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method ProjectIdTest (line 79) | [Test] method FeatureSourceTest (line 87) | [Test] method UnitSourceTest (line 95) | [Test] method UnitTypeTest (line 103) | [Test] method UnitIdTest (line 111) | [Test] method ItemsCountTest (line 119) | [Test] method CreatedByTest (line 127) | [Test] method CreatedDateTest (line 135) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/SocialAccountsResponseSocialAccountsTests.cs class SocialAccountsResponseSocialAccountsTests (line 33) | public class SocialAccountsResponseSocialAccountsTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method SocialAccountsResponseSocialAccountsInstanceTest (line 60) | [Test] method NameTest (line 71) | [Test] method ProviderTest (line 79) | [Test] method LoginUrlTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/SocialAccountsResponseTests.cs class SocialAccountsResponseTests (line 33) | public class SocialAccountsResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method SocialAccountsResponseInstanceTest (line 60) | [Test] method SocialAccountsTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/SocialClientListTests.cs class SocialClientListTests (line 33) | public class SocialClientListTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method SocialClientListInstanceTest (line 60) | [Test] method ProviderTest (line 71) | [Test] method NameTest (line 79) | [Test] method ClientIdTest (line 87) | [Test] method UrlsTest (line 95) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/SocialClientListUrlsTests.cs class SocialClientListUrlsTests (line 33) | public class SocialClientListUrlsTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method SocialClientListUrlsInstanceTest (line 60) | [Test] method AuthorizeUrlTest (line 71) | [Test] method AccessTokenUrlTest (line 79) | [Test] method ProfileUrlTest (line 87) | [Test] method LoginUrlTest (line 95) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/SocialLoginTests.cs class SocialLoginTests (line 33) | public class SocialLoginTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method SocialLoginInstanceTest (line 60) | [Test] method AccessTokenTest (line 71) | [Test] method CodeTest (line 79) | [Test] method IdTokenTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/TaskIdResponseTests.cs class TaskIdResponseTests (line 33) | public class TaskIdResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method TaskIdResponseInstanceTest (line 60) | [Test] method TaskIdTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/TaskLogResponseRecordsTests.cs class TaskLogResponseRecordsTests (line 33) | public class TaskLogResponseRecordsTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method TaskLogResponseRecordsInstanceTest (line 60) | [Test] method TaskNameTest (line 71) | [Test] method LogLevelTest (line 79) | [Test] method MessageTest (line 87) | [Test] method TimestampTest (line 95) | [Test] method StackTraceTest (line 103) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/TaskLogResponseTests.cs class TaskLogResponseTests (line 33) | public class TaskLogResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method TaskLogResponseInstanceTest (line 60) | [Test] method RecordsTest (line 71) | [Test] method TotalRecordsCountTest (line 79) | [Test] method FilteredRecordsCountTest (line 87) | [Test] method CurrentRecordsCountTest (line 95) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/TaskQueueDocumentsDataInnerTests.cs class TaskQueueDocumentsDataInnerTests (line 33) | public class TaskQueueDocumentsDataInnerTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method TaskQueueDocumentsDataInnerInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NameTest (line 79) | [Test] method DescriptionTest (line 87) | [Test] method DocumentTypeTest (line 95) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/TaskQueueDocumentsDataTests.cs class TaskQueueDocumentsDataTests (line 33) | public class TaskQueueDocumentsDataTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method TaskQueueDocumentsDataInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NameTest (line 79) | [Test] method DescriptionTest (line 87) | [Test] method DocumentTypeTest (line 95) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/TaskQueueReviewersDataInnerTests.cs class TaskQueueReviewersDataInnerTests (line 33) | public class TaskQueueReviewersDataInnerTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method TaskQueueReviewersDataInnerInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method UsernameTest (line 79) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/TaskQueueReviewersDataTests.cs class TaskQueueReviewersDataTests (line 33) | public class TaskQueueReviewersDataTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method TaskQueueReviewersDataInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method UsernameTest (line 79) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/TaskQueueTests.cs class TaskQueueTests (line 33) | public class TaskQueueTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method TaskQueueInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method DescriptionTest (line 79) | [Test] method DocumentsTest (line 87) | [Test] method DocumentsDataTest (line 95) | [Test] method CompletedDocumentsTest (line 103) | [Test] method CompletedDocumentsDataTest (line 111) | [Test] method ReviewersTest (line 119) | [Test] method ReviewersDataTest (line 127) | [Test] method ProgressTest (line 135) | [Test] method DataTest (line 143) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/TaskTests.cs class TaskTests (line 33) | public class TaskTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method TaskInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NameTest (line 79) | [Test] method DateStartTest (line 87) | [Test] method DateWorkStartTest (line 95) | [Test] method UserUsernameTest (line 103) | [Test] method DateDoneTest (line 111) | [Test] method DurationTest (line 119) | [Test] method ProgressTest (line 127) | [Test] method StatusTest (line 135) | [Test] method HasErrorTest (line 143) | [Test] method DescriptionTest (line 151) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/TermTagTests.cs class TermTagTests (line 33) | public class TermTagTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method TermTagInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NameTest (line 79) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/TermUsageTests.cs class TermUsageTests (line 33) | public class TermUsageTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method TermUsageInstanceTest (line 60) | [Test] method TermTermTest (line 71) | [Test] method CountTest (line 79) | [Test] method PkTest (line 87) | [Test] method TextUnitPkTest (line 95) | [Test] method TextUnitUnitTypeTest (line 103) | [Test] method TextUnitLocationStartTest (line 111) | [Test] method TextUnitLocationEndTest (line 119) | [Test] method TextUnitDocumentPkTest (line 127) | [Test] method TextUnitDocumentNameTest (line 135) | [Test] method TextUnitDocumentDescriptionTest (line 143) | [Test] method TextUnitDocumentDocumentTypeTest (line 151) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/TextUnitClassificationCreateTests.cs class TextUnitClassificationCreateTests (line 33) | public class TextUnitClassificationCreateTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method TextUnitClassificationCreateInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method ClassNameTest (line 79) | [Test] method ClassValueTest (line 87) | [Test] method TextUnitIdTest (line 95) | [Test] method UserIdTest (line 103) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/TextUnitClassificationTests.cs class TextUnitClassificationTests (line 33) | public class TextUnitClassificationTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method TextUnitClassificationInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method TextUnitDocumentPkTest (line 79) | [Test] method TextUnitDocumentNameTest (line 87) | [Test] method TextUnitDocumentDocumentTypeTest (line 95) | [Test] method TextUnitDocumentDescriptionTest (line 103) | [Test] method TextUnitPkTest (line 111) | [Test] method TextUnitUnitTypeTest (line 119) | [Test] method TextUnitLanguageTest (line 127) | [Test] method ClassNameTest (line 135) | [Test] method ClassValueTest (line 143) | [Test] method UserUsernameTest (line 151) | [Test] method TimestampTest (line 159) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/TextUnitClassifierSuggestionTests.cs class TextUnitClassifierSuggestionTests (line 33) | public class TextUnitClassifierSuggestionTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method TextUnitClassifierSuggestionInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method TextUnitDocumentPkTest (line 79) | [Test] method TextUnitDocumentNameTest (line 87) | [Test] method TextUnitDocumentDocumentTypeTest (line 95) | [Test] method TextUnitDocumentDescriptionTest (line 103) | [Test] method TextUnitPkTest (line 111) | [Test] method ClassNameTest (line 119) | [Test] method ClassValueTest (line 127) | [Test] method ClassifierRunTest (line 135) | [Test] method ClassifierConfidenceTest (line 143) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/TextUnitClassifierTests.cs class TextUnitClassifierTests (line 33) | public class TextUnitClassifierTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method TextUnitClassifierInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method NameTest (line 79) | [Test] method VersionTest (line 87) | [Test] method ClassNameTest (line 95) | [Test] method IsActiveTest (line 103) | [Test] method SuggestionsTest (line 111) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/TextUnitClusterTests.cs class TextUnitClusterTests (line 33) | public class TextUnitClusterTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method TextUnitClusterInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method ClusterIdTest (line 79) | [Test] method NameTest (line 87) | [Test] method SelfNameTest (line 95) | [Test] method DescriptionTest (line 103) | [Test] method ClusterByTest (line 111) | [Test] method UsingTest (line 119) | [Test] method CreatedDateTest (line 127) | [Test] method TextUnitCountTest (line 135) | [Test] method TextUnitDataTest (line 143) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/TextUnitDjangoQLTests.cs class TextUnitDjangoQLTests (line 33) | public class TextUnitDjangoQLTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method TextUnitDjangoQLInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method UnitTypeTest (line 79) | [Test] method TextTest (line 87) | [Test] method ProjectIdTest (line 95) | [Test] method ProjectNameTest (line 103) | [Test] method DocumentIdTest (line 111) | [Test] method DocumentNameTest (line 119) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/TextUnitSimilarityByFeaturesFormTests.cs class TextUnitSimilarityByFeaturesFormTests (line 33) | public class TextUnitSimilarityByFeaturesFormTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method TextUnitSimilarityByFeaturesFormInstanceTest (line 60) | [Test] method RunNameTest (line 71) | [Test] method SimilarityThresholdTest (line 79) | [Test] method ProjectTest (line 87) | [Test] method FeatureSourceTest (line 95) | [Test] method DistanceTypeTest (line 103) | [Test] method ItemIdTest (line 111) | [Test] method CreateReverseRelationsTest (line 119) | [Test] method UseTfidfTest (line 127) | [Test] method DeleteTest (line 135) | [Test] method UnitTypeTest (line 143) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/TextUnitSimilarityTests.cs class TextUnitSimilarityTests (line 33) | public class TextUnitSimilarityTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method TextUnitSimilarityInstanceTest (line 60) | [Test] method TextUnitAIdTest (line 71) | [Test] method TextUnitAUnitTypeTest (line 79) | [Test] method TextUnitALanguageTest (line 87) | [Test] method TextUnitATextunittextTextTest (line 95) | [Test] method DocumentAIdTest (line 103) | [Test] method DocumentANameTest (line 111) | [Test] method TextUnitBIdTest (line 119) | [Test] method TextUnitBUnitTypeTest (line 127) | [Test] method TextUnitBLanguageTest (line 135) | [Test] method TextUnitBTextunittextTextTest (line 143) | [Test] method DocumentBIdTest (line 151) | [Test] method DocumentBNameTest (line 159) | [Test] method SimilarityTest (line 167) | [Test] method RunTest (line 175) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/TrademarkUsageTests.cs class TrademarkUsageTests (line 33) | public class TrademarkUsageTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method TrademarkUsageInstanceTest (line 60) | [Test] method TrademarkTest (line 71) | [Test] method CountTest (line 79) | [Test] method PkTest (line 87) | [Test] method TextUnitPkTest (line 95) | [Test] method TextUnitUnitTypeTest (line 103) | [Test] method TextUnitLocationStartTest (line 111) | [Test] method TextUnitLocationEndTest (line 119) | [Test] method TextUnitDocumentPkTest (line 127) | [Test] method TextUnitDocumentNameTest (line 135) | [Test] method TextUnitDocumentDescriptionTest (line 143) | [Test] method TextUnitDocumentDocumentTypeTest (line 151) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/TransformerTests.cs class TransformerTests (line 33) | public class TransformerTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method TransformerInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method NameTest (line 79) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/TusUploadSessionUploadSessionIdUploadPOST400ResponseTests.cs class TusUploadSessionUploadSessionIdUploadPOST400ResponseTests (line 33) | public class TusUploadSessionUploadSessionIdUploadPOST400ResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method TusUploadSessionUploadSessionIdUploadPOST400ResponseInstanceTest (line 60) | [Test] method StatusTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/TypeaheadTests.cs class TypeaheadTests (line 33) | public class TypeaheadTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method TypeaheadInstanceTest (line 60) | [Test] method QTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/UpdateProjectDocumentsFieldsRequestTests.cs class UpdateProjectDocumentsFieldsRequestTests (line 33) | public class UpdateProjectDocumentsFieldsRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method UpdateProjectDocumentsFieldsRequestInstanceTest (line 60) | [Test] method AllTest (line 71) | [Test] method DocumentIdsTest (line 79) | [Test] method NoDocumentIdsTest (line 87) | [Test] method FieldsDataTest (line 95) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/UpdateProjectDocumentsFieldsResponseTests.cs class UpdateProjectDocumentsFieldsResponseTests (line 33) | public class UpdateProjectDocumentsFieldsResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method UpdateProjectDocumentsFieldsResponseInstanceTest (line 60) | [Test] method TaskIdTest (line 71) | [Test] method InactiveDocumentIdsTest (line 79) | [Test] method InactiveDocumentNamesTest (line 87) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/UploadSessionBatchUploadRequestTests.cs class UploadSessionBatchUploadRequestTests (line 33) | public class UploadSessionBatchUploadRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method UploadSessionBatchUploadRequestInstanceTest (line 60) | [Test] method FolderTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/UploadSessionCreateTests.cs class UploadSessionCreateTests (line 33) | public class UploadSessionCreateTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method UploadSessionCreateInstanceTest (line 60) | [Test] method UidTest (line 71) | [Test] method ProjectTest (line 79) | [Test] method CreatedByTest (line 87) | [Test] method UploadFilesTest (line 95) | [Test] method ReviewFilesTest (line 103) | [Test] method ForceTest (line 111) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/UploadSessionDeleteFileRequestTests.cs class UploadSessionDeleteFileRequestTests (line 33) | public class UploadSessionDeleteFileRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method UploadSessionDeleteFileRequestInstanceTest (line 60) | [Test] method FilenameTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/UploadSessionDetailTests.cs class UploadSessionDetailTests (line 33) | public class UploadSessionDetailTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method UploadSessionDetailInstanceTest (line 60) | [Test] method UidTest (line 71) | [Test] method ProjectTest (line 79) | [Test] method CreatedByTest (line 87) | [Test] method CreatedDateTest (line 95) | [Test] method DocumentTypeTest (line 103) | [Test] method ProgressTest (line 111) | [Test] method CompletedTest (line 119) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/UploadSessionUpdateTests.cs class UploadSessionUpdateTests (line 33) | public class UploadSessionUpdateTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method UploadSessionUpdateInstanceTest (line 60) | [Test] method PkTest (line 71) | [Test] method ProjectTest (line 79) | [Test] method CreatedByTest (line 87) | [Test] method CreatedDateTest (line 95) | [Test] method CompletedTest (line 103) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/UploadTests.cs class UploadTests (line 33) | public class UploadTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method UploadInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method GuidTest (line 79) | [Test] method StateTest (line 87) | [Test] method UploadOffsetTest (line 95) | [Test] method UploadLengthTest (line 103) | [Test] method UploadMetadataTest (line 111) | [Test] method FilenameTest (line 119) | [Test] method TemporaryFilePathTest (line 127) | [Test] method ExpiresTest (line 135) | [Test] method UploadedFileTest (line 143) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/UrlUsageTests.cs class UrlUsageTests (line 33) | public class UrlUsageTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method UrlUsageInstanceTest (line 60) | [Test] method SourceUrlTest (line 71) | [Test] method CountTest (line 79) | [Test] method PkTest (line 87) | [Test] method TextUnitPkTest (line 95) | [Test] method TextUnitUnitTypeTest (line 103) | [Test] method TextUnitLocationStartTest (line 111) | [Test] method TextUnitLocationEndTest (line 119) | [Test] method TextUnitDocumentPkTest (line 127) | [Test] method TextUnitDocumentNameTest (line 135) | [Test] method TextUnitDocumentDescriptionTest (line 143) | [Test] method TextUnitDocumentDocumentTypeTest (line 151) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/UserProfileTests.cs class UserProfileTests (line 33) | public class UserProfileTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method UserProfileInstanceTest (line 60) | [Test] method UsernameTest (line 71) | [Test] method LastNameTest (line 79) | [Test] method FirstNameTest (line 87) | [Test] method NameTest (line 95) | [Test] method EmailTest (line 103) | [Test] method OrganizationTest (line 111) | [Test] method GroupsTest (line 119) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/UserStatsTests.cs class UserStatsTests (line 33) | public class UserStatsTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method UserStatsInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method UserNameTest (line 79) | [Test] method GroupNameTest (line 87) | [Test] method TotalProjectsTest (line 95) | [Test] method DocumentsAssignedTest (line 103) | [Test] method DocumentsCompletedTest (line 111) | [Test] method DocumentsTodoTest (line 119) | [Test] method DocumentsCompletedPcntTest (line 127) | [Test] method DocumentsTodoPcntTest (line 135) | [Test] method ClausesAssignedTest (line 143) | [Test] method ClausesCompletedTest (line 151) | [Test] method ClausesTodoTest (line 159) | [Test] method ClausesCompletedPcntTest (line 167) | [Test] method ClausesTodoPcntTest (line 175) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/UserTests.cs class UserTests (line 33) | public class UserTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method UserInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method UsernameTest (line 79) | [Test] method LastNameTest (line 87) | [Test] method FirstNameTest (line 95) | [Test] method EmailTest (line 103) | [Test] method IsSuperuserTest (line 111) | [Test] method IsStaffTest (line 119) | [Test] method IsActiveTest (line 127) | [Test] method NameTest (line 135) | [Test] method OrganizationTest (line 143) | [Test] method PhotoTest (line 151) | [Test] method PermissionsTest (line 159) | [Test] method GroupsTest (line 167) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/VerifyAuthTokenRequestTests.cs class VerifyAuthTokenRequestTests (line 33) | public class VerifyAuthTokenRequestTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method VerifyAuthTokenRequestInstanceTest (line 60) | [Test] method AuthTokenTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/VerifyAuthTokenResponseTests.cs class VerifyAuthTokenResponseTests (line 33) | public class VerifyAuthTokenResponseTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method VerifyAuthTokenResponseInstanceTest (line 60) | [Test] method KeyTest (line 71) | [Test] method UserNameTest (line 79) | [Test] method ReleaseVersionTest (line 87) | [Test] method UserTest (line 95) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/VerifyEmailTests.cs class VerifyEmailTests (line 33) | public class VerifyEmailTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method VerifyEmailInstanceTest (line 60) | [Test] method KeyTest (line 71) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/WebNotificationDetailNotificationTests.cs class WebNotificationDetailNotificationTests (line 33) | public class WebNotificationDetailNotificationTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method WebNotificationDetailNotificationInstanceTest (line 60) | [Test] method IdTest (line 71) | [Test] method MessageDataTest (line 79) | [Test] method MessageTemplateTest (line 87) | [Test] method CreatedDateTest (line 95) | [Test] method NotificationTypeTest (line 103) | [Test] method RedirectLinkTest (line 111) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools.Test/Model/WebNotificationDetailTests.cs class WebNotificationDetailTests (line 33) | public class WebNotificationDetailTests method Init (line 41) | [SetUp] method Cleanup (line 51) | [TearDown] method WebNotificationDetailInstanceTest (line 60) | [Test] method IsSeenTest (line 71) | [Test] method NotificationTest (line 79) | [Test] FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Api/AnalyzeApi.cs type IAnalyzeApi (line 25) | public interface IAnalyzeApi : IApiAccessor method AnalyzeDocumentClusterGET (line 37) | List AnalyzeDocumentClusterGET (Dictionary> AnalyzeDocumentClusterGETWithHttpIn... method AnalyzeDocumentClusterIdGET (line 59) | DocumentCluster AnalyzeDocumentClusterIdGET (string id, Dictionary AnalyzeDocumentClusterIdGETWithHttpInfo (... method AnalyzeDocumentClusterIdPATCH (line 82) | DocumentClusterUpdate AnalyzeDocumentClusterIdPATCH (string id, Docume... method AnalyzeDocumentClusterIdPATCHWithHttpInfo (line 94) | ApiResponse AnalyzeDocumentClusterIdPATCHWithHt... method AnalyzeDocumentClusterIdPUT (line 105) | DocumentClusterUpdate AnalyzeDocumentClusterIdPUT (string id, Document... method AnalyzeDocumentClusterIdPUTWithHttpInfo (line 117) | ApiResponse AnalyzeDocumentClusterIdPUTWithHttp... method AnalyzeDocumentSimilarityListGET (line 127) | List AnalyzeDocumentSimilarityListGET (Dictionary<... method AnalyzeDocumentSimilarityListGETWithHttpInfo (line 138) | ApiResponse> AnalyzeDocumentSimilarityListGET... method AnalyzeDocumentTransformerListGET (line 148) | List AnalyzeDocumentTransformerListGET (Dictionary> AnalyzeDocumentTransformerListGETWithHt... method AnalyzeMlModelListGET (line 169) | List AnalyzeMlModelListGET (Dictionary jqFilt... method AnalyzeMlModelListGETWithHttpInfo (line 180) | ApiResponse> AnalyzeMlModelListGETWithHttpInfo (Dictiona... method AnalyzePartySimilarityListGET (line 190) | List AnalyzePartySimilarityListGET (Dictionary> AnalyzePartySimilarityListGETWithHt... method AnalyzeProjectDocumentSimilarityListGET (line 214) | ProjectDocumentSimilarityResponse AnalyzeProjectDocumentSimilarityList... method AnalyzeProjectDocumentSimilarityListGETWithHttpInfo (line 228) | ApiResponse AnalyzeProjectDocumentS... method AnalyzeProjectTextUnitSimilarityListGET (line 246) | List AnalyzeProjectTextUnitSimilarityListGE... method AnalyzeProjectTextUnitSimilarityListGETWithHttpInfo (line 265) | ApiResponse> AnalyzeProjectTextUnitSim... method AnalyzeProjectTextUnitSimilarityListPOST (line 275) | ProjectTextUnitSimilarity AnalyzeProjectTextUnitSimilarityListPOST (Si... method AnalyzeProjectTextUnitSimilarityListPOSTWithHttpInfo (line 286) | ApiResponse AnalyzeProjectTextUnitSimilarit... method AnalyzeSimilarityRunsGET (line 298) | List AnalyzeSimilarityRunsGET (string unitSource = defa... method AnalyzeSimilarityRunsGETWithHttpInfo (line 311) | ApiResponse> AnalyzeSimilarityRunsGETWithHttpInfo ... method AnalyzeSimilarityRunsIdDELETE (line 323) | void AnalyzeSimilarityRunsIdDELETE (string id, string unitSource = def... method AnalyzeSimilarityRunsIdDELETEWithHttpInfo (line 336) | ApiResponse AnalyzeSimilarityRunsIdDELETEWithHttpInfo (string ... method AnalyzeSimilarityRunsIdGET (line 349) | SimilarityRun AnalyzeSimilarityRunsIdGET (string id, string unitSource... method AnalyzeSimilarityRunsIdGETWithHttpInfo (line 363) | ApiResponse AnalyzeSimilarityRunsIdGETWithHttpInfo (str... method AnalyzeTextUnitClassificationsGET (line 373) | List AnalyzeTextUnitClassificationsGET (Dictio... method AnalyzeTextUnitClassificationsGETWithHttpInfo (line 384) | ApiResponse> AnalyzeTextUnitClassificatio... method AnalyzeTextUnitClassificationsIdDELETE (line 394) | void AnalyzeTextUnitClassificationsIdDELETE (string id); method AnalyzeTextUnitClassificationsIdDELETEWithHttpInfo (line 405) | ApiResponse AnalyzeTextUnitClassificationsIdDELETEWithHttpInfo... method AnalyzeTextUnitClassificationsIdGET (line 416) | TextUnitClassification AnalyzeTextUnitClassificationsIdGET (string id,... method AnalyzeTextUnitClassificationsIdGETWithHttpInfo (line 428) | ApiResponse AnalyzeTextUnitClassificationsIdGE... method AnalyzeTextUnitClassificationsPOST (line 438) | TextUnitClassificationCreate AnalyzeTextUnitClassificationsPOST (TextU... method AnalyzeTextUnitClassificationsPOSTWithHttpInfo (line 449) | ApiResponse AnalyzeTextUnitClassificatio... method AnalyzeTextUnitClassifierSuggestionsGET (line 459) | List AnalyzeTextUnitClassifierSuggestion... method AnalyzeTextUnitClassifierSuggestionsGETWithHttpInfo (line 470) | ApiResponse> AnalyzeTextUnitClassif... method AnalyzeTextUnitClassifierSuggestionsIdDELETE (line 480) | void AnalyzeTextUnitClassifierSuggestionsIdDELETE (string id); method AnalyzeTextUnitClassifierSuggestionsIdDELETEWithHttpInfo (line 491) | ApiResponse AnalyzeTextUnitClassifierSuggestionsIdDELETEWithHt... method AnalyzeTextUnitClassifierSuggestionsIdGET (line 502) | TextUnitClassifierSuggestion AnalyzeTextUnitClassifierSuggestionsIdGET... method AnalyzeTextUnitClassifierSuggestionsIdGETWithHttpInfo (line 514) | ApiResponse AnalyzeTextUnitClassifierSug... method AnalyzeTextUnitClassifiersGET (line 524) | List AnalyzeTextUnitClassifiersGET (Dictionary> AnalyzeTextUnitClassifiersGETWit... method AnalyzeTextUnitClassifiersIdDELETE (line 545) | void AnalyzeTextUnitClassifiersIdDELETE (string id); method AnalyzeTextUnitClassifiersIdDELETEWithHttpInfo (line 556) | ApiResponse AnalyzeTextUnitClassifiersIdDELETEWithHttpInfo (st... method AnalyzeTextUnitClassifiersIdGET (line 567) | TextUnitClassifier AnalyzeTextUnitClassifiersIdGET (string id, Diction... method AnalyzeTextUnitClassifiersIdGETWithHttpInfo (line 579) | ApiResponse AnalyzeTextUnitClassifiersIdGETWithHtt... method AnalyzeTextUnitClusterListGET (line 589) | List AnalyzeTextUnitClusterListGET (Dictionary> AnalyzeTextUnitClusterListGETWithHt... method AnalyzeTextUnitSimilarityListGET (line 610) | List AnalyzeTextUnitSimilarityListGET (Dictionary<... method AnalyzeTextUnitSimilarityListGETWithHttpInfo (line 621) | ApiResponse> AnalyzeTextUnitSimilarityListGET... method AnalyzeTextUnitTransformerListGET (line 631) | List AnalyzeTextUnitTransformerListGET (Dictionary> AnalyzeTextUnitTransformerListGETWithHt... method AnalyzeTypeaheadTextUnitClassificationFieldNameGET (line 653) | Typeahead AnalyzeTypeaheadTextUnitClassificationFieldNameGET (string f... method AnalyzeTypeaheadTextUnitClassificationFieldNameGETWithHttpInfo (line 665) | ApiResponse AnalyzeTypeaheadTextUnitClassificationFieldName... method AnalyzeDocumentClusterGETAsync (line 678) | System.Threading.Tasks.Task> AnalyzeDocumentClus... method AnalyzeDocumentClusterGETWithHttpInfoAsync (line 690) | System.Threading.Tasks.Task>> Analyz... method AnalyzeDocumentClusterIdGETAsync (line 702) | System.Threading.Tasks.Task AnalyzeDocumentClusterIdG... method AnalyzeDocumentClusterIdGETWithHttpInfoAsync (line 715) | System.Threading.Tasks.Task> AnalyzeDocum... method AnalyzeDocumentClusterIdPATCHAsync (line 727) | System.Threading.Tasks.Task AnalyzeDocumentClus... method AnalyzeDocumentClusterIdPATCHWithHttpInfoAsync (line 740) | System.Threading.Tasks.Task> Analyz... method AnalyzeDocumentClusterIdPUTAsync (line 752) | System.Threading.Tasks.Task AnalyzeDocumentClus... method AnalyzeDocumentClusterIdPUTWithHttpInfoAsync (line 765) | System.Threading.Tasks.Task> Analyz... method AnalyzeDocumentSimilarityListGETAsync (line 776) | System.Threading.Tasks.Task> AnalyzeDocumentS... method AnalyzeDocumentSimilarityListGETWithHttpInfoAsync (line 788) | System.Threading.Tasks.Task>> Ana... method AnalyzeDocumentTransformerListGETAsync (line 799) | System.Threading.Tasks.Task> AnalyzeDocumentTransfor... method AnalyzeDocumentTransformerListGETWithHttpInfoAsync (line 811) | System.Threading.Tasks.Task>> AnalyzeDoc... method AnalyzeMlModelListGETAsync (line 822) | System.Threading.Tasks.Task> AnalyzeMlModelListGETAsync ... method AnalyzeMlModelListGETWithHttpInfoAsync (line 834) | System.Threading.Tasks.Task>> AnalyzeMlModel... method AnalyzePartySimilarityListGETAsync (line 845) | System.Threading.Tasks.Task> AnalyzePartySimilar... method AnalyzePartySimilarityListGETWithHttpInfoAsync (line 857) | System.Threading.Tasks.Task>> Analyz... method AnalyzeProjectDocumentSimilarityListGETAsync (line 871) | System.Threading.Tasks.Task Analyze... method AnalyzeProjectDocumentSimilarityListGETWithHttpInfoAsync (line 886) | System.Threading.Tasks.Task> AnalyzePr... method AnalyzeProjectTextUnitSimilarityListGETWithHttpInfoAsync (line 925) | System.Threading.Tasks.Task AnalyzeProjectT... method AnalyzeProjectTextUnitSimilarityListPOSTWithHttpInfoAsync (line 948) | System.Threading.Tasks.Task> An... method AnalyzeSimilarityRunsGETAsync (line 961) | System.Threading.Tasks.Task> AnalyzeSimilarityRuns... method AnalyzeSimilarityRunsGETWithHttpInfoAsync (line 975) | System.Threading.Tasks.Task>> AnalyzeS... method AnalyzeSimilarityRunsIdDELETEAsync (line 988) | System.Threading.Tasks.Task AnalyzeSimilarityRunsIdDELETEAsync (string... method AnalyzeSimilarityRunsIdDELETEWithHttpInfoAsync (line 1002) | System.Threading.Tasks.Task> AnalyzeSimilarityRuns... method AnalyzeSimilarityRunsIdGETAsync (line 1016) | System.Threading.Tasks.Task AnalyzeSimilarityRunsIdGETA... method AnalyzeSimilarityRunsIdGETWithHttpInfoAsync (line 1031) | System.Threading.Tasks.Task> AnalyzeSimilar... method AnalyzeTextUnitClassificationsGETAsync (line 1042) | System.Threading.Tasks.Task> AnalyzeTextU... method AnalyzeTextUnitClassificationsGETWithHttpInfoAsync (line 1054) | System.Threading.Tasks.Task>>... method AnalyzeTextUnitClassificationsIdDELETEAsync (line 1065) | System.Threading.Tasks.Task AnalyzeTextUnitClassificationsIdDELETEAsyn... method AnalyzeTextUnitClassificationsIdDELETEWithHttpInfoAsync (line 1077) | System.Threading.Tasks.Task> AnalyzeTextUnitClassi... method AnalyzeTextUnitClassificationsIdGETAsync (line 1089) | System.Threading.Tasks.Task AnalyzeTextUnitCla... method AnalyzeTextUnitClassificationsIdGETWithHttpInfoAsync (line 1102) | System.Threading.Tasks.Task> Analy... method AnalyzeTextUnitClassificationsPOSTAsync (line 1113) | System.Threading.Tasks.Task AnalyzeTextU... method AnalyzeTextUnitClassificationsPOSTWithHttpInfoAsync (line 1125) | System.Threading.Tasks.Task>... method AnalyzeTextUnitClassifierSuggestionsGETAsync (line 1136) | System.Threading.Tasks.Task> Analyz... method AnalyzeTextUnitClassifierSuggestionsGETWithHttpInfoAsync (line 1148) | System.Threading.Tasks.Task> AnalyzeTextUnitClassi... method AnalyzeTextUnitClassifierSuggestionsIdGETAsync (line 1183) | System.Threading.Tasks.Task AnalyzeTextU... method AnalyzeTextUnitClassifierSuggestionsIdGETWithHttpInfoAsync (line 1196) | System.Threading.Tasks.Task>... method AnalyzeTextUnitClassifiersGETAsync (line 1207) | System.Threading.Tasks.Task> AnalyzeTextUnitC... method AnalyzeTextUnitClassifiersGETWithHttpInfoAsync (line 1219) | System.Threading.Tasks.Task>> Ana... method AnalyzeTextUnitClassifiersIdDELETEAsync (line 1230) | System.Threading.Tasks.Task AnalyzeTextUnitClassifiersIdDELETEAsync (s... method AnalyzeTextUnitClassifiersIdDELETEWithHttpInfoAsync (line 1242) | System.Threading.Tasks.Task> AnalyzeTextUnitClassi... method AnalyzeTextUnitClassifiersIdGETAsync (line 1254) | System.Threading.Tasks.Task AnalyzeTextUnitClassif... method AnalyzeTextUnitClassifiersIdGETWithHttpInfoAsync (line 1267) | System.Threading.Tasks.Task> AnalyzeTe... method AnalyzeTextUnitClusterListGETAsync (line 1278) | System.Threading.Tasks.Task> AnalyzeTextUnitClus... method AnalyzeTextUnitClusterListGETWithHttpInfoAsync (line 1290) | System.Threading.Tasks.Task>> Analyz... method AnalyzeTextUnitSimilarityListGETAsync (line 1301) | System.Threading.Tasks.Task> AnalyzeTextUnitS... method AnalyzeTextUnitSimilarityListGETWithHttpInfoAsync (line 1313) | System.Threading.Tasks.Task>> Ana... method AnalyzeTextUnitTransformerListGETAsync (line 1324) | System.Threading.Tasks.Task> AnalyzeTextUnitTransfor... method AnalyzeTextUnitTransformerListGETWithHttpInfoAsync (line 1336) | System.Threading.Tasks.Task>> AnalyzeTex... method AnalyzeTypeaheadTextUnitClassificationFieldNameGETAsync (line 1348) | System.Threading.Tasks.Task AnalyzeTypeaheadTextUnitClassif... method AnalyzeTypeaheadTextUnitClassificationFieldNameGETWithHttpInfoAsync (line 1361) | System.Threading.Tasks.Task> AnalyzeTypeaheadTe... class AnalyzeApi (line 1368) | public partial class AnalyzeApi : IAnalyzeApi method AnalyzeApi (line 1376) | public AnalyzeApi(String basePath) method AnalyzeApi (line 1387) | public AnalyzeApi() method AnalyzeApi (line 1400) | public AnalyzeApi(Org.OpenAPITools.Client.Configuration configuration ... method GetBasePath (line 1414) | public String GetBasePath() method SetBasePath (line 1423) | [Obsolete("SetBasePath is deprecated, please do 'Configuration.ApiClie... method DefaultHeader (line 1455) | [Obsolete("DefaultHeader is deprecated, please use Configuration.Defau... method AddDefaultHeader (line 1467) | [Obsolete("AddDefaultHeader is deprecated, please use Configuration.Ad... method AnalyzeDocumentClusterGET (line 1479) | public List AnalyzeDocumentClusterGET (Dictionary> AnalyzeDocumentClusterGETWit... method AnalyzeDocumentClusterGETAsync (line 1548) | public async System.Threading.Tasks.Task> Analyz... method AnalyzeDocumentClusterGETWithHttpInfoAsync (line 1562) | public async System.Threading.Tasks.Task AnalyzeDocumentClusterIdGETWithHtt... method AnalyzeDocumentClusterIdGETAsync (line 1694) | public async System.Threading.Tasks.Task AnalyzeDocum... method AnalyzeDocumentClusterIdGETWithHttpInfoAsync (line 1709) | public async System.Threading.Tasks.Task>... method AnalyzeDocumentClusterIdPATCH (line 1770) | public DocumentClusterUpdate AnalyzeDocumentClusterIdPATCH (string id,... method AnalyzeDocumentClusterIdPATCHWithHttpInfo (line 1783) | public ApiResponse AnalyzeDocumentClusterIdPATC... method AnalyzeDocumentClusterIdPATCHAsync (line 1855) | public async System.Threading.Tasks.Task Analyz... method AnalyzeDocumentClusterIdPATCHWithHttpInfoAsync (line 1870) | public async System.Threading.Tasks.Task AnalyzeDocumentClusterIdPUTW... method AnalyzeDocumentClusterIdPUTAsync (line 2026) | public async System.Threading.Tasks.Task Analyz... method AnalyzeDocumentClusterIdPUTWithHttpInfoAsync (line 2041) | public async System.Threading.Tasks.Task AnalyzeDocumentSimilarityListGET (Dict... method AnalyzeDocumentSimilarityListGETWithHttpInfo (line 2123) | public ApiResponse> AnalyzeDocumentSimilarity... method AnalyzeDocumentSimilarityListGETAsync (line 2180) | public async System.Threading.Tasks.Task> Ana... method AnalyzeDocumentSimilarityListGETWithHttpInfoAsync (line 2194) | public async System.Threading.Tasks.Task AnalyzeDocumentTransformerListGET (Dictionary... method AnalyzeDocumentTransformerListGETWithHttpInfo (line 2262) | public ApiResponse> AnalyzeDocumentTransformerListGE... method AnalyzeDocumentTransformerListGETAsync (line 2319) | public async System.Threading.Tasks.Task> AnalyzeDoc... method AnalyzeDocumentTransformerListGETWithHttpInfoAsync (line 2333) | public async System.Threading.Tasks.Task... method AnalyzeMlModelListGET (line 2389) | public List AnalyzeMlModelListGET (Dictionary... method AnalyzeMlModelListGETWithHttpInfo (line 2401) | public ApiResponse> AnalyzeMlModelListGETWithHttpInfo (D... method AnalyzeMlModelListGETAsync (line 2458) | public async System.Threading.Tasks.Task> AnalyzeMlModel... method AnalyzeMlModelListGETWithHttpInfoAsync (line 2472) | public async System.Threading.Tasks.Task>> A... method AnalyzePartySimilarityListGET (line 2528) | public List AnalyzePartySimilarityListGET (Dictionary... method AnalyzePartySimilarityListGETWithHttpInfo (line 2540) | public ApiResponse> AnalyzePartySimilarityListGE... method AnalyzePartySimilarityListGETAsync (line 2597) | public async System.Threading.Tasks.Task> Analyz... method AnalyzePartySimilarityListGETWithHttpInfoAsync (line 2611) | public async System.Threading.Tasks.Task AnalyzeProjectDo... method AnalyzeProjectDocumentSimilarityListGETAsync (line 2748) | public async System.Threading.Tasks.Task AnalyzeProjectTextUnitSimilarit... method AnalyzeProjectTextUnitSimilarityListGETWithHttpInfo (line 2852) | public ApiResponse> AnalyzeProjectText... method AnalyzeProjectTextUnitSimilarityListGETAsync (line 2925) | public async System.Threading.Tasks.Task AnalyzeProjectTextUnitSi... method AnalyzeProjectTextUnitSimilarityListPOSTAsync (line 3090) | public async System.Threading.Tasks.Task An... method AnalyzeProjectTextUnitSimilarityListPOSTWithHttpInfoAsync (line 3104) | public async System.Threading.Tasks.Task AnalyzeSimilarityRunsGET (string unitSource... method AnalyzeSimilarityRunsGETWithHttpInfo (line 3186) | public ApiResponse> AnalyzeSimilarityRunsGETWithHt... method AnalyzeSimilarityRunsGETAsync (line 3247) | public async System.Threading.Tasks.Task> AnalyzeS... method AnalyzeSimilarityRunsGETWithHttpInfoAsync (line 3263) | public async System.Threading.Tasks.Task AnalyzeSimilarityRunsIdDELETEWithHttpInfo (... method AnalyzeSimilarityRunsIdDELETEAsync (line 3399) | public async System.Threading.Tasks.Task AnalyzeSimilarityRunsIdDELETE... method AnalyzeSimilarityRunsIdDELETEWithHttpInfoAsync (line 3414) | public async System.Threading.Tasks.Task> AnalyzeS... method AnalyzeSimilarityRunsIdGET (line 3477) | public SimilarityRun AnalyzeSimilarityRunsIdGET (string id, string uni... method AnalyzeSimilarityRunsIdGETWithHttpInfo (line 3492) | public ApiResponse AnalyzeSimilarityRunsIdGETWithHttpIn... method AnalyzeSimilarityRunsIdGETAsync (line 3558) | public async System.Threading.Tasks.Task AnalyzeSimilar... method AnalyzeSimilarityRunsIdGETWithHttpInfoAsync (line 3575) | public async System.Threading.Tasks.Task> A... method AnalyzeTextUnitClassificationsGET (line 3637) | public List AnalyzeTextUnitClassificationsGET ... method AnalyzeTextUnitClassificationsGETWithHttpInfo (line 3649) | public ApiResponse> AnalyzeTextUnitClassi... method AnalyzeTextUnitClassificationsGETAsync (line 3706) | public async System.Threading.Tasks.Task>... method AnalyzeTextUnitClassificationsGETWithHttpInfoAsync (line 3720) | public async System.Threading.Tasks.Task AnalyzeTextUnitClassificationsIdDELETEWithH... method AnalyzeTextUnitClassificationsIdDELETEAsync (line 3846) | public async System.Threading.Tasks.Task AnalyzeTextUnitClassification... method AnalyzeTextUnitClassificationsIdDELETEWithHttpInfoAsync (line 3859) | public async System.Threading.Tasks.Task> AnalyzeT... method AnalyzeTextUnitClassificationsIdGET (line 3918) | public TextUnitClassification AnalyzeTextUnitClassificationsIdGET (str... method AnalyzeTextUnitClassificationsIdGETWithHttpInfo (line 3931) | public ApiResponse AnalyzeTextUnitClassificati... method AnalyzeTextUnitClassificationsIdGETAsync (line 3993) | public async System.Threading.Tasks.Task Analy... method AnalyzeTextUnitClassificationsIdGETWithHttpInfoAsync (line 4008) | public async System.Threading.Tasks.Task AnalyzeTextUnitClassi... method AnalyzeTextUnitClassificationsPOSTAsync (line 4147) | public async System.Threading.Tasks.Task... method AnalyzeTextUnitClassificationsPOSTWithHttpInfoAsync (line 4161) | public async System.Threading.Tasks.Task AnalyzeTextUnitClassifierSug... method AnalyzeTextUnitClassifierSuggestionsGETWithHttpInfo (line 4239) | public ApiResponse> AnalyzeTextUnit... method AnalyzeTextUnitClassifierSuggestionsGETAsync (line 4296) | public async System.Threading.Tasks.Task AnalyzeTextUnitClassifierSuggestionsIdDELET... method AnalyzeTextUnitClassifierSuggestionsIdDELETEAsync (line 4436) | public async System.Threading.Tasks.Task AnalyzeTextUnitClassifierSugg... method AnalyzeTextUnitClassifierSuggestionsIdDELETEWithHttpInfoAsync (line 4449) | public async System.Threading.Tasks.Task> AnalyzeT... method AnalyzeTextUnitClassifierSuggestionsIdGET (line 4508) | public TextUnitClassifierSuggestion AnalyzeTextUnitClassifierSuggestio... method AnalyzeTextUnitClassifierSuggestionsIdGETWithHttpInfo (line 4521) | public ApiResponse AnalyzeTextUnitClassi... method AnalyzeTextUnitClassifierSuggestionsIdGETAsync (line 4583) | public async System.Threading.Tasks.Task... method AnalyzeTextUnitClassifierSuggestionsIdGETWithHttpInfoAsync (line 4598) | public async System.Threading.Tasks.Task AnalyzeTextUnitClassifiersGET (Diction... method AnalyzeTextUnitClassifiersGETWithHttpInfo (line 4670) | public ApiResponse> AnalyzeTextUnitClassifier... method AnalyzeTextUnitClassifiersGETAsync (line 4727) | public async System.Threading.Tasks.Task> Ana... method AnalyzeTextUnitClassifiersGETWithHttpInfoAsync (line 4741) | public async System.Threading.Tasks.Task AnalyzeTextUnitClassifiersIdDELETEWithHttpI... method AnalyzeTextUnitClassifiersIdDELETEAsync (line 4867) | public async System.Threading.Tasks.Task AnalyzeTextUnitClassifiersIdD... method AnalyzeTextUnitClassifiersIdDELETEWithHttpInfoAsync (line 4880) | public async System.Threading.Tasks.Task> AnalyzeT... method AnalyzeTextUnitClassifiersIdGET (line 4939) | public TextUnitClassifier AnalyzeTextUnitClassifiersIdGET (string id, ... method AnalyzeTextUnitClassifiersIdGETWithHttpInfo (line 4952) | public ApiResponse AnalyzeTextUnitClassifiersIdGET... method AnalyzeTextUnitClassifiersIdGETAsync (line 5014) | public async System.Threading.Tasks.Task AnalyzeTe... method AnalyzeTextUnitClassifiersIdGETWithHttpInfoAsync (line 5029) | public async System.Threading.Tasks.Task AnalyzeTextUnitClusterListGET (Dictionary... method AnalyzeTextUnitClusterListGETWithHttpInfo (line 5101) | public ApiResponse> AnalyzeTextUnitClusterListGE... method AnalyzeTextUnitClusterListGETAsync (line 5158) | public async System.Threading.Tasks.Task> Analyz... method AnalyzeTextUnitClusterListGETWithHttpInfoAsync (line 5172) | public async System.Threading.Tasks.Task AnalyzeTextUnitSimilarityListGET (Dict... method AnalyzeTextUnitSimilarityListGETWithHttpInfo (line 5240) | public ApiResponse> AnalyzeTextUnitSimilarity... method AnalyzeTextUnitSimilarityListGETAsync (line 5297) | public async System.Threading.Tasks.Task> Ana... method AnalyzeTextUnitSimilarityListGETWithHttpInfoAsync (line 5311) | public async System.Threading.Tasks.Task AnalyzeTextUnitTransformerListGET (Dictionary... method AnalyzeTextUnitTransformerListGETWithHttpInfo (line 5379) | public ApiResponse> AnalyzeTextUnitTransformerListGE... method AnalyzeTextUnitTransformerListGETAsync (line 5436) | public async System.Threading.Tasks.Task> AnalyzeTex... method AnalyzeTextUnitTransformerListGETWithHttpInfoAsync (line 5450) | public async System.Threading.Tasks.Task... method AnalyzeTypeaheadTextUnitClassificationFieldNameGET (line 5507) | public Typeahead AnalyzeTypeaheadTextUnitClassificationFieldNameGET (s... method AnalyzeTypeaheadTextUnitClassificationFieldNameGETWithHttpInfo (line 5520) | public ApiResponse AnalyzeTypeaheadTextUnitClassificationFi... method AnalyzeTypeaheadTextUnitClassificationFieldNameGETAsync (line 5585) | public async System.Threading.Tasks.Task AnalyzeTypeaheadTe... method AnalyzeTypeaheadTextUnitClassificationFieldNameGETWithHttpInfoAsync (line 5600) | public async System.Threading.Tasks.Task> Analy... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Api/ApiApi.cs type IApiApi (line 24) | public interface IApiApi : IApiAccessor method ListLocales (line 35) | List> ListLocales (); method ListLocalesWithHttpInfo (line 45) | ApiResponse>> ListLocalesWithHttpInfo (); method ListLocalesAsync (line 57) | System.Threading.Tasks.Task>> ListLoca... method ListLocalesWithHttpInfoAsync (line 68) | System.Threading.Tasks.Task> ListLocales () method ListLocalesWithHttpInfo (line 196) | public ApiResponse>> ListLocalesWithHt... method ListLocalesAsync (line 251) | public async System.Threading.Tasks.Task CommonActionsGET (int? projectId = default(int?), int? do... method CommonActionsGETWithHttpInfo (line 54) | ApiResponse> CommonActionsGETWithHttpInfo (int? projectId... method CommonActionsIdGET (line 68) | Action CommonActionsIdGET (string id, int? projectId = default(int?), ... method CommonActionsIdGETWithHttpInfo (line 83) | ApiResponse CommonActionsIdGETWithHttpInfo (string id, int? pr... method CommonAppVariablesGET (line 93) | Dictionary CommonAppVariablesGET (string name = defaul... method CommonAppVariablesGETWithHttpInfo (line 104) | ApiResponse> CommonAppVariablesGETWithHttpI... method CommonAppVariablesListGET (line 114) | List CommonAppVariablesListGET (Dictionary jqF... method CommonAppVariablesListGETWithHttpInfo (line 125) | ApiResponse> CommonAppVariablesListGETWithHttpInfo (Dicti... method CommonAppVariablesProjectProjectIdGET (line 135) | List CommonAppVariablesProjectProjectIdGET (string proj... method CommonAppVariablesProjectProjectIdGETWithHttpInfo (line 146) | ApiResponse> CommonAppVariablesProjectProjectIdGET... method CommonAppVariablesProjectProjectIdPUT (line 157) | string CommonAppVariablesProjectProjectIdPUT (string projectId, List CommonAppVariablesProjectProjectIdPUTWithHttpInfo ... method CommonLogoGET (line 179) | Dictionary CommonLogoGET (string action = default(stri... method CommonLogoGETWithHttpInfo (line 190) | ApiResponse> CommonLogoGETWithHttpInfo (str... method CommonMediaPathGET (line 201) | Dictionary CommonMediaPathGET (string path, string act... method CommonMediaPathGETWithHttpInfo (line 213) | ApiResponse> CommonMediaPathGETWithHttpInfo... method CommonMenuGroupsFormFieldsGET (line 222) | Dictionary CommonMenuGroupsFormFieldsGET (); method CommonMenuGroupsFormFieldsGETWithHttpInfo (line 232) | ApiResponse> CommonMenuGroupsFormFieldsGETW... method CommonMenuGroupsGET (line 241) | List CommonMenuGroupsGET (); method CommonMenuGroupsGETWithHttpInfo (line 251) | ApiResponse> CommonMenuGroupsGETWithHttpInfo (); method CommonMenuGroupsIdDELETE (line 261) | void CommonMenuGroupsIdDELETE (string id); method CommonMenuGroupsIdDELETEWithHttpInfo (line 272) | ApiResponse CommonMenuGroupsIdDELETEWithHttpInfo (string id); method CommonMenuGroupsIdFormFieldsGET (line 282) | Dictionary CommonMenuGroupsIdFormFieldsGET (string id); method CommonMenuGroupsIdFormFieldsGETWithHttpInfo (line 293) | ApiResponse> CommonMenuGroupsIdFormFieldsGE... method CommonMenuGroupsIdGET (line 303) | MenuGroup CommonMenuGroupsIdGET (string id); method CommonMenuGroupsIdGETWithHttpInfo (line 314) | ApiResponse CommonMenuGroupsIdGETWithHttpInfo (string id); method CommonMenuGroupsIdPATCH (line 325) | MenuGroup CommonMenuGroupsIdPATCH (string id, MenuGroup menuGroup = de... method CommonMenuGroupsIdPATCHWithHttpInfo (line 337) | ApiResponse CommonMenuGroupsIdPATCHWithHttpInfo (string id,... method CommonMenuGroupsIdPUT (line 348) | MenuGroup CommonMenuGroupsIdPUT (string id, MenuGroup menuGroup = defa... method CommonMenuGroupsIdPUTWithHttpInfo (line 360) | ApiResponse CommonMenuGroupsIdPUTWithHttpInfo (string id, M... method CommonMenuGroupsPOST (line 370) | MenuGroup CommonMenuGroupsPOST (MenuGroup menuGroup = default(MenuGrou... method CommonMenuGroupsPOSTWithHttpInfo (line 381) | ApiResponse CommonMenuGroupsPOSTWithHttpInfo (MenuGroup men... method CommonMenuItemsFormFieldsGET (line 390) | Dictionary CommonMenuItemsFormFieldsGET (); method CommonMenuItemsFormFieldsGETWithHttpInfo (line 400) | ApiResponse> CommonMenuItemsFormFieldsGETWi... method CommonMenuItemsGET (line 409) | List CommonMenuItemsGET (); method CommonMenuItemsGETWithHttpInfo (line 419) | ApiResponse> CommonMenuItemsGETWithHttpInfo (); method CommonMenuItemsIdDELETE (line 429) | void CommonMenuItemsIdDELETE (string id); method CommonMenuItemsIdDELETEWithHttpInfo (line 440) | ApiResponse CommonMenuItemsIdDELETEWithHttpInfo (string id); method CommonMenuItemsIdFormFieldsGET (line 450) | Dictionary CommonMenuItemsIdFormFieldsGET (string id); method CommonMenuItemsIdFormFieldsGETWithHttpInfo (line 461) | ApiResponse> CommonMenuItemsIdFormFieldsGET... method CommonMenuItemsIdGET (line 471) | MenuItem CommonMenuItemsIdGET (string id); method CommonMenuItemsIdGETWithHttpInfo (line 482) | ApiResponse CommonMenuItemsIdGETWithHttpInfo (string id); method CommonMenuItemsIdPATCH (line 493) | MenuItem CommonMenuItemsIdPATCH (string id, MenuItem menuItem = defaul... method CommonMenuItemsIdPATCHWithHttpInfo (line 505) | ApiResponse CommonMenuItemsIdPATCHWithHttpInfo (string id, M... method CommonMenuItemsIdPUT (line 516) | MenuItem CommonMenuItemsIdPUT (string id, MenuItem menuItem = default(... method CommonMenuItemsIdPUTWithHttpInfo (line 528) | ApiResponse CommonMenuItemsIdPUTWithHttpInfo (string id, Men... method CommonMenuItemsPOST (line 538) | MenuItem CommonMenuItemsPOST (MenuItem menuItem = default(MenuItem)); method CommonMenuItemsPOSTWithHttpInfo (line 549) | ApiResponse CommonMenuItemsPOSTWithHttpInfo (MenuItem menuIt... method CommonReviewStatusGroupsGET (line 559) | List CommonReviewStatusGroupsGET (Dictionary> CommonReviewStatusGroupsGETWithHt... method CommonReviewStatusGroupsIdDELETE (line 580) | void CommonReviewStatusGroupsIdDELETE (string id); method CommonReviewStatusGroupsIdDELETEWithHttpInfo (line 591) | ApiResponse CommonReviewStatusGroupsIdDELETEWithHttpInfo (stri... method CommonReviewStatusGroupsIdGET (line 602) | ReviewStatusGroup CommonReviewStatusGroupsIdGET (string id, Dictionary... method CommonReviewStatusGroupsIdGETWithHttpInfo (line 614) | ApiResponse CommonReviewStatusGroupsIdGETWithHttpIn... method CommonReviewStatusGroupsIdPATCH (line 625) | ReviewStatusGroup CommonReviewStatusGroupsIdPATCH (string id, ReviewSt... method CommonReviewStatusGroupsIdPATCHWithHttpInfo (line 637) | ApiResponse CommonReviewStatusGroupsIdPATCHWithHttp... method CommonReviewStatusGroupsIdPUT (line 648) | ReviewStatusGroup CommonReviewStatusGroupsIdPUT (string id, ReviewStat... method CommonReviewStatusGroupsIdPUTWithHttpInfo (line 660) | ApiResponse CommonReviewStatusGroupsIdPUTWithHttpIn... method CommonReviewStatusGroupsPOST (line 670) | ReviewStatusGroup CommonReviewStatusGroupsPOST (ReviewStatusGroup revi... method CommonReviewStatusGroupsPOSTWithHttpInfo (line 681) | ApiResponse CommonReviewStatusGroupsPOSTWithHttpInf... method CommonReviewStatusesGET (line 691) | List CommonReviewStatusesGET (Dictionary> CommonReviewStatusesGETWithHttpI... method CommonReviewStatusesIdDELETE (line 712) | void CommonReviewStatusesIdDELETE (string id); method CommonReviewStatusesIdDELETEWithHttpInfo (line 723) | ApiResponse CommonReviewStatusesIdDELETEWithHttpInfo (string id); method CommonReviewStatusesIdGET (line 734) | ReviewStatusDetail CommonReviewStatusesIdGET (string id, Dictionary CommonReviewStatusesIdGETWithHttpInfo ... method CommonReviewStatusesIdPATCH (line 757) | ReviewStatus CommonReviewStatusesIdPATCH (string id, ReviewStatus revi... method CommonReviewStatusesIdPATCHWithHttpInfo (line 769) | ApiResponse CommonReviewStatusesIdPATCHWithHttpInfo (str... method CommonReviewStatusesIdPUT (line 780) | ReviewStatus CommonReviewStatusesIdPUT (string id, ReviewStatus review... method CommonReviewStatusesIdPUTWithHttpInfo (line 792) | ApiResponse CommonReviewStatusesIdPUTWithHttpInfo (strin... method CommonReviewStatusesPOST (line 802) | ReviewStatus CommonReviewStatusesPOST (ReviewStatus reviewStatus = def... method CommonReviewStatusesPOSTWithHttpInfo (line 813) | ApiResponse CommonReviewStatusesPOSTWithHttpInfo (Review... method CommonActionsGETAsync (line 829) | System.Threading.Tasks.Task> CommonActionsGETAsync (int? ... method CommonActionsGETWithHttpInfoAsync (line 844) | System.Threading.Tasks.Task>> CommonActionsGE... method CommonActionsIdGETAsync (line 859) | System.Threading.Tasks.Task CommonActionsIdGETAsync (string id... method CommonActionsIdGETWithHttpInfoAsync (line 875) | System.Threading.Tasks.Task> CommonActionsIdGETWit... method CommonAppVariablesGETAsync (line 886) | System.Threading.Tasks.Task> CommonAppVaria... method CommonAppVariablesGETWithHttpInfoAsync (line 898) | System.Threading.Tasks.Task>> C... method CommonAppVariablesListGETAsync (line 909) | System.Threading.Tasks.Task> CommonAppVariablesListGETAsy... method CommonAppVariablesListGETWithHttpInfoAsync (line 921) | System.Threading.Tasks.Task>> CommonAppVariab... method CommonAppVariablesProjectProjectIdGETAsync (line 932) | System.Threading.Tasks.Task> CommonAppVariablesPro... method CommonAppVariablesProjectProjectIdGETWithHttpInfoAsync (line 944) | System.Threading.Tasks.Task>> CommonAp... method CommonAppVariablesProjectProjectIdPUTAsync (line 956) | System.Threading.Tasks.Task CommonAppVariablesProjectProjectId... method CommonAppVariablesProjectProjectIdPUTWithHttpInfoAsync (line 969) | System.Threading.Tasks.Task> CommonAppVariablesPro... method CommonLogoGETAsync (line 980) | System.Threading.Tasks.Task> CommonLogoGETA... method CommonLogoGETWithHttpInfoAsync (line 992) | System.Threading.Tasks.Task>> C... method CommonMediaPathGETAsync (line 1004) | System.Threading.Tasks.Task> CommonMediaPat... method CommonMediaPathGETWithHttpInfoAsync (line 1017) | System.Threading.Tasks.Task>> C... method CommonMenuGroupsFormFieldsGETAsync (line 1027) | System.Threading.Tasks.Task> CommonMenuGrou... method CommonMenuGroupsFormFieldsGETWithHttpInfoAsync (line 1038) | System.Threading.Tasks.Task>> C... method CommonMenuGroupsGETAsync (line 1048) | System.Threading.Tasks.Task> CommonMenuGroupsGETAsync ... method CommonMenuGroupsGETWithHttpInfoAsync (line 1059) | System.Threading.Tasks.Task>> CommonMenuGr... method CommonMenuGroupsIdDELETEAsync (line 1070) | System.Threading.Tasks.Task CommonMenuGroupsIdDELETEAsync (string id, ... method CommonMenuGroupsIdDELETEWithHttpInfoAsync (line 1082) | System.Threading.Tasks.Task> CommonMenuGroupsIdDEL... method CommonMenuGroupsIdFormFieldsGETAsync (line 1093) | System.Threading.Tasks.Task> CommonMenuGrou... method CommonMenuGroupsIdFormFieldsGETWithHttpInfoAsync (line 1105) | System.Threading.Tasks.Task>> C... method CommonMenuGroupsIdGETAsync (line 1116) | System.Threading.Tasks.Task CommonMenuGroupsIdGETAsync (str... method CommonMenuGroupsIdGETWithHttpInfoAsync (line 1128) | System.Threading.Tasks.Task> CommonMenuGroupsId... method CommonMenuGroupsIdPATCHAsync (line 1140) | System.Threading.Tasks.Task CommonMenuGroupsIdPATCHAsync (s... method CommonMenuGroupsIdPATCHWithHttpInfoAsync (line 1153) | System.Threading.Tasks.Task> CommonMenuGroupsId... method CommonMenuGroupsIdPUTAsync (line 1165) | System.Threading.Tasks.Task CommonMenuGroupsIdPUTAsync (str... method CommonMenuGroupsIdPUTWithHttpInfoAsync (line 1178) | System.Threading.Tasks.Task> CommonMenuGroupsId... method CommonMenuGroupsPOSTAsync (line 1189) | System.Threading.Tasks.Task CommonMenuGroupsPOSTAsync (Menu... method CommonMenuGroupsPOSTWithHttpInfoAsync (line 1201) | System.Threading.Tasks.Task> CommonMenuGroupsPO... method CommonMenuItemsFormFieldsGETAsync (line 1211) | System.Threading.Tasks.Task> CommonMenuItem... method CommonMenuItemsFormFieldsGETWithHttpInfoAsync (line 1222) | System.Threading.Tasks.Task>> C... method CommonMenuItemsGETAsync (line 1232) | System.Threading.Tasks.Task> CommonMenuItemsGETAsync (C... method CommonMenuItemsGETWithHttpInfoAsync (line 1243) | System.Threading.Tasks.Task>> CommonMenuIte... method CommonMenuItemsIdDELETEAsync (line 1254) | System.Threading.Tasks.Task CommonMenuItemsIdDELETEAsync (string id, C... method CommonMenuItemsIdDELETEWithHttpInfoAsync (line 1266) | System.Threading.Tasks.Task> CommonMenuItemsIdDELE... method CommonMenuItemsIdFormFieldsGETAsync (line 1277) | System.Threading.Tasks.Task> CommonMenuItem... method CommonMenuItemsIdFormFieldsGETWithHttpInfoAsync (line 1289) | System.Threading.Tasks.Task>> C... method CommonMenuItemsIdGETAsync (line 1300) | System.Threading.Tasks.Task CommonMenuItemsIdGETAsync (strin... method CommonMenuItemsIdGETWithHttpInfoAsync (line 1312) | System.Threading.Tasks.Task> CommonMenuItemsIdGE... method CommonMenuItemsIdPATCHAsync (line 1324) | System.Threading.Tasks.Task CommonMenuItemsIdPATCHAsync (str... method CommonMenuItemsIdPATCHWithHttpInfoAsync (line 1337) | System.Threading.Tasks.Task> CommonMenuItemsIdPA... method CommonMenuItemsIdPUTAsync (line 1349) | System.Threading.Tasks.Task CommonMenuItemsIdPUTAsync (strin... method CommonMenuItemsIdPUTWithHttpInfoAsync (line 1362) | System.Threading.Tasks.Task> CommonMenuItemsIdPU... method CommonMenuItemsPOSTAsync (line 1373) | System.Threading.Tasks.Task CommonMenuItemsPOSTAsync (MenuIt... method CommonMenuItemsPOSTWithHttpInfoAsync (line 1385) | System.Threading.Tasks.Task> CommonMenuItemsPOST... method CommonReviewStatusGroupsGETAsync (line 1396) | System.Threading.Tasks.Task> CommonReviewStatu... method CommonReviewStatusGroupsGETWithHttpInfoAsync (line 1408) | System.Threading.Tasks.Task>> Comm... method CommonReviewStatusGroupsIdDELETEAsync (line 1419) | System.Threading.Tasks.Task CommonReviewStatusGroupsIdDELETEAsync (str... method CommonReviewStatusGroupsIdDELETEWithHttpInfoAsync (line 1431) | System.Threading.Tasks.Task> CommonReviewStatusGro... method CommonReviewStatusGroupsIdGETAsync (line 1443) | System.Threading.Tasks.Task CommonReviewStatusGroup... method CommonReviewStatusGroupsIdGETWithHttpInfoAsync (line 1456) | System.Threading.Tasks.Task> CommonRevi... method CommonReviewStatusGroupsIdPATCHAsync (line 1468) | System.Threading.Tasks.Task CommonReviewStatusGroup... method CommonReviewStatusGroupsIdPATCHWithHttpInfoAsync (line 1481) | System.Threading.Tasks.Task> CommonRevi... method CommonReviewStatusGroupsIdPUTAsync (line 1493) | System.Threading.Tasks.Task CommonReviewStatusGroup... method CommonReviewStatusGroupsIdPUTWithHttpInfoAsync (line 1506) | System.Threading.Tasks.Task> CommonRevi... method CommonReviewStatusGroupsPOSTAsync (line 1517) | System.Threading.Tasks.Task CommonReviewStatusGroup... method CommonReviewStatusGroupsPOSTWithHttpInfoAsync (line 1529) | System.Threading.Tasks.Task> CommonRevi... method CommonReviewStatusesGETAsync (line 1540) | System.Threading.Tasks.Task> CommonReviewStat... method CommonReviewStatusesGETWithHttpInfoAsync (line 1552) | System.Threading.Tasks.Task>> Com... method CommonReviewStatusesIdDELETEAsync (line 1563) | System.Threading.Tasks.Task CommonReviewStatusesIdDELETEAsync (string ... method CommonReviewStatusesIdDELETEWithHttpInfoAsync (line 1575) | System.Threading.Tasks.Task> CommonReviewStatusesI... method CommonReviewStatusesIdGETAsync (line 1587) | System.Threading.Tasks.Task CommonReviewStatusesId... method CommonReviewStatusesIdGETWithHttpInfoAsync (line 1600) | System.Threading.Tasks.Task> CommonRev... method CommonReviewStatusesIdPATCHAsync (line 1612) | System.Threading.Tasks.Task CommonReviewStatusesIdPATCHA... method CommonReviewStatusesIdPATCHWithHttpInfoAsync (line 1625) | System.Threading.Tasks.Task> CommonReviewSta... method CommonReviewStatusesIdPUTAsync (line 1637) | System.Threading.Tasks.Task CommonReviewStatusesIdPUTAsy... method CommonReviewStatusesIdPUTWithHttpInfoAsync (line 1650) | System.Threading.Tasks.Task> CommonReviewSta... method CommonReviewStatusesPOSTAsync (line 1661) | System.Threading.Tasks.Task CommonReviewStatusesPOSTAsyn... method CommonReviewStatusesPOSTWithHttpInfoAsync (line 1673) | System.Threading.Tasks.Task> CommonReviewSta... class CommonApi (line 1680) | public partial class CommonApi : ICommonApi method CommonApi (line 1688) | public CommonApi(String basePath) method CommonApi (line 1699) | public CommonApi() method CommonApi (line 1712) | public CommonApi(Org.OpenAPITools.Client.Configuration configuration =... method GetBasePath (line 1726) | public String GetBasePath() method SetBasePath (line 1735) | [Obsolete("SetBasePath is deprecated, please do 'Configuration.ApiClie... method DefaultHeader (line 1767) | [Obsolete("DefaultHeader is deprecated, please use Configuration.Defau... method AddDefaultHeader (line 1779) | [Obsolete("AddDefaultHeader is deprecated, please use Configuration.Ad... method CommonActionsGET (line 1794) | public List CommonActionsGET (int? projectId = default(int?), ... method CommonActionsGETWithHttpInfo (line 1809) | public ApiResponse> CommonActionsGETWithHttpInfo (int? pr... method CommonActionsGETAsync (line 1872) | public async System.Threading.Tasks.Task> CommonActionsGE... method CommonActionsGETWithHttpInfoAsync (line 1889) | public async System.Threading.Tasks.Task>> Co... method CommonActionsIdGET (line 1952) | public Action CommonActionsIdGET (string id, int? projectId = default(... method CommonActionsIdGETWithHttpInfo (line 1968) | public ApiResponse CommonActionsIdGETWithHttpInfo (string id, ... method CommonActionsIdGETAsync (line 2036) | public async System.Threading.Tasks.Task CommonActionsIdGETAsy... method CommonActionsIdGETWithHttpInfoAsync (line 2054) | public async System.Threading.Tasks.Task> CommonAc... method CommonAppVariablesGET (line 2117) | public Dictionary CommonAppVariablesGET (string name =... method CommonAppVariablesGETWithHttpInfo (line 2129) | public ApiResponse> CommonAppVariablesGETWi... method CommonAppVariablesGETAsync (line 2186) | public async System.Threading.Tasks.Task> C... method CommonAppVariablesGETWithHttpInfoAsync (line 2200) | public async System.Threading.Tasks.Task CommonAppVariablesListGET (Dictionary> CommonAppVariablesListGETWithHttpInfo... method CommonAppVariablesListGETAsync (line 2325) | public async System.Threading.Tasks.Task> CommonAppVariab... method CommonAppVariablesListGETWithHttpInfoAsync (line 2339) | public async System.Threading.Tasks.Task>> Co... method CommonAppVariablesProjectProjectIdGET (line 2395) | public List CommonAppVariablesProjectProjectIdGET (stri... method CommonAppVariablesProjectProjectIdGETWithHttpInfo (line 2407) | public ApiResponse> CommonAppVariablesProjectProje... method CommonAppVariablesProjectProjectIdGETAsync (line 2467) | public async System.Threading.Tasks.Task> CommonAp... method CommonAppVariablesProjectProjectIdGETWithHttpInfoAsync (line 2481) | public async System.Threading.Tasks.Task CommonAppVariablesProjectProjectIdPUTWithHt... method CommonAppVariablesProjectProjectIdPUTAsync (line 2626) | public async System.Threading.Tasks.Task CommonAppVariablesPro... method CommonAppVariablesProjectProjectIdPUTWithHttpInfoAsync (line 2641) | public async System.Threading.Tasks.Task> CommonAp... method CommonLogoGET (line 2711) | public Dictionary CommonLogoGET (string action = defau... method CommonLogoGETWithHttpInfo (line 2723) | public ApiResponse> CommonLogoGETWithHttpIn... method CommonLogoGETAsync (line 2781) | public async System.Threading.Tasks.Task> C... method CommonLogoGETWithHttpInfoAsync (line 2795) | public async System.Threading.Tasks.Task CommonMediaPathGET (string path, str... method CommonMediaPathGETWithHttpInfo (line 2866) | public ApiResponse> CommonMediaPathGETWithH... method CommonMediaPathGETAsync (line 2929) | public async System.Threading.Tasks.Task> C... method CommonMediaPathGETWithHttpInfoAsync (line 2944) | public async System.Threading.Tasks.Task CommonMenuGroupsFormFieldsGET () method CommonMenuGroupsFormFieldsGETWithHttpInfo (line 3015) | public ApiResponse> CommonMenuGroupsFormFie... method CommonMenuGroupsFormFieldsGETAsync (line 3070) | public async System.Threading.Tasks.Task> C... method CommonMenuGroupsFormFieldsGETWithHttpInfoAsync (line 3083) | public async System.Threading.Tasks.Task CommonMenuGroupsGET () method CommonMenuGroupsGETWithHttpInfo (line 3148) | public ApiResponse> CommonMenuGroupsGETWithHttpInfo () method CommonMenuGroupsGETAsync (line 3203) | public async System.Threading.Tasks.Task> CommonMenuGr... method CommonMenuGroupsGETWithHttpInfoAsync (line 3216) | public async System.Threading.Tasks.Task>>... method CommonMenuGroupsIdDELETE (line 3271) | public void CommonMenuGroupsIdDELETE (string id) method CommonMenuGroupsIdDELETEWithHttpInfo (line 3282) | public ApiResponse CommonMenuGroupsIdDELETEWithHttpInfo (strin... method CommonMenuGroupsIdDELETEAsync (line 3341) | public async System.Threading.Tasks.Task CommonMenuGroupsIdDELETEAsync... method CommonMenuGroupsIdDELETEWithHttpInfoAsync (line 3354) | public async System.Threading.Tasks.Task> CommonMe... method CommonMenuGroupsIdFormFieldsGET (line 3412) | public Dictionary CommonMenuGroupsIdFormFieldsGET (str... method CommonMenuGroupsIdFormFieldsGETWithHttpInfo (line 3424) | public ApiResponse> CommonMenuGroupsIdFormF... method CommonMenuGroupsIdFormFieldsGETAsync (line 3484) | public async System.Threading.Tasks.Task> C... method CommonMenuGroupsIdFormFieldsGETWithHttpInfoAsync (line 3498) | public async System.Threading.Tasks.Task CommonMenuGroupsIdGETWithHttpInfo (strin... method CommonMenuGroupsIdGETAsync (line 3629) | public async System.Threading.Tasks.Task CommonMenuGroupsId... method CommonMenuGroupsIdGETWithHttpInfoAsync (line 3643) | public async System.Threading.Tasks.Task> Commo... method CommonMenuGroupsIdPATCH (line 3703) | public MenuGroup CommonMenuGroupsIdPATCH (string id, MenuGroup menuGro... method CommonMenuGroupsIdPATCHWithHttpInfo (line 3716) | public ApiResponse CommonMenuGroupsIdPATCHWithHttpInfo (str... method CommonMenuGroupsIdPATCHAsync (line 3788) | public async System.Threading.Tasks.Task CommonMenuGroupsId... method CommonMenuGroupsIdPATCHWithHttpInfoAsync (line 3803) | public async System.Threading.Tasks.Task> Commo... method CommonMenuGroupsIdPUT (line 3874) | public MenuGroup CommonMenuGroupsIdPUT (string id, MenuGroup menuGroup... method CommonMenuGroupsIdPUTWithHttpInfo (line 3887) | public ApiResponse CommonMenuGroupsIdPUTWithHttpInfo (strin... method CommonMenuGroupsIdPUTAsync (line 3959) | public async System.Threading.Tasks.Task CommonMenuGroupsId... method CommonMenuGroupsIdPUTWithHttpInfoAsync (line 3974) | public async System.Threading.Tasks.Task> Commo... method CommonMenuGroupsPOST (line 4044) | public MenuGroup CommonMenuGroupsPOST (MenuGroup menuGroup = default(M... method CommonMenuGroupsPOSTWithHttpInfo (line 4056) | public ApiResponse CommonMenuGroupsPOSTWithHttpInfo (MenuGr... method CommonMenuGroupsPOSTAsync (line 4123) | public async System.Threading.Tasks.Task CommonMenuGroupsPO... method CommonMenuGroupsPOSTWithHttpInfoAsync (line 4137) | public async System.Threading.Tasks.Task> Commo... method CommonMenuItemsFormFieldsGET (line 4202) | public Dictionary CommonMenuItemsFormFieldsGET () method CommonMenuItemsFormFieldsGETWithHttpInfo (line 4213) | public ApiResponse> CommonMenuItemsFormFiel... method CommonMenuItemsFormFieldsGETAsync (line 4268) | public async System.Threading.Tasks.Task> C... method CommonMenuItemsFormFieldsGETWithHttpInfoAsync (line 4281) | public async System.Threading.Tasks.Task CommonMenuItemsGET () method CommonMenuItemsGETWithHttpInfo (line 4346) | public ApiResponse> CommonMenuItemsGETWithHttpInfo () method CommonMenuItemsGETAsync (line 4401) | public async System.Threading.Tasks.Task> CommonMenuIte... method CommonMenuItemsGETWithHttpInfoAsync (line 4414) | public async System.Threading.Tasks.Task>> ... method CommonMenuItemsIdDELETE (line 4469) | public void CommonMenuItemsIdDELETE (string id) method CommonMenuItemsIdDELETEWithHttpInfo (line 4480) | public ApiResponse CommonMenuItemsIdDELETEWithHttpInfo (string... method CommonMenuItemsIdDELETEAsync (line 4539) | public async System.Threading.Tasks.Task CommonMenuItemsIdDELETEAsync ... method CommonMenuItemsIdDELETEWithHttpInfoAsync (line 4552) | public async System.Threading.Tasks.Task> CommonMe... method CommonMenuItemsIdFormFieldsGET (line 4610) | public Dictionary CommonMenuItemsIdFormFieldsGET (stri... method CommonMenuItemsIdFormFieldsGETWithHttpInfo (line 4622) | public ApiResponse> CommonMenuItemsIdFormFi... method CommonMenuItemsIdFormFieldsGETAsync (line 4682) | public async System.Threading.Tasks.Task> C... method CommonMenuItemsIdFormFieldsGETWithHttpInfoAsync (line 4696) | public async System.Threading.Tasks.Task CommonMenuItemsIdGETWithHttpInfo (string id) method CommonMenuItemsIdGETAsync (line 4827) | public async System.Threading.Tasks.Task CommonMenuItemsIdGE... method CommonMenuItemsIdGETWithHttpInfoAsync (line 4841) | public async System.Threading.Tasks.Task> Common... method CommonMenuItemsIdPATCH (line 4901) | public MenuItem CommonMenuItemsIdPATCH (string id, MenuItem menuItem =... method CommonMenuItemsIdPATCHWithHttpInfo (line 4914) | public ApiResponse CommonMenuItemsIdPATCHWithHttpInfo (strin... method CommonMenuItemsIdPATCHAsync (line 4986) | public async System.Threading.Tasks.Task CommonMenuItemsIdPA... method CommonMenuItemsIdPATCHWithHttpInfoAsync (line 5001) | public async System.Threading.Tasks.Task> Common... method CommonMenuItemsIdPUT (line 5072) | public MenuItem CommonMenuItemsIdPUT (string id, MenuItem menuItem = d... method CommonMenuItemsIdPUTWithHttpInfo (line 5085) | public ApiResponse CommonMenuItemsIdPUTWithHttpInfo (string ... method CommonMenuItemsIdPUTAsync (line 5157) | public async System.Threading.Tasks.Task CommonMenuItemsIdPU... method CommonMenuItemsIdPUTWithHttpInfoAsync (line 5172) | public async System.Threading.Tasks.Task> Common... method CommonMenuItemsPOST (line 5242) | public MenuItem CommonMenuItemsPOST (MenuItem menuItem = default(MenuI... method CommonMenuItemsPOSTWithHttpInfo (line 5254) | public ApiResponse CommonMenuItemsPOSTWithHttpInfo (MenuItem... method CommonMenuItemsPOSTAsync (line 5321) | public async System.Threading.Tasks.Task CommonMenuItemsPOST... method CommonMenuItemsPOSTWithHttpInfoAsync (line 5335) | public async System.Threading.Tasks.Task> Common... method CommonReviewStatusGroupsGET (line 5401) | public List CommonReviewStatusGroupsGET (Dictionary... method CommonReviewStatusGroupsGETWithHttpInfo (line 5413) | public ApiResponse> CommonReviewStatusGroupsGE... method CommonReviewStatusGroupsGETAsync (line 5470) | public async System.Threading.Tasks.Task> Comm... method CommonReviewStatusGroupsGETWithHttpInfoAsync (line 5484) | public async System.Threading.Tasks.Task CommonReviewStatusGroupsIdDELETEWithHttpInf... method CommonReviewStatusGroupsIdDELETEAsync (line 5610) | public async System.Threading.Tasks.Task CommonReviewStatusGroupsIdDEL... method CommonReviewStatusGroupsIdDELETEWithHttpInfoAsync (line 5623) | public async System.Threading.Tasks.Task> CommonRe... method CommonReviewStatusGroupsIdGET (line 5682) | public ReviewStatusGroup CommonReviewStatusGroupsIdGET (string id, Dic... method CommonReviewStatusGroupsIdGETWithHttpInfo (line 5695) | public ApiResponse CommonReviewStatusGroupsIdGETWit... method CommonReviewStatusGroupsIdGETAsync (line 5757) | public async System.Threading.Tasks.Task CommonRevi... method CommonReviewStatusGroupsIdGETWithHttpInfoAsync (line 5772) | public async System.Threading.Tasks.Task CommonReviewStatusGroupsIdPATCHW... method CommonReviewStatusGroupsIdPATCHAsync (line 5918) | public async System.Threading.Tasks.Task CommonRevi... method CommonReviewStatusGroupsIdPATCHWithHttpInfoAsync (line 5933) | public async System.Threading.Tasks.Task CommonReviewStatusGroupsIdPUTWit... method CommonReviewStatusGroupsIdPUTAsync (line 6089) | public async System.Threading.Tasks.Task CommonRevi... method CommonReviewStatusGroupsIdPUTWithHttpInfoAsync (line 6104) | public async System.Threading.Tasks.Task CommonReviewStatusGroupsPOSTWith... method CommonReviewStatusGroupsPOSTAsync (line 6253) | public async System.Threading.Tasks.Task CommonRevi... method CommonReviewStatusGroupsPOSTWithHttpInfoAsync (line 6267) | public async System.Threading.Tasks.Task CommonReviewStatusesGET (Dictionary> CommonReviewStatusesGETWi... method CommonReviewStatusesGETAsync (line 6402) | public async System.Threading.Tasks.Task> Com... method CommonReviewStatusesGETWithHttpInfoAsync (line 6416) | public async System.Threading.Tasks.Task CommonReviewStatusesIdDELETEWithHttpInfo (s... method CommonReviewStatusesIdDELETEAsync (line 6542) | public async System.Threading.Tasks.Task CommonReviewStatusesIdDELETEA... method CommonReviewStatusesIdDELETEWithHttpInfoAsync (line 6555) | public async System.Threading.Tasks.Task> CommonRe... method CommonReviewStatusesIdGET (line 6614) | public ReviewStatusDetail CommonReviewStatusesIdGET (string id, Dictio... method CommonReviewStatusesIdGETWithHttpInfo (line 6627) | public ApiResponse CommonReviewStatusesIdGETWithHt... method CommonReviewStatusesIdGETAsync (line 6689) | public async System.Threading.Tasks.Task CommonRev... method CommonReviewStatusesIdGETWithHttpInfoAsync (line 6704) | public async System.Threading.Tasks.Task CommonReviewStatusesIdPATCHWithHttpIn... method CommonReviewStatusesIdPATCHAsync (line 6850) | public async System.Threading.Tasks.Task CommonReviewSta... method CommonReviewStatusesIdPATCHWithHttpInfoAsync (line 6865) | public async System.Threading.Tasks.Task> Co... method CommonReviewStatusesIdPUT (line 6936) | public ReviewStatus CommonReviewStatusesIdPUT (string id, ReviewStatus... method CommonReviewStatusesIdPUTWithHttpInfo (line 6949) | public ApiResponse CommonReviewStatusesIdPUTWithHttpInfo... method CommonReviewStatusesIdPUTAsync (line 7021) | public async System.Threading.Tasks.Task CommonReviewSta... method CommonReviewStatusesIdPUTWithHttpInfoAsync (line 7036) | public async System.Threading.Tasks.Task> Co... method CommonReviewStatusesPOST (line 7106) | public ReviewStatus CommonReviewStatusesPOST (ReviewStatus reviewStatu... method CommonReviewStatusesPOSTWithHttpInfo (line 7118) | public ApiResponse CommonReviewStatusesPOSTWithHttpInfo ... method CommonReviewStatusesPOSTAsync (line 7185) | public async System.Threading.Tasks.Task CommonReviewSta... method CommonReviewStatusesPOSTWithHttpInfoAsync (line 7199) | public async System.Threading.Tasks.Task> Co... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Api/DocumentApi.cs type IDocumentApi (line 25) | public interface IDocumentApi : IApiAccessor method DocumentAnnotationsAnnotatePUT (line 37) | AnnotationUpdateResponse DocumentAnnotationsAnnotatePUT (Annotation an... method DocumentAnnotationsAnnotatePUTWithHttpInfo (line 48) | ApiResponse DocumentAnnotationsAnnotatePUTWi... method DocumentAnnotationsBatchPUT (line 58) | List DocumentAnnotationsBatchPUT (List> DocumentAnnotationsBatchPUT... method DocumentAnnotationsGET (line 78) | List DocumentAnnotationsGET (); method DocumentAnnotationsGETWithHttpInfo (line 88) | ApiResponse> DocumentAnnotationsGETWithHttpInfo (); method DocumentAnnotationsIdDELETE (line 98) | void DocumentAnnotationsIdDELETE (string id); method DocumentAnnotationsIdDELETEWithHttpInfo (line 109) | ApiResponse DocumentAnnotationsIdDELETEWithHttpInfo (string id); method DocumentAnnotationsIdGET (line 119) | Annotation DocumentAnnotationsIdGET (string id); method DocumentAnnotationsIdGETWithHttpInfo (line 130) | ApiResponse DocumentAnnotationsIdGETWithHttpInfo (string id); method DocumentAnnotationsIdPUT (line 141) | Annotation DocumentAnnotationsIdPUT (string id, Annotation annotation ... method DocumentAnnotationsIdPUTWithHttpInfo (line 153) | ApiResponse DocumentAnnotationsIdPUTWithHttpInfo (string i... method DocumentAnnotationsPOST (line 163) | Annotation DocumentAnnotationsPOST (Annotation annotation = default(An... method DocumentAnnotationsPOSTWithHttpInfo (line 174) | ApiResponse DocumentAnnotationsPOSTWithHttpInfo (Annotatio... method DocumentAnnotationsSuggestPOST (line 184) | Annotation DocumentAnnotationsSuggestPOST (AnnotationSuggestRequest an... method DocumentAnnotationsSuggestPOSTWithHttpInfo (line 195) | ApiResponse DocumentAnnotationsSuggestPOSTWithHttpInfo (An... method DocumentDocumentFieldAnnotationsForUserGET (line 205) | DocumentFieldAnnotation DocumentDocumentFieldAnnotationsForUserGET (Di... method DocumentDocumentFieldAnnotationsForUserGETWithHttpInfo (line 216) | ApiResponse DocumentDocumentFieldAnnotationsF... method DocumentDocumentFieldAnnotationsGET (line 226) | List DocumentDocumentFieldAnnotationsGET (Dic... method DocumentDocumentFieldAnnotationsGETWithHttpInfo (line 237) | ApiResponse> DocumentDocumentFieldAnnota... method DocumentDocumentFieldAnnotationsUidGET (line 248) | DocumentFieldAnnotation DocumentDocumentFieldAnnotationsUidGET (string... method DocumentDocumentFieldAnnotationsUidGETWithHttpInfo (line 260) | ApiResponse DocumentDocumentFieldAnnotationsU... method DocumentDocumentFieldCategoriesFormFieldsGET (line 269) | Dictionary DocumentDocumentFieldCategoriesFormFieldsGE... method DocumentDocumentFieldCategoriesFormFieldsGETWithHttpInfo (line 279) | ApiResponse> DocumentDocumentFieldCategorie... method DocumentDocumentFieldCategoriesGET (line 289) | List DocumentDocumentFieldCategoriesGET (Di... method DocumentDocumentFieldCategoriesGETWithHttpInfo (line 300) | ApiResponse> DocumentDocumentFieldCate... method DocumentDocumentFieldCategoriesIdDELETE (line 310) | void DocumentDocumentFieldCategoriesIdDELETE (string id); method DocumentDocumentFieldCategoriesIdDELETEWithHttpInfo (line 321) | ApiResponse DocumentDocumentFieldCategoriesIdDELETEWithHttpInf... method DocumentDocumentFieldCategoriesIdFormFieldsGET (line 331) | Dictionary DocumentDocumentFieldCategoriesIdFormFields... method DocumentDocumentFieldCategoriesIdFormFieldsGETWithHttpInfo (line 342) | ApiResponse> DocumentDocumentFieldCategorie... method DocumentDocumentFieldCategoriesIdGET (line 353) | DocumentFieldCategoryList DocumentDocumentFieldCategoriesIdGET (string... method DocumentDocumentFieldCategoriesIdGETWithHttpInfo (line 365) | ApiResponse DocumentDocumentFieldCategories... method DocumentDocumentFieldCategoriesIdPATCH (line 376) | DocumentFieldCategoryCreate DocumentDocumentFieldCategoriesIdPATCH (st... method DocumentDocumentFieldCategoriesIdPATCHWithHttpInfo (line 388) | ApiResponse DocumentDocumentFieldCategori... method DocumentDocumentFieldCategoriesIdPUT (line 399) | DocumentFieldCategoryCreate DocumentDocumentFieldCategoriesIdPUT (stri... method DocumentDocumentFieldCategoriesIdPUTWithHttpInfo (line 411) | ApiResponse DocumentDocumentFieldCategori... method DocumentDocumentFieldCategoriesPOST (line 421) | DocumentFieldCategoryCreate DocumentDocumentFieldCategoriesPOST (Docum... method DocumentDocumentFieldCategoriesPOSTWithHttpInfo (line 432) | ApiResponse DocumentDocumentFieldCategori... method DocumentDocumentFieldDetectorsFormFieldsGET (line 441) | Dictionary DocumentDocumentFieldDetectorsFormFieldsGET... method DocumentDocumentFieldDetectorsFormFieldsGETWithHttpInfo (line 451) | ApiResponse> DocumentDocumentFieldDetectors... method DocumentDocumentFieldDetectorsGET (line 461) | List DocumentDocumentFieldDetectorsGET (D... method DocumentDocumentFieldDetectorsGETWithHttpInfo (line 472) | ApiResponse> DocumentDocumentFieldDe... method DocumentDocumentFieldDetectorsPOST (line 482) | DocumentFieldDetectorCreate DocumentDocumentFieldDetectorsPOST (Docume... method DocumentDocumentFieldDetectorsPOSTWithHttpInfo (line 493) | ApiResponse DocumentDocumentFieldDetector... method DocumentDocumentFieldDetectorsUidDELETE (line 503) | void DocumentDocumentFieldDetectorsUidDELETE (string uid); method DocumentDocumentFieldDetectorsUidDELETEWithHttpInfo (line 514) | ApiResponse DocumentDocumentFieldDetectorsUidDELETEWithHttpInf... method DocumentDocumentFieldDetectorsUidFormFieldsGET (line 524) | Dictionary DocumentDocumentFieldDetectorsUidFormFields... method DocumentDocumentFieldDetectorsUidFormFieldsGETWithHttpInfo (line 535) | ApiResponse> DocumentDocumentFieldDetectors... method DocumentDocumentFieldDetectorsUidGET (line 546) | DocumentFieldDetectorDetail DocumentDocumentFieldDetectorsUidGET (stri... method DocumentDocumentFieldDetectorsUidGETWithHttpInfo (line 558) | ApiResponse DocumentDocumentFieldDetector... method DocumentDocumentFieldDetectorsUidPATCH (line 569) | DocumentFieldDetectorCreate DocumentDocumentFieldDetectorsUidPATCH (st... method DocumentDocumentFieldDetectorsUidPATCHWithHttpInfo (line 581) | ApiResponse DocumentDocumentFieldDetector... method DocumentDocumentFieldDetectorsUidPUT (line 592) | DocumentFieldDetectorCreate DocumentDocumentFieldDetectorsUidPUT (stri... method DocumentDocumentFieldDetectorsUidPUTWithHttpInfo (line 604) | ApiResponse DocumentDocumentFieldDetector... method DocumentDocumentFieldValuesGET (line 614) | List DocumentDocumentFieldValuesGET (Dictionary> DocumentDocumentFieldValuesGETWi... method DocumentDocumentFieldValuesIdGET (line 636) | DocumentFieldValue DocumentDocumentFieldValuesIdGET (string id, Dictio... method DocumentDocumentFieldValuesIdGETWithHttpInfo (line 648) | ApiResponse DocumentDocumentFieldValuesIdGETWithHt... method DocumentDocumentFieldsCheckFieldFormulaPOST (line 658) | DocumentFieldDetail DocumentDocumentFieldsCheckFieldFormulaPOST (Check... method DocumentDocumentFieldsCheckFieldFormulaPOSTWithHttpInfo (line 669) | ApiResponse DocumentDocumentFieldsCheckFieldFormu... method DocumentDocumentFieldsFormFieldsGET (line 678) | Dictionary DocumentDocumentFieldsFormFieldsGET (); method DocumentDocumentFieldsFormFieldsGETWithHttpInfo (line 688) | ApiResponse> DocumentDocumentFieldsFormFiel... method DocumentDocumentFieldsGET (line 698) | List DocumentDocumentFieldsGET (Dictionary> DocumentDocumentFieldsGETWithHttp... method DocumentDocumentFieldsPOST (line 719) | DocumentFieldCreate DocumentDocumentFieldsPOST (DocumentFieldCreate do... method DocumentDocumentFieldsPOSTWithHttpInfo (line 730) | ApiResponse DocumentDocumentFieldsPOSTWithHttpInf... method DocumentDocumentFieldsStatsGET (line 740) | List DocumentDocumentFieldsStatsGET (strin... method DocumentDocumentFieldsStatsGETWithHttpInfo (line 751) | ApiResponse> DocumentDocumentFieldsSt... method DocumentDocumentFieldsUidCheckFormulaPOST (line 762) | Dictionary DocumentDocumentFieldsUidCheckFormulaPOST (... method DocumentDocumentFieldsUidCheckFormulaPOSTWithHttpInfo (line 774) | ApiResponse> DocumentDocumentFieldsUidCheck... method DocumentDocumentFieldsUidClonePOST (line 785) | DocumentFieldDetail DocumentDocumentFieldsUidClonePOST (string uid, Cl... method DocumentDocumentFieldsUidClonePOSTWithHttpInfo (line 797) | ApiResponse DocumentDocumentFieldsUidClonePOSTWit... method DocumentDocumentFieldsUidDELETE (line 807) | void DocumentDocumentFieldsUidDELETE (string uid); method DocumentDocumentFieldsUidDELETEWithHttpInfo (line 818) | ApiResponse DocumentDocumentFieldsUidDELETEWithHttpInfo (strin... method DocumentDocumentFieldsUidFormFieldsGET (line 828) | Dictionary DocumentDocumentFieldsUidFormFieldsGET (str... method DocumentDocumentFieldsUidFormFieldsGETWithHttpInfo (line 839) | ApiResponse> DocumentDocumentFieldsUidFormF... method DocumentDocumentFieldsUidGET (line 850) | DocumentFieldDetail DocumentDocumentFieldsUidGET (string uid, Dictiona... method DocumentDocumentFieldsUidGETWithHttpInfo (line 862) | ApiResponse DocumentDocumentFieldsUidGETWithHttpI... method DocumentDocumentFieldsUidPATCH (line 873) | DocumentFieldCreate DocumentDocumentFieldsUidPATCH (string uid, Docume... method DocumentDocumentFieldsUidPATCHWithHttpInfo (line 885) | ApiResponse DocumentDocumentFieldsUidPATCHWithHtt... method DocumentDocumentFieldsUidPUT (line 896) | DocumentFieldCreate DocumentDocumentFieldsUidPUT (string uid, Document... method DocumentDocumentFieldsUidPUTWithHttpInfo (line 908) | ApiResponse DocumentDocumentFieldsUidPUTWithHttpI... method DocumentDocumentFieldsUidPreDeletePOST (line 919) | Dictionary DocumentDocumentFieldsUidPreDeletePOST (str... method DocumentDocumentFieldsUidPreDeletePOSTWithHttpInfo (line 931) | ApiResponse> DocumentDocumentFieldsUidPreDe... method DocumentDocumentNotesGET (line 945) | List DocumentDocumentNotesGET (Dictionary> DocumentDocumentNotesGETWithHttp... method DocumentDocumentNotesIdDELETE (line 970) | void DocumentDocumentNotesIdDELETE (string id); method DocumentDocumentNotesIdDELETEWithHttpInfo (line 981) | ApiResponse DocumentDocumentNotesIdDELETEWithHttpInfo (string ... method DocumentDocumentNotesIdGET (line 992) | DocumentNoteDetail DocumentDocumentNotesIdGET (string id, Dictionary DocumentDocumentNotesIdGETWithHttpInfo... method DocumentDocumentNotesIdPATCH (line 1015) | DocumentNoteDetail DocumentDocumentNotesIdPATCH (string id, DocumentNo... method DocumentDocumentNotesIdPATCHWithHttpInfo (line 1027) | ApiResponse DocumentDocumentNotesIdPATCHWithHttpIn... method DocumentDocumentNotesIdPUT (line 1038) | DocumentNoteUpdate DocumentDocumentNotesIdPUT (string id, DocumentNote... method DocumentDocumentNotesIdPUTWithHttpInfo (line 1050) | ApiResponse DocumentDocumentNotesIdPUTWithHttpInfo... method DocumentDocumentNotesPOST (line 1060) | DocumentNoteCreate DocumentDocumentNotesPOST (DocumentNoteCreate docum... method DocumentDocumentNotesPOSTWithHttpInfo (line 1071) | ApiResponse DocumentDocumentNotesPOSTWithHttpInfo ... method DocumentDocumentTypesFormFieldsGET (line 1080) | Dictionary DocumentDocumentTypesFormFieldsGET (); method DocumentDocumentTypesFormFieldsGETWithHttpInfo (line 1090) | ApiResponse> DocumentDocumentTypesFormField... method DocumentDocumentTypesGET (line 1100) | List DocumentDocumentTypesGET (Dictionary> DocumentDocumentTypesGETWithHttp... method DocumentDocumentTypesImportDocTypePUT (line 1121) | DocumentTypeImportResponse DocumentDocumentTypesImportDocTypePUT (Docu... method DocumentDocumentTypesImportDocTypePUTWithHttpInfo (line 1132) | ApiResponse DocumentDocumentTypesImportDoc... method DocumentDocumentTypesPOST (line 1142) | DocumentTypeCreate DocumentDocumentTypesPOST (DocumentTypeCreate docum... method DocumentDocumentTypesPOSTWithHttpInfo (line 1153) | ApiResponse DocumentDocumentTypesPOSTWithHttpInfo ... method DocumentDocumentTypesSchemeMigrationsGET (line 1162) | Dictionary DocumentDocumentTypesSchemeMigrationsGET (); method DocumentDocumentTypesSchemeMigrationsGETWithHttpInfo (line 1172) | ApiResponse> DocumentDocumentTypesSchemeMig... method DocumentDocumentTypesStatsGET (line 1181) | List DocumentDocumentTypesStatsGET (); method DocumentDocumentTypesStatsGETWithHttpInfo (line 1191) | ApiResponse> DocumentDocumentTypesStatsGETWith... method DocumentDocumentTypesUidClonePOST (line 1202) | DocumentTypeDetail DocumentDocumentTypesUidClonePOST (string uid, Clon... method DocumentDocumentTypesUidClonePOSTWithHttpInfo (line 1214) | ApiResponse DocumentDocumentTypesUidClonePOSTWithH... method DocumentDocumentTypesUidDELETE (line 1224) | void DocumentDocumentTypesUidDELETE (string uid); method DocumentDocumentTypesUidDELETEWithHttpInfo (line 1235) | ApiResponse DocumentDocumentTypesUidDELETEWithHttpInfo (string... method DocumentDocumentTypesUidExportDocTypeGET (line 1246) | System.IO.Stream DocumentDocumentTypesUidExportDocTypeGET (string uid,... method DocumentDocumentTypesUidExportDocTypeGETWithHttpInfo (line 1258) | ApiResponse DocumentDocumentTypesUidExportDocTypeGET... method DocumentDocumentTypesUidFormFieldsGET (line 1268) | Dictionary DocumentDocumentTypesUidFormFieldsGET (stri... method DocumentDocumentTypesUidFormFieldsGETWithHttpInfo (line 1279) | ApiResponse> DocumentDocumentTypesUidFormFi... method DocumentDocumentTypesUidGET (line 1290) | DocumentTypeDetail DocumentDocumentTypesUidGET (string uid, Dictionary... method DocumentDocumentTypesUidGETWithHttpInfo (line 1302) | ApiResponse DocumentDocumentTypesUidGETWithHttpInf... method DocumentDocumentTypesUidPATCH (line 1313) | DocumentTypeCreate DocumentDocumentTypesUidPATCH (string uid, Document... method DocumentDocumentTypesUidPATCHWithHttpInfo (line 1325) | ApiResponse DocumentDocumentTypesUidPATCHWithHttpI... method DocumentDocumentTypesUidPUT (line 1336) | DocumentTypeCreate DocumentDocumentTypesUidPUT (string uid, DocumentTy... method DocumentDocumentTypesUidPUTWithHttpInfo (line 1348) | ApiResponse DocumentDocumentTypesUidPUTWithHttpInf... method DocumentDocumentTypesUidPreDeletePOST (line 1359) | Dictionary DocumentDocumentTypesUidPreDeletePOST (stri... method DocumentDocumentTypesUidPreDeletePOSTWithHttpInfo (line 1371) | ApiResponse> DocumentDocumentTypesUidPreDel... method DocumentDocumentTypesUserProjectTypesGET (line 1381) | DocumentTypeDetail DocumentDocumentTypesUserProjectTypesGET (Dictionar... method DocumentDocumentTypesUserProjectTypesGETWithHttpInfo (line 1392) | ApiResponse DocumentDocumentTypesUserProjectTypesG... method DocumentDocumentsDownloadZipGET (line 1403) | DocumentDownloadZipResponse DocumentDocumentsDownloadZipGET (string do... method DocumentDocumentsDownloadZipGETWithHttpInfo (line 1415) | ApiResponse DocumentDocumentsDownloadZipG... method DocumentDocumentsForUserGET (line 1424) | DocumentsForUserResponse DocumentDocumentsForUserGET (); method DocumentDocumentsForUserGETWithHttpInfo (line 1434) | ApiResponse DocumentDocumentsForUserGETWithH... method DocumentDocumentsGET (line 1446) | List DocumentDocumentsGET (Dictionary> DocumentDocumentsGETWithHttpInfo (... method DocumentDocumentsIdActionsGET (line 1473) | DocumentsForUser DocumentDocumentsIdActionsGET (string id, int? projec... method DocumentDocumentsIdActionsGETWithHttpInfo (line 1488) | ApiResponse DocumentDocumentsIdActionsGETWithHttpInf... method DocumentDocumentsIdDELETE (line 1498) | void DocumentDocumentsIdDELETE (string id); method DocumentDocumentsIdDELETEWithHttpInfo (line 1509) | ApiResponse DocumentDocumentsIdDELETEWithHttpInfo (string id); method DocumentDocumentsIdDataGET (line 1520) | DocumentDetail DocumentDocumentsIdDataGET (string id, Dictionary DocumentDocumentsIdDataGETWithHttpInfo (st... method DocumentDocumentsIdDefinitionsGET (line 1542) | List DocumentDocumentsIdDefinitionsGET (string id); method DocumentDocumentsIdDefinitionsGETWithHttpInfo (line 1553) | ApiResponse> DocumentDocumentsIdDefinitionsG... method DocumentDocumentsIdExtractionGET (line 1563) | Dictionary DocumentDocumentsIdExtractionGET (string id); method DocumentDocumentsIdExtractionGETWithHttpInfo (line 1574) | ApiResponse> DocumentDocumentsIdExtractionG... method DocumentDocumentsIdFieldsGET (line 1584) | Dictionary DocumentDocumentsIdFieldsGET (string id); method DocumentDocumentsIdFieldsGETWithHttpInfo (line 1595) | ApiResponse> DocumentDocumentsIdFieldsGETWi... method DocumentDocumentsIdFieldsPATCH (line 1606) | DocumentDetail DocumentDocumentsIdFieldsPATCH (string id, DocumentDeta... method DocumentDocumentsIdFieldsPATCHWithHttpInfo (line 1618) | ApiResponse DocumentDocumentsIdFieldsPATCHWithHttpInfo... method DocumentDocumentsIdFieldsPOST (line 1629) | DocumentDetail DocumentDocumentsIdFieldsPOST (string id, DocumentDetai... method DocumentDocumentsIdFieldsPOSTWithHttpInfo (line 1641) | ApiResponse DocumentDocumentsIdFieldsPOSTWithHttpInfo ... method DocumentDocumentsIdFieldsPUT (line 1652) | DocumentDetail DocumentDocumentsIdFieldsPUT (string id, DocumentDetail... method DocumentDocumentsIdFieldsPUTWithHttpInfo (line 1664) | ApiResponse DocumentDocumentsIdFieldsPUTWithHttpInfo (... method DocumentDocumentsIdFullTextGET (line 1674) | string DocumentDocumentsIdFullTextGET (string id); method DocumentDocumentsIdFullTextGETWithHttpInfo (line 1685) | ApiResponse DocumentDocumentsIdFullTextGETWithHttpInfo (string... method DocumentDocumentsIdGET (line 1696) | DocumentsForUser DocumentDocumentsIdGET (string id, Dictionary DocumentDocumentsIdGETWithHttpInfo (stri... method DocumentDocumentsIdHasPdfInfoGET (line 1718) | bool DocumentDocumentsIdHasPdfInfoGET (string id); method DocumentDocumentsIdHasPdfInfoGETWithHttpInfo (line 1729) | ApiResponse DocumentDocumentsIdHasPdfInfoGETWithHttpInfo (string... method DocumentDocumentsIdPATCH (line 1740) | DocumentDetail DocumentDocumentsIdPATCH (string id, DocumentDetail doc... method DocumentDocumentsIdPATCHWithHttpInfo (line 1752) | ApiResponse DocumentDocumentsIdPATCHWithHttpInfo (stri... method DocumentDocumentsIdPUT (line 1763) | DocumentsForUser DocumentDocumentsIdPUT (string id, DocumentsForUser d... method DocumentDocumentsIdPUTWithHttpInfo (line 1775) | ApiResponse DocumentDocumentsIdPUTWithHttpInfo (stri... method DocumentDocumentsIdPdfReprGET (line 1785) | DocumentPDFRepr DocumentDocumentsIdPdfReprGET (string id); method DocumentDocumentsIdPdfReprGETWithHttpInfo (line 1796) | ApiResponse DocumentDocumentsIdPdfReprGETWithHttpInfo... method DocumentDocumentsIdSetAnnotatorCoordDifferencePOST (line 1807) | DocumentSetAnnotatorCoordinatesDifferenceResponse DocumentDocumentsIdS... method DocumentDocumentsIdSetAnnotatorCoordDifferencePOSTWithHttpInfo (line 1819) | ApiResponse Documen... method DocumentDocumentsIdShowGET (line 1830) | System.IO.Stream DocumentDocumentsIdShowGET (string id, string alt = d... method DocumentDocumentsIdShowGETWithHttpInfo (line 1842) | ApiResponse DocumentDocumentsIdShowGETWithHttpInfo (... method DocumentDocumentsIdSimilarGET (line 1854) | ProjectDocumentSimilarity DocumentDocumentsIdSimilarGET (string id, in... method DocumentDocumentsIdSimilarGETWithHttpInfo (line 1867) | ApiResponse DocumentDocumentsIdSimilarGETWi... method DocumentDocumentsMarkDeletePOST (line 1877) | MarkUnmarkForDeleteDocumentsResponse DocumentDocumentsMarkDeletePOST (... method DocumentDocumentsMarkDeletePOSTWithHttpInfo (line 1888) | ApiResponse DocumentDocumentsMar... method DocumentDocumentsPOST (line 1898) | DocumentsForUser DocumentDocumentsPOST (DocumentsForUser documentsForU... method DocumentDocumentsPOSTWithHttpInfo (line 1909) | ApiResponse DocumentDocumentsPOSTWithHttpInfo (Docum... method DocumentDocumentsUnmarkDeletePOST (line 1919) | MarkUnmarkForDeleteDocumentsResponse DocumentDocumentsUnmarkDeletePOST... method DocumentDocumentsUnmarkDeletePOSTWithHttpInfo (line 1930) | ApiResponse DocumentDocumentsUnm... method DocumentFieldAnnotationStatusesGET (line 1940) | List DocumentFieldAnnotationStatusesGET (Dictio... method DocumentFieldAnnotationStatusesGETWithHttpInfo (line 1951) | ApiResponse> DocumentFieldAnnotationStatus... method DocumentFieldAnnotationStatusesIdDELETE (line 1961) | void DocumentFieldAnnotationStatusesIdDELETE (string id); method DocumentFieldAnnotationStatusesIdDELETEWithHttpInfo (line 1972) | ApiResponse DocumentFieldAnnotationStatusesIdDELETEWithHttpInf... method DocumentFieldAnnotationStatusesIdGET (line 1983) | FieldAnnotationStatus DocumentFieldAnnotationStatusesIdGET (string id,... method DocumentFieldAnnotationStatusesIdGETWithHttpInfo (line 1995) | ApiResponse DocumentFieldAnnotationStatusesIdGE... method DocumentFieldAnnotationStatusesIdPATCH (line 2006) | FieldAnnotationStatus DocumentFieldAnnotationStatusesIdPATCH (string i... method DocumentFieldAnnotationStatusesIdPATCHWithHttpInfo (line 2018) | ApiResponse DocumentFieldAnnotationStatusesIdPA... method DocumentFieldAnnotationStatusesIdPUT (line 2029) | FieldAnnotationStatus DocumentFieldAnnotationStatusesIdPUT (string id,... method DocumentFieldAnnotationStatusesIdPUTWithHttpInfo (line 2041) | ApiResponse DocumentFieldAnnotationStatusesIdPU... method DocumentFieldAnnotationStatusesPOST (line 2051) | FieldAnnotationStatus DocumentFieldAnnotationStatusesPOST (FieldAnnota... method DocumentFieldAnnotationStatusesPOSTWithHttpInfo (line 2062) | ApiResponse DocumentFieldAnnotationStatusesPOST... method DocumentProjectProjectPkDocumentFieldAnnotationsForUserGET (line 2073) | DocumentFieldAnnotation DocumentProjectProjectPkDocumentFieldAnnotatio... method DocumentProjectProjectPkDocumentFieldAnnotationsForUserGETWithHttpInfo (line 2085) | ApiResponse DocumentProjectProjectPkDocumentF... method DocumentProjectProjectPkDocumentFieldAnnotationsGET (line 2096) | List DocumentProjectProjectPkDocumentFieldAnn... method DocumentProjectProjectPkDocumentFieldAnnotationsGETWithHttpInfo (line 2108) | ApiResponse> DocumentProjectProjectPkDoc... method DocumentProjectProjectPkDocumentFieldAnnotationsUidGET (line 2120) | DocumentFieldAnnotation DocumentProjectProjectPkDocumentFieldAnnotatio... method DocumentProjectProjectPkDocumentFieldAnnotationsUidGETWithHttpInfo (line 2133) | ApiResponse DocumentProjectProjectPkDocumentF... method DocumentProjectProjectPkDocumentFieldValuesGET (line 2144) | List DocumentProjectProjectPkDocumentFieldValuesGE... method DocumentProjectProjectPkDocumentFieldValuesGETWithHttpInfo (line 2156) | ApiResponse> DocumentProjectProjectPkDocument... method DocumentProjectProjectPkDocumentFieldValuesIdGET (line 2168) | DocumentFieldValue DocumentProjectProjectPkDocumentFieldValuesIdGET (s... method DocumentProjectProjectPkDocumentFieldValuesIdGETWithHttpInfo (line 2181) | ApiResponse DocumentProjectProjectPkDocumentFieldV... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsGET (line 2192) | List DocumentProjectProjectPkDocumentsDocumentPk... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsGETWithHttpInfo (line 2204) | ApiResponse> DocumentProjectProjectPkDocume... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETE (line 2216) | void DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETE (s... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETEWithHttpInfo (line 2229) | ApiResponse DocumentProjectProjectPkDocumentsDocumentPkAnnotat... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdGET (line 2241) | AnnotationInDocument DocumentProjectProjectPkDocumentsDocumentPkAnnota... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdGETWithHttpInfo (line 2254) | ApiResponse DocumentProjectProjectPkDocumentsDoc... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCH (line 2267) | AnnotationInDocument DocumentProjectProjectPkDocumentsDocumentPkAnnota... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCHWithHttpInfo (line 2281) | ApiResponse DocumentProjectProjectPkDocumentsDoc... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUT (line 2294) | AnnotationInDocument DocumentProjectProjectPkDocumentsDocumentPkAnnota... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUTWithHttpInfo (line 2308) | ApiResponse DocumentProjectProjectPkDocumentsDoc... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsPOST (line 2320) | AnnotationInDocument DocumentProjectProjectPkDocumentsDocumentPkAnnota... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsPOSTWithHttpInfo (line 2333) | ApiResponse DocumentProjectProjectPkDocumentsDoc... method DocumentProjectProjectPkDocumentsDownloadZipGET (line 2345) | DocumentDownloadZipResponse DocumentProjectProjectPkDocumentsDownloadZ... method DocumentProjectProjectPkDocumentsDownloadZipGETWithHttpInfo (line 2358) | ApiResponse DocumentProjectProjectPkDocum... method DocumentProjectProjectPkDocumentsForUserGET (line 2368) | DocumentsForUserResponse DocumentProjectProjectPkDocumentsForUserGET (... method DocumentProjectProjectPkDocumentsForUserGETWithHttpInfo (line 2379) | ApiResponse DocumentProjectProjectPkDocument... method DocumentProjectProjectPkDocumentsGET (line 2392) | List DocumentProjectProjectPkDocumentsGET (string pr... method DocumentProjectProjectPkDocumentsGETWithHttpInfo (line 2406) | ApiResponse> DocumentProjectProjectPkDocumentsG... method DocumentProjectProjectPkDocumentsIdActionsGET (line 2421) | DocumentsForUser DocumentProjectProjectPkDocumentsIdActionsGET (string... method DocumentProjectProjectPkDocumentsIdActionsGETWithHttpInfo (line 2437) | ApiResponse DocumentProjectProjectPkDocumentsIdActio... method DocumentProjectProjectPkDocumentsIdDELETE (line 2448) | void DocumentProjectProjectPkDocumentsIdDELETE (string projectPk, stri... method DocumentProjectProjectPkDocumentsIdDELETEWithHttpInfo (line 2460) | ApiResponse DocumentProjectProjectPkDocumentsIdDELETEWithHttpI... method DocumentProjectProjectPkDocumentsIdDataGET (line 2472) | DocumentDetail DocumentProjectProjectPkDocumentsIdDataGET (string proj... method DocumentProjectProjectPkDocumentsIdDataGETWithHttpInfo (line 2485) | ApiResponse DocumentProjectProjectPkDocumentsIdDataGET... method DocumentProjectProjectPkDocumentsIdDefinitionsGET (line 2496) | List DocumentProjectProjectPkDocumentsIdDefinitio... method DocumentProjectProjectPkDocumentsIdDefinitionsGETWithHttpInfo (line 2508) | ApiResponse> DocumentProjectProjectPkDocumen... method DocumentProjectProjectPkDocumentsIdExtractionGET (line 2519) | Dictionary DocumentProjectProjectPkDocumentsIdExtracti... method DocumentProjectProjectPkDocumentsIdExtractionGETWithHttpInfo (line 2531) | ApiResponse> DocumentProjectProjectPkDocume... method DocumentProjectProjectPkDocumentsIdFieldsGET (line 2542) | Dictionary DocumentProjectProjectPkDocumentsIdFieldsGE... method DocumentProjectProjectPkDocumentsIdFieldsGETWithHttpInfo (line 2554) | ApiResponse> DocumentProjectProjectPkDocume... method DocumentProjectProjectPkDocumentsIdFieldsPATCH (line 2566) | DocumentDetail DocumentProjectProjectPkDocumentsIdFieldsPATCH (string ... method DocumentProjectProjectPkDocumentsIdFieldsPATCHWithHttpInfo (line 2579) | ApiResponse DocumentProjectProjectPkDocumentsIdFieldsP... method DocumentProjectProjectPkDocumentsIdFieldsPOST (line 2591) | DocumentDetail DocumentProjectProjectPkDocumentsIdFieldsPOST (string p... method DocumentProjectProjectPkDocumentsIdFieldsPOSTWithHttpInfo (line 2604) | ApiResponse DocumentProjectProjectPkDocumentsIdFieldsP... method DocumentProjectProjectPkDocumentsIdFieldsPUT (line 2616) | DocumentDetail DocumentProjectProjectPkDocumentsIdFieldsPUT (string pr... method DocumentProjectProjectPkDocumentsIdFieldsPUTWithHttpInfo (line 2629) | ApiResponse DocumentProjectProjectPkDocumentsIdFieldsP... method DocumentProjectProjectPkDocumentsIdFullTextGET (line 2640) | string DocumentProjectProjectPkDocumentsIdFullTextGET (string projectP... method DocumentProjectProjectPkDocumentsIdFullTextGETWithHttpInfo (line 2652) | ApiResponse DocumentProjectProjectPkDocumentsIdFullTextGETWith... method DocumentProjectProjectPkDocumentsIdGET (line 2664) | DocumentsForUser DocumentProjectProjectPkDocumentsIdGET (string projec... method DocumentProjectProjectPkDocumentsIdGETWithHttpInfo (line 2677) | ApiResponse DocumentProjectProjectPkDocumentsIdGETWi... method DocumentProjectProjectPkDocumentsIdHasPdfInfoGET (line 2688) | bool DocumentProjectProjectPkDocumentsIdHasPdfInfoGET (string projectP... method DocumentProjectProjectPkDocumentsIdHasPdfInfoGETWithHttpInfo (line 2700) | ApiResponse DocumentProjectProjectPkDocumentsIdHasPdfInfoGETWith... method DocumentProjectProjectPkDocumentsIdPATCH (line 2712) | DocumentDetail DocumentProjectProjectPkDocumentsIdPATCH (string projec... method DocumentProjectProjectPkDocumentsIdPATCHWithHttpInfo (line 2725) | ApiResponse DocumentProjectProjectPkDocumentsIdPATCHWi... method DocumentProjectProjectPkDocumentsIdPUT (line 2737) | DocumentsForUser DocumentProjectProjectPkDocumentsIdPUT (string projec... method DocumentProjectProjectPkDocumentsIdPUTWithHttpInfo (line 2750) | ApiResponse DocumentProjectProjectPkDocumentsIdPUTWi... method DocumentProjectProjectPkDocumentsIdPdfReprGET (line 2761) | DocumentPDFRepr DocumentProjectProjectPkDocumentsIdPdfReprGET (string ... method DocumentProjectProjectPkDocumentsIdPdfReprGETWithHttpInfo (line 2773) | ApiResponse DocumentProjectProjectPkDocumentsIdPdfRep... method DocumentProjectProjectPkDocumentsIdSetAnnotatorCoordDifferencePOST (line 2785) | DocumentSetAnnotatorCoordinatesDifferenceResponse DocumentProjectProje... method DocumentProjectProjectPkDocumentsIdSetAnnotatorCoordDifferencePOSTWithHttpInfo (line 2798) | ApiResponse Documen... method DocumentProjectProjectPkDocumentsIdShowGET (line 2810) | System.IO.Stream DocumentProjectProjectPkDocumentsIdShowGET (string pr... method DocumentProjectProjectPkDocumentsIdShowGETWithHttpInfo (line 2823) | ApiResponse DocumentProjectProjectPkDocumentsIdShowG... method DocumentProjectProjectPkDocumentsIdSimilarGET (line 2836) | ProjectDocumentSimilarity DocumentProjectProjectPkDocumentsIdSimilarGE... method DocumentProjectProjectPkDocumentsIdSimilarGETWithHttpInfo (line 2850) | ApiResponse DocumentProjectProjectPkDocumen... method DocumentProjectProjectPkDocumentsMarkDeletePOST (line 2861) | MarkUnmarkForDeleteDocumentsResponse DocumentProjectProjectPkDocuments... method DocumentProjectProjectPkDocumentsMarkDeletePOSTWithHttpInfo (line 2873) | ApiResponse DocumentProjectProje... method DocumentProjectProjectPkDocumentsPOST (line 2884) | DocumentsForUser DocumentProjectProjectPkDocumentsPOST (string project... method DocumentProjectProjectPkDocumentsPOSTWithHttpInfo (line 2896) | ApiResponse DocumentProjectProjectPkDocumentsPOSTWit... method DocumentProjectProjectPkDocumentsUnmarkDeletePOST (line 2907) | MarkUnmarkForDeleteDocumentsResponse DocumentProjectProjectPkDocuments... method DocumentProjectProjectPkDocumentsUnmarkDeletePOSTWithHttpInfo (line 2919) | ApiResponse DocumentProjectProje... method DocumentStatsGET (line 2928) | Dictionary DocumentStatsGET (); method DocumentStatsGETWithHttpInfo (line 2938) | ApiResponse> DocumentStatsGETWithHttpInfo (); method DocumentTextunitsGET (line 2948) | List DocumentTextunitsGET (string q = default(string)); method DocumentTextunitsGETWithHttpInfo (line 2959) | ApiResponse> DocumentTextunitsGETWithHttpInfo (... method DocumentTextunitsIdGET (line 2970) | TextUnitDjangoQL DocumentTextunitsIdGET (string id, string q = default... method DocumentTextunitsIdGETWithHttpInfo (line 2982) | ApiResponse DocumentTextunitsIdGETWithHttpInfo (stri... method DocumentAnnotationsAnnotatePUTAsync (line 2995) | System.Threading.Tasks.Task DocumentAnnotati... method DocumentAnnotationsAnnotatePUTWithHttpInfoAsync (line 3007) | System.Threading.Tasks.Task> Doc... method DocumentAnnotationsBatchPUTAsync (line 3018) | System.Threading.Tasks.Task> DocumentAnn... method DocumentAnnotationsBatchPUTWithHttpInfoAsync (line 3030) | System.Threading.Tasks.Task>... method DocumentAnnotationsGETAsync (line 3040) | System.Threading.Tasks.Task> DocumentAnnotationsGETAs... method DocumentAnnotationsGETWithHttpInfoAsync (line 3051) | System.Threading.Tasks.Task>> DocumentAnn... method DocumentAnnotationsIdDELETEAsync (line 3062) | System.Threading.Tasks.Task DocumentAnnotationsIdDELETEAsync (string i... method DocumentAnnotationsIdDELETEWithHttpInfoAsync (line 3074) | System.Threading.Tasks.Task> DocumentAnnotationsId... method DocumentAnnotationsIdGETAsync (line 3085) | System.Threading.Tasks.Task DocumentAnnotationsIdGETAsync ... method DocumentAnnotationsIdGETWithHttpInfoAsync (line 3097) | System.Threading.Tasks.Task> DocumentAnnotatio... method DocumentAnnotationsIdPUTAsync (line 3109) | System.Threading.Tasks.Task DocumentAnnotationsIdPUTAsync ... method DocumentAnnotationsIdPUTWithHttpInfoAsync (line 3122) | System.Threading.Tasks.Task> DocumentAnnotatio... method DocumentAnnotationsPOSTAsync (line 3133) | System.Threading.Tasks.Task DocumentAnnotationsPOSTAsync (... method DocumentAnnotationsPOSTWithHttpInfoAsync (line 3145) | System.Threading.Tasks.Task> DocumentAnnotatio... method DocumentAnnotationsSuggestPOSTAsync (line 3156) | System.Threading.Tasks.Task DocumentAnnotationsSuggestPOST... method DocumentAnnotationsSuggestPOSTWithHttpInfoAsync (line 3168) | System.Threading.Tasks.Task> DocumentAnnotatio... method DocumentDocumentFieldAnnotationsForUserGETAsync (line 3179) | System.Threading.Tasks.Task DocumentDocumentF... method DocumentDocumentFieldAnnotationsForUserGETWithHttpInfoAsync (line 3191) | System.Threading.Tasks.Task> Docu... method DocumentDocumentFieldAnnotationsGETAsync (line 3202) | System.Threading.Tasks.Task> DocumentDoc... method DocumentDocumentFieldAnnotationsGETWithHttpInfoAsync (line 3214) | System.Threading.Tasks.Task>... method DocumentDocumentFieldAnnotationsUidGETAsync (line 3226) | System.Threading.Tasks.Task DocumentDocumentF... method DocumentDocumentFieldAnnotationsUidGETWithHttpInfoAsync (line 3239) | System.Threading.Tasks.Task> Docu... method DocumentDocumentFieldCategoriesFormFieldsGETAsync (line 3249) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentFieldCategoriesFormFieldsGETWithHttpInfoAsync (line 3260) | System.Threading.Tasks.Task>> D... method DocumentDocumentFieldCategoriesGETAsync (line 3271) | System.Threading.Tasks.Task> DocumentD... method DocumentDocumentFieldCategoriesGETWithHttpInfoAsync (line 3283) | System.Threading.Tasks.Task> DocumentDocumentField... method DocumentDocumentFieldCategoriesIdFormFieldsGETAsync (line 3317) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentFieldCategoriesIdFormFieldsGETWithHttpInfoAsync (line 3329) | System.Threading.Tasks.Task>> D... method DocumentDocumentFieldCategoriesIdGETAsync (line 3341) | System.Threading.Tasks.Task DocumentDocumen... method DocumentDocumentFieldCategoriesIdGETWithHttpInfoAsync (line 3354) | System.Threading.Tasks.Task> Do... method DocumentDocumentFieldCategoriesIdPATCHAsync (line 3366) | System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentFieldCategoriesIdPATCHWithHttpInfoAsync (line 3379) | System.Threading.Tasks.Task> ... method DocumentDocumentFieldCategoriesIdPUTAsync (line 3391) | System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentFieldCategoriesIdPUTWithHttpInfoAsync (line 3404) | System.Threading.Tasks.Task> ... method DocumentDocumentFieldCategoriesPOSTAsync (line 3415) | System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentFieldCategoriesPOSTWithHttpInfoAsync (line 3427) | System.Threading.Tasks.Task> ... method DocumentDocumentFieldDetectorsFormFieldsGETAsync (line 3437) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentFieldDetectorsFormFieldsGETWithHttpInfoAsync (line 3448) | System.Threading.Tasks.Task>> D... method DocumentDocumentFieldDetectorsGETAsync (line 3459) | System.Threading.Tasks.Task> Documen... method DocumentDocumentFieldDetectorsGETWithHttpInfoAsync (line 3471) | System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentFieldDetectorsPOSTWithHttpInfoAsync (line 3494) | System.Threading.Tasks.Task> ... method DocumentDocumentFieldDetectorsUidDELETEAsync (line 3505) | System.Threading.Tasks.Task DocumentDocumentFieldDetectorsUidDELETEAsy... method DocumentDocumentFieldDetectorsUidDELETEWithHttpInfoAsync (line 3517) | System.Threading.Tasks.Task> DocumentDocumentField... method DocumentDocumentFieldDetectorsUidFormFieldsGETAsync (line 3528) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentFieldDetectorsUidFormFieldsGETWithHttpInfoAsync (line 3540) | System.Threading.Tasks.Task>> D... method DocumentDocumentFieldDetectorsUidGETAsync (line 3552) | System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentFieldDetectorsUidGETWithHttpInfoAsync (line 3565) | System.Threading.Tasks.Task> ... method DocumentDocumentFieldDetectorsUidPATCHAsync (line 3577) | System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentFieldDetectorsUidPATCHWithHttpInfoAsync (line 3590) | System.Threading.Tasks.Task> ... method DocumentDocumentFieldDetectorsUidPUTAsync (line 3602) | System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentFieldDetectorsUidPUTWithHttpInfoAsync (line 3615) | System.Threading.Tasks.Task> ... method DocumentDocumentFieldValuesGETAsync (line 3626) | System.Threading.Tasks.Task> DocumentDocument... method DocumentDocumentFieldValuesGETWithHttpInfoAsync (line 3638) | System.Threading.Tasks.Task>> Doc... method DocumentDocumentFieldValuesIdGETAsync (line 3650) | System.Threading.Tasks.Task DocumentDocumentFieldV... method DocumentDocumentFieldValuesIdGETWithHttpInfoAsync (line 3663) | System.Threading.Tasks.Task> DocumentD... method DocumentDocumentFieldsCheckFieldFormulaPOSTAsync (line 3674) | System.Threading.Tasks.Task DocumentDocumentField... method DocumentDocumentFieldsCheckFieldFormulaPOSTWithHttpInfoAsync (line 3686) | System.Threading.Tasks.Task> Document... method DocumentDocumentFieldsFormFieldsGETAsync (line 3696) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentFieldsFormFieldsGETWithHttpInfoAsync (line 3707) | System.Threading.Tasks.Task>> D... method DocumentDocumentFieldsGETAsync (line 3718) | System.Threading.Tasks.Task> DocumentDocumentF... method DocumentDocumentFieldsGETWithHttpInfoAsync (line 3730) | System.Threading.Tasks.Task>> Docu... method DocumentDocumentFieldsPOSTAsync (line 3741) | System.Threading.Tasks.Task DocumentDocumentField... method DocumentDocumentFieldsPOSTWithHttpInfoAsync (line 3753) | System.Threading.Tasks.Task> Document... method DocumentDocumentFieldsStatsGETAsync (line 3764) | System.Threading.Tasks.Task> Document... method DocumentDocumentFieldsStatsGETWithHttpInfoAsync (line 3776) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentFieldsUidCheckFormulaPOSTWithHttpInfoAsync (line 3801) | System.Threading.Tasks.Task>> D... method DocumentDocumentFieldsUidClonePOSTAsync (line 3813) | System.Threading.Tasks.Task DocumentDocumentField... method DocumentDocumentFieldsUidClonePOSTWithHttpInfoAsync (line 3826) | System.Threading.Tasks.Task> Document... method DocumentDocumentFieldsUidDELETEAsync (line 3837) | System.Threading.Tasks.Task DocumentDocumentFieldsUidDELETEAsync (stri... method DocumentDocumentFieldsUidDELETEWithHttpInfoAsync (line 3849) | System.Threading.Tasks.Task> DocumentDocumentField... method DocumentDocumentFieldsUidFormFieldsGETAsync (line 3860) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentFieldsUidFormFieldsGETWithHttpInfoAsync (line 3872) | System.Threading.Tasks.Task>> D... method DocumentDocumentFieldsUidGETAsync (line 3884) | System.Threading.Tasks.Task DocumentDocumentField... method DocumentDocumentFieldsUidGETWithHttpInfoAsync (line 3897) | System.Threading.Tasks.Task> Document... method DocumentDocumentFieldsUidPATCHAsync (line 3909) | System.Threading.Tasks.Task DocumentDocumentField... method DocumentDocumentFieldsUidPATCHWithHttpInfoAsync (line 3922) | System.Threading.Tasks.Task> Document... method DocumentDocumentFieldsUidPUTAsync (line 3934) | System.Threading.Tasks.Task DocumentDocumentField... method DocumentDocumentFieldsUidPUTWithHttpInfoAsync (line 3947) | System.Threading.Tasks.Task> Document... method DocumentDocumentFieldsUidPreDeletePOSTAsync (line 3959) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentFieldsUidPreDeletePOSTWithHttpInfoAsync (line 3972) | System.Threading.Tasks.Task>> D... method DocumentDocumentNotesGETAsync (line 3987) | System.Threading.Tasks.Task> DocumentDocument... method DocumentDocumentNotesGETWithHttpInfoAsync (line 4003) | System.Threading.Tasks.Task>> Doc... method DocumentDocumentNotesIdDELETEAsync (line 4014) | System.Threading.Tasks.Task DocumentDocumentNotesIdDELETEAsync (string... method DocumentDocumentNotesIdDELETEWithHttpInfoAsync (line 4026) | System.Threading.Tasks.Task> DocumentDocumentNotes... method DocumentDocumentNotesIdGETAsync (line 4038) | System.Threading.Tasks.Task DocumentDocumentNotesI... method DocumentDocumentNotesIdGETWithHttpInfoAsync (line 4051) | System.Threading.Tasks.Task> DocumentD... method DocumentDocumentNotesIdPATCHAsync (line 4063) | System.Threading.Tasks.Task DocumentDocumentNotesI... method DocumentDocumentNotesIdPATCHWithHttpInfoAsync (line 4076) | System.Threading.Tasks.Task> DocumentD... method DocumentDocumentNotesIdPUTAsync (line 4088) | System.Threading.Tasks.Task DocumentDocumentNotesI... method DocumentDocumentNotesIdPUTWithHttpInfoAsync (line 4101) | System.Threading.Tasks.Task> DocumentD... method DocumentDocumentNotesPOSTAsync (line 4112) | System.Threading.Tasks.Task DocumentDocumentNotesP... method DocumentDocumentNotesPOSTWithHttpInfoAsync (line 4124) | System.Threading.Tasks.Task> DocumentD... method DocumentDocumentTypesFormFieldsGETAsync (line 4134) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentTypesFormFieldsGETWithHttpInfoAsync (line 4145) | System.Threading.Tasks.Task>> D... method DocumentDocumentTypesGETAsync (line 4156) | System.Threading.Tasks.Task> DocumentDocument... method DocumentDocumentTypesGETWithHttpInfoAsync (line 4168) | System.Threading.Tasks.Task>> Doc... method DocumentDocumentTypesImportDocTypePUTAsync (line 4179) | System.Threading.Tasks.Task DocumentDocume... method DocumentDocumentTypesImportDocTypePUTWithHttpInfoAsync (line 4191) | System.Threading.Tasks.Task> D... method DocumentDocumentTypesPOSTAsync (line 4202) | System.Threading.Tasks.Task DocumentDocumentTypesP... method DocumentDocumentTypesPOSTWithHttpInfoAsync (line 4214) | System.Threading.Tasks.Task> DocumentD... method DocumentDocumentTypesSchemeMigrationsGETAsync (line 4224) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentTypesSchemeMigrationsGETWithHttpInfoAsync (line 4235) | System.Threading.Tasks.Task>> D... method DocumentDocumentTypesStatsGETAsync (line 4245) | System.Threading.Tasks.Task> DocumentDocumentT... method DocumentDocumentTypesStatsGETWithHttpInfoAsync (line 4256) | System.Threading.Tasks.Task>> Docu... method DocumentDocumentTypesUidClonePOSTAsync (line 4268) | System.Threading.Tasks.Task DocumentDocumentTypesU... method DocumentDocumentTypesUidClonePOSTWithHttpInfoAsync (line 4281) | System.Threading.Tasks.Task> DocumentD... method DocumentDocumentTypesUidDELETEAsync (line 4292) | System.Threading.Tasks.Task DocumentDocumentTypesUidDELETEAsync (strin... method DocumentDocumentTypesUidDELETEWithHttpInfoAsync (line 4304) | System.Threading.Tasks.Task> DocumentDocumentTypes... method DocumentDocumentTypesUidExportDocTypeGETAsync (line 4316) | System.Threading.Tasks.Task DocumentDocumentTypesUid... method DocumentDocumentTypesUidExportDocTypeGETWithHttpInfoAsync (line 4329) | System.Threading.Tasks.Task> DocumentDoc... method DocumentDocumentTypesUidFormFieldsGETAsync (line 4340) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentTypesUidFormFieldsGETWithHttpInfoAsync (line 4352) | System.Threading.Tasks.Task>> D... method DocumentDocumentTypesUidGETAsync (line 4364) | System.Threading.Tasks.Task DocumentDocumentTypesU... method DocumentDocumentTypesUidGETWithHttpInfoAsync (line 4377) | System.Threading.Tasks.Task> DocumentD... method DocumentDocumentTypesUidPATCHAsync (line 4389) | System.Threading.Tasks.Task DocumentDocumentTypesU... method DocumentDocumentTypesUidPATCHWithHttpInfoAsync (line 4402) | System.Threading.Tasks.Task> DocumentD... method DocumentDocumentTypesUidPUTAsync (line 4414) | System.Threading.Tasks.Task DocumentDocumentTypesU... method DocumentDocumentTypesUidPUTWithHttpInfoAsync (line 4427) | System.Threading.Tasks.Task> DocumentD... method DocumentDocumentTypesUidPreDeletePOSTAsync (line 4439) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentTypesUidPreDeletePOSTWithHttpInfoAsync (line 4452) | System.Threading.Tasks.Task>> D... method DocumentDocumentTypesUserProjectTypesGETAsync (line 4463) | System.Threading.Tasks.Task DocumentDocumentTypesU... method DocumentDocumentTypesUserProjectTypesGETWithHttpInfoAsync (line 4475) | System.Threading.Tasks.Task> DocumentD... method DocumentDocumentsDownloadZipGETAsync (line 4487) | System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentsDownloadZipGETWithHttpInfoAsync (line 4500) | System.Threading.Tasks.Task> ... method DocumentDocumentsForUserGETAsync (line 4510) | System.Threading.Tasks.Task DocumentDocument... method DocumentDocumentsForUserGETWithHttpInfoAsync (line 4521) | System.Threading.Tasks.Task> Doc... method DocumentDocumentsGETAsync (line 4534) | System.Threading.Tasks.Task> DocumentDocumentsG... method DocumentDocumentsGETWithHttpInfoAsync (line 4548) | System.Threading.Tasks.Task>> Docum... method DocumentDocumentsIdActionsGETAsync (line 4563) | System.Threading.Tasks.Task DocumentDocumentsIdActio... method DocumentDocumentsIdActionsGETWithHttpInfoAsync (line 4579) | System.Threading.Tasks.Task> DocumentDoc... method DocumentDocumentsIdDELETEAsync (line 4590) | System.Threading.Tasks.Task DocumentDocumentsIdDELETEAsync (string id,... method DocumentDocumentsIdDELETEWithHttpInfoAsync (line 4602) | System.Threading.Tasks.Task> DocumentDocumentsIdDE... method DocumentDocumentsIdDataGETAsync (line 4614) | System.Threading.Tasks.Task DocumentDocumentsIdDataGET... method DocumentDocumentsIdDataGETWithHttpInfoAsync (line 4627) | System.Threading.Tasks.Task> DocumentDocum... method DocumentDocumentsIdDefinitionsGETAsync (line 4638) | System.Threading.Tasks.Task> DocumentDocumen... method DocumentDocumentsIdDefinitionsGETWithHttpInfoAsync (line 4650) | System.Threading.Tasks.Task>> Do... method DocumentDocumentsIdExtractionGETAsync (line 4661) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentsIdExtractionGETWithHttpInfoAsync (line 4673) | System.Threading.Tasks.Task>> D... method DocumentDocumentsIdFieldsGETAsync (line 4684) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentsIdFieldsGETWithHttpInfoAsync (line 4696) | System.Threading.Tasks.Task>> D... method DocumentDocumentsIdFieldsPATCHAsync (line 4708) | System.Threading.Tasks.Task DocumentDocumentsIdFieldsP... method DocumentDocumentsIdFieldsPATCHWithHttpInfoAsync (line 4721) | System.Threading.Tasks.Task> DocumentDocum... method DocumentDocumentsIdFieldsPOSTAsync (line 4733) | System.Threading.Tasks.Task DocumentDocumentsIdFieldsP... method DocumentDocumentsIdFieldsPOSTWithHttpInfoAsync (line 4746) | System.Threading.Tasks.Task> DocumentDocum... method DocumentDocumentsIdFieldsPUTAsync (line 4758) | System.Threading.Tasks.Task DocumentDocumentsIdFieldsP... method DocumentDocumentsIdFieldsPUTWithHttpInfoAsync (line 4771) | System.Threading.Tasks.Task> DocumentDocum... method DocumentDocumentsIdFullTextGETAsync (line 4782) | System.Threading.Tasks.Task DocumentDocumentsIdFullTextGETAsyn... method DocumentDocumentsIdFullTextGETWithHttpInfoAsync (line 4794) | System.Threading.Tasks.Task> DocumentDocumentsIdFu... method DocumentDocumentsIdGETAsync (line 4806) | System.Threading.Tasks.Task DocumentDocumentsIdGETAs... method DocumentDocumentsIdGETWithHttpInfoAsync (line 4819) | System.Threading.Tasks.Task> DocumentDoc... method DocumentDocumentsIdHasPdfInfoGETAsync (line 4830) | System.Threading.Tasks.Task DocumentDocumentsIdHasPdfInfoGETAsyn... method DocumentDocumentsIdHasPdfInfoGETWithHttpInfoAsync (line 4842) | System.Threading.Tasks.Task> DocumentDocumentsIdHasP... method DocumentDocumentsIdPATCHAsync (line 4854) | System.Threading.Tasks.Task DocumentDocumentsIdPATCHAs... method DocumentDocumentsIdPATCHWithHttpInfoAsync (line 4867) | System.Threading.Tasks.Task> DocumentDocum... method DocumentDocumentsIdPUTAsync (line 4879) | System.Threading.Tasks.Task DocumentDocumentsIdPUTAs... method DocumentDocumentsIdPUTWithHttpInfoAsync (line 4892) | System.Threading.Tasks.Task> DocumentDoc... method DocumentDocumentsIdPdfReprGETAsync (line 4903) | System.Threading.Tasks.Task DocumentDocumentsIdPdfRep... method DocumentDocumentsIdPdfReprGETWithHttpInfoAsync (line 4915) | System.Threading.Tasks.Task> DocumentDocu... method DocumentDocumentsIdSetAnnotatorCoordDifferencePOSTAsync (line 4927) | System.Threading.Tasks.Task DocumentDocumentsIdShowG... method DocumentDocumentsIdShowGETWithHttpInfoAsync (line 4965) | System.Threading.Tasks.Task> DocumentDoc... method DocumentDocumentsIdSimilarGETAsync (line 4978) | System.Threading.Tasks.Task DocumentDocumen... method DocumentDocumentsIdSimilarGETWithHttpInfoAsync (line 4992) | System.Threading.Tasks.Task> Do... method DocumentDocumentsMarkDeletePOSTAsync (line 5003) | System.Threading.Tasks.Task Docu... method DocumentDocumentsMarkDeletePOSTWithHttpInfoAsync (line 5015) | System.Threading.Tasks.Task DocumentDocumentsPOSTAsy... method DocumentDocumentsPOSTWithHttpInfoAsync (line 5038) | System.Threading.Tasks.Task> DocumentDoc... method DocumentDocumentsUnmarkDeletePOSTAsync (line 5049) | System.Threading.Tasks.Task Docu... method DocumentDocumentsUnmarkDeletePOSTWithHttpInfoAsync (line 5061) | System.Threading.Tasks.Task> DocumentField... method DocumentFieldAnnotationStatusesGETWithHttpInfoAsync (line 5084) | System.Threading.Tasks.Task>> ... method DocumentFieldAnnotationStatusesIdDELETEAsync (line 5095) | System.Threading.Tasks.Task DocumentFieldAnnotationStatusesIdDELETEAsy... method DocumentFieldAnnotationStatusesIdDELETEWithHttpInfoAsync (line 5107) | System.Threading.Tasks.Task> DocumentFieldAnnotati... method DocumentFieldAnnotationStatusesIdGETAsync (line 5119) | System.Threading.Tasks.Task DocumentFieldAnnota... method DocumentFieldAnnotationStatusesIdGETWithHttpInfoAsync (line 5132) | System.Threading.Tasks.Task> Docume... method DocumentFieldAnnotationStatusesIdPATCHAsync (line 5144) | System.Threading.Tasks.Task DocumentFieldAnnota... method DocumentFieldAnnotationStatusesIdPATCHWithHttpInfoAsync (line 5157) | System.Threading.Tasks.Task> Docume... method DocumentFieldAnnotationStatusesIdPUTAsync (line 5169) | System.Threading.Tasks.Task DocumentFieldAnnota... method DocumentFieldAnnotationStatusesIdPUTWithHttpInfoAsync (line 5182) | System.Threading.Tasks.Task> Docume... method DocumentFieldAnnotationStatusesPOSTAsync (line 5193) | System.Threading.Tasks.Task DocumentFieldAnnota... method DocumentFieldAnnotationStatusesPOSTWithHttpInfoAsync (line 5205) | System.Threading.Tasks.Task> Docume... method DocumentProjectProjectPkDocumentFieldAnnotationsForUserGETAsync (line 5217) | System.Threading.Tasks.Task DocumentProjectPr... method DocumentProjectProjectPkDocumentFieldAnnotationsForUserGETWithHttpInfoAsync (line 5230) | System.Threading.Tasks.Task> Docu... method DocumentProjectProjectPkDocumentFieldAnnotationsGETAsync (line 5242) | System.Threading.Tasks.Task> DocumentPro... method DocumentProjectProjectPkDocumentFieldAnnotationsGETWithHttpInfoAsync (line 5255) | System.Threading.Tasks.Task>... method DocumentProjectProjectPkDocumentFieldAnnotationsUidGETAsync (line 5268) | System.Threading.Tasks.Task DocumentProjectPr... method DocumentProjectProjectPkDocumentFieldAnnotationsUidGETWithHttpInfoAsync (line 5282) | System.Threading.Tasks.Task> Docu... method DocumentProjectProjectPkDocumentFieldValuesGETAsync (line 5294) | System.Threading.Tasks.Task> DocumentProjectP... method DocumentProjectProjectPkDocumentFieldValuesGETWithHttpInfoAsync (line 5307) | System.Threading.Tasks.Task>> Doc... method DocumentProjectProjectPkDocumentFieldValuesIdGETAsync (line 5320) | System.Threading.Tasks.Task DocumentProjectProject... method DocumentProjectProjectPkDocumentFieldValuesIdGETWithHttpInfoAsync (line 5334) | System.Threading.Tasks.Task> DocumentP... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsGETAsync (line 5346) | System.Threading.Tasks.Task> DocumentProjec... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsGETWithHttpInfoAsync (line 5359) | System.Threading.Tasks.Task>> D... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETEAsync (line 5372) | System.Threading.Tasks.Task DocumentProjectProjectPkDocumentsDocumentP... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETEWithHttpInfoAsync (line 5386) | System.Threading.Tasks.Task> DocumentProjectProjec... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdGETAsync (line 5399) | System.Threading.Tasks.Task DocumentProjectProje... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdGETWithHttpInfoAsync (line 5413) | System.Threading.Tasks.Task> Documen... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCHAsync (line 5427) | System.Threading.Tasks.Task DocumentProjectProje... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCHWithHttpInfoAsync (line 5442) | System.Threading.Tasks.Task> Documen... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUTAsync (line 5456) | System.Threading.Tasks.Task DocumentProjectProje... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUTWithHttpInfoAsync (line 5471) | System.Threading.Tasks.Task> Documen... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsPOSTAsync (line 5484) | System.Threading.Tasks.Task DocumentProjectProje... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsPOSTWithHttpInfoAsync (line 5498) | System.Threading.Tasks.Task> Documen... method DocumentProjectProjectPkDocumentsDownloadZipGETAsync (line 5511) | System.Threading.Tasks.Task DocumentProje... method DocumentProjectProjectPkDocumentsDownloadZipGETWithHttpInfoAsync (line 5525) | System.Threading.Tasks.Task> ... method DocumentProjectProjectPkDocumentsForUserGETAsync (line 5536) | System.Threading.Tasks.Task DocumentProjectP... method DocumentProjectProjectPkDocumentsForUserGETWithHttpInfoAsync (line 5548) | System.Threading.Tasks.Task> Doc... method DocumentProjectProjectPkDocumentsGETAsync (line 5562) | System.Threading.Tasks.Task> DocumentProjectPro... method DocumentProjectProjectPkDocumentsGETWithHttpInfoAsync (line 5577) | System.Threading.Tasks.Task>> Docum... method DocumentProjectProjectPkDocumentsIdActionsGETAsync (line 5593) | System.Threading.Tasks.Task DocumentProjectProjectPk... method DocumentProjectProjectPkDocumentsIdActionsGETWithHttpInfoAsync (line 5610) | System.Threading.Tasks.Task> DocumentPro... method DocumentProjectProjectPkDocumentsIdDELETEAsync (line 5622) | System.Threading.Tasks.Task DocumentProjectProjectPkDocumentsIdDELETEA... method DocumentProjectProjectPkDocumentsIdDELETEWithHttpInfoAsync (line 5635) | System.Threading.Tasks.Task> DocumentProjectProjec... method DocumentProjectProjectPkDocumentsIdDataGETAsync (line 5648) | System.Threading.Tasks.Task DocumentProjectProjectPkDo... method DocumentProjectProjectPkDocumentsIdDataGETWithHttpInfoAsync (line 5662) | System.Threading.Tasks.Task> DocumentProje... method DocumentProjectProjectPkDocumentsIdDefinitionsGETAsync (line 5674) | System.Threading.Tasks.Task> DocumentProject... method DocumentProjectProjectPkDocumentsIdDefinitionsGETWithHttpInfoAsync (line 5687) | System.Threading.Tasks.Task>> Do... method DocumentProjectProjectPkDocumentsIdExtractionGETAsync (line 5699) | System.Threading.Tasks.Task> DocumentProjec... method DocumentProjectProjectPkDocumentsIdExtractionGETWithHttpInfoAsync (line 5712) | System.Threading.Tasks.Task>> D... method DocumentProjectProjectPkDocumentsIdFieldsGETAsync (line 5724) | System.Threading.Tasks.Task> DocumentProjec... method DocumentProjectProjectPkDocumentsIdFieldsGETWithHttpInfoAsync (line 5737) | System.Threading.Tasks.Task>> D... method DocumentProjectProjectPkDocumentsIdFieldsPATCHAsync (line 5750) | System.Threading.Tasks.Task DocumentProjectProjectPkDo... method DocumentProjectProjectPkDocumentsIdFieldsPATCHWithHttpInfoAsync (line 5764) | System.Threading.Tasks.Task> DocumentProje... method DocumentProjectProjectPkDocumentsIdFieldsPOSTAsync (line 5777) | System.Threading.Tasks.Task DocumentProjectProjectPkDo... method DocumentProjectProjectPkDocumentsIdFieldsPOSTWithHttpInfoAsync (line 5791) | System.Threading.Tasks.Task> DocumentProje... method DocumentProjectProjectPkDocumentsIdFieldsPUTAsync (line 5804) | System.Threading.Tasks.Task DocumentProjectProjectPkDo... method DocumentProjectProjectPkDocumentsIdFieldsPUTWithHttpInfoAsync (line 5818) | System.Threading.Tasks.Task> DocumentProje... method DocumentProjectProjectPkDocumentsIdFullTextGETAsync (line 5830) | System.Threading.Tasks.Task DocumentProjectProjectPkDocumentsI... method DocumentProjectProjectPkDocumentsIdFullTextGETWithHttpInfoAsync (line 5843) | System.Threading.Tasks.Task> DocumentProjectProjec... method DocumentProjectProjectPkDocumentsIdGETAsync (line 5856) | System.Threading.Tasks.Task DocumentProjectProjectPk... method DocumentProjectProjectPkDocumentsIdGETWithHttpInfoAsync (line 5870) | System.Threading.Tasks.Task> DocumentPro... method DocumentProjectProjectPkDocumentsIdHasPdfInfoGETAsync (line 5882) | System.Threading.Tasks.Task DocumentProjectProjectPkDocumentsIdH... method DocumentProjectProjectPkDocumentsIdHasPdfInfoGETWithHttpInfoAsync (line 5895) | System.Threading.Tasks.Task> DocumentProjectProjectP... method DocumentProjectProjectPkDocumentsIdPATCHAsync (line 5908) | System.Threading.Tasks.Task DocumentProjectProjectPkDo... method DocumentProjectProjectPkDocumentsIdPATCHWithHttpInfoAsync (line 5922) | System.Threading.Tasks.Task> DocumentProje... method DocumentProjectProjectPkDocumentsIdPUTAsync (line 5935) | System.Threading.Tasks.Task DocumentProjectProjectPk... method DocumentProjectProjectPkDocumentsIdPUTWithHttpInfoAsync (line 5949) | System.Threading.Tasks.Task> DocumentPro... method DocumentProjectProjectPkDocumentsIdPdfReprGETAsync (line 5961) | System.Threading.Tasks.Task DocumentProjectProjectPkD... method DocumentProjectProjectPkDocumentsIdPdfReprGETWithHttpInfoAsync (line 5974) | System.Threading.Tasks.Task> DocumentProj... method DocumentProjectProjectPkDocumentsIdSetAnnotatorCoordDifferencePOSTAsync (line 5987) | System.Threading.Tasks.Task DocumentProjectProjectPk... method DocumentProjectProjectPkDocumentsIdShowGETWithHttpInfoAsync (line 6028) | System.Threading.Tasks.Task> DocumentPro... method DocumentProjectProjectPkDocumentsIdSimilarGETAsync (line 6042) | System.Threading.Tasks.Task DocumentProject... method DocumentProjectProjectPkDocumentsIdSimilarGETWithHttpInfoAsync (line 6057) | System.Threading.Tasks.Task> Do... method DocumentProjectProjectPkDocumentsMarkDeletePOSTAsync (line 6069) | System.Threading.Tasks.Task Docu... method DocumentProjectProjectPkDocumentsMarkDeletePOSTWithHttpInfoAsync (line 6082) | System.Threading.Tasks.Task DocumentProjectProjectPk... method DocumentProjectProjectPkDocumentsPOSTWithHttpInfoAsync (line 6107) | System.Threading.Tasks.Task> DocumentPro... method DocumentProjectProjectPkDocumentsUnmarkDeletePOSTAsync (line 6119) | System.Threading.Tasks.Task Docu... method DocumentProjectProjectPkDocumentsUnmarkDeletePOSTWithHttpInfoAsync (line 6132) | System.Threading.Tasks.Task> DocumentStatsG... method DocumentStatsGETWithHttpInfoAsync (line 6153) | System.Threading.Tasks.Task>> D... method DocumentTextunitsGETAsync (line 6164) | System.Threading.Tasks.Task> DocumentTextunitsG... method DocumentTextunitsGETWithHttpInfoAsync (line 6176) | System.Threading.Tasks.Task>> Docum... method DocumentTextunitsIdGETAsync (line 6188) | System.Threading.Tasks.Task DocumentTextunitsIdGETAs... method DocumentTextunitsIdGETWithHttpInfoAsync (line 6201) | System.Threading.Tasks.Task> DocumentTex... class DocumentApi (line 6208) | public partial class DocumentApi : IDocumentApi method DocumentApi (line 6216) | public DocumentApi(String basePath) method DocumentApi (line 6227) | public DocumentApi() method DocumentApi (line 6240) | public DocumentApi(Org.OpenAPITools.Client.Configuration configuration... method GetBasePath (line 6254) | public String GetBasePath() method SetBasePath (line 6263) | [Obsolete("SetBasePath is deprecated, please do 'Configuration.ApiClie... method DefaultHeader (line 6295) | [Obsolete("DefaultHeader is deprecated, please use Configuration.Defau... method AddDefaultHeader (line 6307) | [Obsolete("AddDefaultHeader is deprecated, please use Configuration.Ad... method DocumentAnnotationsAnnotatePUT (line 6319) | public AnnotationUpdateResponse DocumentAnnotationsAnnotatePUT (Annota... method DocumentAnnotationsAnnotatePUTWithHttpInfo (line 6331) | public ApiResponse DocumentAnnotationsAnnota... method DocumentAnnotationsAnnotatePUTAsync (line 6398) | public async System.Threading.Tasks.Task Doc... method DocumentAnnotationsAnnotatePUTWithHttpInfoAsync (line 6412) | public async System.Threading.Tasks.Task DocumentAnnotationsBatchPUT (List... method DocumentAnnotationsBatchPUTWithHttpInfo (line 6490) | public ApiResponse> DocumentAnnotationsB... method DocumentAnnotationsBatchPUTAsync (line 6557) | public async System.Threading.Tasks.Task... method DocumentAnnotationsBatchPUTWithHttpInfoAsync (line 6571) | public async System.Threading.Tasks.Task DocumentAnnotationsGET () method DocumentAnnotationsGETWithHttpInfo (line 6647) | public ApiResponse> DocumentAnnotationsGETWithHttpInf... method DocumentAnnotationsGETAsync (line 6702) | public async System.Threading.Tasks.Task> DocumentAnn... method DocumentAnnotationsGETWithHttpInfoAsync (line 6715) | public async System.Threading.Tasks.Task>... method DocumentAnnotationsIdDELETE (line 6770) | public void DocumentAnnotationsIdDELETE (string id) method DocumentAnnotationsIdDELETEWithHttpInfo (line 6781) | public ApiResponse DocumentAnnotationsIdDELETEWithHttpInfo (st... method DocumentAnnotationsIdDELETEAsync (line 6840) | public async System.Threading.Tasks.Task DocumentAnnotationsIdDELETEAs... method DocumentAnnotationsIdDELETEWithHttpInfoAsync (line 6853) | public async System.Threading.Tasks.Task> Document... method DocumentAnnotationsIdGET (line 6911) | public Annotation DocumentAnnotationsIdGET (string id) method DocumentAnnotationsIdGETWithHttpInfo (line 6923) | public ApiResponse DocumentAnnotationsIdGETWithHttpInfo (s... method DocumentAnnotationsIdGETAsync (line 6983) | public async System.Threading.Tasks.Task DocumentAnnotatio... method DocumentAnnotationsIdGETWithHttpInfoAsync (line 6997) | public async System.Threading.Tasks.Task> Docu... method DocumentAnnotationsIdPUT (line 7057) | public Annotation DocumentAnnotationsIdPUT (string id, Annotation anno... method DocumentAnnotationsIdPUTWithHttpInfo (line 7070) | public ApiResponse DocumentAnnotationsIdPUTWithHttpInfo (s... method DocumentAnnotationsIdPUTAsync (line 7142) | public async System.Threading.Tasks.Task DocumentAnnotatio... method DocumentAnnotationsIdPUTWithHttpInfoAsync (line 7157) | public async System.Threading.Tasks.Task> Docu... method DocumentAnnotationsPOST (line 7227) | public Annotation DocumentAnnotationsPOST (Annotation annotation = def... method DocumentAnnotationsPOSTWithHttpInfo (line 7239) | public ApiResponse DocumentAnnotationsPOSTWithHttpInfo (An... method DocumentAnnotationsPOSTAsync (line 7306) | public async System.Threading.Tasks.Task DocumentAnnotatio... method DocumentAnnotationsPOSTWithHttpInfoAsync (line 7320) | public async System.Threading.Tasks.Task> Docu... method DocumentAnnotationsSuggestPOST (line 7386) | public Annotation DocumentAnnotationsSuggestPOST (AnnotationSuggestReq... method DocumentAnnotationsSuggestPOSTWithHttpInfo (line 7398) | public ApiResponse DocumentAnnotationsSuggestPOSTWithHttpI... method DocumentAnnotationsSuggestPOSTAsync (line 7465) | public async System.Threading.Tasks.Task DocumentAnnotatio... method DocumentAnnotationsSuggestPOSTWithHttpInfoAsync (line 7479) | public async System.Threading.Tasks.Task> Docu... method DocumentDocumentFieldAnnotationsForUserGET (line 7545) | public DocumentFieldAnnotation DocumentDocumentFieldAnnotationsForUser... method DocumentDocumentFieldAnnotationsForUserGETWithHttpInfo (line 7557) | public ApiResponse DocumentDocumentFieldAnnot... method DocumentDocumentFieldAnnotationsForUserGETAsync (line 7614) | public async System.Threading.Tasks.Task Docu... method DocumentDocumentFieldAnnotationsForUserGETWithHttpInfoAsync (line 7628) | public async System.Threading.Tasks.Task DocumentDocumentFieldAnnotationsG... method DocumentDocumentFieldAnnotationsGETWithHttpInfo (line 7696) | public ApiResponse> DocumentDocumentFiel... method DocumentDocumentFieldAnnotationsGETAsync (line 7753) | public async System.Threading.Tasks.Task... method DocumentDocumentFieldAnnotationsGETWithHttpInfoAsync (line 7767) | public async System.Threading.Tasks.Task DocumentDocumentFieldAnnot... method DocumentDocumentFieldAnnotationsUidGETAsync (line 7899) | public async System.Threading.Tasks.Task Docu... method DocumentDocumentFieldAnnotationsUidGETWithHttpInfoAsync (line 7914) | public async System.Threading.Tasks.Task DocumentDocumentFieldCategoriesFormF... method DocumentDocumentFieldCategoriesFormFieldsGETWithHttpInfo (line 7984) | public ApiResponse> DocumentDocumentFieldCa... method DocumentDocumentFieldCategoriesFormFieldsGETAsync (line 8039) | public async System.Threading.Tasks.Task> D... method DocumentDocumentFieldCategoriesFormFieldsGETWithHttpInfoAsync (line 8052) | public async System.Threading.Tasks.Task DocumentDocumentFieldCategories... method DocumentDocumentFieldCategoriesGETWithHttpInfo (line 8119) | public ApiResponse> DocumentDocumentFi... method DocumentDocumentFieldCategoriesGETAsync (line 8176) | public async System.Threading.Tasks.Task DocumentDocumentFieldCategoriesIdDELETEWith... method DocumentDocumentFieldCategoriesIdDELETEAsync (line 8316) | public async System.Threading.Tasks.Task DocumentDocumentFieldCategori... method DocumentDocumentFieldCategoriesIdDELETEWithHttpInfoAsync (line 8329) | public async System.Threading.Tasks.Task> Document... method DocumentDocumentFieldCategoriesIdFormFieldsGET (line 8387) | public Dictionary DocumentDocumentFieldCategoriesIdFor... method DocumentDocumentFieldCategoriesIdFormFieldsGETWithHttpInfo (line 8399) | public ApiResponse> DocumentDocumentFieldCa... method DocumentDocumentFieldCategoriesIdFormFieldsGETAsync (line 8459) | public async System.Threading.Tasks.Task> D... method DocumentDocumentFieldCategoriesIdFormFieldsGETWithHttpInfoAsync (line 8473) | public async System.Threading.Tasks.Task DocumentDocumentFieldCat... method DocumentDocumentFieldCategoriesIdGETAsync (line 8608) | public async System.Threading.Tasks.Task Do... method DocumentDocumentFieldCategoriesIdGETWithHttpInfoAsync (line 8623) | public async System.Threading.Tasks.Task DocumentDocumentFieldC... method DocumentDocumentFieldCategoriesIdPATCHAsync (line 8769) | public async System.Threading.Tasks.Task ... method DocumentDocumentFieldCategoriesIdPATCHWithHttpInfoAsync (line 8784) | public async System.Threading.Tasks.Task DocumentDocumentFieldC... method DocumentDocumentFieldCategoriesIdPUTAsync (line 8940) | public async System.Threading.Tasks.Task ... method DocumentDocumentFieldCategoriesIdPUTWithHttpInfoAsync (line 8955) | public async System.Threading.Tasks.Task DocumentDocumentFieldC... method DocumentDocumentFieldCategoriesPOSTAsync (line 9104) | public async System.Threading.Tasks.Task ... method DocumentDocumentFieldCategoriesPOSTWithHttpInfoAsync (line 9118) | public async System.Threading.Tasks.Task DocumentDocumentFieldDetectorsFormFi... method DocumentDocumentFieldDetectorsFormFieldsGETWithHttpInfo (line 9194) | public ApiResponse> DocumentDocumentFieldDe... method DocumentDocumentFieldDetectorsFormFieldsGETAsync (line 9249) | public async System.Threading.Tasks.Task> D... method DocumentDocumentFieldDetectorsFormFieldsGETWithHttpInfoAsync (line 9262) | public async System.Threading.Tasks.Task DocumentDocumentFieldDetector... method DocumentDocumentFieldDetectorsGETWithHttpInfo (line 9329) | public ApiResponse> DocumentDocument... method DocumentDocumentFieldDetectorsGETAsync (line 9386) | public async System.Threading.Tasks.Task DocumentDocumentFieldD... method DocumentDocumentFieldDetectorsPOSTAsync (line 9535) | public async System.Threading.Tasks.Task ... method DocumentDocumentFieldDetectorsPOSTWithHttpInfoAsync (line 9549) | public async System.Threading.Tasks.Task DocumentDocumentFieldDetectorsUidDELETEWith... method DocumentDocumentFieldDetectorsUidDELETEAsync (line 9685) | public async System.Threading.Tasks.Task DocumentDocumentFieldDetector... method DocumentDocumentFieldDetectorsUidDELETEWithHttpInfoAsync (line 9698) | public async System.Threading.Tasks.Task> Document... method DocumentDocumentFieldDetectorsUidFormFieldsGET (line 9756) | public Dictionary DocumentDocumentFieldDetectorsUidFor... method DocumentDocumentFieldDetectorsUidFormFieldsGETWithHttpInfo (line 9768) | public ApiResponse> DocumentDocumentFieldDe... method DocumentDocumentFieldDetectorsUidFormFieldsGETAsync (line 9828) | public async System.Threading.Tasks.Task> D... method DocumentDocumentFieldDetectorsUidFormFieldsGETWithHttpInfoAsync (line 9842) | public async System.Threading.Tasks.Task DocumentDocumentFieldD... method DocumentDocumentFieldDetectorsUidGETAsync (line 9977) | public async System.Threading.Tasks.Task ... method DocumentDocumentFieldDetectorsUidGETWithHttpInfoAsync (line 9992) | public async System.Threading.Tasks.Task DocumentDocumentFieldD... method DocumentDocumentFieldDetectorsUidPATCHAsync (line 10138) | public async System.Threading.Tasks.Task ... method DocumentDocumentFieldDetectorsUidPATCHWithHttpInfoAsync (line 10153) | public async System.Threading.Tasks.Task DocumentDocumentFieldD... method DocumentDocumentFieldDetectorsUidPUTAsync (line 10309) | public async System.Threading.Tasks.Task ... method DocumentDocumentFieldDetectorsUidPUTWithHttpInfoAsync (line 10324) | public async System.Threading.Tasks.Task DocumentDocumentFieldValuesGET (Dictio... method DocumentDocumentFieldValuesGETWithHttpInfo (line 10406) | public ApiResponse> DocumentDocumentFieldValu... method DocumentDocumentFieldValuesGETAsync (line 10463) | public async System.Threading.Tasks.Task> Doc... method DocumentDocumentFieldValuesGETWithHttpInfoAsync (line 10477) | public async System.Threading.Tasks.Task DocumentDocumentFieldValuesIdGE... method DocumentDocumentFieldValuesIdGETAsync (line 10609) | public async System.Threading.Tasks.Task DocumentD... method DocumentDocumentFieldValuesIdGETWithHttpInfoAsync (line 10624) | public async System.Threading.Tasks.Task DocumentDocumentFieldsCheckFie... method DocumentDocumentFieldsCheckFieldFormulaPOSTAsync (line 10763) | public async System.Threading.Tasks.Task Document... method DocumentDocumentFieldsCheckFieldFormulaPOSTWithHttpInfoAsync (line 10777) | public async System.Threading.Tasks.Task DocumentDocumentFieldsFormFieldsGET () method DocumentDocumentFieldsFormFieldsGETWithHttpInfo (line 10853) | public ApiResponse> DocumentDocumentFieldsF... method DocumentDocumentFieldsFormFieldsGETAsync (line 10908) | public async System.Threading.Tasks.Task> D... method DocumentDocumentFieldsFormFieldsGETWithHttpInfoAsync (line 10921) | public async System.Threading.Tasks.Task DocumentDocumentFieldsGET (Dictionary> DocumentDocumentFieldsGETW... method DocumentDocumentFieldsGETAsync (line 11045) | public async System.Threading.Tasks.Task> Docu... method DocumentDocumentFieldsGETWithHttpInfoAsync (line 11059) | public async System.Threading.Tasks.Task DocumentDocumentFieldsPOSTWith... method DocumentDocumentFieldsPOSTAsync (line 11194) | public async System.Threading.Tasks.Task Document... method DocumentDocumentFieldsPOSTWithHttpInfoAsync (line 11208) | public async System.Threading.Tasks.Task DocumentDocumentFieldsStatsGET... method DocumentDocumentFieldsStatsGETWithHttpInfo (line 11286) | public ApiResponse> DocumentDocumentF... method DocumentDocumentFieldsStatsGETAsync (line 11343) | public async System.Threading.Tasks.Task DocumentDocumentFieldsUidCheckFormul... method DocumentDocumentFieldsUidCheckFormulaPOSTWithHttpInfo (line 11427) | public ApiResponse> DocumentDocumentFieldsU... method DocumentDocumentFieldsUidCheckFormulaPOSTAsync (line 11499) | public async System.Threading.Tasks.Task> D... method DocumentDocumentFieldsUidCheckFormulaPOSTWithHttpInfoAsync (line 11514) | public async System.Threading.Tasks.Task DocumentDocumentFieldsUidClone... method DocumentDocumentFieldsUidClonePOSTAsync (line 11670) | public async System.Threading.Tasks.Task Document... method DocumentDocumentFieldsUidClonePOSTWithHttpInfoAsync (line 11685) | public async System.Threading.Tasks.Task DocumentDocumentFieldsUidDELETEWithHttpInfo... method DocumentDocumentFieldsUidDELETEAsync (line 11825) | public async System.Threading.Tasks.Task DocumentDocumentFieldsUidDELE... method DocumentDocumentFieldsUidDELETEWithHttpInfoAsync (line 11838) | public async System.Threading.Tasks.Task> Document... method DocumentDocumentFieldsUidFormFieldsGET (line 11896) | public Dictionary DocumentDocumentFieldsUidFormFieldsG... method DocumentDocumentFieldsUidFormFieldsGETWithHttpInfo (line 11908) | public ApiResponse> DocumentDocumentFieldsU... method DocumentDocumentFieldsUidFormFieldsGETAsync (line 11968) | public async System.Threading.Tasks.Task> D... method DocumentDocumentFieldsUidFormFieldsGETWithHttpInfoAsync (line 11982) | public async System.Threading.Tasks.Task DocumentDocumentFieldsUidGETWi... method DocumentDocumentFieldsUidGETAsync (line 12117) | public async System.Threading.Tasks.Task Document... method DocumentDocumentFieldsUidGETWithHttpInfoAsync (line 12132) | public async System.Threading.Tasks.Task DocumentDocumentFieldsUidPATCH... method DocumentDocumentFieldsUidPATCHAsync (line 12278) | public async System.Threading.Tasks.Task Document... method DocumentDocumentFieldsUidPATCHWithHttpInfoAsync (line 12293) | public async System.Threading.Tasks.Task DocumentDocumentFieldsUidPUTWi... method DocumentDocumentFieldsUidPUTAsync (line 12449) | public async System.Threading.Tasks.Task Document... method DocumentDocumentFieldsUidPUTWithHttpInfoAsync (line 12464) | public async System.Threading.Tasks.Task DocumentDocumentFieldsUidPreDeletePO... method DocumentDocumentFieldsUidPreDeletePOSTWithHttpInfo (line 12548) | public ApiResponse> DocumentDocumentFieldsU... method DocumentDocumentFieldsUidPreDeletePOSTAsync (line 12620) | public async System.Threading.Tasks.Task> D... method DocumentDocumentFieldsUidPreDeletePOSTWithHttpInfoAsync (line 12635) | public async System.Threading.Tasks.Task DocumentDocumentNotesGET (Dictionary> DocumentDocumentNotesGETW... method DocumentDocumentNotesGETAsync (line 12790) | public async System.Threading.Tasks.Task> Doc... method DocumentDocumentNotesGETWithHttpInfoAsync (line 12808) | public async System.Threading.Tasks.Task DocumentDocumentNotesIdDELETEWithHttpInfo (... method DocumentDocumentNotesIdDELETEAsync (line 12938) | public async System.Threading.Tasks.Task DocumentDocumentNotesIdDELETE... method DocumentDocumentNotesIdDELETEWithHttpInfoAsync (line 12951) | public async System.Threading.Tasks.Task> Document... method DocumentDocumentNotesIdGET (line 13010) | public DocumentNoteDetail DocumentDocumentNotesIdGET (string id, Dicti... method DocumentDocumentNotesIdGETWithHttpInfo (line 13023) | public ApiResponse DocumentDocumentNotesIdGETWithH... method DocumentDocumentNotesIdGETAsync (line 13085) | public async System.Threading.Tasks.Task DocumentD... method DocumentDocumentNotesIdGETWithHttpInfoAsync (line 13100) | public async System.Threading.Tasks.Task DocumentDocumentNotesIdPATCHWit... method DocumentDocumentNotesIdPATCHAsync (line 13246) | public async System.Threading.Tasks.Task DocumentD... method DocumentDocumentNotesIdPATCHWithHttpInfoAsync (line 13261) | public async System.Threading.Tasks.Task DocumentDocumentNotesIdPUTWithH... method DocumentDocumentNotesIdPUTAsync (line 13417) | public async System.Threading.Tasks.Task DocumentD... method DocumentDocumentNotesIdPUTWithHttpInfoAsync (line 13432) | public async System.Threading.Tasks.Task DocumentDocumentNotesPOSTWithHt... method DocumentDocumentNotesPOSTAsync (line 13581) | public async System.Threading.Tasks.Task DocumentD... method DocumentDocumentNotesPOSTWithHttpInfoAsync (line 13595) | public async System.Threading.Tasks.Task DocumentDocumentTypesFormFieldsGET () method DocumentDocumentTypesFormFieldsGETWithHttpInfo (line 13671) | public ApiResponse> DocumentDocumentTypesFo... method DocumentDocumentTypesFormFieldsGETAsync (line 13726) | public async System.Threading.Tasks.Task> D... method DocumentDocumentTypesFormFieldsGETWithHttpInfoAsync (line 13739) | public async System.Threading.Tasks.Task DocumentDocumentTypesGET (Dictionary> DocumentDocumentTypesGETW... method DocumentDocumentTypesGETAsync (line 13863) | public async System.Threading.Tasks.Task> Doc... method DocumentDocumentTypesGETWithHttpInfoAsync (line 13877) | public async System.Threading.Tasks.Task DocumentDocumentTypesIm... method DocumentDocumentTypesImportDocTypePUTAsync (line 14012) | public async System.Threading.Tasks.Task D... method DocumentDocumentTypesImportDocTypePUTWithHttpInfoAsync (line 14026) | public async System.Threading.Tasks.Task DocumentDocumentTypesPOSTWithHt... method DocumentDocumentTypesPOSTAsync (line 14171) | public async System.Threading.Tasks.Task DocumentD... method DocumentDocumentTypesPOSTWithHttpInfoAsync (line 14185) | public async System.Threading.Tasks.Task DocumentDocumentTypesSchemeMigration... method DocumentDocumentTypesSchemeMigrationsGETWithHttpInfo (line 14261) | public ApiResponse> DocumentDocumentTypesSc... method DocumentDocumentTypesSchemeMigrationsGETAsync (line 14316) | public async System.Threading.Tasks.Task> D... method DocumentDocumentTypesSchemeMigrationsGETWithHttpInfoAsync (line 14329) | public async System.Threading.Tasks.Task DocumentDocumentTypesStatsGET () method DocumentDocumentTypesStatsGETWithHttpInfo (line 14394) | public ApiResponse> DocumentDocumentTypesStats... method DocumentDocumentTypesStatsGETAsync (line 14449) | public async System.Threading.Tasks.Task> Docu... method DocumentDocumentTypesStatsGETWithHttpInfoAsync (line 14462) | public async System.Threading.Tasks.Task DocumentDocumentTypesUidClonePO... method DocumentDocumentTypesUidClonePOSTAsync (line 14603) | public async System.Threading.Tasks.Task DocumentD... method DocumentDocumentTypesUidClonePOSTWithHttpInfoAsync (line 14618) | public async System.Threading.Tasks.Task DocumentDocumentTypesUidDELETEWithHttpInfo ... method DocumentDocumentTypesUidDELETEAsync (line 14758) | public async System.Threading.Tasks.Task DocumentDocumentTypesUidDELET... method DocumentDocumentTypesUidDELETEWithHttpInfoAsync (line 14771) | public async System.Threading.Tasks.Task> Document... method DocumentDocumentTypesUidExportDocTypeGET (line 14830) | public System.IO.Stream DocumentDocumentTypesUidExportDocTypeGET (stri... method DocumentDocumentTypesUidExportDocTypeGETWithHttpInfo (line 14843) | public ApiResponse DocumentDocumentTypesUidExportDoc... method DocumentDocumentTypesUidExportDocTypeGETAsync (line 14905) | public async System.Threading.Tasks.Task DocumentDoc... method DocumentDocumentTypesUidExportDocTypeGETWithHttpInfoAsync (line 14920) | public async System.Threading.Tasks.Task... method DocumentDocumentTypesUidFormFieldsGET (line 14980) | public Dictionary DocumentDocumentTypesUidFormFieldsGE... method DocumentDocumentTypesUidFormFieldsGETWithHttpInfo (line 14992) | public ApiResponse> DocumentDocumentTypesUi... method DocumentDocumentTypesUidFormFieldsGETAsync (line 15052) | public async System.Threading.Tasks.Task> D... method DocumentDocumentTypesUidFormFieldsGETWithHttpInfoAsync (line 15066) | public async System.Threading.Tasks.Task DocumentDocumentTypesUidGETWith... method DocumentDocumentTypesUidGETAsync (line 15201) | public async System.Threading.Tasks.Task DocumentD... method DocumentDocumentTypesUidGETWithHttpInfoAsync (line 15216) | public async System.Threading.Tasks.Task DocumentDocumentTypesUidPATCHWi... method DocumentDocumentTypesUidPATCHAsync (line 15362) | public async System.Threading.Tasks.Task DocumentD... method DocumentDocumentTypesUidPATCHWithHttpInfoAsync (line 15377) | public async System.Threading.Tasks.Task DocumentDocumentTypesUidPUTWith... method DocumentDocumentTypesUidPUTAsync (line 15533) | public async System.Threading.Tasks.Task DocumentD... method DocumentDocumentTypesUidPUTWithHttpInfoAsync (line 15548) | public async System.Threading.Tasks.Task DocumentDocumentTypesUidPreDeletePOS... method DocumentDocumentTypesUidPreDeletePOSTWithHttpInfo (line 15632) | public ApiResponse> DocumentDocumentTypesUi... method DocumentDocumentTypesUidPreDeletePOSTAsync (line 15704) | public async System.Threading.Tasks.Task> D... method DocumentDocumentTypesUidPreDeletePOSTWithHttpInfoAsync (line 15719) | public async System.Threading.Tasks.Task DocumentDocumentTypesUserProjec... method DocumentDocumentTypesUserProjectTypesGETAsync (line 15858) | public async System.Threading.Tasks.Task DocumentD... method DocumentDocumentTypesUserProjectTypesGETWithHttpInfoAsync (line 15872) | public async System.Threading.Tasks.Task DocumentDocumentsDownl... method DocumentDocumentsDownloadZipGETAsync (line 16002) | public async System.Threading.Tasks.Task ... method DocumentDocumentsDownloadZipGETWithHttpInfoAsync (line 16017) | public async System.Threading.Tasks.Task DocumentDocumentsForUserG... method DocumentDocumentsForUserGETAsync (line 16140) | public async System.Threading.Tasks.Task Doc... method DocumentDocumentsForUserGETWithHttpInfoAsync (line 16153) | public async System.Threading.Tasks.Task DocumentDocumentsGET (Dictionary> DocumentDocumentsGETWithHtt... method DocumentDocumentsGETAsync (line 16285) | public async System.Threading.Tasks.Task> Docum... method DocumentDocumentsGETWithHttpInfoAsync (line 16301) | public async System.Threading.Tasks.Task DocumentDocumentsIdActionsGETWith... method DocumentDocumentsIdActionsGETAsync (line 16447) | public async System.Threading.Tasks.Task DocumentDoc... method DocumentDocumentsIdActionsGETWithHttpInfoAsync (line 16465) | public async System.Threading.Tasks.Task... method DocumentDocumentsIdDELETE (line 16528) | public void DocumentDocumentsIdDELETE (string id) method DocumentDocumentsIdDELETEWithHttpInfo (line 16539) | public ApiResponse DocumentDocumentsIdDELETEWithHttpInfo (stri... method DocumentDocumentsIdDELETEAsync (line 16598) | public async System.Threading.Tasks.Task DocumentDocumentsIdDELETEAsyn... method DocumentDocumentsIdDELETEWithHttpInfoAsync (line 16611) | public async System.Threading.Tasks.Task> Document... method DocumentDocumentsIdDataGET (line 16670) | public DocumentDetail DocumentDocumentsIdDataGET (string id, Dictionar... method DocumentDocumentsIdDataGETWithHttpInfo (line 16683) | public ApiResponse DocumentDocumentsIdDataGETWithHttpI... method DocumentDocumentsIdDataGETAsync (line 16745) | public async System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentsIdDataGETWithHttpInfoAsync (line 16760) | public async System.Threading.Tasks.Task> ... method DocumentDocumentsIdDefinitionsGET (line 16820) | public List DocumentDocumentsIdDefinitionsGET (st... method DocumentDocumentsIdDefinitionsGETWithHttpInfo (line 16832) | public ApiResponse> DocumentDocumentsIdDefin... method DocumentDocumentsIdDefinitionsGETAsync (line 16892) | public async System.Threading.Tasks.Task> Do... method DocumentDocumentsIdDefinitionsGETWithHttpInfoAsync (line 16906) | public async System.Threading.Tasks.Task DocumentDocumentsIdExtractionGET (st... method DocumentDocumentsIdExtractionGETWithHttpInfo (line 16977) | public ApiResponse> DocumentDocumentsIdExtr... method DocumentDocumentsIdExtractionGETAsync (line 17037) | public async System.Threading.Tasks.Task> D... method DocumentDocumentsIdExtractionGETWithHttpInfoAsync (line 17051) | public async System.Threading.Tasks.Task DocumentDocumentsIdFieldsGET (string... method DocumentDocumentsIdFieldsGETWithHttpInfo (line 17122) | public ApiResponse> DocumentDocumentsIdFiel... method DocumentDocumentsIdFieldsGETAsync (line 17182) | public async System.Threading.Tasks.Task> D... method DocumentDocumentsIdFieldsGETWithHttpInfoAsync (line 17196) | public async System.Threading.Tasks.Task DocumentDocumentsIdFieldsPATCHWithH... method DocumentDocumentsIdFieldsPATCHAsync (line 17341) | public async System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentsIdFieldsPATCHWithHttpInfoAsync (line 17356) | public async System.Threading.Tasks.Task> ... method DocumentDocumentsIdFieldsPOST (line 17427) | public DocumentDetail DocumentDocumentsIdFieldsPOST (string id, Docume... method DocumentDocumentsIdFieldsPOSTWithHttpInfo (line 17440) | public ApiResponse DocumentDocumentsIdFieldsPOSTWithHt... method DocumentDocumentsIdFieldsPOSTAsync (line 17512) | public async System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentsIdFieldsPOSTWithHttpInfoAsync (line 17527) | public async System.Threading.Tasks.Task> ... method DocumentDocumentsIdFieldsPUT (line 17598) | public DocumentDetail DocumentDocumentsIdFieldsPUT (string id, Documen... method DocumentDocumentsIdFieldsPUTWithHttpInfo (line 17611) | public ApiResponse DocumentDocumentsIdFieldsPUTWithHtt... method DocumentDocumentsIdFieldsPUTAsync (line 17683) | public async System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentsIdFieldsPUTWithHttpInfoAsync (line 17698) | public async System.Threading.Tasks.Task> ... method DocumentDocumentsIdFullTextGET (line 17768) | public string DocumentDocumentsIdFullTextGET (string id) method DocumentDocumentsIdFullTextGETWithHttpInfo (line 17780) | public ApiResponse DocumentDocumentsIdFullTextGETWithHttpInfo ... method DocumentDocumentsIdFullTextGETAsync (line 17840) | public async System.Threading.Tasks.Task DocumentDocumentsIdFu... method DocumentDocumentsIdFullTextGETWithHttpInfoAsync (line 17854) | public async System.Threading.Tasks.Task> Document... method DocumentDocumentsIdGET (line 17914) | public DocumentsForUser DocumentDocumentsIdGET (string id, Dictionary<... method DocumentDocumentsIdGETWithHttpInfo (line 17927) | public ApiResponse DocumentDocumentsIdGETWithHttpInf... method DocumentDocumentsIdGETAsync (line 17989) | public async System.Threading.Tasks.Task DocumentDoc... method DocumentDocumentsIdGETWithHttpInfoAsync (line 18004) | public async System.Threading.Tasks.Task... method DocumentDocumentsIdHasPdfInfoGET (line 18064) | public bool DocumentDocumentsIdHasPdfInfoGET (string id) method DocumentDocumentsIdHasPdfInfoGETWithHttpInfo (line 18076) | public ApiResponse DocumentDocumentsIdHasPdfInfoGETWithHttpInfo ... method DocumentDocumentsIdHasPdfInfoGETAsync (line 18136) | public async System.Threading.Tasks.Task DocumentDocumentsIdHasP... method DocumentDocumentsIdHasPdfInfoGETWithHttpInfoAsync (line 18150) | public async System.Threading.Tasks.Task> DocumentDo... method DocumentDocumentsIdPATCH (line 18210) | public DocumentDetail DocumentDocumentsIdPATCH (string id, DocumentDet... method DocumentDocumentsIdPATCHWithHttpInfo (line 18223) | public ApiResponse DocumentDocumentsIdPATCHWithHttpInf... method DocumentDocumentsIdPATCHAsync (line 18295) | public async System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentsIdPATCHWithHttpInfoAsync (line 18310) | public async System.Threading.Tasks.Task> ... method DocumentDocumentsIdPUT (line 18381) | public DocumentsForUser DocumentDocumentsIdPUT (string id, DocumentsFo... method DocumentDocumentsIdPUTWithHttpInfo (line 18394) | public ApiResponse DocumentDocumentsIdPUTWithHttpInf... method DocumentDocumentsIdPUTAsync (line 18466) | public async System.Threading.Tasks.Task DocumentDoc... method DocumentDocumentsIdPUTWithHttpInfoAsync (line 18481) | public async System.Threading.Tasks.Task... method DocumentDocumentsIdPdfReprGET (line 18551) | public DocumentPDFRepr DocumentDocumentsIdPdfReprGET (string id) method DocumentDocumentsIdPdfReprGETWithHttpInfo (line 18563) | public ApiResponse DocumentDocumentsIdPdfReprGETWithH... method DocumentDocumentsIdPdfReprGETAsync (line 18623) | public async System.Threading.Tasks.Task DocumentDocu... method DocumentDocumentsIdPdfReprGETWithHttpInfoAsync (line 18637) | public async System.Threading.Tasks.Task>... method DocumentDocumentsIdSetAnnotatorCoordDifferencePOST (line 18697) | public DocumentSetAnnotatorCoordinatesDifferenceResponse DocumentDocum... method DocumentDocumentsIdSetAnnotatorCoordDifferencePOSTWithHttpInfo (line 18710) | public ApiResponse ... method DocumentDocumentsIdSetAnnotatorCoordDifferencePOSTAsync (line 18782) | public async System.Threading.Tasks.Task DocumentDocumentsIdShowGETWithHtt... method DocumentDocumentsIdShowGETAsync (line 18943) | public async System.Threading.Tasks.Task DocumentDoc... method DocumentDocumentsIdShowGETWithHttpInfoAsync (line 18958) | public async System.Threading.Tasks.Task... method DocumentDocumentsIdSimilarGET (line 19020) | public ProjectDocumentSimilarity DocumentDocumentsIdSimilarGET (string... method DocumentDocumentsIdSimilarGETWithHttpInfo (line 19034) | public ApiResponse DocumentDocumentsIdSimil... method DocumentDocumentsIdSimilarGETAsync (line 19098) | public async System.Threading.Tasks.Task Do... method DocumentDocumentsIdSimilarGETWithHttpInfoAsync (line 19114) | public async System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentsMarkDeletePOSTAsync (line 19254) | public async System.Threading.Tasks.Task DocumentDocumentsPOSTWithHttpInfo... method DocumentDocumentsPOSTAsync (line 19413) | public async System.Threading.Tasks.Task DocumentDoc... method DocumentDocumentsPOSTWithHttpInfoAsync (line 19427) | public async System.Threading.Tasks.Task... method DocumentDocumentsUnmarkDeletePOST (line 19493) | public MarkUnmarkForDeleteDocumentsResponse DocumentDocumentsUnmarkDel... method DocumentDocumentsUnmarkDeletePOSTWithHttpInfo (line 19505) | public ApiResponse DocumentDocum... method DocumentDocumentsUnmarkDeletePOSTAsync (line 19572) | public async System.Threading.Tasks.Task DocumentFieldAnnotationStatusesGET ... method DocumentFieldAnnotationStatusesGETWithHttpInfo (line 19664) | public ApiResponse> DocumentFieldAnnotatio... method DocumentFieldAnnotationStatusesGETAsync (line 19721) | public async System.Threading.Tasks.Task> ... method DocumentFieldAnnotationStatusesGETWithHttpInfoAsync (line 19735) | public async System.Threading.Tasks.Task DocumentFieldAnnotationStatusesIdDELETEWith... method DocumentFieldAnnotationStatusesIdDELETEAsync (line 19861) | public async System.Threading.Tasks.Task DocumentFieldAnnotationStatus... method DocumentFieldAnnotationStatusesIdDELETEWithHttpInfoAsync (line 19874) | public async System.Threading.Tasks.Task> Document... method DocumentFieldAnnotationStatusesIdGET (line 19933) | public FieldAnnotationStatus DocumentFieldAnnotationStatusesIdGET (str... method DocumentFieldAnnotationStatusesIdGETWithHttpInfo (line 19946) | public ApiResponse DocumentFieldAnnotationStatu... method DocumentFieldAnnotationStatusesIdGETAsync (line 20008) | public async System.Threading.Tasks.Task Docume... method DocumentFieldAnnotationStatusesIdGETWithHttpInfoAsync (line 20023) | public async System.Threading.Tasks.Task DocumentFieldAnnotationStatu... method DocumentFieldAnnotationStatusesIdPATCHAsync (line 20169) | public async System.Threading.Tasks.Task Docume... method DocumentFieldAnnotationStatusesIdPATCHWithHttpInfoAsync (line 20184) | public async System.Threading.Tasks.Task DocumentFieldAnnotationStatu... method DocumentFieldAnnotationStatusesIdPUTAsync (line 20340) | public async System.Threading.Tasks.Task Docume... method DocumentFieldAnnotationStatusesIdPUTWithHttpInfoAsync (line 20355) | public async System.Threading.Tasks.Task DocumentFieldAnnotationStatu... method DocumentFieldAnnotationStatusesPOSTAsync (line 20504) | public async System.Threading.Tasks.Task Docume... method DocumentFieldAnnotationStatusesPOSTWithHttpInfoAsync (line 20518) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDo... method DocumentProjectProjectPkDocumentFieldAnnotationsForUserGETAsync (line 20660) | public async System.Threading.Tasks.Task Docu... method DocumentProjectProjectPkDocumentFieldAnnotationsForUserGETWithHttpInfoAsync (line 20675) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocumentF... method DocumentProjectProjectPkDocumentFieldAnnotationsGETWithHttpInfo (line 20749) | public ApiResponse> DocumentProjectProje... method DocumentProjectProjectPkDocumentFieldAnnotationsGETAsync (line 20811) | public async System.Threading.Tasks.Task... method DocumentProjectProjectPkDocumentFieldAnnotationsGETWithHttpInfoAsync (line 20826) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDo... method DocumentProjectProjectPkDocumentFieldAnnotationsUidGETAsync (line 20969) | public async System.Threading.Tasks.Task Docu... method DocumentProjectProjectPkDocumentFieldAnnotationsUidGETWithHttpInfoAsync (line 20985) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocumentFieldV... method DocumentProjectProjectPkDocumentFieldValuesGETWithHttpInfo (line 21063) | public ApiResponse> DocumentProjectProjectPkD... method DocumentProjectProjectPkDocumentFieldValuesGETAsync (line 21125) | public async System.Threading.Tasks.Task> Doc... method DocumentProjectProjectPkDocumentFieldValuesGETWithHttpInfoAsync (line 21140) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocumen... method DocumentProjectProjectPkDocumentFieldValuesIdGETAsync (line 21283) | public async System.Threading.Tasks.Task DocumentP... method DocumentProjectProjectPkDocumentFieldValuesIdGETWithHttpInfoAsync (line 21299) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocumentsDoc... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsGETWithHttpInfo (line 21377) | public ApiResponse> DocumentProjectProjectP... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsGETAsync (line 21442) | public async System.Threading.Tasks.Task> D... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsGETWithHttpInfoAsync (line 21457) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocumentsDocumentPk... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETEAsync (line 21604) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocum... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETEWithHttpInfoAsync (line 21619) | public async System.Threading.Tasks.Task> Document... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdGET (line 21687) | public AnnotationInDocument DocumentProjectProjectPkDocumentsDocumentP... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdGETWithHttpInfo (line 21701) | public ApiResponse DocumentProjectProjectPkDocum... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdGETAsync (line 21771) | public async System.Threading.Tasks.Task Documen... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdGETWithHttpInfoAsync (line 21787) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocum... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCHAsync (line 21954) | public async System.Threading.Tasks.Task Documen... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCHWithHttpInfoAsync (line 21971) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocum... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUTAsync (line 22149) | public async System.Threading.Tasks.Task Documen... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUTWithHttpInfoAsync (line 22166) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocum... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsPOSTAsync (line 22337) | public async System.Threading.Tasks.Task Documen... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsPOSTWithHttpInfoAsync (line 22353) | public async System.Threading.Tasks.Task DocumentProjectProject... method DocumentProjectProjectPkDocumentsDownloadZipGETAsync (line 22508) | public async System.Threading.Tasks.Task ... method DocumentProjectProjectPkDocumentsDownloadZipGETWithHttpInfoAsync (line 22524) | public async System.Threading.Tasks.Task DocumentProjectProjectPkD... method DocumentProjectProjectPkDocumentsForUserGETAsync (line 22658) | public async System.Threading.Tasks.Task Doc... method DocumentProjectProjectPkDocumentsForUserGETWithHttpInfoAsync (line 22672) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocumentsGET (st... method DocumentProjectProjectPkDocumentsGETWithHttpInfo (line 22749) | public ApiResponse> DocumentProjectProjectPkDoc... method DocumentProjectProjectPkDocumentsGETAsync (line 22815) | public async System.Threading.Tasks.Task> Docum... method DocumentProjectProjectPkDocumentsGETWithHttpInfoAsync (line 22832) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocuments... method DocumentProjectProjectPkDocumentsIdActionsGETAsync (line 22989) | public async System.Threading.Tasks.Task DocumentPro... method DocumentProjectProjectPkDocumentsIdActionsGETWithHttpInfoAsync (line 23008) | public async System.Threading.Tasks.Task... method DocumentProjectProjectPkDocumentsIdDELETE (line 23076) | public void DocumentProjectProjectPkDocumentsIdDELETE (string projectP... method DocumentProjectProjectPkDocumentsIdDELETEWithHttpInfo (line 23088) | public ApiResponse DocumentProjectProjectPkDocumentsIdDELETEWi... method DocumentProjectProjectPkDocumentsIdDELETEAsync (line 23152) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocum... method DocumentProjectProjectPkDocumentsIdDELETEWithHttpInfoAsync (line 23166) | public async System.Threading.Tasks.Task> Document... method DocumentProjectProjectPkDocumentsIdDataGET (line 23230) | public DocumentDetail DocumentProjectProjectPkDocumentsIdDataGET (stri... method DocumentProjectProjectPkDocumentsIdDataGETWithHttpInfo (line 23244) | public ApiResponse DocumentProjectProjectPkDocumentsId... method DocumentProjectProjectPkDocumentsIdDataGETAsync (line 23311) | public async System.Threading.Tasks.Task DocumentProje... method DocumentProjectProjectPkDocumentsIdDataGETWithHttpInfoAsync (line 23327) | public async System.Threading.Tasks.Task> ... method DocumentProjectProjectPkDocumentsIdDefinitionsGET (line 23392) | public List DocumentProjectProjectPkDocumentsIdDe... method DocumentProjectProjectPkDocumentsIdDefinitionsGETWithHttpInfo (line 23405) | public ApiResponse> DocumentProjectProjectPk... method DocumentProjectProjectPkDocumentsIdDefinitionsGETAsync (line 23470) | public async System.Threading.Tasks.Task> Do... method DocumentProjectProjectPkDocumentsIdDefinitionsGETWithHttpInfoAsync (line 23485) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocumentsIdE... method DocumentProjectProjectPkDocumentsIdExtractionGETWithHttpInfo (line 23562) | public ApiResponse> DocumentProjectProjectP... method DocumentProjectProjectPkDocumentsIdExtractionGETAsync (line 23627) | public async System.Threading.Tasks.Task> D... method DocumentProjectProjectPkDocumentsIdExtractionGETWithHttpInfoAsync (line 23642) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocumentsIdF... method DocumentProjectProjectPkDocumentsIdFieldsGETWithHttpInfo (line 23719) | public ApiResponse> DocumentProjectProjectP... method DocumentProjectProjectPkDocumentsIdFieldsGETAsync (line 23784) | public async System.Threading.Tasks.Task> D... method DocumentProjectProjectPkDocumentsIdFieldsGETWithHttpInfoAsync (line 23799) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocumentsId... method DocumentProjectProjectPkDocumentsIdFieldsPATCHAsync (line 23955) | public async System.Threading.Tasks.Task DocumentProje... method DocumentProjectProjectPkDocumentsIdFieldsPATCHWithHttpInfoAsync (line 23971) | public async System.Threading.Tasks.Task> ... method DocumentProjectProjectPkDocumentsIdFieldsPOST (line 24047) | public DocumentDetail DocumentProjectProjectPkDocumentsIdFieldsPOST (s... method DocumentProjectProjectPkDocumentsIdFieldsPOSTWithHttpInfo (line 24061) | public ApiResponse DocumentProjectProjectPkDocumentsId... method DocumentProjectProjectPkDocumentsIdFieldsPOSTAsync (line 24138) | public async System.Threading.Tasks.Task DocumentProje... method DocumentProjectProjectPkDocumentsIdFieldsPOSTWithHttpInfoAsync (line 24154) | public async System.Threading.Tasks.Task> ... method DocumentProjectProjectPkDocumentsIdFieldsPUT (line 24230) | public DocumentDetail DocumentProjectProjectPkDocumentsIdFieldsPUT (st... method DocumentProjectProjectPkDocumentsIdFieldsPUTWithHttpInfo (line 24244) | public ApiResponse DocumentProjectProjectPkDocumentsId... method DocumentProjectProjectPkDocumentsIdFieldsPUTAsync (line 24321) | public async System.Threading.Tasks.Task DocumentProje... method DocumentProjectProjectPkDocumentsIdFieldsPUTWithHttpInfoAsync (line 24337) | public async System.Threading.Tasks.Task> ... method DocumentProjectProjectPkDocumentsIdFullTextGET (line 24412) | public string DocumentProjectProjectPkDocumentsIdFullTextGET (string p... method DocumentProjectProjectPkDocumentsIdFullTextGETWithHttpInfo (line 24425) | public ApiResponse DocumentProjectProjectPkDocumentsIdFullText... method DocumentProjectProjectPkDocumentsIdFullTextGETAsync (line 24490) | public async System.Threading.Tasks.Task DocumentProjectProjec... method DocumentProjectProjectPkDocumentsIdFullTextGETWithHttpInfoAsync (line 24505) | public async System.Threading.Tasks.Task> Document... method DocumentProjectProjectPkDocumentsIdGET (line 24570) | public DocumentsForUser DocumentProjectProjectPkDocumentsIdGET (string... method DocumentProjectProjectPkDocumentsIdGETWithHttpInfo (line 24584) | public ApiResponse DocumentProjectProjectPkDocuments... method DocumentProjectProjectPkDocumentsIdGETAsync (line 24651) | public async System.Threading.Tasks.Task DocumentPro... method DocumentProjectProjectPkDocumentsIdGETWithHttpInfoAsync (line 24667) | public async System.Threading.Tasks.Task... method DocumentProjectProjectPkDocumentsIdHasPdfInfoGET (line 24732) | public bool DocumentProjectProjectPkDocumentsIdHasPdfInfoGET (string p... method DocumentProjectProjectPkDocumentsIdHasPdfInfoGETWithHttpInfo (line 24745) | public ApiResponse DocumentProjectProjectPkDocumentsIdHasPdfInfo... method DocumentProjectProjectPkDocumentsIdHasPdfInfoGETAsync (line 24810) | public async System.Threading.Tasks.Task DocumentProjectProjectP... method DocumentProjectProjectPkDocumentsIdHasPdfInfoGETWithHttpInfoAsync (line 24825) | public async System.Threading.Tasks.Task> DocumentPr... method DocumentProjectProjectPkDocumentsIdPATCH (line 24890) | public DocumentDetail DocumentProjectProjectPkDocumentsIdPATCH (string... method DocumentProjectProjectPkDocumentsIdPATCHWithHttpInfo (line 24904) | public ApiResponse DocumentProjectProjectPkDocumentsId... method DocumentProjectProjectPkDocumentsIdPATCHAsync (line 24981) | public async System.Threading.Tasks.Task DocumentProje... method DocumentProjectProjectPkDocumentsIdPATCHWithHttpInfoAsync (line 24997) | public async System.Threading.Tasks.Task> ... method DocumentProjectProjectPkDocumentsIdPUT (line 25073) | public DocumentsForUser DocumentProjectProjectPkDocumentsIdPUT (string... method DocumentProjectProjectPkDocumentsIdPUTWithHttpInfo (line 25087) | public ApiResponse DocumentProjectProjectPkDocuments... method DocumentProjectProjectPkDocumentsIdPUTAsync (line 25164) | public async System.Threading.Tasks.Task DocumentPro... method DocumentProjectProjectPkDocumentsIdPUTWithHttpInfoAsync (line 25180) | public async System.Threading.Tasks.Task... method DocumentProjectProjectPkDocumentsIdPdfReprGET (line 25255) | public DocumentPDFRepr DocumentProjectProjectPkDocumentsIdPdfReprGET (... method DocumentProjectProjectPkDocumentsIdPdfReprGETWithHttpInfo (line 25268) | public ApiResponse DocumentProjectProjectPkDocumentsI... method DocumentProjectProjectPkDocumentsIdPdfReprGETAsync (line 25333) | public async System.Threading.Tasks.Task DocumentProj... method DocumentProjectProjectPkDocumentsIdPdfReprGETWithHttpInfoAsync (line 25348) | public async System.Threading.Tasks.Task>... method DocumentProjectProjectPkDocumentsIdSetAnnotatorCoordDifferencePOST (line 25413) | public DocumentSetAnnotatorCoordinatesDifferenceResponse DocumentProje... method DocumentProjectProjectPkDocumentsIdSetAnnotatorCoordDifferencePOSTWithHttpInfo (line 25427) | public ApiResponse ... method DocumentProjectProjectPkDocumentsIdSetAnnotatorCoordDifferencePOSTAsync (line 25504) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocuments... method DocumentProjectProjectPkDocumentsIdShowGETAsync (line 25677) | public async System.Threading.Tasks.Task DocumentPro... method DocumentProjectProjectPkDocumentsIdShowGETWithHttpInfoAsync (line 25693) | public async System.Threading.Tasks.Task... method DocumentProjectProjectPkDocumentsIdSimilarGET (line 25760) | public ProjectDocumentSimilarity DocumentProjectProjectPkDocumentsIdSi... method DocumentProjectProjectPkDocumentsIdSimilarGETWithHttpInfo (line 25775) | public ApiResponse DocumentProjectProjectPk... method DocumentProjectProjectPkDocumentsIdSimilarGETAsync (line 25844) | public async System.Threading.Tasks.Task Do... method DocumentProjectProjectPkDocumentsIdSimilarGETWithHttpInfoAsync (line 25861) | public async System.Threading.Tasks.Task DocumentProje... method DocumentProjectProjectPkDocumentsMarkDeletePOSTAsync (line 26012) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocuments... method DocumentProjectProjectPkDocumentsPOSTAsync (line 26183) | public async System.Threading.Tasks.Task DocumentPro... method DocumentProjectProjectPkDocumentsPOSTWithHttpInfoAsync (line 26198) | public async System.Threading.Tasks.Task... method DocumentProjectProjectPkDocumentsUnmarkDeletePOST (line 26269) | public MarkUnmarkForDeleteDocumentsResponse DocumentProjectProjectPkDo... method DocumentProjectProjectPkDocumentsUnmarkDeletePOSTWithHttpInfo (line 26282) | public ApiResponse DocumentProje... method DocumentProjectProjectPkDocumentsUnmarkDeletePOSTAsync (line 26354) | public async System.Threading.Tasks.Task DocumentStatsGET () method DocumentStatsGETWithHttpInfo (line 26449) | public ApiResponse> DocumentStatsGETWithHtt... method DocumentStatsGETAsync (line 26504) | public async System.Threading.Tasks.Task> D... method DocumentStatsGETWithHttpInfoAsync (line 26517) | public async System.Threading.Tasks.Task DocumentTextunitsGET (string q = default... method DocumentTextunitsGETWithHttpInfo (line 26584) | public ApiResponse> DocumentTextunitsGETWithHtt... method DocumentTextunitsGETAsync (line 26641) | public async System.Threading.Tasks.Task> Docum... method DocumentTextunitsGETWithHttpInfoAsync (line 26655) | public async System.Threading.Tasks.Task DocumentTextunitsIdGETWithHttpInf... method DocumentTextunitsIdGETAsync (line 26787) | public async System.Threading.Tasks.Task DocumentTex... method DocumentTextunitsIdGETWithHttpInfoAsync (line 26802) | public async System.Threading.Tasks.Task... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Api/DumpApi.cs type IDumpApi (line 25) | public interface IDumpApi : IApiAccessor method DumpDocumentConfigGET (line 38) | DumpDocumentConfigGET200Response DumpDocumentConfigGET (bool? download... method DumpDocumentConfigGETWithHttpInfo (line 50) | ApiResponse DumpDocumentConfigGETWit... method DumpDocumentConfigPUT (line 60) | string DumpDocumentConfigPUT (List> request... method DumpDocumentConfigPUTWithHttpInfo (line 71) | ApiResponse DumpDocumentConfigPUTWithHttpInfo (List DumpDumpFixturePOSTWithHttpInfo (DumpFix... method DumpDumpGET (line 102) | DumpDocumentConfigGET200Response DumpDumpGET (bool? download = default... method DumpDumpGETWithHttpInfo (line 113) | ApiResponse DumpDumpGETWithHttpInfo ... method DumpDumpPUT (line 123) | string DumpDumpPUT (List> requestBody = def... method DumpDumpPUTWithHttpInfo (line 134) | ApiResponse DumpDumpPUTWithHttpInfo (List DumpFieldValuesGETWithHt... method DumpFieldValuesPUT (line 165) | string DumpFieldValuesPUT (List> requestBod... method DumpFieldValuesPUTWithHttpInfo (line 176) | ApiResponse DumpFieldValuesPUTWithHttpInfo (List> DumpLoadFixturePOST (LoadFixture load... method DumpLoadFixturePOSTWithHttpInfo (line 197) | ApiResponse>> DumpLoadFixturePOSTWithH... method DumpDocumentConfigGETAsync (line 211) | System.Threading.Tasks.Task DumpDocu... method DumpDocumentConfigGETWithHttpInfoAsync (line 224) | System.Threading.Tasks.Task DumpDocumentConfigPUTAsync (List> DumpDocumentConfigPUT... method DumpDumpFixturePOSTAsync (line 258) | System.Threading.Tasks.Task DumpDumpFixturePOSTAsync... method DumpDumpFixturePOSTWithHttpInfoAsync (line 270) | System.Threading.Tasks.Task> DumpDumpFix... method DumpDumpGETAsync (line 281) | System.Threading.Tasks.Task DumpDump... method DumpDumpGETWithHttpInfoAsync (line 293) | System.Threading.Tasks.Task DumpDumpPUTAsync (List> DumpDumpPUTWithHttpIn... method DumpFieldValuesGETAsync (line 327) | System.Threading.Tasks.Task DumpFiel... method DumpFieldValuesGETWithHttpInfoAsync (line 339) | System.Threading.Tasks.Task DumpFieldValuesPUTAsync (List> DumpFieldValuesPUTWit... method DumpLoadFixturePOSTAsync (line 373) | System.Threading.Tasks.Task>> DumpLoad... method DumpLoadFixturePOSTWithHttpInfoAsync (line 385) | System.Threading.Tasks.Task DumpDocumentConfi... method DumpDocumentConfigGETAsync (line 576) | public async System.Threading.Tasks.Task> ... method DumpDocumentConfigPUTWithHttpInfo (line 660) | public ApiResponse DumpDocumentConfigPUTWithHttpInfo (List DumpDocumentConfigPUT... method DumpDocumentConfigPUTWithHttpInfoAsync (line 739) | public async System.Threading.Tasks.Task> DumpDocu... method DumpDumpFixturePOST (line 803) | public System.IO.Stream DumpDumpFixturePOST (DumpFixture dumpFixture =... method DumpDumpFixturePOSTWithHttpInfo (line 815) | public ApiResponse DumpDumpFixturePOSTWithHttpInfo (... method DumpDumpFixturePOSTAsync (line 882) | public async System.Threading.Tasks.Task DumpDumpFix... method DumpDumpFixturePOSTWithHttpInfoAsync (line 896) | public async System.Threading.Tasks.Task... method DumpDumpGET (line 962) | public DumpDocumentConfigGET200Response DumpDumpGET (bool? download = ... method DumpDumpGETWithHttpInfo (line 974) | public ApiResponse DumpDumpGETWithHt... method DumpDumpGETAsync (line 1031) | public async System.Threading.Tasks.Task> requestBod... method DumpDumpPUTWithHttpInfo (line 1113) | public ApiResponse DumpDumpPUTWithHttpInfo (List DumpDumpPUTAsync (Lis... method DumpDumpPUTWithHttpInfoAsync (line 1192) | public async System.Threading.Tasks.Task> DumpDump... method DumpFieldValuesGET (line 1256) | public DumpDocumentConfigGET200Response DumpFieldValuesGET (bool? down... method DumpFieldValuesGETWithHttpInfo (line 1268) | public ApiResponse DumpFieldValuesGE... method DumpFieldValuesGETAsync (line 1325) | public async System.Threading.Tasks.Task> req... method DumpFieldValuesPUTWithHttpInfo (line 1407) | public ApiResponse DumpFieldValuesPUTWithHttpInfo (List DumpFieldValuesPUTAsy... method DumpFieldValuesPUTWithHttpInfoAsync (line 1486) | public async System.Threading.Tasks.Task> DumpFiel... method DumpLoadFixturePOST (line 1550) | public List> DumpLoadFixturePOST (LoadFixtu... method DumpLoadFixturePOSTWithHttpInfo (line 1562) | public ApiResponse>> DumpLoadFixturePO... method DumpLoadFixturePOSTAsync (line 1629) | public async System.Threading.Tasks.Task ExtractAmountUsageGET (Dictionary jq... method ExtractAmountUsageGETWithHttpInfo (line 48) | ApiResponse> ExtractAmountUsageGETWithHttpInfo (Dict... method ExtractAmountUsageTopGET (line 57) | List> ExtractAmountUsageTopGET (); method ExtractAmountUsageTopGETWithHttpInfo (line 67) | ApiResponse>> ExtractAmountUsageTopGET... method ExtractCitationUsageGET (line 77) | List ExtractCitationUsageGET (Dictionary> ExtractCitationUsageGETWithHttpInfo (... method ExtractCitationUsageTopGET (line 97) | List> ExtractCitationUsageTopGET (); method ExtractCitationUsageTopGETWithHttpInfo (line 107) | ApiResponse>> ExtractCitationUsageTopG... method ExtractCopyrightUsageGET (line 117) | List ExtractCopyrightUsageGET (Dictionary> ExtractCopyrightUsageGETWithHttpInfo... method ExtractCopyrightUsageTopGET (line 137) | List> ExtractCopyrightUsageTopGET (); method ExtractCopyrightUsageTopGETWithHttpInfo (line 147) | ApiResponse>> ExtractCopyrightUsageTop... method ExtractCourtUsageGET (line 157) | List ExtractCourtUsageGET (Dictionary jqFi... method ExtractCourtUsageGETWithHttpInfo (line 168) | ApiResponse> ExtractCourtUsageGETWithHttpInfo (Dictio... method ExtractCourtUsageTopGET (line 177) | List> ExtractCourtUsageTopGET (); method ExtractCourtUsageTopGETWithHttpInfo (line 187) | ApiResponse>> ExtractCourtUsageTopGETW... method ExtractCurrencyUsageGET (line 197) | List ExtractCurrencyUsageGET (Dictionary> ExtractCurrencyUsageGETWithHttpInfo (... method ExtractCurrencyUsageTopGET (line 217) | List> ExtractCurrencyUsageTopGET (); method ExtractCurrencyUsageTopGETWithHttpInfo (line 227) | ApiResponse>> ExtractCurrencyUsageTopG... method ExtractDateDurationUsageGET (line 237) | List ExtractDateDurationUsageGET (Dictionary> ExtractDateDurationUsageGETWithHt... method ExtractDateDurationUsageTopGET (line 257) | List> ExtractDateDurationUsageTopGET (); method ExtractDateDurationUsageTopGETWithHttpInfo (line 267) | ApiResponse>> ExtractDateDurationUsage... method ExtractDateUsageCalendarChartGET (line 276) | List ExtractDateUsageCalendarChartGET (); method ExtractDateUsageCalendarChartGETWithHttpInfo (line 286) | ApiResponse> ExtractDateUsageCalendarChartGETW... method ExtractDateUsageGET (line 296) | List ExtractDateUsageGET (Dictionary jqFilt... method ExtractDateUsageGETWithHttpInfo (line 307) | ApiResponse> ExtractDateUsageGETWithHttpInfo (Dictiona... method ExtractDateUsageTimelineChartGET (line 316) | List ExtractDateUsageTimelineChartGET (); method ExtractDateUsageTimelineChartGETWithHttpInfo (line 326) | ApiResponse> ExtractDateUsageTimelineChartGETW... method ExtractDateUsageToIcalGET (line 336) | List ExtractDateUsageToIcalGET (Dictionary ... method ExtractDateUsageToIcalGETWithHttpInfo (line 347) | ApiResponse> ExtractDateUsageToIcalGETWithHttpInfo (Di... method ExtractDateUsageTopGET (line 356) | List> ExtractDateUsageTopGET (); method ExtractDateUsageTopGETWithHttpInfo (line 366) | ApiResponse>> ExtractDateUsageTopGETWi... method ExtractDefinitionUsageGET (line 376) | List ExtractDefinitionUsageGET (Dictionary> ExtractDefinitionUsageGETWithHttpIn... method ExtractDefinitionUsageTopGET (line 396) | List> ExtractDefinitionUsageTopGET (); method ExtractDefinitionUsageTopGETWithHttpInfo (line 406) | ApiResponse>> ExtractDefinitionUsageTo... method ExtractDistanceUsageGET (line 416) | List ExtractDistanceUsageGET (Dictionary> ExtractDistanceUsageGETWithHttpInfo (... method ExtractDistanceUsageTopGET (line 436) | List> ExtractDistanceUsageTopGET (); method ExtractDistanceUsageTopGETWithHttpInfo (line 446) | ApiResponse>> ExtractDistanceUsageTopG... method ExtractGeoAliasUsageGET (line 456) | List ExtractGeoAliasUsageGET (Dictionary> ExtractGeoAliasUsageGETWithHttpInfo (... method ExtractGeoAliasUsageTopGET (line 476) | List> ExtractGeoAliasUsageTopGET (); method ExtractGeoAliasUsageTopGETWithHttpInfo (line 486) | ApiResponse>> ExtractGeoAliasUsageTopG... method ExtractGeoEntitiesGET (line 496) | List ExtractGeoEntitiesGET (Dictionary ... method ExtractGeoEntitiesGETWithHttpInfo (line 507) | ApiResponse> ExtractGeoEntitiesGETWithHttpInfo (Di... method ExtractGeoEntitiesIdGET (line 518) | GeoEntityList ExtractGeoEntitiesIdGET (string id, Dictionary ExtractGeoEntitiesIdGETWithHttpInfo (string... method ExtractGeoEntitiesIdPUT (line 541) | GeoEntityUpdate ExtractGeoEntitiesIdPUT (string id, GeoEntityUpdate ge... method ExtractGeoEntitiesIdPUTWithHttpInfo (line 553) | ApiResponse ExtractGeoEntitiesIdPUTWithHttpInfo (stri... method ExtractGeoEntityUsageGET (line 563) | List ExtractGeoEntityUsageGET (Dictionary> ExtractGeoEntityUsageGETWithHttpInfo... method ExtractGeoEntityUsageTopGET (line 583) | List> ExtractGeoEntityUsageTopGET (); method ExtractGeoEntityUsageTopGETWithHttpInfo (line 593) | ApiResponse>> ExtractGeoEntityUsageTop... method ExtractPartiesGET (line 603) | List ExtractPartiesGET (Dictionary jqFilters = ... method ExtractPartiesGETWithHttpInfo (line 614) | ApiResponse> ExtractPartiesGETWithHttpInfo (Dictionary jqFil... method ExtractPartiesIdGETWithHttpInfo (line 637) | ApiResponse ExtractPartiesIdGETWithHttpInfo (string id, Diction... method ExtractPartyNetworkChartGET (line 647) | List ExtractPartyNetworkChartGET (Dictionary> ExtractPartyNetworkChartGETWithHttpInfo ... method ExtractPartyUsageGET (line 668) | List ExtractPartyUsageGET (Dictionary jqFi... method ExtractPartyUsageGETWithHttpInfo (line 679) | ApiResponse> ExtractPartyUsageGETWithHttpInfo (Dictio... method ExtractPartyUsageTopGET (line 688) | List> ExtractPartyUsageTopGET (); method ExtractPartyUsageTopGETWithHttpInfo (line 698) | ApiResponse>> ExtractPartyUsageTopGETW... method ExtractPercentUsageGET (line 708) | List ExtractPercentUsageGET (Dictionary ... method ExtractPercentUsageGETWithHttpInfo (line 719) | ApiResponse> ExtractPercentUsageGETWithHttpInfo (Di... method ExtractPercentUsageTopGET (line 728) | List> ExtractPercentUsageTopGET (); method ExtractPercentUsageTopGETWithHttpInfo (line 738) | ApiResponse>> ExtractPercentUsageTopGE... method ExtractRatioUsageGET (line 748) | List ExtractRatioUsageGET (Dictionary jqFi... method ExtractRatioUsageGETWithHttpInfo (line 759) | ApiResponse> ExtractRatioUsageGETWithHttpInfo (Dictio... method ExtractRatioUsageTopGET (line 768) | List> ExtractRatioUsageTopGET (); method ExtractRatioUsageTopGETWithHttpInfo (line 778) | ApiResponse>> ExtractRatioUsageTopGETW... method ExtractRegulationUsageGET (line 788) | List ExtractRegulationUsageGET (Dictionary> ExtractRegulationUsageGETWithHttpIn... method ExtractRegulationUsageTopGET (line 808) | List> ExtractRegulationUsageTopGET (); method ExtractRegulationUsageTopGETWithHttpInfo (line 818) | ApiResponse>> ExtractRegulationUsageTo... method ExtractTermTagsGET (line 828) | List ExtractTermTagsGET (Dictionary jqFilters... method ExtractTermTagsGETWithHttpInfo (line 839) | ApiResponse> ExtractTermTagsGETWithHttpInfo (Dictionary<... method ExtractTermUsageGET (line 849) | List ExtractTermUsageGET (Dictionary jqFilt... method ExtractTermUsageGETWithHttpInfo (line 860) | ApiResponse> ExtractTermUsageGETWithHttpInfo (Dictiona... method ExtractTermUsageTopGET (line 869) | List> ExtractTermUsageTopGET (); method ExtractTermUsageTopGETWithHttpInfo (line 879) | ApiResponse>> ExtractTermUsageTopGETWi... method ExtractTrademarkUsageGET (line 889) | List ExtractTrademarkUsageGET (Dictionary> ExtractTrademarkUsageGETWithHttpInfo... method ExtractTrademarkUsageTopGET (line 909) | List> ExtractTrademarkUsageTopGET (); method ExtractTrademarkUsageTopGETWithHttpInfo (line 919) | ApiResponse>> ExtractTrademarkUsageTop... method ExtractTypeaheadGeoEntityUsageFieldNameGET (line 929) | Typeahead ExtractTypeaheadGeoEntityUsageFieldNameGET (string fieldName); method ExtractTypeaheadGeoEntityUsageFieldNameGETWithHttpInfo (line 940) | ApiResponse ExtractTypeaheadGeoEntityUsageFieldNameGETWithH... method ExtractTypeaheadPartyUsageFieldNameGET (line 950) | Typeahead ExtractTypeaheadPartyUsageFieldNameGET (string fieldName); method ExtractTypeaheadPartyUsageFieldNameGETWithHttpInfo (line 961) | ApiResponse ExtractTypeaheadPartyUsageFieldNameGETWithHttpI... method ExtractTypeaheadTermUsageFieldNameGET (line 971) | Typeahead ExtractTypeaheadTermUsageFieldNameGET (string fieldName); method ExtractTypeaheadTermUsageFieldNameGETWithHttpInfo (line 982) | ApiResponse ExtractTypeaheadTermUsageFieldNameGETWithHttpIn... method ExtractUrlUsageGET (line 992) | List ExtractUrlUsageGET (Dictionary jqFilter... method ExtractUrlUsageGETWithHttpInfo (line 1003) | ApiResponse> ExtractUrlUsageGETWithHttpInfo (Dictionary... method ExtractUrlUsageTopGET (line 1012) | List> ExtractUrlUsageTopGET (); method ExtractUrlUsageTopGETWithHttpInfo (line 1022) | ApiResponse>> ExtractUrlUsageTopGETWit... method ExtractAmountUsageGETAsync (line 1035) | System.Threading.Tasks.Task> ExtractAmountUsageGETAs... method ExtractAmountUsageGETWithHttpInfoAsync (line 1047) | System.Threading.Tasks.Task>> ExtractAmo... method ExtractAmountUsageTopGETAsync (line 1057) | System.Threading.Tasks.Task>> ExtractA... method ExtractAmountUsageTopGETWithHttpInfoAsync (line 1068) | System.Threading.Tasks.Task> ExtractCitationUsageG... method ExtractCitationUsageGETWithHttpInfoAsync (line 1091) | System.Threading.Tasks.Task>> ExtractC... method ExtractCitationUsageTopGETAsync (line 1101) | System.Threading.Tasks.Task>> ExtractC... method ExtractCitationUsageTopGETWithHttpInfoAsync (line 1112) | System.Threading.Tasks.Task> ExtractCopyrightUsag... method ExtractCopyrightUsageGETWithHttpInfoAsync (line 1135) | System.Threading.Tasks.Task>> Extract... method ExtractCopyrightUsageTopGETAsync (line 1145) | System.Threading.Tasks.Task>> ExtractC... method ExtractCopyrightUsageTopGETWithHttpInfoAsync (line 1156) | System.Threading.Tasks.Task> ExtractCourtUsageGETAsyn... method ExtractCourtUsageGETWithHttpInfoAsync (line 1179) | System.Threading.Tasks.Task>> ExtractCour... method ExtractCourtUsageTopGETAsync (line 1189) | System.Threading.Tasks.Task>> ExtractC... method ExtractCourtUsageTopGETWithHttpInfoAsync (line 1200) | System.Threading.Tasks.Task> ExtractCurrencyUsageG... method ExtractCurrencyUsageGETWithHttpInfoAsync (line 1223) | System.Threading.Tasks.Task>> ExtractC... method ExtractCurrencyUsageTopGETAsync (line 1233) | System.Threading.Tasks.Task>> ExtractC... method ExtractCurrencyUsageTopGETWithHttpInfoAsync (line 1244) | System.Threading.Tasks.Task> ExtractDateDurati... method ExtractDateDurationUsageGETWithHttpInfoAsync (line 1267) | System.Threading.Tasks.Task>> Extr... method ExtractDateDurationUsageTopGETAsync (line 1277) | System.Threading.Tasks.Task>> ExtractD... method ExtractDateDurationUsageTopGETWithHttpInfoAsync (line 1288) | System.Threading.Tasks.Task> ExtractDateUsageC... method ExtractDateUsageCalendarChartGETWithHttpInfoAsync (line 1309) | System.Threading.Tasks.Task>> Extr... method ExtractDateUsageGETAsync (line 1320) | System.Threading.Tasks.Task> ExtractDateUsageGETAsync ... method ExtractDateUsageGETWithHttpInfoAsync (line 1332) | System.Threading.Tasks.Task>> ExtractDateU... method ExtractDateUsageTimelineChartGETAsync (line 1342) | System.Threading.Tasks.Task> ExtractDateUsageT... method ExtractDateUsageTimelineChartGETWithHttpInfoAsync (line 1353) | System.Threading.Tasks.Task>> Extr... method ExtractDateUsageToIcalGETAsync (line 1364) | System.Threading.Tasks.Task> ExtractDateUsageToIcalGET... method ExtractDateUsageToIcalGETWithHttpInfoAsync (line 1376) | System.Threading.Tasks.Task>> ExtractDateU... method ExtractDateUsageTopGETAsync (line 1386) | System.Threading.Tasks.Task>> ExtractD... method ExtractDateUsageTopGETWithHttpInfoAsync (line 1397) | System.Threading.Tasks.Task> ExtractDefinitionUs... method ExtractDefinitionUsageGETWithHttpInfoAsync (line 1420) | System.Threading.Tasks.Task>> Extrac... method ExtractDefinitionUsageTopGETAsync (line 1430) | System.Threading.Tasks.Task>> ExtractD... method ExtractDefinitionUsageTopGETWithHttpInfoAsync (line 1441) | System.Threading.Tasks.Task> ExtractDistanceUsageG... method ExtractDistanceUsageGETWithHttpInfoAsync (line 1464) | System.Threading.Tasks.Task>> ExtractD... method ExtractDistanceUsageTopGETAsync (line 1474) | System.Threading.Tasks.Task>> ExtractD... method ExtractDistanceUsageTopGETWithHttpInfoAsync (line 1485) | System.Threading.Tasks.Task> ExtractGeoAliasUsageG... method ExtractGeoAliasUsageGETWithHttpInfoAsync (line 1508) | System.Threading.Tasks.Task>> ExtractG... method ExtractGeoAliasUsageTopGETAsync (line 1518) | System.Threading.Tasks.Task>> ExtractG... method ExtractGeoAliasUsageTopGETWithHttpInfoAsync (line 1529) | System.Threading.Tasks.Task> ExtractGeoEntitiesGET... method ExtractGeoEntitiesGETWithHttpInfoAsync (line 1552) | System.Threading.Tasks.Task>> ExtractG... method ExtractGeoEntitiesIdGETAsync (line 1564) | System.Threading.Tasks.Task ExtractGeoEntitiesIdGETAsyn... method ExtractGeoEntitiesIdGETWithHttpInfoAsync (line 1577) | System.Threading.Tasks.Task> ExtractGeoEnti... method ExtractGeoEntitiesIdPUTAsync (line 1589) | System.Threading.Tasks.Task ExtractGeoEntitiesIdPUTAs... method ExtractGeoEntitiesIdPUTWithHttpInfoAsync (line 1602) | System.Threading.Tasks.Task> ExtractGeoEn... method ExtractGeoEntityUsageGETAsync (line 1613) | System.Threading.Tasks.Task> ExtractGeoEntityUsag... method ExtractGeoEntityUsageGETWithHttpInfoAsync (line 1625) | System.Threading.Tasks.Task>> Extract... method ExtractGeoEntityUsageTopGETAsync (line 1635) | System.Threading.Tasks.Task>> ExtractG... method ExtractGeoEntityUsageTopGETWithHttpInfoAsync (line 1646) | System.Threading.Tasks.Task> ExtractPartiesGETAsync (Dicti... method ExtractPartiesGETWithHttpInfoAsync (line 1669) | System.Threading.Tasks.Task>> ExtractPartiesGE... method ExtractPartiesIdGETAsync (line 1681) | System.Threading.Tasks.Task ExtractPartiesIdGETAsync (string id... method ExtractPartiesIdGETWithHttpInfoAsync (line 1694) | System.Threading.Tasks.Task> ExtractPartiesIdGETWit... method ExtractPartyNetworkChartGETAsync (line 1705) | System.Threading.Tasks.Task> ExtractPartyNetworkChart... method ExtractPartyNetworkChartGETWithHttpInfoAsync (line 1717) | System.Threading.Tasks.Task>> ExtractPart... method ExtractPartyUsageGETAsync (line 1728) | System.Threading.Tasks.Task> ExtractPartyUsageGETAsyn... method ExtractPartyUsageGETWithHttpInfoAsync (line 1740) | System.Threading.Tasks.Task>> ExtractPart... method ExtractPartyUsageTopGETAsync (line 1750) | System.Threading.Tasks.Task>> ExtractP... method ExtractPartyUsageTopGETWithHttpInfoAsync (line 1761) | System.Threading.Tasks.Task> ExtractPercentUsageGET... method ExtractPercentUsageGETWithHttpInfoAsync (line 1784) | System.Threading.Tasks.Task>> ExtractPe... method ExtractPercentUsageTopGETAsync (line 1794) | System.Threading.Tasks.Task>> ExtractP... method ExtractPercentUsageTopGETWithHttpInfoAsync (line 1805) | System.Threading.Tasks.Task> ExtractRatioUsageGETAsyn... method ExtractRatioUsageGETWithHttpInfoAsync (line 1828) | System.Threading.Tasks.Task>> ExtractRati... method ExtractRatioUsageTopGETAsync (line 1838) | System.Threading.Tasks.Task>> ExtractR... method ExtractRatioUsageTopGETWithHttpInfoAsync (line 1849) | System.Threading.Tasks.Task> ExtractRegulationUs... method ExtractRegulationUsageGETWithHttpInfoAsync (line 1872) | System.Threading.Tasks.Task>> Extrac... method ExtractRegulationUsageTopGETAsync (line 1882) | System.Threading.Tasks.Task>> ExtractR... method ExtractRegulationUsageTopGETWithHttpInfoAsync (line 1893) | System.Threading.Tasks.Task> ExtractTermTagsGETAsync (Di... method ExtractTermTagsGETWithHttpInfoAsync (line 1916) | System.Threading.Tasks.Task>> ExtractTermTag... method ExtractTermUsageGETAsync (line 1927) | System.Threading.Tasks.Task> ExtractTermUsageGETAsync ... method ExtractTermUsageGETWithHttpInfoAsync (line 1939) | System.Threading.Tasks.Task>> ExtractTermU... method ExtractTermUsageTopGETAsync (line 1949) | System.Threading.Tasks.Task>> ExtractT... method ExtractTermUsageTopGETWithHttpInfoAsync (line 1960) | System.Threading.Tasks.Task> ExtractTrademarkUsag... method ExtractTrademarkUsageGETWithHttpInfoAsync (line 1983) | System.Threading.Tasks.Task>> Extract... method ExtractTrademarkUsageTopGETAsync (line 1993) | System.Threading.Tasks.Task>> ExtractT... method ExtractTrademarkUsageTopGETWithHttpInfoAsync (line 2004) | System.Threading.Tasks.Task ExtractTypeaheadGeoEntityUsageF... method ExtractTypeaheadGeoEntityUsageFieldNameGETWithHttpInfoAsync (line 2027) | System.Threading.Tasks.Task> ExtractTypeaheadGe... method ExtractTypeaheadPartyUsageFieldNameGETAsync (line 2038) | System.Threading.Tasks.Task ExtractTypeaheadPartyUsageField... method ExtractTypeaheadPartyUsageFieldNameGETWithHttpInfoAsync (line 2050) | System.Threading.Tasks.Task> ExtractTypeaheadPa... method ExtractTypeaheadTermUsageFieldNameGETAsync (line 2061) | System.Threading.Tasks.Task ExtractTypeaheadTermUsageFieldN... method ExtractTypeaheadTermUsageFieldNameGETWithHttpInfoAsync (line 2073) | System.Threading.Tasks.Task> ExtractTypeaheadTe... method ExtractUrlUsageGETAsync (line 2084) | System.Threading.Tasks.Task> ExtractUrlUsageGETAsync (D... method ExtractUrlUsageGETWithHttpInfoAsync (line 2096) | System.Threading.Tasks.Task>> ExtractUrlUsa... method ExtractUrlUsageTopGETAsync (line 2106) | System.Threading.Tasks.Task>> ExtractU... method ExtractUrlUsageTopGETWithHttpInfoAsync (line 2117) | System.Threading.Tasks.Task ExtractAmountUsageGET (Dictionary> ExtractAmountUsageGETWithHttpInf... method ExtractAmountUsageGETAsync (line 2304) | public async System.Threading.Tasks.Task> ExtractAmo... method ExtractAmountUsageGETWithHttpInfoAsync (line 2318) | public async System.Threading.Tasks.Task... method ExtractAmountUsageTopGET (line 2373) | public List> ExtractAmountUsageTopGET () method ExtractAmountUsageTopGETWithHttpInfo (line 2384) | public ApiResponse>> ExtractAmountUsag... method ExtractAmountUsageTopGETAsync (line 2439) | public async System.Threading.Tasks.Task ExtractCitationUsageGET (Dictionary> ExtractCitationUsageGETWithHtt... method ExtractCitationUsageGETAsync (line 2576) | public async System.Threading.Tasks.Task> ExtractC... method ExtractCitationUsageGETWithHttpInfoAsync (line 2590) | public async System.Threading.Tasks.Task> ExtractCitationUsageTopGET () method ExtractCitationUsageTopGETWithHttpInfo (line 2656) | public ApiResponse>> ExtractCitationUs... method ExtractCitationUsageTopGETAsync (line 2711) | public async System.Threading.Tasks.Task ExtractCopyrightUsageGET (Dictionary> ExtractCopyrightUsageGETWithH... method ExtractCopyrightUsageGETAsync (line 2848) | public async System.Threading.Tasks.Task> Extract... method ExtractCopyrightUsageGETWithHttpInfoAsync (line 2862) | public async System.Threading.Tasks.Task> ExtractCopyrightUsageTopGET () method ExtractCopyrightUsageTopGETWithHttpInfo (line 2928) | public ApiResponse>> ExtractCopyrightU... method ExtractCopyrightUsageTopGETAsync (line 2983) | public async System.Threading.Tasks.Task ExtractCourtUsageGET (Dictionary> ExtractCourtUsageGETWithHttpInfo ... method ExtractCourtUsageGETAsync (line 3120) | public async System.Threading.Tasks.Task> ExtractCour... method ExtractCourtUsageGETWithHttpInfoAsync (line 3134) | public async System.Threading.Tasks.Task>... method ExtractCourtUsageTopGET (line 3189) | public List> ExtractCourtUsageTopGET () method ExtractCourtUsageTopGETWithHttpInfo (line 3200) | public ApiResponse>> ExtractCourtUsage... method ExtractCourtUsageTopGETAsync (line 3255) | public async System.Threading.Tasks.Task ExtractCurrencyUsageGET (Dictionary> ExtractCurrencyUsageGETWithHtt... method ExtractCurrencyUsageGETAsync (line 3392) | public async System.Threading.Tasks.Task> ExtractC... method ExtractCurrencyUsageGETWithHttpInfoAsync (line 3406) | public async System.Threading.Tasks.Task> ExtractCurrencyUsageTopGET () method ExtractCurrencyUsageTopGETWithHttpInfo (line 3472) | public ApiResponse>> ExtractCurrencyUs... method ExtractCurrencyUsageTopGETAsync (line 3527) | public async System.Threading.Tasks.Task ExtractDateDurationUsageGET (Dictionary... method ExtractDateDurationUsageGETWithHttpInfo (line 3607) | public ApiResponse> ExtractDateDurationUsageGE... method ExtractDateDurationUsageGETAsync (line 3664) | public async System.Threading.Tasks.Task> Extr... method ExtractDateDurationUsageGETWithHttpInfoAsync (line 3678) | public async System.Threading.Tasks.Task> ExtractDateDurationUsageTopGET () method ExtractDateDurationUsageTopGETWithHttpInfo (line 3744) | public ApiResponse>> ExtractDateDurati... method ExtractDateDurationUsageTopGETAsync (line 3799) | public async System.Threading.Tasks.Task ExtractDateUsageCalendarChartGET () method ExtractDateUsageCalendarChartGETWithHttpInfo (line 3877) | public ApiResponse> ExtractDateUsageCalendarCh... method ExtractDateUsageCalendarChartGETAsync (line 3932) | public async System.Threading.Tasks.Task> Extr... method ExtractDateUsageCalendarChartGETWithHttpInfoAsync (line 3945) | public async System.Threading.Tasks.Task ExtractDateUsageGET (Dictionary... method ExtractDateUsageGETWithHttpInfo (line 4012) | public ApiResponse> ExtractDateUsageGETWithHttpInfo (D... method ExtractDateUsageGETAsync (line 4069) | public async System.Threading.Tasks.Task> ExtractDateU... method ExtractDateUsageGETWithHttpInfoAsync (line 4083) | public async System.Threading.Tasks.Task>>... method ExtractDateUsageTimelineChartGET (line 4138) | public List ExtractDateUsageTimelineChartGET () method ExtractDateUsageTimelineChartGETWithHttpInfo (line 4149) | public ApiResponse> ExtractDateUsageTimelineCh... method ExtractDateUsageTimelineChartGETAsync (line 4204) | public async System.Threading.Tasks.Task> Extr... method ExtractDateUsageTimelineChartGETWithHttpInfoAsync (line 4217) | public async System.Threading.Tasks.Task ExtractDateUsageToIcalGET (Dictionary> ExtractDateUsageToIcalGETWithHttpI... method ExtractDateUsageToIcalGETAsync (line 4341) | public async System.Threading.Tasks.Task> ExtractDateU... method ExtractDateUsageToIcalGETWithHttpInfoAsync (line 4355) | public async System.Threading.Tasks.Task>>... method ExtractDateUsageTopGET (line 4410) | public List> ExtractDateUsageTopGET () method ExtractDateUsageTopGETWithHttpInfo (line 4421) | public ApiResponse>> ExtractDateUsageT... method ExtractDateUsageTopGETAsync (line 4476) | public async System.Threading.Tasks.Task ExtractDefinitionUsageGET (Dictionary> ExtractDefinitionUsageGETWit... method ExtractDefinitionUsageGETAsync (line 4613) | public async System.Threading.Tasks.Task> Extrac... method ExtractDefinitionUsageGETWithHttpInfoAsync (line 4627) | public async System.Threading.Tasks.Task> ExtractDefinitionUsageTopGET () method ExtractDefinitionUsageTopGETWithHttpInfo (line 4693) | public ApiResponse>> ExtractDefinition... method ExtractDefinitionUsageTopGETAsync (line 4748) | public async System.Threading.Tasks.Task ExtractDistanceUsageGET (Dictionary> ExtractDistanceUsageGETWithHtt... method ExtractDistanceUsageGETAsync (line 4885) | public async System.Threading.Tasks.Task> ExtractD... method ExtractDistanceUsageGETWithHttpInfoAsync (line 4899) | public async System.Threading.Tasks.Task> ExtractDistanceUsageTopGET () method ExtractDistanceUsageTopGETWithHttpInfo (line 4965) | public ApiResponse>> ExtractDistanceUs... method ExtractDistanceUsageTopGETAsync (line 5020) | public async System.Threading.Tasks.Task ExtractGeoAliasUsageGET (Dictionary> ExtractGeoAliasUsageGETWithHtt... method ExtractGeoAliasUsageGETAsync (line 5157) | public async System.Threading.Tasks.Task> ExtractG... method ExtractGeoAliasUsageGETWithHttpInfoAsync (line 5171) | public async System.Threading.Tasks.Task> ExtractGeoAliasUsageTopGET () method ExtractGeoAliasUsageTopGETWithHttpInfo (line 5237) | public ApiResponse>> ExtractGeoAliasUs... method ExtractGeoAliasUsageTopGETAsync (line 5292) | public async System.Threading.Tasks.Task ExtractGeoEntitiesGET (Dictionary> ExtractGeoEntitiesGETWithHttpI... method ExtractGeoEntitiesGETAsync (line 5429) | public async System.Threading.Tasks.Task> ExtractG... method ExtractGeoEntitiesGETWithHttpInfoAsync (line 5443) | public async System.Threading.Tasks.Task ExtractGeoEntitiesIdGETWithHttpInfo ... method ExtractGeoEntitiesIdGETAsync (line 5575) | public async System.Threading.Tasks.Task ExtractGeoEnti... method ExtractGeoEntitiesIdGETWithHttpInfoAsync (line 5590) | public async System.Threading.Tasks.Task> E... method ExtractGeoEntitiesIdPUT (line 5651) | public GeoEntityUpdate ExtractGeoEntitiesIdPUT (string id, GeoEntityUp... method ExtractGeoEntitiesIdPUTWithHttpInfo (line 5664) | public ApiResponse ExtractGeoEntitiesIdPUTWithHttpInf... method ExtractGeoEntitiesIdPUTAsync (line 5736) | public async System.Threading.Tasks.Task ExtractGeoEn... method ExtractGeoEntitiesIdPUTWithHttpInfoAsync (line 5751) | public async System.Threading.Tasks.Task>... method ExtractGeoEntityUsageGET (line 5821) | public List ExtractGeoEntityUsageGET (Dictionary> ExtractGeoEntityUsageGETWithH... method ExtractGeoEntityUsageGETAsync (line 5890) | public async System.Threading.Tasks.Task> Extract... method ExtractGeoEntityUsageGETWithHttpInfoAsync (line 5904) | public async System.Threading.Tasks.Task> ExtractGeoEntityUsageTopGET () method ExtractGeoEntityUsageTopGETWithHttpInfo (line 5970) | public ApiResponse>> ExtractGeoEntityU... method ExtractGeoEntityUsageTopGETAsync (line 6025) | public async System.Threading.Tasks.Task ExtractPartiesGET (Dictionary jqFil... method ExtractPartiesGETWithHttpInfo (line 6105) | public ApiResponse> ExtractPartiesGETWithHttpInfo (Diction... method ExtractPartiesGETAsync (line 6162) | public async System.Threading.Tasks.Task> ExtractPartiesGE... method ExtractPartiesGETWithHttpInfoAsync (line 6176) | public async System.Threading.Tasks.Task>> Ext... method ExtractPartiesIdGET (line 6233) | public Party ExtractPartiesIdGET (string id, Dictionary ExtractPartiesIdGETWithHttpInfo (string id, ... method ExtractPartiesIdGETAsync (line 6308) | public async System.Threading.Tasks.Task ExtractPartiesIdGETAsy... method ExtractPartiesIdGETWithHttpInfoAsync (line 6323) | public async System.Threading.Tasks.Task> ExtractPa... method ExtractPartyNetworkChartGET (line 6383) | public List ExtractPartyNetworkChartGET (Dictionary> ExtractPartyNetworkChartGETWithHt... method ExtractPartyNetworkChartGETAsync (line 6452) | public async System.Threading.Tasks.Task> ExtractPart... method ExtractPartyNetworkChartGETWithHttpInfoAsync (line 6466) | public async System.Threading.Tasks.Task>... method ExtractPartyUsageGET (line 6522) | public List ExtractPartyUsageGET (Dictionary> ExtractPartyUsageGETWithHttpInfo ... method ExtractPartyUsageGETAsync (line 6591) | public async System.Threading.Tasks.Task> ExtractPart... method ExtractPartyUsageGETWithHttpInfoAsync (line 6605) | public async System.Threading.Tasks.Task>... method ExtractPartyUsageTopGET (line 6660) | public List> ExtractPartyUsageTopGET () method ExtractPartyUsageTopGETWithHttpInfo (line 6671) | public ApiResponse>> ExtractPartyUsage... method ExtractPartyUsageTopGETAsync (line 6726) | public async System.Threading.Tasks.Task ExtractPercentUsageGET (Dictionary> ExtractPercentUsageGETWithHttpI... method ExtractPercentUsageGETAsync (line 6863) | public async System.Threading.Tasks.Task> ExtractPe... method ExtractPercentUsageGETWithHttpInfoAsync (line 6877) | public async System.Threading.Tasks.Task> ExtractPercentUsageTopGET () method ExtractPercentUsageTopGETWithHttpInfo (line 6943) | public ApiResponse>> ExtractPercentUsa... method ExtractPercentUsageTopGETAsync (line 6998) | public async System.Threading.Tasks.Task ExtractRatioUsageGET (Dictionary> ExtractRatioUsageGETWithHttpInfo ... method ExtractRatioUsageGETAsync (line 7135) | public async System.Threading.Tasks.Task> ExtractRati... method ExtractRatioUsageGETWithHttpInfoAsync (line 7149) | public async System.Threading.Tasks.Task>... method ExtractRatioUsageTopGET (line 7204) | public List> ExtractRatioUsageTopGET () method ExtractRatioUsageTopGETWithHttpInfo (line 7215) | public ApiResponse>> ExtractRatioUsage... method ExtractRatioUsageTopGETAsync (line 7270) | public async System.Threading.Tasks.Task ExtractRegulationUsageGET (Dictionary> ExtractRegulationUsageGETWit... method ExtractRegulationUsageGETAsync (line 7407) | public async System.Threading.Tasks.Task> Extrac... method ExtractRegulationUsageGETWithHttpInfoAsync (line 7421) | public async System.Threading.Tasks.Task> ExtractRegulationUsageTopGET () method ExtractRegulationUsageTopGETWithHttpInfo (line 7487) | public ApiResponse>> ExtractRegulation... method ExtractRegulationUsageTopGETAsync (line 7542) | public async System.Threading.Tasks.Task ExtractTermTagsGET (Dictionary jq... method ExtractTermTagsGETWithHttpInfo (line 7622) | public ApiResponse> ExtractTermTagsGETWithHttpInfo (Dict... method ExtractTermTagsGETAsync (line 7679) | public async System.Threading.Tasks.Task> ExtractTermTag... method ExtractTermTagsGETWithHttpInfoAsync (line 7693) | public async System.Threading.Tasks.Task>> E... method ExtractTermUsageGET (line 7749) | public List ExtractTermUsageGET (Dictionary... method ExtractTermUsageGETWithHttpInfo (line 7761) | public ApiResponse> ExtractTermUsageGETWithHttpInfo (D... method ExtractTermUsageGETAsync (line 7818) | public async System.Threading.Tasks.Task> ExtractTermU... method ExtractTermUsageGETWithHttpInfoAsync (line 7832) | public async System.Threading.Tasks.Task>>... method ExtractTermUsageTopGET (line 7887) | public List> ExtractTermUsageTopGET () method ExtractTermUsageTopGETWithHttpInfo (line 7898) | public ApiResponse>> ExtractTermUsageT... method ExtractTermUsageTopGETAsync (line 7953) | public async System.Threading.Tasks.Task ExtractTrademarkUsageGET (Dictionary> ExtractTrademarkUsageGETWithH... method ExtractTrademarkUsageGETAsync (line 8090) | public async System.Threading.Tasks.Task> Extract... method ExtractTrademarkUsageGETWithHttpInfoAsync (line 8104) | public async System.Threading.Tasks.Task> ExtractTrademarkUsageTopGET () method ExtractTrademarkUsageTopGETWithHttpInfo (line 8170) | public ApiResponse>> ExtractTrademarkU... method ExtractTrademarkUsageTopGETAsync (line 8225) | public async System.Threading.Tasks.Task ExtractTypeaheadGeoEntityUsageFieldNameG... method ExtractTypeaheadGeoEntityUsageFieldNameGETAsync (line 8365) | public async System.Threading.Tasks.Task ExtractTypeaheadGe... method ExtractTypeaheadGeoEntityUsageFieldNameGETWithHttpInfoAsync (line 8379) | public async System.Threading.Tasks.Task> Extra... method ExtractTypeaheadPartyUsageFieldNameGET (line 8438) | public Typeahead ExtractTypeaheadPartyUsageFieldNameGET (string fieldN... method ExtractTypeaheadPartyUsageFieldNameGETWithHttpInfo (line 8450) | public ApiResponse ExtractTypeaheadPartyUsageFieldNameGETWi... method ExtractTypeaheadPartyUsageFieldNameGETAsync (line 8510) | public async System.Threading.Tasks.Task ExtractTypeaheadPa... method ExtractTypeaheadPartyUsageFieldNameGETWithHttpInfoAsync (line 8524) | public async System.Threading.Tasks.Task> Extra... method ExtractTypeaheadTermUsageFieldNameGET (line 8583) | public Typeahead ExtractTypeaheadTermUsageFieldNameGET (string fieldName) method ExtractTypeaheadTermUsageFieldNameGETWithHttpInfo (line 8595) | public ApiResponse ExtractTypeaheadTermUsageFieldNameGETWit... method ExtractTypeaheadTermUsageFieldNameGETAsync (line 8655) | public async System.Threading.Tasks.Task ExtractTypeaheadTe... method ExtractTypeaheadTermUsageFieldNameGETWithHttpInfoAsync (line 8669) | public async System.Threading.Tasks.Task> Extra... method ExtractUrlUsageGET (line 8728) | public List ExtractUrlUsageGET (Dictionary j... method ExtractUrlUsageGETWithHttpInfo (line 8740) | public ApiResponse> ExtractUrlUsageGETWithHttpInfo (Dic... method ExtractUrlUsageGETAsync (line 8797) | public async System.Threading.Tasks.Task> ExtractUrlUsa... method ExtractUrlUsageGETWithHttpInfoAsync (line 8811) | public async System.Threading.Tasks.Task>> ... method ExtractUrlUsageTopGET (line 8866) | public List> ExtractUrlUsageTopGET () method ExtractUrlUsageTopGETWithHttpInfo (line 8877) | public ApiResponse>> ExtractUrlUsageTo... method ExtractUrlUsageTopGETAsync (line 8932) | public async System.Threading.Tasks.Task LoggingLogMessagePOST (LoggingAPIViewReques... method LoggingLogMessagePOSTWithHttpInfo (line 48) | ApiResponse> LoggingLogMessagePOSTWithHttpI... method LoggingLogMessagePOSTAsync (line 61) | System.Threading.Tasks.Task> LoggingLogMess... method LoggingLogMessagePOSTWithHttpInfoAsync (line 73) | System.Threading.Tasks.Task>> L... class LoggingApi (line 80) | public partial class LoggingApi : ILoggingApi method LoggingApi (line 88) | public LoggingApi(String basePath) method LoggingApi (line 99) | public LoggingApi() method LoggingApi (line 112) | public LoggingApi(Org.OpenAPITools.Client.Configuration configuration ... method GetBasePath (line 126) | public String GetBasePath() method SetBasePath (line 135) | [Obsolete("SetBasePath is deprecated, please do 'Configuration.ApiClie... method DefaultHeader (line 167) | [Obsolete("DefaultHeader is deprecated, please use Configuration.Defau... method AddDefaultHeader (line 179) | [Obsolete("AddDefaultHeader is deprecated, please use Configuration.Ad... method LoggingLogMessagePOST (line 191) | public Dictionary LoggingLogMessagePOST (LoggingAPIVie... method LoggingLogMessagePOSTWithHttpInfo (line 203) | public ApiResponse> LoggingLogMessagePOSTWi... method LoggingLogMessagePOSTAsync (line 270) | public async System.Threading.Tasks.Task> L... method LoggingLogMessagePOSTWithHttpInfoAsync (line 284) | public async System.Threading.Tasks.Task MediaDataPathGET (string path, string actio... method MediaDataPathGETWithHttpInfo (line 49) | ApiResponse> MediaDataPathGETWithHttpInfo (... method MediaDataPathGETAsync (line 63) | System.Threading.Tasks.Task> MediaDataPathG... method MediaDataPathGETWithHttpInfoAsync (line 76) | System.Threading.Tasks.Task>> M... class MediaDataApi (line 83) | public partial class MediaDataApi : IMediaDataApi method MediaDataApi (line 91) | public MediaDataApi(String basePath) method MediaDataApi (line 102) | public MediaDataApi() method MediaDataApi (line 115) | public MediaDataApi(Org.OpenAPITools.Client.Configuration configuratio... method GetBasePath (line 129) | public String GetBasePath() method SetBasePath (line 138) | [Obsolete("SetBasePath is deprecated, please do 'Configuration.ApiClie... method DefaultHeader (line 170) | [Obsolete("DefaultHeader is deprecated, please use Configuration.Defau... method AddDefaultHeader (line 182) | [Obsolete("AddDefaultHeader is deprecated, please use Configuration.Ad... method MediaDataPathGET (line 195) | public Dictionary MediaDataPathGET (string path, strin... method MediaDataPathGETWithHttpInfo (line 208) | public ApiResponse> MediaDataPathGETWithHtt... method MediaDataPathGETAsync (line 271) | public async System.Threading.Tasks.Task> M... method MediaDataPathGETWithHttpInfoAsync (line 286) | public async System.Threading.Tasks.Task NotificationsWebNotificationsGET (); method NotificationsWebNotificationsGETWithHttpInfo (line 46) | ApiResponse> NotificationsWebNotificationsG... method NotificationsWebNotificationsMarkSeenPOST (line 56) | MarkForSeenWebNotificationResponse NotificationsWebNotificationsMarkSe... method NotificationsWebNotificationsMarkSeenPOSTWithHttpInfo (line 67) | ApiResponse NotificationsWebNotifi... method NotificationsWebNotificationsGETAsync (line 79) | System.Threading.Tasks.Task> NotificationsW... method NotificationsWebNotificationsGETWithHttpInfoAsync (line 90) | System.Threading.Tasks.Task>> N... method NotificationsWebNotificationsMarkSeenPOSTAsync (line 101) | System.Threading.Tasks.Task Notifi... method NotificationsWebNotificationsMarkSeenPOSTWithHttpInfoAsync (line 113) | System.Threading.Tasks.Task NotificationsWebNotificationsGET () method NotificationsWebNotificationsGETWithHttpInfo (line 241) | public ApiResponse> NotificationsWebNotific... method NotificationsWebNotificationsGETAsync (line 296) | public async System.Threading.Tasks.Task> N... method NotificationsWebNotificationsGETWithHttpInfoAsync (line 309) | public async System.Threading.Tasks.Task NotificationsWe... method NotificationsWebNotificationsMarkSeenPOSTAsync (line 443) | public async System.Threading.Tasks.Task ProjectProjectClusteringGET (Dictionary> ProjectProjectClusteringGETWithHt... method ProjectProjectClusteringIdGET (line 59) | ProjectClustering ProjectProjectClusteringIdGET (string id, Dictionary... method ProjectProjectClusteringIdGETWithHttpInfo (line 71) | ApiResponse ProjectProjectClusteringIdGETWithHttpIn... method ProjectProjectsFormFieldsGET (line 80) | Dictionary ProjectProjectsFormFieldsGET (); method ProjectProjectsFormFieldsGETWithHttpInfo (line 90) | ApiResponse> ProjectProjectsFormFieldsGETWi... method ProjectProjectsGET (line 100) | List ProjectProjectsGET (Dictionary jqFil... method ProjectProjectsGETWithHttpInfo (line 111) | ApiResponse> ProjectProjectsGETWithHttpInfo (Diction... method ProjectProjectsIdActiveTasksGET (line 122) | List ProjectProjectsIdActiveTasksGET (string id, D... method ProjectProjectsIdActiveTasksGETWithHttpInfo (line 134) | ApiResponse> ProjectProjectsIdActiveTasksGETW... method ProjectProjectsIdAnnotationsAssigneesGET (line 144) | List ProjectProjectsIdAnnotations... method ProjectProjectsIdAnnotationsAssigneesGETWithHttpInfo (line 155) | ApiResponse> ProjectProjects... method ProjectProjectsIdAssignAnnotationsPOST (line 166) | CountSuccessResponse ProjectProjectsIdAssignAnnotationsPOST (string id... method ProjectProjectsIdAssignAnnotationsPOSTWithHttpInfo (line 178) | ApiResponse ProjectProjectsIdAssignAnnotationsPO... method ProjectProjectsIdAssignDocumentPOST (line 189) | CountSuccessResponse ProjectProjectsIdAssignDocumentPOST (string id, A... method ProjectProjectsIdAssignDocumentPOSTWithHttpInfo (line 201) | ApiResponse ProjectProjectsIdAssignDocumentPOSTW... method ProjectProjectsIdAssignDocumentsPOST (line 212) | CountSuccessResponse ProjectProjectsIdAssignDocumentsPOST (string id, ... method ProjectProjectsIdAssignDocumentsPOSTWithHttpInfo (line 224) | ApiResponse ProjectProjectsIdAssignDocumentsPOST... method ProjectProjectsIdAssigneesGET (line 234) | List ProjectProjectsIdAssigneesGET ... method ProjectProjectsIdAssigneesGETWithHttpInfo (line 245) | ApiResponse> ProjectProjectsId... method ProjectProjectsIdCheckSimilarityProcessAllowedPOST (line 256) | ProjectDetail ProjectProjectsIdCheckSimilarityProcessAllowedPOST (stri... method ProjectProjectsIdCheckSimilarityProcessAllowedPOSTWithHttpInfo (line 268) | ApiResponse ProjectProjectsIdCheckSimilarityProcessAllo... method ProjectProjectsIdCleanupPOST (line 279) | string ProjectProjectsIdCleanupPOST (string id, CleanupProjectRequest ... method ProjectProjectsIdCleanupPOSTWithHttpInfo (line 291) | ApiResponse ProjectProjectsIdCleanupPOSTWithHttpInfo (string i... method ProjectProjectsIdClusterActionsGET (line 305) | ProjectDetail ProjectProjectsIdClusterActionsGET (string id, int? proj... method ProjectProjectsIdClusterActionsGETWithHttpInfo (line 320) | ApiResponse ProjectProjectsIdClusterActionsGETWithHttpI... method ProjectProjectsIdClusterPOST (line 331) | ClusterProjectResponse ProjectProjectsIdClusterPOST (string id, Cluste... method ProjectProjectsIdClusterPOSTWithHttpInfo (line 343) | ApiResponse ProjectProjectsIdClusterPOSTWithHt... method ProjectProjectsIdClusteringStatusGET (line 354) | ProjectClusteringStatusResponse ProjectProjectsIdClusteringStatusGET (... method ProjectProjectsIdClusteringStatusGETWithHttpInfo (line 366) | ApiResponse ProjectProjectsIdClusteri... method ProjectProjectsIdDELETE (line 376) | void ProjectProjectsIdDELETE (string id); method ProjectProjectsIdDELETEWithHttpInfo (line 387) | ApiResponse ProjectProjectsIdDELETEWithHttpInfo (string id); method ProjectProjectsIdDeleteDocumentSimilarityResultsDELETE (line 397) | void ProjectProjectsIdDeleteDocumentSimilarityResultsDELETE (string id); method ProjectProjectsIdDeleteDocumentSimilarityResultsDELETEWithHttpInfo (line 408) | ApiResponse ProjectProjectsIdDeleteDocumentSimilarityResultsDE... method ProjectProjectsIdDeleteTextUnitSimilarityResultsDELETE (line 418) | void ProjectProjectsIdDeleteTextUnitSimilarityResultsDELETE (string id); method ProjectProjectsIdDeleteTextUnitSimilarityResultsDELETEWithHttpInfo (line 429) | ApiResponse ProjectProjectsIdDeleteTextUnitSimilarityResultsDE... method ProjectProjectsIdDetectFieldValuesPOST (line 440) | TaskIdResponse ProjectProjectsIdDetectFieldValuesPOST (string id, Dete... method ProjectProjectsIdDetectFieldValuesPOSTWithHttpInfo (line 452) | ApiResponse ProjectProjectsIdDetectFieldValuesPOSTWith... method ProjectProjectsIdFormFieldsGET (line 462) | Dictionary ProjectProjectsIdFormFieldsGET (string id); method ProjectProjectsIdFormFieldsGETWithHttpInfo (line 473) | ApiResponse> ProjectProjectsIdFormFieldsGET... method ProjectProjectsIdGET (line 484) | ProjectDetail ProjectProjectsIdGET (string id, Dictionary ProjectProjectsIdGETWithHttpInfo (string id... method ProjectProjectsIdLocateItemsPOST (line 507) | TaskIdResponse ProjectProjectsIdLocateItemsPOST (string id, LocateItem... method ProjectProjectsIdLocateItemsPOSTWithHttpInfo (line 519) | ApiResponse ProjectProjectsIdLocateItemsPOSTWithHttpIn... method ProjectProjectsIdMarkDeletePOST (line 530) | MarkUnmarkForDeleteProjectsReponse ProjectProjectsIdMarkDeletePOST (st... method ProjectProjectsIdMarkDeletePOSTWithHttpInfo (line 542) | ApiResponse ProjectProjectsIdMarkD... method ProjectProjectsIdPATCH (line 553) | ProjectUpdate ProjectProjectsIdPATCH (string id, ProjectUpdate project... method ProjectProjectsIdPATCHWithHttpInfo (line 565) | ApiResponse ProjectProjectsIdPATCHWithHttpInfo (string ... method ProjectProjectsIdPUT (line 576) | ProjectUpdate ProjectProjectsIdPUT (string id, ProjectUpdate projectUp... method ProjectProjectsIdPUTWithHttpInfo (line 588) | ApiResponse ProjectProjectsIdPUTWithHttpInfo (string id... method ProjectProjectsIdProgressGET (line 598) | ProjectProgressResponse ProjectProjectsIdProgressGET (string id); method ProjectProjectsIdProgressGETWithHttpInfo (line 609) | ApiResponse ProjectProjectsIdProgressGETWithH... method ProjectProjectsIdSearchSimilarDocumentsPOST (line 620) | TaskIdResponse ProjectProjectsIdSearchSimilarDocumentsPOST (string id,... method ProjectProjectsIdSearchSimilarDocumentsPOSTWithHttpInfo (line 632) | ApiResponse ProjectProjectsIdSearchSimilarDocumentsPOS... method ProjectProjectsIdSearchSimilarTextUnitsPOST (line 643) | TaskIdResponse ProjectProjectsIdSearchSimilarTextUnitsPOST (string id,... method ProjectProjectsIdSearchSimilarTextUnitsPOSTWithHttpInfo (line 655) | ApiResponse ProjectProjectsIdSearchSimilarTextUnitsPOS... method ProjectProjectsIdSendClustersToProjectPOST (line 666) | string ProjectProjectsIdSendClustersToProjectPOST (string id, SendClus... method ProjectProjectsIdSendClustersToProjectPOSTWithHttpInfo (line 678) | ApiResponse ProjectProjectsIdSendClustersToProjectPOSTWithHttp... method ProjectProjectsIdSetAnnotationStatusPOST (line 689) | ProjectProjectsIdSetAnnotationStatusPOST200Response ProjectProjectsIdS... method ProjectProjectsIdSetAnnotationStatusPOSTWithHttpInfo (line 701) | ApiResponse Proje... method ProjectProjectsIdSetStatusPOST (line 712) | CountSuccessResponse ProjectProjectsIdSetStatusPOST (string id, SetPro... method ProjectProjectsIdSetStatusPOSTWithHttpInfo (line 724) | ApiResponse ProjectProjectsIdSetStatusPOSTWithHt... method ProjectProjectsIdSettingsActionsGET (line 738) | ProjectDetail ProjectProjectsIdSettingsActionsGET (string id, int? pro... method ProjectProjectsIdSettingsActionsGETWithHttpInfo (line 753) | ApiResponse ProjectProjectsIdSettingsActionsGETWithHttp... method ProjectProjectsIdTaskTaskIdTaskLogsGET (line 766) | TaskLogResponse ProjectProjectsIdTaskTaskIdTaskLogsGET (string id, str... method ProjectProjectsIdTaskTaskIdTaskLogsGETWithHttpInfo (line 780) | ApiResponse ProjectProjectsIdTaskTaskIdTaskLogsGETWit... method ProjectProjectsIdTasksGET (line 791) | List ProjectProjectsIdTasksGET (string id, Dictionary> ProjectProjectsIdTasksGETWithHttpInfo ... method ProjectProjectsIdUnmarkDeletePOST (line 814) | MarkUnmarkForDeleteProjectsReponse ProjectProjectsIdUnmarkDeletePOST (... method ProjectProjectsIdUnmarkDeletePOSTWithHttpInfo (line 826) | ApiResponse ProjectProjectsIdUnmar... method ProjectProjectsIdUpdateDocumentFieldsPOST (line 837) | UpdateProjectDocumentsFieldsResponse ProjectProjectsIdUpdateDocumentFi... method ProjectProjectsIdUpdateDocumentFieldsPOSTWithHttpInfo (line 849) | ApiResponse ProjectProjectsIdUpd... method ProjectProjectsPOST (line 859) | ProjectCreate ProjectProjectsPOST (ProjectCreate projectCreate = defau... method ProjectProjectsPOSTWithHttpInfo (line 870) | ApiResponse ProjectProjectsPOSTWithHttpInfo (ProjectCre... method ProjectProjectsProjectStatsGET (line 880) | List ProjectProjectsProjectStatsGET (string projectIds =... method ProjectProjectsProjectStatsGETWithHttpInfo (line 891) | ApiResponse> ProjectProjectsProjectStatsGETWithHttp... method ProjectProjectsRecentGET (line 901) | List> ProjectProjectsRecentGET (int? n = de... method ProjectProjectsRecentGETWithHttpInfo (line 912) | ApiResponse>> ProjectProjectsRecentGET... method ProjectProjectsSelectProjectsPOST (line 922) | SelectProjectsResponse ProjectProjectsSelectProjectsPOST (SelectProjec... method ProjectProjectsSelectProjectsPOSTWithHttpInfo (line 933) | ApiResponse ProjectProjectsSelectProjectsPOSTW... method ProjectTaskQueuesGET (line 943) | List ProjectTaskQueuesGET (Dictionary jqFil... method ProjectTaskQueuesGETWithHttpInfo (line 954) | ApiResponse> ProjectTaskQueuesGETWithHttpInfo (Diction... method ProjectTaskQueuesIdDELETE (line 964) | void ProjectTaskQueuesIdDELETE (string id); method ProjectTaskQueuesIdDELETEWithHttpInfo (line 975) | ApiResponse ProjectTaskQueuesIdDELETEWithHttpInfo (string id); method ProjectTaskQueuesIdGET (line 986) | TaskQueue ProjectTaskQueuesIdGET (string id, Dictionary ProjectTaskQueuesIdGETWithHttpInfo (string id, ... method ProjectTaskQueuesIdPATCH (line 1009) | TaskQueue ProjectTaskQueuesIdPATCH (string id, TaskQueue taskQueue = d... method ProjectTaskQueuesIdPATCHWithHttpInfo (line 1021) | ApiResponse ProjectTaskQueuesIdPATCHWithHttpInfo (string id... method ProjectTaskQueuesIdPUT (line 1032) | TaskQueue ProjectTaskQueuesIdPUT (string id, TaskQueue taskQueue = def... method ProjectTaskQueuesIdPUTWithHttpInfo (line 1044) | ApiResponse ProjectTaskQueuesIdPUTWithHttpInfo (string id, ... method ProjectTaskQueuesPOST (line 1054) | TaskQueue ProjectTaskQueuesPOST (TaskQueue taskQueue = default(TaskQue... method ProjectTaskQueuesPOSTWithHttpInfo (line 1065) | ApiResponse ProjectTaskQueuesPOSTWithHttpInfo (TaskQueue ta... method ProjectUploadSessionGET (line 1075) | List ProjectUploadSessionGET (Dictionary> ProjectUploadSessionGETWithHttp... method ProjectUploadSessionPOST (line 1096) | UploadSessionCreate ProjectUploadSessionPOST (UploadSessionCreate uplo... method ProjectUploadSessionPOSTWithHttpInfo (line 1107) | ApiResponse ProjectUploadSessionPOSTWithHttpInfo ... method ProjectUploadSessionStatusGET (line 1117) | Dictionary ProjectUploadSessionStatusGET (string proje... method ProjectUploadSessionStatusGETWithHttpInfo (line 1128) | ApiResponse> ProjectUploadSessionStatusGETW... method ProjectUploadSessionUidBatchUploadPOST (line 1139) | UploadSessionDetail ProjectUploadSessionUidBatchUploadPOST (string uid... method ProjectUploadSessionUidBatchUploadPOSTWithHttpInfo (line 1151) | ApiResponse ProjectUploadSessionUidBatchUploadPOS... method ProjectUploadSessionUidBatchUploadPOST_0 (line 1162) | UploadSessionDetail ProjectUploadSessionUidBatchUploadPOST_0 (string u... method ProjectUploadSessionUidBatchUploadPOST_0WithHttpInfo (line 1174) | ApiResponse ProjectUploadSessionUidBatchUploadPOS... method ProjectUploadSessionUidCancelDELETE (line 1184) | void ProjectUploadSessionUidCancelDELETE (string uid); method ProjectUploadSessionUidCancelDELETEWithHttpInfo (line 1195) | ApiResponse ProjectUploadSessionUidCancelDELETEWithHttpInfo (s... method ProjectUploadSessionUidDELETE (line 1205) | void ProjectUploadSessionUidDELETE (string uid); method ProjectUploadSessionUidDELETEWithHttpInfo (line 1216) | ApiResponse ProjectUploadSessionUidDELETEWithHttpInfo (string ... method ProjectUploadSessionUidDeleteFileDELETE (line 1227) | string ProjectUploadSessionUidDeleteFileDELETE (string uid, UploadSess... method ProjectUploadSessionUidDeleteFileDELETEWithHttpInfo (line 1239) | ApiResponse ProjectUploadSessionUidDeleteFileDELETEWithHttpInf... method ProjectUploadSessionUidFilesPOST (line 1255) | ProjectUploadSessionFilesResponse ProjectUploadSessionUidFilesPOST (st... method ProjectUploadSessionUidFilesPOSTWithHttpInfo (line 1272) | ApiResponse ProjectUploadSessionUid... method ProjectUploadSessionUidGET (line 1283) | UploadSessionDetail ProjectUploadSessionUidGET (string uid, Dictionary... method ProjectUploadSessionUidGETWithHttpInfo (line 1295) | ApiResponse ProjectUploadSessionUidGETWithHttpInf... method ProjectUploadSessionUidPATCH (line 1306) | UploadSessionUpdate ProjectUploadSessionUidPATCH (string uid, UploadSe... method ProjectUploadSessionUidPATCHWithHttpInfo (line 1318) | ApiResponse ProjectUploadSessionUidPATCHWithHttpI... method ProjectUploadSessionUidProgressGET (line 1328) | ProjectUploadSessionProgressResponse ProjectUploadSessionUidProgressGE... method ProjectUploadSessionUidProgressGETWithHttpInfo (line 1339) | ApiResponse ProjectUploadSession... method ProjectUploadSessionUidUploadPOST (line 1355) | ProjectUploadSessionPOSTResponse ProjectUploadSessionUidUploadPOST (st... method ProjectUploadSessionUidUploadPOSTWithHttpInfo (line 1372) | ApiResponse ProjectUploadSessionUidU... method ProjectProjectClusteringGETAsync (line 1385) | System.Threading.Tasks.Task> ProjectProjectClu... method ProjectProjectClusteringGETWithHttpInfoAsync (line 1397) | System.Threading.Tasks.Task>> Proj... method ProjectProjectClusteringIdGETAsync (line 1409) | System.Threading.Tasks.Task ProjectProjectClusterin... method ProjectProjectClusteringIdGETWithHttpInfoAsync (line 1422) | System.Threading.Tasks.Task> ProjectPro... method ProjectProjectsFormFieldsGETAsync (line 1432) | System.Threading.Tasks.Task> ProjectProject... method ProjectProjectsFormFieldsGETWithHttpInfoAsync (line 1443) | System.Threading.Tasks.Task>> P... method ProjectProjectsGETAsync (line 1454) | System.Threading.Tasks.Task> ProjectProjectsGETAsync... method ProjectProjectsGETWithHttpInfoAsync (line 1466) | System.Threading.Tasks.Task>> ProjectPro... method ProjectProjectsIdActiveTasksGETAsync (line 1478) | System.Threading.Tasks.Task> ProjectProjectsI... method ProjectProjectsIdActiveTasksGETWithHttpInfoAsync (line 1491) | System.Threading.Tasks.Task>> Pro... method ProjectProjectsIdAnnotationsAssigneesGETAsync (line 1502) | System.Threading.Tasks.Task>... method ProjectProjectsIdAnnotationsAssigneesGETWithHttpInfoAsync (line 1514) | System.Threading.Tasks.Task ProjectProjectsIdAss... method ProjectProjectsIdAssignAnnotationsPOSTWithHttpInfoAsync (line 1539) | System.Threading.Tasks.Task> Project... method ProjectProjectsIdAssignDocumentPOSTAsync (line 1551) | System.Threading.Tasks.Task ProjectProjectsIdAss... method ProjectProjectsIdAssignDocumentPOSTWithHttpInfoAsync (line 1564) | System.Threading.Tasks.Task> Project... method ProjectProjectsIdAssignDocumentsPOSTAsync (line 1576) | System.Threading.Tasks.Task ProjectProjectsIdAss... method ProjectProjectsIdAssignDocumentsPOSTWithHttpInfoAsync (line 1589) | System.Threading.Tasks.Task> Project... method ProjectProjectsIdAssigneesGETAsync (line 1600) | System.Threading.Tasks.Task> P... method ProjectProjectsIdAssigneesGETWithHttpInfoAsync (line 1612) | System.Threading.Tasks.Task ProjectProjectsIdCheckSimil... method ProjectProjectsIdCheckSimilarityProcessAllowedPOSTWithHttpInfoAsync (line 1637) | System.Threading.Tasks.Task> ProjectProject... method ProjectProjectsIdCleanupPOSTAsync (line 1649) | System.Threading.Tasks.Task ProjectProjectsIdCleanupPOSTAsync ... method ProjectProjectsIdCleanupPOSTWithHttpInfoAsync (line 1662) | System.Threading.Tasks.Task> ProjectProjectsIdClea... method ProjectProjectsIdClusterActionsGETAsync (line 1677) | System.Threading.Tasks.Task ProjectProjectsIdClusterAct... method ProjectProjectsIdClusterActionsGETWithHttpInfoAsync (line 1693) | System.Threading.Tasks.Task> ProjectProject... method ProjectProjectsIdClusterPOSTAsync (line 1705) | System.Threading.Tasks.Task ProjectProjectsIdC... method ProjectProjectsIdClusterPOSTWithHttpInfoAsync (line 1718) | System.Threading.Tasks.Task> Proje... method ProjectProjectsIdClusteringStatusGETAsync (line 1730) | System.Threading.Tasks.Task ProjectPr... method ProjectProjectsIdClusteringStatusGETWithHttpInfoAsync (line 1743) | System.Threading.Tasks.Task> ProjectProjectsIdDELE... method ProjectProjectsIdDeleteDocumentSimilarityResultsDELETEAsync (line 1777) | System.Threading.Tasks.Task ProjectProjectsIdDeleteDocumentSimilarityR... method ProjectProjectsIdDeleteDocumentSimilarityResultsDELETEWithHttpInfoAsync (line 1789) | System.Threading.Tasks.Task> ProjectProjectsIdDele... method ProjectProjectsIdDeleteTextUnitSimilarityResultsDELETEAsync (line 1800) | System.Threading.Tasks.Task ProjectProjectsIdDeleteTextUnitSimilarityR... method ProjectProjectsIdDeleteTextUnitSimilarityResultsDELETEWithHttpInfoAsync (line 1812) | System.Threading.Tasks.Task> ProjectProjectsIdDele... method ProjectProjectsIdDetectFieldValuesPOSTAsync (line 1824) | System.Threading.Tasks.Task ProjectProjectsIdDetectFie... method ProjectProjectsIdDetectFieldValuesPOSTWithHttpInfoAsync (line 1837) | System.Threading.Tasks.Task> ProjectProjec... method ProjectProjectsIdFormFieldsGETAsync (line 1848) | System.Threading.Tasks.Task> ProjectProject... method ProjectProjectsIdFormFieldsGETWithHttpInfoAsync (line 1860) | System.Threading.Tasks.Task>> P... method ProjectProjectsIdGETAsync (line 1872) | System.Threading.Tasks.Task ProjectProjectsIdGETAsync (... method ProjectProjectsIdGETWithHttpInfoAsync (line 1885) | System.Threading.Tasks.Task> ProjectProject... method ProjectProjectsIdLocateItemsPOSTAsync (line 1897) | System.Threading.Tasks.Task ProjectProjectsIdLocateIte... method ProjectProjectsIdLocateItemsPOSTWithHttpInfoAsync (line 1910) | System.Threading.Tasks.Task> ProjectProjec... method ProjectProjectsIdMarkDeletePOSTAsync (line 1922) | System.Threading.Tasks.Task Projec... method ProjectProjectsIdMarkDeletePOSTWithHttpInfoAsync (line 1935) | System.Threading.Tasks.Task ProjectProjectsIdPATCHAsync... method ProjectProjectsIdPATCHWithHttpInfoAsync (line 1960) | System.Threading.Tasks.Task> ProjectProject... method ProjectProjectsIdPUTAsync (line 1972) | System.Threading.Tasks.Task ProjectProjectsIdPUTAsync (... method ProjectProjectsIdPUTWithHttpInfoAsync (line 1985) | System.Threading.Tasks.Task> ProjectProject... method ProjectProjectsIdProgressGETAsync (line 1996) | System.Threading.Tasks.Task ProjectProjectsId... method ProjectProjectsIdProgressGETWithHttpInfoAsync (line 2008) | System.Threading.Tasks.Task> Proj... method ProjectProjectsIdSearchSimilarDocumentsPOSTAsync (line 2020) | System.Threading.Tasks.Task ProjectProjectsIdSearchSim... method ProjectProjectsIdSearchSimilarDocumentsPOSTWithHttpInfoAsync (line 2033) | System.Threading.Tasks.Task> ProjectProjec... method ProjectProjectsIdSearchSimilarTextUnitsPOSTAsync (line 2045) | System.Threading.Tasks.Task ProjectProjectsIdSearchSim... method ProjectProjectsIdSearchSimilarTextUnitsPOSTWithHttpInfoAsync (line 2058) | System.Threading.Tasks.Task> ProjectProjec... method ProjectProjectsIdSendClustersToProjectPOSTAsync (line 2070) | System.Threading.Tasks.Task ProjectProjectsIdSendClustersToPro... method ProjectProjectsIdSendClustersToProjectPOSTWithHttpInfoAsync (line 2083) | System.Threading.Tasks.Task> ProjectProjectsIdSend... method ProjectProjectsIdSetAnnotationStatusPOSTAsync (line 2095) | System.Threading.Tasks.Task ProjectProjectsIdSet... method ProjectProjectsIdSetStatusPOSTWithHttpInfoAsync (line 2133) | System.Threading.Tasks.Task> Project... method ProjectProjectsIdSettingsActionsGETAsync (line 2148) | System.Threading.Tasks.Task ProjectProjectsIdSettingsAc... method ProjectProjectsIdSettingsActionsGETWithHttpInfoAsync (line 2164) | System.Threading.Tasks.Task> ProjectProject... method ProjectProjectsIdTaskTaskIdTaskLogsGETAsync (line 2178) | System.Threading.Tasks.Task ProjectProjectsIdTaskTask... method ProjectProjectsIdTaskTaskIdTaskLogsGETWithHttpInfoAsync (line 2193) | System.Threading.Tasks.Task> ProjectProje... method ProjectProjectsIdTasksGETAsync (line 2205) | System.Threading.Tasks.Task> ProjectProjectsIdTasks... method ProjectProjectsIdTasksGETWithHttpInfoAsync (line 2218) | System.Threading.Tasks.Task>> ProjectPr... method ProjectProjectsIdUnmarkDeletePOSTAsync (line 2230) | System.Threading.Tasks.Task Projec... method ProjectProjectsIdUnmarkDeletePOSTWithHttpInfoAsync (line 2243) | System.Threading.Tasks.Task Proj... method ProjectProjectsIdUpdateDocumentFieldsPOSTWithHttpInfoAsync (line 2268) | System.Threading.Tasks.Task ProjectProjectsPOSTAsync (P... method ProjectProjectsPOSTWithHttpInfoAsync (line 2291) | System.Threading.Tasks.Task> ProjectProject... method ProjectProjectsProjectStatsGETAsync (line 2302) | System.Threading.Tasks.Task> ProjectProjectsProject... method ProjectProjectsProjectStatsGETWithHttpInfoAsync (line 2314) | System.Threading.Tasks.Task>> ProjectPr... method ProjectProjectsRecentGETAsync (line 2325) | System.Threading.Tasks.Task>> ProjectP... method ProjectProjectsRecentGETWithHttpInfoAsync (line 2337) | System.Threading.Tasks.Task ProjectProjectsSel... method ProjectProjectsSelectProjectsPOSTWithHttpInfoAsync (line 2360) | System.Threading.Tasks.Task> Proje... method ProjectTaskQueuesGETAsync (line 2371) | System.Threading.Tasks.Task> ProjectTaskQueuesGETAsync... method ProjectTaskQueuesGETWithHttpInfoAsync (line 2383) | System.Threading.Tasks.Task>> ProjectTaskQ... method ProjectTaskQueuesIdDELETEAsync (line 2394) | System.Threading.Tasks.Task ProjectTaskQueuesIdDELETEAsync (string id,... method ProjectTaskQueuesIdDELETEWithHttpInfoAsync (line 2406) | System.Threading.Tasks.Task> ProjectTaskQueuesIdDE... method ProjectTaskQueuesIdGETAsync (line 2418) | System.Threading.Tasks.Task ProjectTaskQueuesIdGETAsync (st... method ProjectTaskQueuesIdGETWithHttpInfoAsync (line 2431) | System.Threading.Tasks.Task> ProjectTaskQueuesI... method ProjectTaskQueuesIdPATCHAsync (line 2443) | System.Threading.Tasks.Task ProjectTaskQueuesIdPATCHAsync (... method ProjectTaskQueuesIdPATCHWithHttpInfoAsync (line 2456) | System.Threading.Tasks.Task> ProjectTaskQueuesI... method ProjectTaskQueuesIdPUTAsync (line 2468) | System.Threading.Tasks.Task ProjectTaskQueuesIdPUTAsync (st... method ProjectTaskQueuesIdPUTWithHttpInfoAsync (line 2481) | System.Threading.Tasks.Task> ProjectTaskQueuesI... method ProjectTaskQueuesPOSTAsync (line 2492) | System.Threading.Tasks.Task ProjectTaskQueuesPOSTAsync (Tas... method ProjectTaskQueuesPOSTWithHttpInfoAsync (line 2504) | System.Threading.Tasks.Task> ProjectTaskQueuesP... method ProjectUploadSessionGETAsync (line 2515) | System.Threading.Tasks.Task> ProjectUploadSe... method ProjectUploadSessionGETWithHttpInfoAsync (line 2527) | System.Threading.Tasks.Task>> Pr... method ProjectUploadSessionPOSTAsync (line 2538) | System.Threading.Tasks.Task ProjectUploadSessionP... method ProjectUploadSessionPOSTWithHttpInfoAsync (line 2550) | System.Threading.Tasks.Task> ProjectU... method ProjectUploadSessionStatusGETAsync (line 2561) | System.Threading.Tasks.Task> ProjectUploadS... method ProjectUploadSessionStatusGETWithHttpInfoAsync (line 2573) | System.Threading.Tasks.Task>> P... method ProjectUploadSessionUidBatchUploadPOSTAsync (line 2585) | System.Threading.Tasks.Task ProjectUploadSessionU... method ProjectUploadSessionUidBatchUploadPOSTWithHttpInfoAsync (line 2598) | System.Threading.Tasks.Task> ProjectU... method ProjectUploadSessionUidBatchUploadPOST_0Async (line 2610) | System.Threading.Tasks.Task ProjectUploadSessionU... method ProjectUploadSessionUidBatchUploadPOST_0WithHttpInfoAsync (line 2623) | System.Threading.Tasks.Task> ProjectU... method ProjectUploadSessionUidCancelDELETEAsync (line 2634) | System.Threading.Tasks.Task ProjectUploadSessionUidCancelDELETEAsync (... method ProjectUploadSessionUidCancelDELETEWithHttpInfoAsync (line 2646) | System.Threading.Tasks.Task> ProjectUploadSessionU... method ProjectUploadSessionUidDELETEAsync (line 2657) | System.Threading.Tasks.Task ProjectUploadSessionUidDELETEAsync (string... method ProjectUploadSessionUidDELETEWithHttpInfoAsync (line 2669) | System.Threading.Tasks.Task> ProjectUploadSessionU... method ProjectUploadSessionUidDeleteFileDELETEAsync (line 2681) | System.Threading.Tasks.Task ProjectUploadSessionUidDeleteFileD... method ProjectUploadSessionUidDeleteFileDELETEWithHttpInfoAsync (line 2694) | System.Threading.Tasks.Task> ProjectUploadSessionU... method ProjectUploadSessionUidFilesPOSTAsync (line 2711) | System.Threading.Tasks.Task Project... method ProjectUploadSessionUidFilesPOSTWithHttpInfoAsync (line 2729) | System.Threading.Tasks.Task ProjectUploadSessionU... method ProjectUploadSessionUidGETWithHttpInfoAsync (line 2754) | System.Threading.Tasks.Task> ProjectU... method ProjectUploadSessionUidPATCHAsync (line 2766) | System.Threading.Tasks.Task ProjectUploadSessionU... method ProjectUploadSessionUidPATCHWithHttpInfoAsync (line 2779) | System.Threading.Tasks.Task> ProjectU... method ProjectUploadSessionUidProgressGETAsync (line 2790) | System.Threading.Tasks.Task Proj... method ProjectUploadSessionUidProgressGETWithHttpInfoAsync (line 2802) | System.Threading.Tasks.Task ProjectU... method ProjectUploadSessionUidUploadPOSTWithHttpInfoAsync (line 2837) | System.Threading.Tasks.Task ProjectProjectClusteringGET (Dictionary... method ProjectProjectClusteringGETWithHttpInfo (line 2967) | public ApiResponse> ProjectProjectClusteringGE... method ProjectProjectClusteringGETAsync (line 3024) | public async System.Threading.Tasks.Task> Proj... method ProjectProjectClusteringGETWithHttpInfoAsync (line 3038) | public async System.Threading.Tasks.Task ProjectProjectClusteringIdGETWit... method ProjectProjectClusteringIdGETAsync (line 3170) | public async System.Threading.Tasks.Task ProjectPro... method ProjectProjectClusteringIdGETWithHttpInfoAsync (line 3185) | public async System.Threading.Tasks.Task ProjectProjectsFormFieldsGET () method ProjectProjectsFormFieldsGETWithHttpInfo (line 3255) | public ApiResponse> ProjectProjectsFormFiel... method ProjectProjectsFormFieldsGETAsync (line 3310) | public async System.Threading.Tasks.Task> P... method ProjectProjectsFormFieldsGETWithHttpInfoAsync (line 3323) | public async System.Threading.Tasks.Task ProjectProjectsGET (Dictionary> ProjectProjectsGETWithHttpInfo (... method ProjectProjectsGETAsync (line 3447) | public async System.Threading.Tasks.Task> ProjectPro... method ProjectProjectsGETWithHttpInfoAsync (line 3461) | public async System.Threading.Tasks.Task... method ProjectProjectsIdActiveTasksGET (line 3518) | public List ProjectProjectsIdActiveTasksGET (strin... method ProjectProjectsIdActiveTasksGETWithHttpInfo (line 3531) | public ApiResponse> ProjectProjectsIdActiveTa... method ProjectProjectsIdActiveTasksGETAsync (line 3593) | public async System.Threading.Tasks.Task> Pro... method ProjectProjectsIdActiveTasksGETWithHttpInfoAsync (line 3608) | public async System.Threading.Tasks.Task ProjectProjectsIdAnno... method ProjectProjectsIdAnnotationsAssigneesGETWithHttpInfo (line 3680) | public ApiResponse> ProjectP... method ProjectProjectsIdAnnotationsAssigneesGETAsync (line 3740) | public async System.Threading.Tasks.Task ProjectProjectsIdAssignAnnota... method ProjectProjectsIdAssignAnnotationsPOSTAsync (line 3899) | public async System.Threading.Tasks.Task Project... method ProjectProjectsIdAssignAnnotationsPOSTWithHttpInfoAsync (line 3914) | public async System.Threading.Tasks.Task ProjectProjectsIdAssignDocume... method ProjectProjectsIdAssignDocumentPOSTAsync (line 4070) | public async System.Threading.Tasks.Task Project... method ProjectProjectsIdAssignDocumentPOSTWithHttpInfoAsync (line 4085) | public async System.Threading.Tasks.Task ProjectProjectsIdAssignDocume... method ProjectProjectsIdAssignDocumentsPOSTAsync (line 4241) | public async System.Threading.Tasks.Task Project... method ProjectProjectsIdAssignDocumentsPOSTWithHttpInfoAsync (line 4256) | public async System.Threading.Tasks.Task ProjectProjectsIdAssign... method ProjectProjectsIdAssigneesGETWithHttpInfo (line 4338) | public ApiResponse> ProjectPro... method ProjectProjectsIdAssigneesGETAsync (line 4398) | public async System.Threading.Tasks.Task ProjectProjectsIdCheckSimilarityProc... method ProjectProjectsIdCheckSimilarityProcessAllowedPOSTAsync (line 4557) | public async System.Threading.Tasks.Task ProjectProject... method ProjectProjectsIdCheckSimilarityProcessAllowedPOSTWithHttpInfoAsync (line 4572) | public async System.Threading.Tasks.Task> P... method ProjectProjectsIdCleanupPOST (line 4643) | public string ProjectProjectsIdCleanupPOST (string id, CleanupProjectR... method ProjectProjectsIdCleanupPOSTWithHttpInfo (line 4656) | public ApiResponse ProjectProjectsIdCleanupPOSTWithHttpInfo (s... method ProjectProjectsIdCleanupPOSTAsync (line 4728) | public async System.Threading.Tasks.Task ProjectProjectsIdClea... method ProjectProjectsIdCleanupPOSTWithHttpInfoAsync (line 4743) | public async System.Threading.Tasks.Task> ProjectP... method ProjectProjectsIdClusterActionsGET (line 4817) | public ProjectDetail ProjectProjectsIdClusterActionsGET (string id, in... method ProjectProjectsIdClusterActionsGETWithHttpInfo (line 4833) | public ApiResponse ProjectProjectsIdClusterActionsGETWi... method ProjectProjectsIdClusterActionsGETAsync (line 4901) | public async System.Threading.Tasks.Task ProjectProject... method ProjectProjectsIdClusterActionsGETWithHttpInfoAsync (line 4919) | public async System.Threading.Tasks.Task> P... method ProjectProjectsIdClusterPOST (line 4983) | public ClusterProjectResponse ProjectProjectsIdClusterPOST (string id,... method ProjectProjectsIdClusterPOSTWithHttpInfo (line 4996) | public ApiResponse ProjectProjectsIdClusterPOS... method ProjectProjectsIdClusterPOSTAsync (line 5068) | public async System.Threading.Tasks.Task Proje... method ProjectProjectsIdClusterPOSTWithHttpInfoAsync (line 5083) | public async System.Threading.Tasks.Task ProjectProjectsIdC... method ProjectProjectsIdClusteringStatusGETAsync (line 5229) | public async System.Threading.Tasks.Task ProjectProjectsIdDELETEWithHttpInfo (string... method ProjectProjectsIdDELETEAsync (line 5374) | public async System.Threading.Tasks.Task ProjectProjectsIdDELETEAsync ... method ProjectProjectsIdDELETEWithHttpInfoAsync (line 5387) | public async System.Threading.Tasks.Task> ProjectP... method ProjectProjectsIdDeleteDocumentSimilarityResultsDELETE (line 5445) | public void ProjectProjectsIdDeleteDocumentSimilarityResultsDELETE (st... method ProjectProjectsIdDeleteDocumentSimilarityResultsDELETEWithHttpInfo (line 5456) | public ApiResponse ProjectProjectsIdDeleteDocumentSimilarityRe... method ProjectProjectsIdDeleteDocumentSimilarityResultsDELETEAsync (line 5515) | public async System.Threading.Tasks.Task ProjectProjectsIdDeleteDocume... method ProjectProjectsIdDeleteDocumentSimilarityResultsDELETEWithHttpInfoAsync (line 5528) | public async System.Threading.Tasks.Task> ProjectP... method ProjectProjectsIdDeleteTextUnitSimilarityResultsDELETE (line 5586) | public void ProjectProjectsIdDeleteTextUnitSimilarityResultsDELETE (st... method ProjectProjectsIdDeleteTextUnitSimilarityResultsDELETEWithHttpInfo (line 5597) | public ApiResponse ProjectProjectsIdDeleteTextUnitSimilarityRe... method ProjectProjectsIdDeleteTextUnitSimilarityResultsDELETEAsync (line 5656) | public async System.Threading.Tasks.Task ProjectProjectsIdDeleteTextUn... method ProjectProjectsIdDeleteTextUnitSimilarityResultsDELETEWithHttpInfoAsync (line 5669) | public async System.Threading.Tasks.Task> ProjectP... method ProjectProjectsIdDetectFieldValuesPOST (line 5728) | public TaskIdResponse ProjectProjectsIdDetectFieldValuesPOST (string i... method ProjectProjectsIdDetectFieldValuesPOSTWithHttpInfo (line 5741) | public ApiResponse ProjectProjectsIdDetectFieldValuesP... method ProjectProjectsIdDetectFieldValuesPOSTAsync (line 5813) | public async System.Threading.Tasks.Task ProjectProjec... method ProjectProjectsIdDetectFieldValuesPOSTWithHttpInfoAsync (line 5828) | public async System.Threading.Tasks.Task> ... method ProjectProjectsIdFormFieldsGET (line 5898) | public Dictionary ProjectProjectsIdFormFieldsGET (stri... method ProjectProjectsIdFormFieldsGETWithHttpInfo (line 5910) | public ApiResponse> ProjectProjectsIdFormFi... method ProjectProjectsIdFormFieldsGETAsync (line 5970) | public async System.Threading.Tasks.Task> P... method ProjectProjectsIdFormFieldsGETWithHttpInfoAsync (line 5984) | public async System.Threading.Tasks.Task ProjectProjectsIdGETWithHttpInfo (st... method ProjectProjectsIdGETAsync (line 6119) | public async System.Threading.Tasks.Task ProjectProject... method ProjectProjectsIdGETWithHttpInfoAsync (line 6134) | public async System.Threading.Tasks.Task> P... method ProjectProjectsIdLocateItemsPOST (line 6195) | public TaskIdResponse ProjectProjectsIdLocateItemsPOST (string id, Loc... method ProjectProjectsIdLocateItemsPOSTWithHttpInfo (line 6208) | public ApiResponse ProjectProjectsIdLocateItemsPOSTWit... method ProjectProjectsIdLocateItemsPOSTAsync (line 6280) | public async System.Threading.Tasks.Task ProjectProjec... method ProjectProjectsIdLocateItemsPOSTWithHttpInfoAsync (line 6295) | public async System.Threading.Tasks.Task> ... method ProjectProjectsIdMarkDeletePOST (line 6366) | public MarkUnmarkForDeleteProjectsReponse ProjectProjectsIdMarkDeleteP... method ProjectProjectsIdMarkDeletePOSTWithHttpInfo (line 6379) | public ApiResponse ProjectProjects... method ProjectProjectsIdMarkDeletePOSTAsync (line 6451) | public async System.Threading.Tasks.Task ProjectProjectsIdPATCHWithHttpInfo (... method ProjectProjectsIdPATCHAsync (line 6622) | public async System.Threading.Tasks.Task ProjectProject... method ProjectProjectsIdPATCHWithHttpInfoAsync (line 6637) | public async System.Threading.Tasks.Task> P... method ProjectProjectsIdPUT (line 6708) | public ProjectUpdate ProjectProjectsIdPUT (string id, ProjectUpdate pr... method ProjectProjectsIdPUTWithHttpInfo (line 6721) | public ApiResponse ProjectProjectsIdPUTWithHttpInfo (st... method ProjectProjectsIdPUTAsync (line 6793) | public async System.Threading.Tasks.Task ProjectProject... method ProjectProjectsIdPUTWithHttpInfoAsync (line 6808) | public async System.Threading.Tasks.Task> P... method ProjectProjectsIdProgressGET (line 6878) | public ProjectProgressResponse ProjectProjectsIdProgressGET (string id) method ProjectProjectsIdProgressGETWithHttpInfo (line 6890) | public ApiResponse ProjectProjectsIdProgressG... method ProjectProjectsIdProgressGETAsync (line 6950) | public async System.Threading.Tasks.Task Proj... method ProjectProjectsIdProgressGETWithHttpInfoAsync (line 6964) | public async System.Threading.Tasks.Task ProjectProjectsIdSearchSimilarDocum... method ProjectProjectsIdSearchSimilarDocumentsPOSTAsync (line 7109) | public async System.Threading.Tasks.Task ProjectProjec... method ProjectProjectsIdSearchSimilarDocumentsPOSTWithHttpInfoAsync (line 7124) | public async System.Threading.Tasks.Task> ... method ProjectProjectsIdSearchSimilarTextUnitsPOST (line 7195) | public TaskIdResponse ProjectProjectsIdSearchSimilarTextUnitsPOST (str... method ProjectProjectsIdSearchSimilarTextUnitsPOSTWithHttpInfo (line 7208) | public ApiResponse ProjectProjectsIdSearchSimilarTextU... method ProjectProjectsIdSearchSimilarTextUnitsPOSTAsync (line 7280) | public async System.Threading.Tasks.Task ProjectProjec... method ProjectProjectsIdSearchSimilarTextUnitsPOSTWithHttpInfoAsync (line 7295) | public async System.Threading.Tasks.Task> ... method ProjectProjectsIdSendClustersToProjectPOST (line 7366) | public string ProjectProjectsIdSendClustersToProjectPOST (string id, S... method ProjectProjectsIdSendClustersToProjectPOSTWithHttpInfo (line 7379) | public ApiResponse ProjectProjectsIdSendClustersToProjectPOSTW... method ProjectProjectsIdSendClustersToProjectPOSTAsync (line 7451) | public async System.Threading.Tasks.Task ProjectProjectsIdSend... method ProjectProjectsIdSendClustersToProjectPOSTWithHttpInfoAsync (line 7466) | public async System.Threading.Tasks.Task> ProjectP... method ProjectProjectsIdSetAnnotationStatusPOST (line 7537) | public ProjectProjectsIdSetAnnotationStatusPOST200Response ProjectProj... method ProjectProjectsIdSetAnnotationStatusPOSTWithHttpInfo (line 7550) | public ApiResponse ProjectProjectsIdSetStatusPOS... method ProjectProjectsIdSetStatusPOSTAsync (line 7793) | public async System.Threading.Tasks.Task Project... method ProjectProjectsIdSetStatusPOSTWithHttpInfoAsync (line 7808) | public async System.Threading.Tasks.Task ProjectProjectsIdSettingsActionsGETW... method ProjectProjectsIdSettingsActionsGETAsync (line 7966) | public async System.Threading.Tasks.Task ProjectProject... method ProjectProjectsIdSettingsActionsGETWithHttpInfoAsync (line 7984) | public async System.Threading.Tasks.Task> P... method ProjectProjectsIdTaskTaskIdTaskLogsGET (line 8050) | public TaskLogResponse ProjectProjectsIdTaskTaskIdTaskLogsGET (string ... method ProjectProjectsIdTaskTaskIdTaskLogsGETWithHttpInfo (line 8065) | public ApiResponse ProjectProjectsIdTaskTaskIdTaskLog... method ProjectProjectsIdTaskTaskIdTaskLogsGETAsync (line 8134) | public async System.Threading.Tasks.Task ProjectProje... method ProjectProjectsIdTaskTaskIdTaskLogsGETWithHttpInfoAsync (line 8151) | public async System.Threading.Tasks.Task>... method ProjectProjectsIdTasksGET (line 8217) | public List ProjectProjectsIdTasksGET (string id, Dictio... method ProjectProjectsIdTasksGETWithHttpInfo (line 8230) | public ApiResponse> ProjectProjectsIdTasksGETWithHt... method ProjectProjectsIdTasksGETAsync (line 8292) | public async System.Threading.Tasks.Task> ProjectPr... method ProjectProjectsIdTasksGETWithHttpInfoAsync (line 8307) | public async System.Threading.Tasks.Task ProjectProjects... method ProjectProjectsIdUnmarkDeletePOSTAsync (line 8453) | public async System.Threading.Tasks.Task ProjectProjec... method ProjectProjectsIdUpdateDocumentFieldsPOSTAsync (line 8624) | public async System.Threading.Tasks.Task ProjectProjectsPOSTWithHttpInfo (Pro... method ProjectProjectsPOSTAsync (line 8788) | public async System.Threading.Tasks.Task ProjectProject... method ProjectProjectsPOSTWithHttpInfoAsync (line 8802) | public async System.Threading.Tasks.Task> P... method ProjectProjectsProjectStatsGET (line 8868) | public List ProjectProjectsProjectStatsGET (string proje... method ProjectProjectsProjectStatsGETWithHttpInfo (line 8880) | public ApiResponse> ProjectProjectsProjectStatsGETW... method ProjectProjectsProjectStatsGETAsync (line 8937) | public async System.Threading.Tasks.Task> ProjectPr... method ProjectProjectsProjectStatsGETWithHttpInfoAsync (line 8951) | public async System.Threading.Tasks.Task> ProjectProjectsRecentGET (int?... method ProjectProjectsRecentGETWithHttpInfo (line 9019) | public ApiResponse>> ProjectProjectsRe... method ProjectProjectsRecentGETAsync (line 9076) | public async System.Threading.Tasks.Task ProjectProjectsSelectProjec... method ProjectProjectsSelectProjectsPOSTAsync (line 9225) | public async System.Threading.Tasks.Task Proje... method ProjectProjectsSelectProjectsPOSTWithHttpInfoAsync (line 9239) | public async System.Threading.Tasks.Task ProjectTaskQueuesGET (Dictionary> ProjectTaskQueuesGETWithHttpInfo (... method ProjectTaskQueuesGETAsync (line 9374) | public async System.Threading.Tasks.Task> ProjectTaskQ... method ProjectTaskQueuesGETWithHttpInfoAsync (line 9388) | public async System.Threading.Tasks.Task>>... method ProjectTaskQueuesIdDELETE (line 9444) | public void ProjectTaskQueuesIdDELETE (string id) method ProjectTaskQueuesIdDELETEWithHttpInfo (line 9455) | public ApiResponse ProjectTaskQueuesIdDELETEWithHttpInfo (stri... method ProjectTaskQueuesIdDELETEAsync (line 9514) | public async System.Threading.Tasks.Task ProjectTaskQueuesIdDELETEAsyn... method ProjectTaskQueuesIdDELETEWithHttpInfoAsync (line 9527) | public async System.Threading.Tasks.Task> ProjectT... method ProjectTaskQueuesIdGET (line 9586) | public TaskQueue ProjectTaskQueuesIdGET (string id, Dictionary ProjectTaskQueuesIdGETWithHttpInfo (stri... method ProjectTaskQueuesIdGETAsync (line 9661) | public async System.Threading.Tasks.Task ProjectTaskQueuesI... method ProjectTaskQueuesIdGETWithHttpInfoAsync (line 9676) | public async System.Threading.Tasks.Task> Proje... method ProjectTaskQueuesIdPATCH (line 9737) | public TaskQueue ProjectTaskQueuesIdPATCH (string id, TaskQueue taskQu... method ProjectTaskQueuesIdPATCHWithHttpInfo (line 9750) | public ApiResponse ProjectTaskQueuesIdPATCHWithHttpInfo (st... method ProjectTaskQueuesIdPATCHAsync (line 9822) | public async System.Threading.Tasks.Task ProjectTaskQueuesI... method ProjectTaskQueuesIdPATCHWithHttpInfoAsync (line 9837) | public async System.Threading.Tasks.Task> Proje... method ProjectTaskQueuesIdPUT (line 9908) | public TaskQueue ProjectTaskQueuesIdPUT (string id, TaskQueue taskQueu... method ProjectTaskQueuesIdPUTWithHttpInfo (line 9921) | public ApiResponse ProjectTaskQueuesIdPUTWithHttpInfo (stri... method ProjectTaskQueuesIdPUTAsync (line 9993) | public async System.Threading.Tasks.Task ProjectTaskQueuesI... method ProjectTaskQueuesIdPUTWithHttpInfoAsync (line 10008) | public async System.Threading.Tasks.Task> Proje... method ProjectTaskQueuesPOST (line 10078) | public TaskQueue ProjectTaskQueuesPOST (TaskQueue taskQueue = default(... method ProjectTaskQueuesPOSTWithHttpInfo (line 10090) | public ApiResponse ProjectTaskQueuesPOSTWithHttpInfo (TaskQ... method ProjectTaskQueuesPOSTAsync (line 10157) | public async System.Threading.Tasks.Task ProjectTaskQueuesP... method ProjectTaskQueuesPOSTWithHttpInfoAsync (line 10171) | public async System.Threading.Tasks.Task> Proje... method ProjectUploadSessionGET (line 10237) | public List ProjectUploadSessionGET (Dictionary> ProjectUploadSessionGETW... method ProjectUploadSessionGETAsync (line 10306) | public async System.Threading.Tasks.Task> Pr... method ProjectUploadSessionGETWithHttpInfoAsync (line 10320) | public async System.Threading.Tasks.Task ProjectUploadSessionPOSTWithHt... method ProjectUploadSessionPOSTAsync (line 10455) | public async System.Threading.Tasks.Task ProjectU... method ProjectUploadSessionPOSTWithHttpInfoAsync (line 10469) | public async System.Threading.Tasks.Task ProjectUploadSessionStatusGET (strin... method ProjectUploadSessionStatusGETWithHttpInfo (line 10547) | public ApiResponse> ProjectUploadSessionSta... method ProjectUploadSessionStatusGETAsync (line 10604) | public async System.Threading.Tasks.Task> P... method ProjectUploadSessionStatusGETWithHttpInfoAsync (line 10618) | public async System.Threading.Tasks.Task ProjectUploadSessionUidBatchUp... method ProjectUploadSessionUidBatchUploadPOSTAsync (line 10760) | public async System.Threading.Tasks.Task ProjectU... method ProjectUploadSessionUidBatchUploadPOSTWithHttpInfoAsync (line 10775) | public async System.Threading.Tasks.Task ProjectUploadSessionUidBatchUp... method ProjectUploadSessionUidBatchUploadPOST_0Async (line 10931) | public async System.Threading.Tasks.Task ProjectU... method ProjectUploadSessionUidBatchUploadPOST_0WithHttpInfoAsync (line 10946) | public async System.Threading.Tasks.Task ProjectUploadSessionUidCancelDELETEWithHttp... method ProjectUploadSessionUidCancelDELETEAsync (line 11086) | public async System.Threading.Tasks.Task ProjectUploadSessionUidCancel... method ProjectUploadSessionUidCancelDELETEWithHttpInfoAsync (line 11099) | public async System.Threading.Tasks.Task> ProjectU... method ProjectUploadSessionUidDELETE (line 11157) | public void ProjectUploadSessionUidDELETE (string uid) method ProjectUploadSessionUidDELETEWithHttpInfo (line 11168) | public ApiResponse ProjectUploadSessionUidDELETEWithHttpInfo (... method ProjectUploadSessionUidDELETEAsync (line 11227) | public async System.Threading.Tasks.Task ProjectUploadSessionUidDELETE... method ProjectUploadSessionUidDELETEWithHttpInfoAsync (line 11240) | public async System.Threading.Tasks.Task> ProjectU... method ProjectUploadSessionUidDeleteFileDELETE (line 11299) | public string ProjectUploadSessionUidDeleteFileDELETE (string uid, Upl... method ProjectUploadSessionUidDeleteFileDELETEWithHttpInfo (line 11312) | public ApiResponse ProjectUploadSessionUidDeleteFileDELETEWith... method ProjectUploadSessionUidDeleteFileDELETEAsync (line 11382) | public async System.Threading.Tasks.Task ProjectUploadSessionU... method ProjectUploadSessionUidDeleteFileDELETEWithHttpInfoAsync (line 11397) | public async System.Threading.Tasks.Task> ProjectU... method ProjectUploadSessionUidFilesPOST (line 11471) | public ProjectUploadSessionFilesResponse ProjectUploadSessionUidFilesP... method ProjectUploadSessionUidFilesPOSTWithHttpInfo (line 11489) | public ApiResponse ProjectUploadSes... method ProjectUploadSessionUidFilesPOSTAsync (line 11575) | public async System.Threading.Tasks.Task ProjectUploadSessionUidGETWith... method ProjectUploadSessionUidGETAsync (line 11750) | public async System.Threading.Tasks.Task ProjectU... method ProjectUploadSessionUidGETWithHttpInfoAsync (line 11765) | public async System.Threading.Tasks.Task ProjectUploadSessionUidPATCHWi... method ProjectUploadSessionUidPATCHAsync (line 11911) | public async System.Threading.Tasks.Task ProjectU... method ProjectUploadSessionUidPATCHWithHttpInfoAsync (line 11926) | public async System.Threading.Tasks.Task ProjectUpload... method ProjectUploadSessionUidProgressGETAsync (line 12068) | public async System.Threading.Tasks.Task ProjectUploadSess... method ProjectUploadSessionUidUploadPOSTAsync (line 12250) | public async System.Threading.Tasks.Task RawdbConfigGET (); method RawdbConfigGETWithHttpInfo (line 46) | ApiResponse> RawdbConfigGETWithHttpInfo (); method RawdbDocumentsDocumentTypeCodeGET (line 70) | Dictionary RawdbDocumentsDocumentTypeCodeGET (string d... method RawdbDocumentsDocumentTypeCodeGETWithHttpInfo (line 95) | ApiResponse> RawdbDocumentsDocumentTypeCode... method RawdbDocumentsDocumentTypeCodePOST (line 106) | Dictionary RawdbDocumentsDocumentTypeCodePOST (string ... method RawdbDocumentsDocumentTypeCodePOSTWithHttpInfo (line 118) | ApiResponse> RawdbDocumentsDocumentTypeCode... method RawdbProjectStatsProjectIdGET (line 128) | Dictionary RawdbProjectStatsProjectIdGET (string proje... method RawdbProjectStatsProjectIdGETWithHttpInfo (line 139) | ApiResponse> RawdbProjectStatsProjectIdGETW... method RawdbConfigGETAsync (line 151) | System.Threading.Tasks.Task> RawdbConfigGET... method RawdbConfigGETWithHttpInfoAsync (line 162) | System.Threading.Tasks.Task>> R... method RawdbDocumentsDocumentTypeCodeGETAsync (line 187) | System.Threading.Tasks.Task> RawdbDocuments... method RawdbDocumentsDocumentTypeCodeGETWithHttpInfoAsync (line 213) | System.Threading.Tasks.Task>> R... method RawdbDocumentsDocumentTypeCodePOSTAsync (line 225) | System.Threading.Tasks.Task> RawdbDocuments... method RawdbDocumentsDocumentTypeCodePOSTWithHttpInfoAsync (line 238) | System.Threading.Tasks.Task>> R... method RawdbProjectStatsProjectIdGETAsync (line 249) | System.Threading.Tasks.Task> RawdbProjectSt... method RawdbProjectStatsProjectIdGETWithHttpInfoAsync (line 261) | System.Threading.Tasks.Task>> R... class RawdbApi (line 268) | public partial class RawdbApi : IRawdbApi method RawdbApi (line 276) | public RawdbApi(String basePath) method RawdbApi (line 287) | public RawdbApi() method RawdbApi (line 300) | public RawdbApi(Org.OpenAPITools.Client.Configuration configuration = ... method GetBasePath (line 314) | public String GetBasePath() method SetBasePath (line 323) | [Obsolete("SetBasePath is deprecated, please do 'Configuration.ApiClie... method DefaultHeader (line 355) | [Obsolete("DefaultHeader is deprecated, please use Configuration.Defau... method AddDefaultHeader (line 367) | [Obsolete("AddDefaultHeader is deprecated, please use Configuration.Ad... method RawdbConfigGET (line 378) | public Dictionary RawdbConfigGET () method RawdbConfigGETWithHttpInfo (line 389) | public ApiResponse> RawdbConfigGETWithHttpI... method RawdbConfigGETAsync (line 444) | public async System.Threading.Tasks.Task> R... method RawdbConfigGETWithHttpInfoAsync (line 457) | public async System.Threading.Tasks.Task RawdbDocumentsDocumentTypeCodeGET (s... method RawdbDocumentsDocumentTypeCodeGETWithHttpInfo (line 552) | public ApiResponse> RawdbDocumentsDocumentT... method RawdbDocumentsDocumentTypeCodeGETAsync (line 640) | public async System.Threading.Tasks.Task> R... method RawdbDocumentsDocumentTypeCodeGETWithHttpInfoAsync (line 668) | public async System.Threading.Tasks.Task RawdbDocumentsDocumentTypeCodePOST (... method RawdbDocumentsDocumentTypeCodePOSTWithHttpInfo (line 755) | public ApiResponse> RawdbDocumentsDocumentT... method RawdbDocumentsDocumentTypeCodePOSTAsync (line 827) | public async System.Threading.Tasks.Task> R... method RawdbDocumentsDocumentTypeCodePOSTWithHttpInfoAsync (line 842) | public async System.Threading.Tasks.Task RawdbProjectStatsProjectIdGET (strin... method RawdbProjectStatsProjectIdGETWithHttpInfo (line 924) | public ApiResponse> RawdbProjectStatsProjec... method RawdbProjectStatsProjectIdGETAsync (line 984) | public async System.Threading.Tasks.Task> R... method RawdbProjectStatsProjectIdGETWithHttpInfoAsync (line 998) | public async System.Threading.Tasks.Task RestAuthLoginPOSTWithHttpInfo (Login login ... method RestAuthLogoutGET (line 57) | List RestAuthLogoutGET (); method RestAuthLogoutGETWithHttpInfo (line 67) | ApiResponse> RestAuthLogoutGETWithHttpInf... method RestAuthLogoutPOST (line 77) | RestAuthCommonResponse RestAuthLogoutPOST (Dictionary ... method RestAuthLogoutPOSTWithHttpInfo (line 88) | ApiResponse RestAuthLogoutPOSTWithHttpInfo (Di... method RestAuthPasswordChangePOST (line 98) | RestAuthCommonResponse RestAuthPasswordChangePOST (CustomPasswordChang... method RestAuthPasswordChangePOSTWithHttpInfo (line 109) | ApiResponse RestAuthPasswordChangePOSTWithHttp... method RestAuthPasswordResetConfirmPOST (line 119) | RestAuthCommonResponse RestAuthPasswordResetConfirmPOST (CustomPasswor... method RestAuthPasswordResetConfirmPOSTWithHttpInfo (line 130) | ApiResponse RestAuthPasswordResetConfirmPOSTWi... method RestAuthPasswordResetPOST (line 140) | RestAuthCommonResponse RestAuthPasswordResetPOST (CustomPasswordReset ... method RestAuthPasswordResetPOSTWithHttpInfo (line 151) | ApiResponse RestAuthPasswordResetPOSTWithHttpI... method RestAuthLoginPOSTAsync (line 164) | System.Threading.Tasks.Task RestAuthLoginPOSTAsync (Log... method RestAuthLoginPOSTWithHttpInfoAsync (line 176) | System.Threading.Tasks.Task> RestAuthLoginP... method RestAuthLogoutGETAsync (line 186) | System.Threading.Tasks.Task> RestAuthLogo... method RestAuthLogoutGETWithHttpInfoAsync (line 197) | System.Threading.Tasks.Task>>... method RestAuthLogoutPOSTAsync (line 208) | System.Threading.Tasks.Task RestAuthLogoutPOST... method RestAuthLogoutPOSTWithHttpInfoAsync (line 220) | System.Threading.Tasks.Task> RestA... method RestAuthPasswordChangePOSTAsync (line 231) | System.Threading.Tasks.Task RestAuthPasswordCh... method RestAuthPasswordChangePOSTWithHttpInfoAsync (line 243) | System.Threading.Tasks.Task> RestA... method RestAuthPasswordResetConfirmPOSTAsync (line 254) | System.Threading.Tasks.Task RestAuthPasswordRe... method RestAuthPasswordResetConfirmPOSTWithHttpInfoAsync (line 266) | System.Threading.Tasks.Task> RestA... method RestAuthPasswordResetPOSTAsync (line 277) | System.Threading.Tasks.Task RestAuthPasswordRe... method RestAuthPasswordResetPOSTWithHttpInfoAsync (line 289) | System.Threading.Tasks.Task> RestA... class RestAuthApi (line 296) | public partial class RestAuthApi : IRestAuthApi method RestAuthApi (line 304) | public RestAuthApi(String basePath) method RestAuthApi (line 315) | public RestAuthApi() method RestAuthApi (line 328) | public RestAuthApi(Org.OpenAPITools.Client.Configuration configuration... method GetBasePath (line 342) | public String GetBasePath() method SetBasePath (line 351) | [Obsolete("SetBasePath is deprecated, please do 'Configuration.ApiClie... method DefaultHeader (line 383) | [Obsolete("DefaultHeader is deprecated, please use Configuration.Defau... method AddDefaultHeader (line 395) | [Obsolete("AddDefaultHeader is deprecated, please use Configuration.Ad... method RestAuthLoginPOST (line 407) | public LoginResponse RestAuthLoginPOST (Login login = default(Login)) method RestAuthLoginPOSTWithHttpInfo (line 419) | public ApiResponse RestAuthLoginPOSTWithHttpInfo (Login... method RestAuthLoginPOSTAsync (line 486) | public async System.Threading.Tasks.Task RestAuthLoginP... method RestAuthLoginPOSTWithHttpInfoAsync (line 500) | public async System.Threading.Tasks.Task> R... method RestAuthLogoutGET (line 565) | public List RestAuthLogoutGET () method RestAuthLogoutGETWithHttpInfo (line 576) | public ApiResponse> RestAuthLogoutGETWith... method RestAuthLogoutGETAsync (line 631) | public async System.Threading.Tasks.Task>... method RestAuthLogoutGETWithHttpInfoAsync (line 644) | public async System.Threading.Tasks.Task RestAuthLogoutPOSTWithHttpI... method RestAuthLogoutPOSTAsync (line 778) | public async System.Threading.Tasks.Task RestA... method RestAuthLogoutPOSTWithHttpInfoAsync (line 792) | public async System.Threading.Tasks.Task RestAuthPasswordChangePOSTW... method RestAuthPasswordChangePOSTAsync (line 937) | public async System.Threading.Tasks.Task RestA... method RestAuthPasswordChangePOSTWithHttpInfoAsync (line 951) | public async System.Threading.Tasks.Task RestAuthPasswordResetConfir... method RestAuthPasswordResetConfirmPOSTAsync (line 1096) | public async System.Threading.Tasks.Task RestA... method RestAuthPasswordResetConfirmPOSTWithHttpInfoAsync (line 1110) | public async System.Threading.Tasks.Task RestAuthPasswordResetPOSTWi... method RestAuthPasswordResetPOSTAsync (line 1255) | public async System.Threading.Tasks.Task RestA... method RestAuthPasswordResetPOSTWithHttpInfoAsync (line 1269) | public async System.Threading.Tasks.Task SimilarityDocumentSimilarityByFeaturesGET (); method SimilarityDocumentSimilarityByFeaturesGETWithHttpInfo (line 46) | ApiResponse> SimilarityDocumentSimilarityBy... method SimilarityDocumentSimilarityByFeaturesPOST (line 56) | SimilarityPOSTObjectResponse SimilarityDocumentSimilarityByFeaturesPOS... method SimilarityDocumentSimilarityByFeaturesPOSTWithHttpInfo (line 67) | ApiResponse SimilarityDocumentSimilarity... method SimilarityPartySimilarityGET (line 76) | Dictionary SimilarityPartySimilarityGET (); method SimilarityPartySimilarityGETWithHttpInfo (line 86) | ApiResponse> SimilarityPartySimilarityGETWi... method SimilarityPartySimilarityPOST (line 96) | SimilarityPOSTObjectResponse SimilarityPartySimilarityPOST (PartySimil... method SimilarityPartySimilarityPOSTWithHttpInfo (line 107) | ApiResponse SimilarityPartySimilarityPOS... method SimilarityProjectDocumentsSimilarityByVectorsGET (line 116) | Dictionary SimilarityProjectDocumentsSimilarityByVecto... method SimilarityProjectDocumentsSimilarityByVectorsGETWithHttpInfo (line 126) | ApiResponse> SimilarityProjectDocumentsSimi... method SimilarityProjectDocumentsSimilarityByVectorsPOST (line 136) | SimilarityPOSTObjectResponse SimilarityProjectDocumentsSimilarityByVec... method SimilarityProjectDocumentsSimilarityByVectorsPOSTWithHttpInfo (line 147) | ApiResponse SimilarityProjectDocumentsSi... method SimilarityProjectTextUnitsSimilarityByVectorsGET (line 156) | Dictionary SimilarityProjectTextUnitsSimilarityByVecto... method SimilarityProjectTextUnitsSimilarityByVectorsGETWithHttpInfo (line 166) | ApiResponse> SimilarityProjectTextUnitsSimi... method SimilarityProjectTextUnitsSimilarityByVectorsPOST (line 176) | SimilarityPOSTObjectResponse SimilarityProjectTextUnitsSimilarityByVec... method SimilarityProjectTextUnitsSimilarityByVectorsPOSTWithHttpInfo (line 187) | ApiResponse SimilarityProjectTextUnitsSi... method SimilaritySimilarityGET (line 196) | Dictionary SimilaritySimilarityGET (); method SimilaritySimilarityGETWithHttpInfo (line 206) | ApiResponse> SimilaritySimilarityGETWithHtt... method SimilaritySimilarityPOST (line 216) | SimilarityPOSTObjectResponse SimilaritySimilarityPOST (SimilarityForm ... method SimilaritySimilarityPOSTWithHttpInfo (line 227) | ApiResponse SimilaritySimilarityPOSTWith... method SimilarityTextUnitSimilarityByFeaturesGET (line 236) | Dictionary SimilarityTextUnitSimilarityByFeaturesGET (); method SimilarityTextUnitSimilarityByFeaturesGETWithHttpInfo (line 246) | ApiResponse> SimilarityTextUnitSimilarityBy... method SimilarityTextUnitSimilarityByFeaturesPOST (line 256) | SimilarityPOSTObjectResponse SimilarityTextUnitSimilarityByFeaturesPOS... method SimilarityTextUnitSimilarityByFeaturesPOSTWithHttpInfo (line 267) | ApiResponse SimilarityTextUnitSimilarity... method SimilarityDocumentSimilarityByFeaturesGETAsync (line 279) | System.Threading.Tasks.Task> SimilarityDocu... method SimilarityDocumentSimilarityByFeaturesGETWithHttpInfoAsync (line 290) | System.Threading.Tasks.Task>> S... method SimilarityDocumentSimilarityByFeaturesPOSTAsync (line 301) | System.Threading.Tasks.Task SimilarityDo... method SimilarityDocumentSimilarityByFeaturesPOSTWithHttpInfoAsync (line 313) | System.Threading.Tasks.Task>... method SimilarityPartySimilarityGETAsync (line 323) | System.Threading.Tasks.Task> SimilarityPart... method SimilarityPartySimilarityGETWithHttpInfoAsync (line 334) | System.Threading.Tasks.Task>> S... method SimilarityPartySimilarityPOSTAsync (line 345) | System.Threading.Tasks.Task SimilarityPa... method SimilarityPartySimilarityPOSTWithHttpInfoAsync (line 357) | System.Threading.Tasks.Task>... method SimilarityProjectDocumentsSimilarityByVectorsGETAsync (line 367) | System.Threading.Tasks.Task> SimilarityProj... method SimilarityProjectDocumentsSimilarityByVectorsGETWithHttpInfoAsync (line 378) | System.Threading.Tasks.Task>> S... method SimilarityProjectDocumentsSimilarityByVectorsPOSTAsync (line 389) | System.Threading.Tasks.Task SimilarityPr... method SimilarityProjectDocumentsSimilarityByVectorsPOSTWithHttpInfoAsync (line 401) | System.Threading.Tasks.Task>... method SimilarityProjectTextUnitsSimilarityByVectorsGETAsync (line 411) | System.Threading.Tasks.Task> SimilarityProj... method SimilarityProjectTextUnitsSimilarityByVectorsGETWithHttpInfoAsync (line 422) | System.Threading.Tasks.Task>> S... method SimilarityProjectTextUnitsSimilarityByVectorsPOSTAsync (line 433) | System.Threading.Tasks.Task SimilarityPr... method SimilarityProjectTextUnitsSimilarityByVectorsPOSTWithHttpInfoAsync (line 445) | System.Threading.Tasks.Task>... method SimilaritySimilarityGETAsync (line 455) | System.Threading.Tasks.Task> SimilaritySimi... method SimilaritySimilarityGETWithHttpInfoAsync (line 466) | System.Threading.Tasks.Task>> S... method SimilaritySimilarityPOSTAsync (line 477) | System.Threading.Tasks.Task SimilaritySi... method SimilaritySimilarityPOSTWithHttpInfoAsync (line 489) | System.Threading.Tasks.Task>... method SimilarityTextUnitSimilarityByFeaturesGETAsync (line 499) | System.Threading.Tasks.Task> SimilarityText... method SimilarityTextUnitSimilarityByFeaturesGETWithHttpInfoAsync (line 510) | System.Threading.Tasks.Task>> S... method SimilarityTextUnitSimilarityByFeaturesPOSTAsync (line 521) | System.Threading.Tasks.Task SimilarityTe... method SimilarityTextUnitSimilarityByFeaturesPOSTWithHttpInfoAsync (line 533) | System.Threading.Tasks.Task>... class SimilarityApi (line 540) | public partial class SimilarityApi : ISimilarityApi method SimilarityApi (line 548) | public SimilarityApi(String basePath) method SimilarityApi (line 559) | public SimilarityApi() method SimilarityApi (line 572) | public SimilarityApi(Org.OpenAPITools.Client.Configuration configurati... method GetBasePath (line 586) | public String GetBasePath() method SetBasePath (line 595) | [Obsolete("SetBasePath is deprecated, please do 'Configuration.ApiClie... method DefaultHeader (line 627) | [Obsolete("DefaultHeader is deprecated, please use Configuration.Defau... method AddDefaultHeader (line 639) | [Obsolete("AddDefaultHeader is deprecated, please use Configuration.Ad... method SimilarityDocumentSimilarityByFeaturesGET (line 650) | public Dictionary SimilarityDocumentSimilarityByFeatur... method SimilarityDocumentSimilarityByFeaturesGETWithHttpInfo (line 661) | public ApiResponse> SimilarityDocumentSimil... method SimilarityDocumentSimilarityByFeaturesGETAsync (line 716) | public async System.Threading.Tasks.Task> S... method SimilarityDocumentSimilarityByFeaturesGETWithHttpInfoAsync (line 729) | public async System.Threading.Tasks.Task SimilarityDocumentSim... method SimilarityDocumentSimilarityByFeaturesPOSTAsync (line 863) | public async System.Threading.Tasks.Task... method SimilarityDocumentSimilarityByFeaturesPOSTWithHttpInfoAsync (line 877) | public async System.Threading.Tasks.Task SimilarityPartySimilarityGET () method SimilarityPartySimilarityGETWithHttpInfo (line 953) | public ApiResponse> SimilarityPartySimilari... method SimilarityPartySimilarityGETAsync (line 1008) | public async System.Threading.Tasks.Task> S... method SimilarityPartySimilarityGETWithHttpInfoAsync (line 1021) | public async System.Threading.Tasks.Task SimilarityPartySimila... method SimilarityPartySimilarityPOSTAsync (line 1155) | public async System.Threading.Tasks.Task... method SimilarityPartySimilarityPOSTWithHttpInfoAsync (line 1169) | public async System.Threading.Tasks.Task SimilarityProjectDocumentsSimilarity... method SimilarityProjectDocumentsSimilarityByVectorsGETWithHttpInfo (line 1245) | public ApiResponse> SimilarityProjectDocume... method SimilarityProjectDocumentsSimilarityByVectorsGETAsync (line 1300) | public async System.Threading.Tasks.Task> S... method SimilarityProjectDocumentsSimilarityByVectorsGETWithHttpInfoAsync (line 1313) | public async System.Threading.Tasks.Task SimilarityProjectDocu... method SimilarityProjectDocumentsSimilarityByVectorsPOSTAsync (line 1447) | public async System.Threading.Tasks.Task... method SimilarityProjectDocumentsSimilarityByVectorsPOSTWithHttpInfoAsync (line 1461) | public async System.Threading.Tasks.Task SimilarityProjectTextUnitsSimilarity... method SimilarityProjectTextUnitsSimilarityByVectorsGETWithHttpInfo (line 1537) | public ApiResponse> SimilarityProjectTextUn... method SimilarityProjectTextUnitsSimilarityByVectorsGETAsync (line 1592) | public async System.Threading.Tasks.Task> S... method SimilarityProjectTextUnitsSimilarityByVectorsGETWithHttpInfoAsync (line 1605) | public async System.Threading.Tasks.Task SimilarityProjectText... method SimilarityProjectTextUnitsSimilarityByVectorsPOSTAsync (line 1739) | public async System.Threading.Tasks.Task... method SimilarityProjectTextUnitsSimilarityByVectorsPOSTWithHttpInfoAsync (line 1753) | public async System.Threading.Tasks.Task SimilaritySimilarityGET () method SimilaritySimilarityGETWithHttpInfo (line 1829) | public ApiResponse> SimilaritySimilarityGET... method SimilaritySimilarityGETAsync (line 1884) | public async System.Threading.Tasks.Task> S... method SimilaritySimilarityGETWithHttpInfoAsync (line 1897) | public async System.Threading.Tasks.Task SimilaritySimilarityP... method SimilaritySimilarityPOSTAsync (line 2031) | public async System.Threading.Tasks.Task... method SimilaritySimilarityPOSTWithHttpInfoAsync (line 2045) | public async System.Threading.Tasks.Task SimilarityTextUnitSimilarityByFeatur... method SimilarityTextUnitSimilarityByFeaturesGETWithHttpInfo (line 2121) | public ApiResponse> SimilarityTextUnitSimil... method SimilarityTextUnitSimilarityByFeaturesGETAsync (line 2176) | public async System.Threading.Tasks.Task> S... method SimilarityTextUnitSimilarityByFeaturesGETWithHttpInfoAsync (line 2189) | public async System.Threading.Tasks.Task SimilarityTextUnitSim... method SimilarityTextUnitSimilarityByFeaturesPOSTAsync (line 2323) | public async System.Threading.Tasks.Task... method SimilarityTextUnitSimilarityByFeaturesPOSTWithHttpInfoAsync (line 2337) | public async System.Threading.Tasks.Task TaskCleanTasksPOST (Dictionary> TaskCleanTasksPOSTWithHttpInfo... method TaskLoadDictionariesPOST (line 58) | Dictionary TaskLoadDictionariesPOST (Dictionary> TaskLoadDictionariesPOSTWithHt... method TaskLoadDocumentsGET (line 78) | Dictionary TaskLoadDocumentsGET (); method TaskLoadDocumentsGETWithHttpInfo (line 88) | ApiResponse> TaskLoadDocumentsGETWithHttpIn... method TaskLoadDocumentsPOST (line 98) | Dictionary TaskLoadDocumentsPOST (Dictionary> TaskLoadDocumentsPOSTWithHttpI... method TaskLocateGET (line 118) | Dictionary TaskLocateGET (); method TaskLocateGETWithHttpInfo (line 128) | ApiResponse> TaskLocateGETWithHttpInfo (); method TaskLocatePOST (line 138) | Dictionary TaskLocatePOST (Dictionary ... method TaskLocatePOSTWithHttpInfo (line 149) | ApiResponse> TaskLocatePOSTWithHttpInfo (Di... method TaskProcessTextExtractionResultsRequestIdPOST (line 160) | Object TaskProcessTextExtractionResultsRequestIdPOST (string requestId... method TaskProcessTextExtractionResultsRequestIdPOSTWithHttpInfo (line 172) | ApiResponse TaskProcessTextExtractionResultsRequestIdPOSTWithH... method TaskPurgeTaskPOST (line 182) | Dictionary TaskPurgeTaskPOST (Dictionary> TaskPurgeTaskPOSTWithHttpInfo ... method TaskRecallTaskGET (line 202) | Dictionary TaskRecallTaskGET (); method TaskRecallTaskGETWithHttpInfo (line 212) | ApiResponse> TaskRecallTaskGETWithHttpInfo (); method TaskRecallTaskPOST (line 222) | Dictionary TaskRecallTaskPOST (Dictionary> TaskRecallTaskPOSTWithHttpInfo... method TaskReindexroutinesCheckSchedulePOST (line 243) | Object TaskReindexroutinesCheckSchedulePOST (Dictionary TaskReindexroutinesCheckSchedulePOSTWithHttpInfo (... method TaskTaskLogGET (line 266) | List TaskTaskLogGET (string taskId, int? recordsLimit... method TaskTaskLogGETWithHttpInfo (line 279) | ApiResponse> TaskTaskLogGETWithHttpInfo (string ... method TaskTaskStatusGET (line 289) | Dictionary TaskTaskStatusGET (string taskId = default(... method TaskTaskStatusGETWithHttpInfo (line 300) | ApiResponse> TaskTaskStatusGETWithHttpInfo ... method TaskTasksGET (line 310) | List TaskTasksGET (Dictionary jqFilters = defaul... method TaskTasksGETWithHttpInfo (line 321) | ApiResponse> TaskTasksGETWithHttpInfo (Dictionary jqFilters =... method TaskTasksIdGETWithHttpInfo (line 344) | ApiResponse TaskTasksIdGETWithHttpInfo (string id, Dictionary TaskTasksProjectProjectIdActiveTasksGET (stri... method TaskTasksProjectProjectIdActiveTasksGETWithHttpInfo (line 367) | ApiResponse> TaskTasksProjectProjectIdActiveT... method TaskTasksProjectProjectIdTasksGET (line 378) | List TaskTasksProjectProjectIdTasksGET (string projectId... method TaskTasksProjectProjectIdTasksGETWithHttpInfo (line 390) | ApiResponse> TaskTasksProjectProjectIdTasksGETWithH... method TaskUpdateElasticIndexGET (line 399) | Dictionary TaskUpdateElasticIndexGET (); method TaskUpdateElasticIndexGETWithHttpInfo (line 409) | ApiResponse> TaskUpdateElasticIndexGETWithH... method TaskUpdateElasticIndexPOST (line 419) | Dictionary TaskUpdateElasticIndexPOST (Dictionary> TaskUpdateElasticIndexPOSTWith... method TaskCleanTasksPOSTAsync (line 443) | System.Threading.Tasks.Task> TaskCleanTasks... method TaskCleanTasksPOSTWithHttpInfoAsync (line 455) | System.Threading.Tasks.Task>> T... method TaskLoadDictionariesPOSTAsync (line 466) | System.Threading.Tasks.Task> TaskLoadDictio... method TaskLoadDictionariesPOSTWithHttpInfoAsync (line 478) | System.Threading.Tasks.Task>> T... method TaskLoadDocumentsGETAsync (line 488) | System.Threading.Tasks.Task> TaskLoadDocume... method TaskLoadDocumentsGETWithHttpInfoAsync (line 499) | System.Threading.Tasks.Task>> T... method TaskLoadDocumentsPOSTAsync (line 510) | System.Threading.Tasks.Task> TaskLoadDocume... method TaskLoadDocumentsPOSTWithHttpInfoAsync (line 522) | System.Threading.Tasks.Task>> T... method TaskLocateGETAsync (line 532) | System.Threading.Tasks.Task> TaskLocateGETA... method TaskLocateGETWithHttpInfoAsync (line 543) | System.Threading.Tasks.Task>> T... method TaskLocatePOSTAsync (line 554) | System.Threading.Tasks.Task> TaskLocatePOST... method TaskLocatePOSTWithHttpInfoAsync (line 566) | System.Threading.Tasks.Task>> T... method TaskProcessTextExtractionResultsRequestIdPOSTAsync (line 578) | System.Threading.Tasks.Task TaskProcessTextExtractionResultsRe... method TaskProcessTextExtractionResultsRequestIdPOSTWithHttpInfoAsync (line 591) | System.Threading.Tasks.Task> TaskProcessTextExtrac... method TaskPurgeTaskPOSTAsync (line 602) | System.Threading.Tasks.Task> TaskPurgeTaskP... method TaskPurgeTaskPOSTWithHttpInfoAsync (line 614) | System.Threading.Tasks.Task>> T... method TaskRecallTaskGETAsync (line 624) | System.Threading.Tasks.Task> TaskRecallTask... method TaskRecallTaskGETWithHttpInfoAsync (line 635) | System.Threading.Tasks.Task>> T... method TaskRecallTaskPOSTAsync (line 646) | System.Threading.Tasks.Task> TaskRecallTask... method TaskRecallTaskPOSTWithHttpInfoAsync (line 658) | System.Threading.Tasks.Task>> T... method TaskReindexroutinesCheckSchedulePOSTAsync (line 669) | System.Threading.Tasks.Task TaskReindexroutinesCheckSchedulePO... method TaskReindexroutinesCheckSchedulePOSTWithHttpInfoAsync (line 681) | System.Threading.Tasks.Task> TaskReindexroutinesCh... method TaskTaskLogGETAsync (line 694) | System.Threading.Tasks.Task> TaskTaskLogGETAsync... method TaskTaskLogGETWithHttpInfoAsync (line 708) | System.Threading.Tasks.Task>> TaskTa... method TaskTaskStatusGETAsync (line 719) | System.Threading.Tasks.Task> TaskTaskStatus... method TaskTaskStatusGETWithHttpInfoAsync (line 731) | System.Threading.Tasks.Task>> T... method TaskTasksGETAsync (line 742) | System.Threading.Tasks.Task> TaskTasksGETAsync (Dictionary<... method TaskTasksGETWithHttpInfoAsync (line 754) | System.Threading.Tasks.Task>> TaskTasksGETWithH... method TaskTasksIdGETAsync (line 766) | System.Threading.Tasks.Task TaskTasksIdGETAsync (string id, Dict... method TaskTasksIdGETWithHttpInfoAsync (line 779) | System.Threading.Tasks.Task> TaskTasksIdGETWithHttpI... method TaskTasksProjectProjectIdActiveTasksGETAsync (line 791) | System.Threading.Tasks.Task> TaskTasksProject... method TaskTasksProjectProjectIdActiveTasksGETWithHttpInfoAsync (line 804) | System.Threading.Tasks.Task>> Tas... method TaskTasksProjectProjectIdTasksGETAsync (line 816) | System.Threading.Tasks.Task> TaskTasksProjectProjec... method TaskTasksProjectProjectIdTasksGETWithHttpInfoAsync (line 829) | System.Threading.Tasks.Task>> TaskTasks... method TaskUpdateElasticIndexGETAsync (line 839) | System.Threading.Tasks.Task> TaskUpdateElas... method TaskUpdateElasticIndexGETWithHttpInfoAsync (line 850) | System.Threading.Tasks.Task>> T... method TaskUpdateElasticIndexPOSTAsync (line 861) | System.Threading.Tasks.Task> TaskUpdateElas... method TaskUpdateElasticIndexPOSTWithHttpInfoAsync (line 873) | System.Threading.Tasks.Task>> T... class TaskApi (line 880) | public partial class TaskApi : ITaskApi method TaskApi (line 888) | public TaskApi(String basePath) method TaskApi (line 899) | public TaskApi() method TaskApi (line 912) | public TaskApi(Org.OpenAPITools.Client.Configuration configuration = n... method GetBasePath (line 926) | public String GetBasePath() method SetBasePath (line 935) | [Obsolete("SetBasePath is deprecated, please do 'Configuration.ApiClie... method DefaultHeader (line 967) | [Obsolete("DefaultHeader is deprecated, please use Configuration.Defau... method AddDefaultHeader (line 979) | [Obsolete("AddDefaultHeader is deprecated, please use Configuration.Ad... method TaskCleanTasksPOST (line 991) | public Dictionary TaskCleanTasksPOST (Dictionary> TaskCleanTasksPOSTWithH... method TaskCleanTasksPOSTAsync (line 1070) | public async System.Threading.Tasks.Task> T... method TaskCleanTasksPOSTWithHttpInfoAsync (line 1084) | public async System.Threading.Tasks.Task TaskLoadDictionariesPOST (Dictionary... method TaskLoadDictionariesPOSTWithHttpInfo (line 1162) | public ApiResponse> TaskLoadDictionariesPOS... method TaskLoadDictionariesPOSTAsync (line 1229) | public async System.Threading.Tasks.Task> T... method TaskLoadDictionariesPOSTWithHttpInfoAsync (line 1243) | public async System.Threading.Tasks.Task TaskLoadDocumentsGET () method TaskLoadDocumentsGETWithHttpInfo (line 1319) | public ApiResponse> TaskLoadDocumentsGETWit... method TaskLoadDocumentsGETAsync (line 1374) | public async System.Threading.Tasks.Task> T... method TaskLoadDocumentsGETWithHttpInfoAsync (line 1387) | public async System.Threading.Tasks.Task TaskLoadDocumentsPOST (Dictionary> TaskLoadDocumentsPOSTWi... method TaskLoadDocumentsPOSTAsync (line 1521) | public async System.Threading.Tasks.Task> T... method TaskLoadDocumentsPOSTWithHttpInfoAsync (line 1535) | public async System.Threading.Tasks.Task TaskLocateGET () method TaskLocateGETWithHttpInfo (line 1611) | public ApiResponse> TaskLocateGETWithHttpIn... method TaskLocateGETAsync (line 1666) | public async System.Threading.Tasks.Task> T... method TaskLocateGETWithHttpInfoAsync (line 1679) | public async System.Threading.Tasks.Task TaskLocatePOST (Dictionary> TaskLocatePOSTWithHttpI... method TaskLocatePOSTAsync (line 1813) | public async System.Threading.Tasks.Task> T... method TaskLocatePOSTWithHttpInfoAsync (line 1827) | public async System.Threading.Tasks.Task TaskProcessTextExtractionResultsRequestIdPO... method TaskProcessTextExtractionResultsRequestIdPOSTAsync (line 1979) | public async System.Threading.Tasks.Task TaskProcessTextExtrac... method TaskProcessTextExtractionResultsRequestIdPOSTWithHttpInfoAsync (line 1994) | public async System.Threading.Tasks.Task> TaskProc... method TaskPurgeTaskPOST (line 2064) | public Dictionary TaskPurgeTaskPOST (Dictionary> TaskPurgeTaskPOSTWithHt... method TaskPurgeTaskPOSTAsync (line 2143) | public async System.Threading.Tasks.Task> T... method TaskPurgeTaskPOSTWithHttpInfoAsync (line 2157) | public async System.Threading.Tasks.Task TaskRecallTaskGET () method TaskRecallTaskGETWithHttpInfo (line 2233) | public ApiResponse> TaskRecallTaskGETWithHt... method TaskRecallTaskGETAsync (line 2288) | public async System.Threading.Tasks.Task> T... method TaskRecallTaskGETWithHttpInfoAsync (line 2301) | public async System.Threading.Tasks.Task TaskRecallTaskPOST (Dictionary> TaskRecallTaskPOSTWithH... method TaskRecallTaskPOSTAsync (line 2435) | public async System.Threading.Tasks.Task> T... method TaskRecallTaskPOSTWithHttpInfoAsync (line 2449) | public async System.Threading.Tasks.Task TaskReindexroutinesCheckSchedulePOSTWithHtt... method TaskReindexroutinesCheckSchedulePOSTAsync (line 2594) | public async System.Threading.Tasks.Task TaskReindexroutinesCh... method TaskReindexroutinesCheckSchedulePOSTWithHttpInfoAsync (line 2608) | public async System.Threading.Tasks.Task> TaskRein... method TaskTaskLogGET (line 2676) | public List TaskTaskLogGET (string taskId, int? recor... method TaskTaskLogGETWithHttpInfo (line 2690) | public ApiResponse> TaskTaskLogGETWithHttpInfo (... method TaskTaskLogGETAsync (line 2754) | public async System.Threading.Tasks.Task> TaskTa... method TaskTaskLogGETWithHttpInfoAsync (line 2770) | public async System.Threading.Tasks.Task TaskTaskStatusGET (string taskId = d... method TaskTaskStatusGETWithHttpInfo (line 2843) | public ApiResponse> TaskTaskStatusGETWithHt... method TaskTaskStatusGETAsync (line 2900) | public async System.Threading.Tasks.Task> T... method TaskTaskStatusGETWithHttpInfoAsync (line 2914) | public async System.Threading.Tasks.Task TaskTasksGET (Dictionary jqFilters =... method TaskTasksGETWithHttpInfo (line 2982) | public ApiResponse> TaskTasksGETWithHttpInfo (Dictionary> TaskTasksGETAsync... method TaskTasksGETWithHttpInfoAsync (line 3053) | public async System.Threading.Tasks.Task>> Task... method TaskTasksIdGET (line 3110) | public Task TaskTasksIdGET (string id, Dictionary jqFi... method TaskTasksIdGETWithHttpInfo (line 3123) | public ApiResponse TaskTasksIdGETWithHttpInfo (string id, Dictio... method TaskTasksIdGETAsync (line 3185) | public async System.Threading.Tasks.Task TaskTasksIdGETAsync (st... method TaskTasksIdGETWithHttpInfoAsync (line 3200) | public async System.Threading.Tasks.Task> TaskTasksI... method TaskTasksProjectProjectIdActiveTasksGET (line 3261) | public List TaskTasksProjectProjectIdActiveTasksGE... method TaskTasksProjectProjectIdActiveTasksGETWithHttpInfo (line 3274) | public ApiResponse> TaskTasksProjectProjectId... method TaskTasksProjectProjectIdActiveTasksGETAsync (line 3336) | public async System.Threading.Tasks.Task> Tas... method TaskTasksProjectProjectIdActiveTasksGETWithHttpInfoAsync (line 3351) | public async System.Threading.Tasks.Task TaskTasksProjectProjectIdTasksGET (string pr... method TaskTasksProjectProjectIdTasksGETWithHttpInfo (line 3425) | public ApiResponse> TaskTasksProjectProjectIdTasksG... method TaskTasksProjectProjectIdTasksGETAsync (line 3487) | public async System.Threading.Tasks.Task> TaskTasks... method TaskTasksProjectProjectIdTasksGETWithHttpInfoAsync (line 3502) | public async System.Threading.Tasks.Task TaskUpdateElasticIndexGET () method TaskUpdateElasticIndexGETWithHttpInfo (line 3572) | public ApiResponse> TaskUpdateElasticIndexG... method TaskUpdateElasticIndexGETAsync (line 3627) | public async System.Threading.Tasks.Task> T... method TaskUpdateElasticIndexGETWithHttpInfoAsync (line 3640) | public async System.Threading.Tasks.Task TaskUpdateElasticIndexPOST (Dictiona... method TaskUpdateElasticIndexPOSTWithHttpInfo (line 3707) | public ApiResponse> TaskUpdateElasticIndexP... method TaskUpdateElasticIndexPOSTAsync (line 3774) | public async System.Threading.Tasks.Task> T... method TaskUpdateElasticIndexPOSTWithHttpInfoAsync (line 3788) | public async System.Threading.Tasks.Task TusU... method TusUploadSessionUploadSessionIdUploadPOST (line 73) | void TusUploadSessionUploadSessionIdUploadPOST (string uploadSessionId... method TusUploadSessionUploadSessionIdUploadPOSTWithHttpInfo (line 89) | ApiResponse TusUploadSessionUploadSessionIdUploadPOSTWithHttpI... method TusUploadSessionUploadSessionIdUploadGuidPATCHAsync (line 107) | System.Threading.Tasks.Task> TusUploadSessionUploa... class TusApi (line 164) | public partial class TusApi : ITusApi method TusApi (line 172) | public TusApi(String basePath) method TusApi (line 183) | public TusApi() method TusApi (line 196) | public TusApi(Org.OpenAPITools.Client.Configuration configuration = null) method GetBasePath (line 210) | public String GetBasePath() method SetBasePath (line 219) | [Obsolete("SetBasePath is deprecated, please do 'Configuration.ApiClie... method DefaultHeader (line 251) | [Obsolete("DefaultHeader is deprecated, please use Configuration.Defau... method AddDefaultHeader (line 263) | [Obsolete("AddDefaultHeader is deprecated, please use Configuration.Ad... method TusUploadSessionUploadSessionIdUploadGuidPATCH (line 280) | public TusUploadSessionUploadSessionIdUploadPOST400Response TusUploadS... method TusUploadSessionUploadSessionIdUploadGuidPATCHWithHttpInfo (line 297) | public ApiResponse TusUploadSessionUploadSessionIdUploadPOSTWi... method TusUploadSessionUploadSessionIdUploadPOSTAsync (line 592) | public async System.Threading.Tasks.Task TusUploadSessionUploadSession... method TusUploadSessionUploadSessionIdUploadPOSTWithHttpInfoAsync (line 610) | public async System.Threading.Tasks.Task> TusUploa... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Api/UsersApi.cs type IUsersApi (line 25) | public interface IUsersApi : IApiAccessor method UsersClientIdsGET (line 36) | List UsersClientIdsGET (); method UsersClientIdsGETWithHttpInfo (line 46) | ApiResponse> UsersClientIdsGETWithHttpInfo (); method UsersElevatePOST (line 56) | SocialLogin UsersElevatePOST (AccessTokenSchema accessTokenSchema = de... method UsersElevatePOSTWithHttpInfo (line 67) | ApiResponse UsersElevatePOSTWithHttpInfo (AccessTokenSche... method UsersGooglePOST (line 77) | SocialLogin UsersGooglePOST (Code code = default(Code)); method UsersGooglePOSTWithHttpInfo (line 88) | ApiResponse UsersGooglePOSTWithHttpInfo (Code code = defa... method UsersOffice365POST (line 98) | SocialLogin UsersOffice365POST (Code code = default(Code)); method UsersOffice365POSTWithHttpInfo (line 109) | ApiResponse UsersOffice365POSTWithHttpInfo (Code code = d... method UsersOktaPOST (line 119) | SocialLogin UsersOktaPOST (Code code = default(Code)); method UsersOktaPOSTWithHttpInfo (line 130) | ApiResponse UsersOktaPOSTWithHttpInfo (Code code = defaul... method UsersUsersFormFieldsGET (line 139) | Dictionary UsersUsersFormFieldsGET (); method UsersUsersFormFieldsGETWithHttpInfo (line 149) | ApiResponse> UsersUsersFormFieldsGETWithHtt... method UsersUsersGET (line 159) | List UsersUsersGET (Dictionary jqFilters = defau... method UsersUsersGETWithHttpInfo (line 170) | ApiResponse> UsersUsersGETWithHttpInfo (Dictionary UsersUsersIdFormFieldsGET (string id); method UsersUsersIdFormFieldsGETWithHttpInfo (line 191) | ApiResponse> UsersUsersIdFormFieldsGETWithH... method UsersUsersIdGET (line 202) | User UsersUsersIdGET (string id, Dictionary jqFilters ... method UsersUsersIdGETWithHttpInfo (line 214) | ApiResponse UsersUsersIdGETWithHttpInfo (string id, Dictionary UsersUsersIdPATCHWithHttpInfo (string id, Use... method UsersUsersIdPUT (line 248) | UserProfile UsersUsersIdPUT (string id, UserProfile userProfile = defa... method UsersUsersIdPUTWithHttpInfo (line 260) | ApiResponse UsersUsersIdPUTWithHttpInfo (string id, UserP... method UsersUsersPOST (line 270) | UserProfile UsersUsersPOST (UserProfile userProfile = default(UserProf... method UsersUsersPOSTWithHttpInfo (line 281) | ApiResponse UsersUsersPOSTWithHttpInfo (UserProfile userP... method UsersUsersUserStatsGET (line 290) | List UsersUsersUserStatsGET (); method UsersUsersUserStatsGETWithHttpInfo (line 300) | ApiResponse> UsersUsersUserStatsGETWithHttpInfo (); method UsersVerifyTokenPOST (line 310) | VerifyAuthTokenResponse UsersVerifyTokenPOST (VerifyAuthTokenRequest v... method UsersVerifyTokenPOSTWithHttpInfo (line 321) | ApiResponse UsersVerifyTokenPOSTWithHttpInfo ... method UsersClientIdsGETAsync (line 333) | System.Threading.Tasks.Task> UsersClientIdsGETA... method UsersClientIdsGETWithHttpInfoAsync (line 344) | System.Threading.Tasks.Task>> Users... method UsersElevatePOSTAsync (line 355) | System.Threading.Tasks.Task UsersElevatePOSTAsync (Access... method UsersElevatePOSTWithHttpInfoAsync (line 367) | System.Threading.Tasks.Task> UsersElevatePOST... method UsersGooglePOSTAsync (line 378) | System.Threading.Tasks.Task UsersGooglePOSTAsync (Code co... method UsersGooglePOSTWithHttpInfoAsync (line 390) | System.Threading.Tasks.Task> UsersGooglePOSTW... method UsersOffice365POSTAsync (line 401) | System.Threading.Tasks.Task UsersOffice365POSTAsync (Code... method UsersOffice365POSTWithHttpInfoAsync (line 413) | System.Threading.Tasks.Task> UsersOffice365PO... method UsersOktaPOSTAsync (line 424) | System.Threading.Tasks.Task UsersOktaPOSTAsync (Code code... method UsersOktaPOSTWithHttpInfoAsync (line 436) | System.Threading.Tasks.Task> UsersOktaPOSTWit... method UsersUsersFormFieldsGETAsync (line 446) | System.Threading.Tasks.Task> UsersUsersForm... method UsersUsersFormFieldsGETWithHttpInfoAsync (line 457) | System.Threading.Tasks.Task>> U... method UsersUsersGETAsync (line 468) | System.Threading.Tasks.Task> UsersUsersGETAsync (Dictionary... method UsersUsersGETWithHttpInfoAsync (line 480) | System.Threading.Tasks.Task>> UsersUsersGETWith... method UsersUsersIdFormFieldsGETAsync (line 491) | System.Threading.Tasks.Task> UsersUsersIdFo... method UsersUsersIdFormFieldsGETWithHttpInfoAsync (line 503) | System.Threading.Tasks.Task>> U... method UsersUsersIdGETAsync (line 515) | System.Threading.Tasks.Task UsersUsersIdGETAsync (string id, Dic... method UsersUsersIdGETWithHttpInfoAsync (line 528) | System.Threading.Tasks.Task> UsersUsersIdGETWithHttp... method UsersUsersIdPATCHAsync (line 540) | System.Threading.Tasks.Task UsersUsersIdPATCHAsync (strin... method UsersUsersIdPATCHWithHttpInfoAsync (line 553) | System.Threading.Tasks.Task> UsersUsersIdPATC... method UsersUsersIdPUTAsync (line 565) | System.Threading.Tasks.Task UsersUsersIdPUTAsync (string ... method UsersUsersIdPUTWithHttpInfoAsync (line 578) | System.Threading.Tasks.Task> UsersUsersIdPUTW... method UsersUsersPOSTAsync (line 589) | System.Threading.Tasks.Task UsersUsersPOSTAsync (UserProf... method UsersUsersPOSTWithHttpInfoAsync (line 601) | System.Threading.Tasks.Task> UsersUsersPOSTWi... method UsersUsersUserStatsGETAsync (line 611) | System.Threading.Tasks.Task> UsersUsersUserStatsGETAsy... method UsersUsersUserStatsGETWithHttpInfoAsync (line 622) | System.Threading.Tasks.Task>> UsersUsersUs... method UsersVerifyTokenPOSTAsync (line 633) | System.Threading.Tasks.Task UsersVerifyTokenP... method UsersVerifyTokenPOSTWithHttpInfoAsync (line 645) | System.Threading.Tasks.Task> User... class UsersApi (line 652) | public partial class UsersApi : IUsersApi method UsersApi (line 660) | public UsersApi(String basePath) method UsersApi (line 671) | public UsersApi() method UsersApi (line 684) | public UsersApi(Org.OpenAPITools.Client.Configuration configuration = ... method GetBasePath (line 698) | public String GetBasePath() method SetBasePath (line 707) | [Obsolete("SetBasePath is deprecated, please do 'Configuration.ApiClie... method DefaultHeader (line 739) | [Obsolete("DefaultHeader is deprecated, please use Configuration.Defau... method AddDefaultHeader (line 751) | [Obsolete("AddDefaultHeader is deprecated, please use Configuration.Ad... method UsersClientIdsGET (line 762) | public List UsersClientIdsGET () method UsersClientIdsGETWithHttpInfo (line 773) | public ApiResponse> UsersClientIdsGETWithHttpIn... method UsersClientIdsGETAsync (line 828) | public async System.Threading.Tasks.Task> Users... method UsersClientIdsGETWithHttpInfoAsync (line 841) | public async System.Threading.Tasks.Task UsersElevatePOSTWithHttpInfo (AccessTo... method UsersElevatePOSTAsync (line 975) | public async System.Threading.Tasks.Task UsersElevatePOST... method UsersElevatePOSTWithHttpInfoAsync (line 989) | public async System.Threading.Tasks.Task> Use... method UsersGooglePOST (line 1055) | public SocialLogin UsersGooglePOST (Code code = default(Code)) method UsersGooglePOSTWithHttpInfo (line 1067) | public ApiResponse UsersGooglePOSTWithHttpInfo (Code code... method UsersGooglePOSTAsync (line 1134) | public async System.Threading.Tasks.Task UsersGooglePOSTA... method UsersGooglePOSTWithHttpInfoAsync (line 1148) | public async System.Threading.Tasks.Task> Use... method UsersOffice365POST (line 1214) | public SocialLogin UsersOffice365POST (Code code = default(Code)) method UsersOffice365POSTWithHttpInfo (line 1226) | public ApiResponse UsersOffice365POSTWithHttpInfo (Code c... method UsersOffice365POSTAsync (line 1293) | public async System.Threading.Tasks.Task UsersOffice365PO... method UsersOffice365POSTWithHttpInfoAsync (line 1307) | public async System.Threading.Tasks.Task> Use... method UsersOktaPOST (line 1373) | public SocialLogin UsersOktaPOST (Code code = default(Code)) method UsersOktaPOSTWithHttpInfo (line 1385) | public ApiResponse UsersOktaPOSTWithHttpInfo (Code code =... method UsersOktaPOSTAsync (line 1452) | public async System.Threading.Tasks.Task UsersOktaPOSTAsy... method UsersOktaPOSTWithHttpInfoAsync (line 1466) | public async System.Threading.Tasks.Task> Use... method UsersUsersFormFieldsGET (line 1531) | public Dictionary UsersUsersFormFieldsGET () method UsersUsersFormFieldsGETWithHttpInfo (line 1542) | public ApiResponse> UsersUsersFormFieldsGET... method UsersUsersFormFieldsGETAsync (line 1597) | public async System.Threading.Tasks.Task> U... method UsersUsersFormFieldsGETWithHttpInfoAsync (line 1610) | public async System.Threading.Tasks.Task UsersUsersGET (Dictionary jqFilters ... method UsersUsersGETWithHttpInfo (line 1677) | public ApiResponse> UsersUsersGETWithHttpInfo (Dictionary> UsersUsersGETAsyn... method UsersUsersGETWithHttpInfoAsync (line 1748) | public async System.Threading.Tasks.Task>> User... method UsersUsersIdFormFieldsGET (line 1804) | public Dictionary UsersUsersIdFormFieldsGET (string id) method UsersUsersIdFormFieldsGETWithHttpInfo (line 1816) | public ApiResponse> UsersUsersIdFormFieldsG... method UsersUsersIdFormFieldsGETAsync (line 1876) | public async System.Threading.Tasks.Task> U... method UsersUsersIdFormFieldsGETWithHttpInfoAsync (line 1890) | public async System.Threading.Tasks.Task jqF... method UsersUsersIdGETWithHttpInfo (line 1963) | public ApiResponse UsersUsersIdGETWithHttpInfo (string id, Dicti... method UsersUsersIdGETAsync (line 2025) | public async System.Threading.Tasks.Task UsersUsersIdGETAsync (s... method UsersUsersIdGETWithHttpInfoAsync (line 2040) | public async System.Threading.Tasks.Task> UsersUsers... method UsersUsersIdPATCH (line 2101) | public UserProfile UsersUsersIdPATCH (string id, UserProfile userProfi... method UsersUsersIdPATCHWithHttpInfo (line 2114) | public ApiResponse UsersUsersIdPATCHWithHttpInfo (string ... method UsersUsersIdPATCHAsync (line 2186) | public async System.Threading.Tasks.Task UsersUsersIdPATC... method UsersUsersIdPATCHWithHttpInfoAsync (line 2201) | public async System.Threading.Tasks.Task> Use... method UsersUsersIdPUT (line 2272) | public UserProfile UsersUsersIdPUT (string id, UserProfile userProfile... method UsersUsersIdPUTWithHttpInfo (line 2285) | public ApiResponse UsersUsersIdPUTWithHttpInfo (string id... method UsersUsersIdPUTAsync (line 2357) | public async System.Threading.Tasks.Task UsersUsersIdPUTA... method UsersUsersIdPUTWithHttpInfoAsync (line 2372) | public async System.Threading.Tasks.Task> Use... method UsersUsersPOST (line 2442) | public UserProfile UsersUsersPOST (UserProfile userProfile = default(U... method UsersUsersPOSTWithHttpInfo (line 2454) | public ApiResponse UsersUsersPOSTWithHttpInfo (UserProfil... method UsersUsersPOSTAsync (line 2521) | public async System.Threading.Tasks.Task UsersUsersPOSTAs... method UsersUsersPOSTWithHttpInfoAsync (line 2535) | public async System.Threading.Tasks.Task> Use... method UsersUsersUserStatsGET (line 2600) | public List UsersUsersUserStatsGET () method UsersUsersUserStatsGETWithHttpInfo (line 2611) | public ApiResponse> UsersUsersUserStatsGETWithHttpInfo () method UsersUsersUserStatsGETAsync (line 2666) | public async System.Threading.Tasks.Task> UsersUsersUs... method UsersUsersUserStatsGETWithHttpInfoAsync (line 2679) | public async System.Threading.Tasks.Task>>... method UsersVerifyTokenPOST (line 2734) | public VerifyAuthTokenResponse UsersVerifyTokenPOST (VerifyAuthTokenRe... method UsersVerifyTokenPOSTWithHttpInfo (line 2746) | public ApiResponse UsersVerifyTokenPOSTWithHt... method UsersVerifyTokenPOSTAsync (line 2813) | public async System.Threading.Tasks.Task User... method UsersVerifyTokenPOSTWithHttpInfoAsync (line 2827) | public async System.Threading.Tasks.Task AnalyzeDocumentClusterGET (Dictionary> AnalyzeDocumentClusterGETWithHttpIn... method AnalyzeDocumentClusterIdGET (line 59) | DocumentCluster AnalyzeDocumentClusterIdGET (string id, Dictionary AnalyzeDocumentClusterIdGETWithHttpInfo (... method AnalyzeDocumentClusterIdPATCH (line 82) | DocumentClusterUpdate AnalyzeDocumentClusterIdPATCH (string id, Docume... method AnalyzeDocumentClusterIdPATCHWithHttpInfo (line 94) | ApiResponse AnalyzeDocumentClusterIdPATCHWithHt... method AnalyzeDocumentClusterIdPUT (line 105) | DocumentClusterUpdate AnalyzeDocumentClusterIdPUT (string id, Document... method AnalyzeDocumentClusterIdPUTWithHttpInfo (line 117) | ApiResponse AnalyzeDocumentClusterIdPUTWithHttp... method AnalyzeDocumentSimilarityListGET (line 127) | List AnalyzeDocumentSimilarityListGET (Dictionary<... method AnalyzeDocumentSimilarityListGETWithHttpInfo (line 138) | ApiResponse> AnalyzeDocumentSimilarityListGET... method AnalyzeDocumentTransformerListGET (line 148) | List AnalyzeDocumentTransformerListGET (Dictionary> AnalyzeDocumentTransformerListGETWithHt... method AnalyzeMlModelListGET (line 169) | List AnalyzeMlModelListGET (Dictionary jqFilt... method AnalyzeMlModelListGETWithHttpInfo (line 180) | ApiResponse> AnalyzeMlModelListGETWithHttpInfo (Dictiona... method AnalyzePartySimilarityListGET (line 190) | List AnalyzePartySimilarityListGET (Dictionary> AnalyzePartySimilarityListGETWithHt... method AnalyzeProjectDocumentSimilarityListGET (line 214) | ProjectDocumentSimilarityResponse AnalyzeProjectDocumentSimilarityList... method AnalyzeProjectDocumentSimilarityListGETWithHttpInfo (line 228) | ApiResponse AnalyzeProjectDocumentS... method AnalyzeProjectTextUnitSimilarityListGET (line 246) | List AnalyzeProjectTextUnitSimilarityListGE... method AnalyzeProjectTextUnitSimilarityListGETWithHttpInfo (line 265) | ApiResponse> AnalyzeProjectTextUnitSim... method AnalyzeProjectTextUnitSimilarityListPOST (line 275) | ProjectTextUnitSimilarity AnalyzeProjectTextUnitSimilarityListPOST (Si... method AnalyzeProjectTextUnitSimilarityListPOSTWithHttpInfo (line 286) | ApiResponse AnalyzeProjectTextUnitSimilarit... method AnalyzeSimilarityRunsGET (line 298) | List AnalyzeSimilarityRunsGET (string unitSource = defa... method AnalyzeSimilarityRunsGETWithHttpInfo (line 311) | ApiResponse> AnalyzeSimilarityRunsGETWithHttpInfo ... method AnalyzeSimilarityRunsIdDELETE (line 323) | void AnalyzeSimilarityRunsIdDELETE (string id, string unitSource = def... method AnalyzeSimilarityRunsIdDELETEWithHttpInfo (line 336) | ApiResponse AnalyzeSimilarityRunsIdDELETEWithHttpInfo (string ... method AnalyzeSimilarityRunsIdGET (line 349) | SimilarityRun AnalyzeSimilarityRunsIdGET (string id, string unitSource... method AnalyzeSimilarityRunsIdGETWithHttpInfo (line 363) | ApiResponse AnalyzeSimilarityRunsIdGETWithHttpInfo (str... method AnalyzeTextUnitClassificationsGET (line 373) | List AnalyzeTextUnitClassificationsGET (Dictio... method AnalyzeTextUnitClassificationsGETWithHttpInfo (line 384) | ApiResponse> AnalyzeTextUnitClassificatio... method AnalyzeTextUnitClassificationsIdDELETE (line 394) | void AnalyzeTextUnitClassificationsIdDELETE (string id); method AnalyzeTextUnitClassificationsIdDELETEWithHttpInfo (line 405) | ApiResponse AnalyzeTextUnitClassificationsIdDELETEWithHttpInfo... method AnalyzeTextUnitClassificationsIdGET (line 416) | TextUnitClassification AnalyzeTextUnitClassificationsIdGET (string id,... method AnalyzeTextUnitClassificationsIdGETWithHttpInfo (line 428) | ApiResponse AnalyzeTextUnitClassificationsIdGE... method AnalyzeTextUnitClassificationsPOST (line 438) | TextUnitClassificationCreate AnalyzeTextUnitClassificationsPOST (TextU... method AnalyzeTextUnitClassificationsPOSTWithHttpInfo (line 449) | ApiResponse AnalyzeTextUnitClassificatio... method AnalyzeTextUnitClassifierSuggestionsGET (line 459) | List AnalyzeTextUnitClassifierSuggestion... method AnalyzeTextUnitClassifierSuggestionsGETWithHttpInfo (line 470) | ApiResponse> AnalyzeTextUnitClassif... method AnalyzeTextUnitClassifierSuggestionsIdDELETE (line 480) | void AnalyzeTextUnitClassifierSuggestionsIdDELETE (string id); method AnalyzeTextUnitClassifierSuggestionsIdDELETEWithHttpInfo (line 491) | ApiResponse AnalyzeTextUnitClassifierSuggestionsIdDELETEWithHt... method AnalyzeTextUnitClassifierSuggestionsIdGET (line 502) | TextUnitClassifierSuggestion AnalyzeTextUnitClassifierSuggestionsIdGET... method AnalyzeTextUnitClassifierSuggestionsIdGETWithHttpInfo (line 514) | ApiResponse AnalyzeTextUnitClassifierSug... method AnalyzeTextUnitClassifiersGET (line 524) | List AnalyzeTextUnitClassifiersGET (Dictionary> AnalyzeTextUnitClassifiersGETWit... method AnalyzeTextUnitClassifiersIdDELETE (line 545) | void AnalyzeTextUnitClassifiersIdDELETE (string id); method AnalyzeTextUnitClassifiersIdDELETEWithHttpInfo (line 556) | ApiResponse AnalyzeTextUnitClassifiersIdDELETEWithHttpInfo (st... method AnalyzeTextUnitClassifiersIdGET (line 567) | TextUnitClassifier AnalyzeTextUnitClassifiersIdGET (string id, Diction... method AnalyzeTextUnitClassifiersIdGETWithHttpInfo (line 579) | ApiResponse AnalyzeTextUnitClassifiersIdGETWithHtt... method AnalyzeTextUnitClusterListGET (line 589) | List AnalyzeTextUnitClusterListGET (Dictionary> AnalyzeTextUnitClusterListGETWithHt... method AnalyzeTextUnitSimilarityListGET (line 610) | List AnalyzeTextUnitSimilarityListGET (Dictionary<... method AnalyzeTextUnitSimilarityListGETWithHttpInfo (line 621) | ApiResponse> AnalyzeTextUnitSimilarityListGET... method AnalyzeTextUnitTransformerListGET (line 631) | List AnalyzeTextUnitTransformerListGET (Dictionary> AnalyzeTextUnitTransformerListGETWithHt... method AnalyzeTypeaheadTextUnitClassificationFieldNameGET (line 653) | Typeahead AnalyzeTypeaheadTextUnitClassificationFieldNameGET (string f... method AnalyzeTypeaheadTextUnitClassificationFieldNameGETWithHttpInfo (line 665) | ApiResponse AnalyzeTypeaheadTextUnitClassificationFieldName... method CommonActionsGET (line 678) | List CommonActionsGET (int? projectId = default(int?), int? do... method CommonActionsGETWithHttpInfo (line 692) | ApiResponse> CommonActionsGETWithHttpInfo (int? projectId... method CommonActionsIdGET (line 706) | Action CommonActionsIdGET (string id, int? projectId = default(int?), ... method CommonActionsIdGETWithHttpInfo (line 721) | ApiResponse CommonActionsIdGETWithHttpInfo (string id, int? pr... method CommonAppVariablesGET (line 731) | Dictionary CommonAppVariablesGET (string name = defaul... method CommonAppVariablesGETWithHttpInfo (line 742) | ApiResponse> CommonAppVariablesGETWithHttpI... method CommonAppVariablesListGET (line 752) | List CommonAppVariablesListGET (Dictionary jqF... method CommonAppVariablesListGETWithHttpInfo (line 763) | ApiResponse> CommonAppVariablesListGETWithHttpInfo (Dicti... method CommonAppVariablesProjectProjectIdGET (line 773) | List CommonAppVariablesProjectProjectIdGET (string proj... method CommonAppVariablesProjectProjectIdGETWithHttpInfo (line 784) | ApiResponse> CommonAppVariablesProjectProjectIdGET... method CommonAppVariablesProjectProjectIdPUT (line 795) | string CommonAppVariablesProjectProjectIdPUT (string projectId, List CommonAppVariablesProjectProjectIdPUTWithHttpInfo ... method CommonLogoGET (line 817) | Dictionary CommonLogoGET (string action = default(stri... method CommonLogoGETWithHttpInfo (line 828) | ApiResponse> CommonLogoGETWithHttpInfo (str... method CommonMediaPathGET (line 839) | Dictionary CommonMediaPathGET (string path, string act... method CommonMediaPathGETWithHttpInfo (line 851) | ApiResponse> CommonMediaPathGETWithHttpInfo... method CommonMenuGroupsFormFieldsGET (line 860) | Dictionary CommonMenuGroupsFormFieldsGET (); method CommonMenuGroupsFormFieldsGETWithHttpInfo (line 870) | ApiResponse> CommonMenuGroupsFormFieldsGETW... method CommonMenuGroupsGET (line 879) | List CommonMenuGroupsGET (); method CommonMenuGroupsGETWithHttpInfo (line 889) | ApiResponse> CommonMenuGroupsGETWithHttpInfo (); method CommonMenuGroupsIdDELETE (line 899) | void CommonMenuGroupsIdDELETE (string id); method CommonMenuGroupsIdDELETEWithHttpInfo (line 910) | ApiResponse CommonMenuGroupsIdDELETEWithHttpInfo (string id); method CommonMenuGroupsIdFormFieldsGET (line 920) | Dictionary CommonMenuGroupsIdFormFieldsGET (string id); method CommonMenuGroupsIdFormFieldsGETWithHttpInfo (line 931) | ApiResponse> CommonMenuGroupsIdFormFieldsGE... method CommonMenuGroupsIdGET (line 941) | MenuGroup CommonMenuGroupsIdGET (string id); method CommonMenuGroupsIdGETWithHttpInfo (line 952) | ApiResponse CommonMenuGroupsIdGETWithHttpInfo (string id); method CommonMenuGroupsIdPATCH (line 963) | MenuGroup CommonMenuGroupsIdPATCH (string id, MenuGroup menuGroup = de... method CommonMenuGroupsIdPATCHWithHttpInfo (line 975) | ApiResponse CommonMenuGroupsIdPATCHWithHttpInfo (string id,... method CommonMenuGroupsIdPUT (line 986) | MenuGroup CommonMenuGroupsIdPUT (string id, MenuGroup menuGroup = defa... method CommonMenuGroupsIdPUTWithHttpInfo (line 998) | ApiResponse CommonMenuGroupsIdPUTWithHttpInfo (string id, M... method CommonMenuGroupsPOST (line 1008) | MenuGroup CommonMenuGroupsPOST (MenuGroup menuGroup = default(MenuGrou... method CommonMenuGroupsPOSTWithHttpInfo (line 1019) | ApiResponse CommonMenuGroupsPOSTWithHttpInfo (MenuGroup men... method CommonMenuItemsFormFieldsGET (line 1028) | Dictionary CommonMenuItemsFormFieldsGET (); method CommonMenuItemsFormFieldsGETWithHttpInfo (line 1038) | ApiResponse> CommonMenuItemsFormFieldsGETWi... method CommonMenuItemsGET (line 1047) | List CommonMenuItemsGET (); method CommonMenuItemsGETWithHttpInfo (line 1057) | ApiResponse> CommonMenuItemsGETWithHttpInfo (); method CommonMenuItemsIdDELETE (line 1067) | void CommonMenuItemsIdDELETE (string id); method CommonMenuItemsIdDELETEWithHttpInfo (line 1078) | ApiResponse CommonMenuItemsIdDELETEWithHttpInfo (string id); method CommonMenuItemsIdFormFieldsGET (line 1088) | Dictionary CommonMenuItemsIdFormFieldsGET (string id); method CommonMenuItemsIdFormFieldsGETWithHttpInfo (line 1099) | ApiResponse> CommonMenuItemsIdFormFieldsGET... method CommonMenuItemsIdGET (line 1109) | MenuItem CommonMenuItemsIdGET (string id); method CommonMenuItemsIdGETWithHttpInfo (line 1120) | ApiResponse CommonMenuItemsIdGETWithHttpInfo (string id); method CommonMenuItemsIdPATCH (line 1131) | MenuItem CommonMenuItemsIdPATCH (string id, MenuItem menuItem = defaul... method CommonMenuItemsIdPATCHWithHttpInfo (line 1143) | ApiResponse CommonMenuItemsIdPATCHWithHttpInfo (string id, M... method CommonMenuItemsIdPUT (line 1154) | MenuItem CommonMenuItemsIdPUT (string id, MenuItem menuItem = default(... method CommonMenuItemsIdPUTWithHttpInfo (line 1166) | ApiResponse CommonMenuItemsIdPUTWithHttpInfo (string id, Men... method CommonMenuItemsPOST (line 1176) | MenuItem CommonMenuItemsPOST (MenuItem menuItem = default(MenuItem)); method CommonMenuItemsPOSTWithHttpInfo (line 1187) | ApiResponse CommonMenuItemsPOSTWithHttpInfo (MenuItem menuIt... method CommonReviewStatusGroupsGET (line 1197) | List CommonReviewStatusGroupsGET (Dictionary> CommonReviewStatusGroupsGETWithHt... method CommonReviewStatusGroupsIdDELETE (line 1218) | void CommonReviewStatusGroupsIdDELETE (string id); method CommonReviewStatusGroupsIdDELETEWithHttpInfo (line 1229) | ApiResponse CommonReviewStatusGroupsIdDELETEWithHttpInfo (stri... method CommonReviewStatusGroupsIdGET (line 1240) | ReviewStatusGroup CommonReviewStatusGroupsIdGET (string id, Dictionary... method CommonReviewStatusGroupsIdGETWithHttpInfo (line 1252) | ApiResponse CommonReviewStatusGroupsIdGETWithHttpIn... method CommonReviewStatusGroupsIdPATCH (line 1263) | ReviewStatusGroup CommonReviewStatusGroupsIdPATCH (string id, ReviewSt... method CommonReviewStatusGroupsIdPATCHWithHttpInfo (line 1275) | ApiResponse CommonReviewStatusGroupsIdPATCHWithHttp... method CommonReviewStatusGroupsIdPUT (line 1286) | ReviewStatusGroup CommonReviewStatusGroupsIdPUT (string id, ReviewStat... method CommonReviewStatusGroupsIdPUTWithHttpInfo (line 1298) | ApiResponse CommonReviewStatusGroupsIdPUTWithHttpIn... method CommonReviewStatusGroupsPOST (line 1308) | ReviewStatusGroup CommonReviewStatusGroupsPOST (ReviewStatusGroup revi... method CommonReviewStatusGroupsPOSTWithHttpInfo (line 1319) | ApiResponse CommonReviewStatusGroupsPOSTWithHttpInf... method CommonReviewStatusesGET (line 1329) | List CommonReviewStatusesGET (Dictionary> CommonReviewStatusesGETWithHttpI... method CommonReviewStatusesIdDELETE (line 1350) | void CommonReviewStatusesIdDELETE (string id); method CommonReviewStatusesIdDELETEWithHttpInfo (line 1361) | ApiResponse CommonReviewStatusesIdDELETEWithHttpInfo (string id); method CommonReviewStatusesIdGET (line 1372) | ReviewStatusDetail CommonReviewStatusesIdGET (string id, Dictionary CommonReviewStatusesIdGETWithHttpInfo ... method CommonReviewStatusesIdPATCH (line 1395) | ReviewStatus CommonReviewStatusesIdPATCH (string id, ReviewStatus revi... method CommonReviewStatusesIdPATCHWithHttpInfo (line 1407) | ApiResponse CommonReviewStatusesIdPATCHWithHttpInfo (str... method CommonReviewStatusesIdPUT (line 1418) | ReviewStatus CommonReviewStatusesIdPUT (string id, ReviewStatus review... method CommonReviewStatusesIdPUTWithHttpInfo (line 1430) | ApiResponse CommonReviewStatusesIdPUTWithHttpInfo (strin... method CommonReviewStatusesPOST (line 1440) | ReviewStatus CommonReviewStatusesPOST (ReviewStatus reviewStatus = def... method CommonReviewStatusesPOSTWithHttpInfo (line 1451) | ApiResponse CommonReviewStatusesPOSTWithHttpInfo (Review... method DocumentAnnotationsAnnotatePUT (line 1461) | AnnotationUpdateResponse DocumentAnnotationsAnnotatePUT (Annotation an... method DocumentAnnotationsAnnotatePUTWithHttpInfo (line 1472) | ApiResponse DocumentAnnotationsAnnotatePUTWi... method DocumentAnnotationsBatchPUT (line 1482) | List DocumentAnnotationsBatchPUT (List> DocumentAnnotationsBatchPUT... method DocumentAnnotationsGET (line 1502) | List DocumentAnnotationsGET (); method DocumentAnnotationsGETWithHttpInfo (line 1512) | ApiResponse> DocumentAnnotationsGETWithHttpInfo (); method DocumentAnnotationsIdDELETE (line 1522) | void DocumentAnnotationsIdDELETE (string id); method DocumentAnnotationsIdDELETEWithHttpInfo (line 1533) | ApiResponse DocumentAnnotationsIdDELETEWithHttpInfo (string id); method DocumentAnnotationsIdGET (line 1543) | Annotation DocumentAnnotationsIdGET (string id); method DocumentAnnotationsIdGETWithHttpInfo (line 1554) | ApiResponse DocumentAnnotationsIdGETWithHttpInfo (string id); method DocumentAnnotationsIdPUT (line 1565) | Annotation DocumentAnnotationsIdPUT (string id, Annotation annotation ... method DocumentAnnotationsIdPUTWithHttpInfo (line 1577) | ApiResponse DocumentAnnotationsIdPUTWithHttpInfo (string i... method DocumentAnnotationsPOST (line 1587) | Annotation DocumentAnnotationsPOST (Annotation annotation = default(An... method DocumentAnnotationsPOSTWithHttpInfo (line 1598) | ApiResponse DocumentAnnotationsPOSTWithHttpInfo (Annotatio... method DocumentAnnotationsSuggestPOST (line 1608) | Annotation DocumentAnnotationsSuggestPOST (AnnotationSuggestRequest an... method DocumentAnnotationsSuggestPOSTWithHttpInfo (line 1619) | ApiResponse DocumentAnnotationsSuggestPOSTWithHttpInfo (An... method DocumentDocumentFieldAnnotationsForUserGET (line 1629) | DocumentFieldAnnotation DocumentDocumentFieldAnnotationsForUserGET (Di... method DocumentDocumentFieldAnnotationsForUserGETWithHttpInfo (line 1640) | ApiResponse DocumentDocumentFieldAnnotationsF... method DocumentDocumentFieldAnnotationsGET (line 1650) | List DocumentDocumentFieldAnnotationsGET (Dic... method DocumentDocumentFieldAnnotationsGETWithHttpInfo (line 1661) | ApiResponse> DocumentDocumentFieldAnnota... method DocumentDocumentFieldAnnotationsUidGET (line 1672) | DocumentFieldAnnotation DocumentDocumentFieldAnnotationsUidGET (string... method DocumentDocumentFieldAnnotationsUidGETWithHttpInfo (line 1684) | ApiResponse DocumentDocumentFieldAnnotationsU... method DocumentDocumentFieldCategoriesFormFieldsGET (line 1693) | Dictionary DocumentDocumentFieldCategoriesFormFieldsGE... method DocumentDocumentFieldCategoriesFormFieldsGETWithHttpInfo (line 1703) | ApiResponse> DocumentDocumentFieldCategorie... method DocumentDocumentFieldCategoriesGET (line 1713) | List DocumentDocumentFieldCategoriesGET (Di... method DocumentDocumentFieldCategoriesGETWithHttpInfo (line 1724) | ApiResponse> DocumentDocumentFieldCate... method DocumentDocumentFieldCategoriesIdDELETE (line 1734) | void DocumentDocumentFieldCategoriesIdDELETE (string id); method DocumentDocumentFieldCategoriesIdDELETEWithHttpInfo (line 1745) | ApiResponse DocumentDocumentFieldCategoriesIdDELETEWithHttpInf... method DocumentDocumentFieldCategoriesIdFormFieldsGET (line 1755) | Dictionary DocumentDocumentFieldCategoriesIdFormFields... method DocumentDocumentFieldCategoriesIdFormFieldsGETWithHttpInfo (line 1766) | ApiResponse> DocumentDocumentFieldCategorie... method DocumentDocumentFieldCategoriesIdGET (line 1777) | DocumentFieldCategoryList DocumentDocumentFieldCategoriesIdGET (string... method DocumentDocumentFieldCategoriesIdGETWithHttpInfo (line 1789) | ApiResponse DocumentDocumentFieldCategories... method DocumentDocumentFieldCategoriesIdPATCH (line 1800) | DocumentFieldCategoryCreate DocumentDocumentFieldCategoriesIdPATCH (st... method DocumentDocumentFieldCategoriesIdPATCHWithHttpInfo (line 1812) | ApiResponse DocumentDocumentFieldCategori... method DocumentDocumentFieldCategoriesIdPUT (line 1823) | DocumentFieldCategoryCreate DocumentDocumentFieldCategoriesIdPUT (stri... method DocumentDocumentFieldCategoriesIdPUTWithHttpInfo (line 1835) | ApiResponse DocumentDocumentFieldCategori... method DocumentDocumentFieldCategoriesPOST (line 1845) | DocumentFieldCategoryCreate DocumentDocumentFieldCategoriesPOST (Docum... method DocumentDocumentFieldCategoriesPOSTWithHttpInfo (line 1856) | ApiResponse DocumentDocumentFieldCategori... method DocumentDocumentFieldDetectorsFormFieldsGET (line 1865) | Dictionary DocumentDocumentFieldDetectorsFormFieldsGET... method DocumentDocumentFieldDetectorsFormFieldsGETWithHttpInfo (line 1875) | ApiResponse> DocumentDocumentFieldDetectors... method DocumentDocumentFieldDetectorsGET (line 1885) | List DocumentDocumentFieldDetectorsGET (D... method DocumentDocumentFieldDetectorsGETWithHttpInfo (line 1896) | ApiResponse> DocumentDocumentFieldDe... method DocumentDocumentFieldDetectorsPOST (line 1906) | DocumentFieldDetectorCreate DocumentDocumentFieldDetectorsPOST (Docume... method DocumentDocumentFieldDetectorsPOSTWithHttpInfo (line 1917) | ApiResponse DocumentDocumentFieldDetector... method DocumentDocumentFieldDetectorsUidDELETE (line 1927) | void DocumentDocumentFieldDetectorsUidDELETE (string uid); method DocumentDocumentFieldDetectorsUidDELETEWithHttpInfo (line 1938) | ApiResponse DocumentDocumentFieldDetectorsUidDELETEWithHttpInf... method DocumentDocumentFieldDetectorsUidFormFieldsGET (line 1948) | Dictionary DocumentDocumentFieldDetectorsUidFormFields... method DocumentDocumentFieldDetectorsUidFormFieldsGETWithHttpInfo (line 1959) | ApiResponse> DocumentDocumentFieldDetectors... method DocumentDocumentFieldDetectorsUidGET (line 1970) | DocumentFieldDetectorDetail DocumentDocumentFieldDetectorsUidGET (stri... method DocumentDocumentFieldDetectorsUidGETWithHttpInfo (line 1982) | ApiResponse DocumentDocumentFieldDetector... method DocumentDocumentFieldDetectorsUidPATCH (line 1993) | DocumentFieldDetectorCreate DocumentDocumentFieldDetectorsUidPATCH (st... method DocumentDocumentFieldDetectorsUidPATCHWithHttpInfo (line 2005) | ApiResponse DocumentDocumentFieldDetector... method DocumentDocumentFieldDetectorsUidPUT (line 2016) | DocumentFieldDetectorCreate DocumentDocumentFieldDetectorsUidPUT (stri... method DocumentDocumentFieldDetectorsUidPUTWithHttpInfo (line 2028) | ApiResponse DocumentDocumentFieldDetector... method DocumentDocumentFieldValuesGET (line 2038) | List DocumentDocumentFieldValuesGET (Dictionary> DocumentDocumentFieldValuesGETWi... method DocumentDocumentFieldValuesIdGET (line 2060) | DocumentFieldValue DocumentDocumentFieldValuesIdGET (string id, Dictio... method DocumentDocumentFieldValuesIdGETWithHttpInfo (line 2072) | ApiResponse DocumentDocumentFieldValuesIdGETWithHt... method DocumentDocumentFieldsCheckFieldFormulaPOST (line 2082) | DocumentFieldDetail DocumentDocumentFieldsCheckFieldFormulaPOST (Check... method DocumentDocumentFieldsCheckFieldFormulaPOSTWithHttpInfo (line 2093) | ApiResponse DocumentDocumentFieldsCheckFieldFormu... method DocumentDocumentFieldsFormFieldsGET (line 2102) | Dictionary DocumentDocumentFieldsFormFieldsGET (); method DocumentDocumentFieldsFormFieldsGETWithHttpInfo (line 2112) | ApiResponse> DocumentDocumentFieldsFormFiel... method DocumentDocumentFieldsGET (line 2122) | List DocumentDocumentFieldsGET (Dictionary> DocumentDocumentFieldsGETWithHttp... method DocumentDocumentFieldsPOST (line 2143) | DocumentFieldCreate DocumentDocumentFieldsPOST (DocumentFieldCreate do... method DocumentDocumentFieldsPOSTWithHttpInfo (line 2154) | ApiResponse DocumentDocumentFieldsPOSTWithHttpInf... method DocumentDocumentFieldsStatsGET (line 2164) | List DocumentDocumentFieldsStatsGET (strin... method DocumentDocumentFieldsStatsGETWithHttpInfo (line 2175) | ApiResponse> DocumentDocumentFieldsSt... method DocumentDocumentFieldsUidCheckFormulaPOST (line 2186) | Dictionary DocumentDocumentFieldsUidCheckFormulaPOST (... method DocumentDocumentFieldsUidCheckFormulaPOSTWithHttpInfo (line 2198) | ApiResponse> DocumentDocumentFieldsUidCheck... method DocumentDocumentFieldsUidClonePOST (line 2209) | DocumentFieldDetail DocumentDocumentFieldsUidClonePOST (string uid, Cl... method DocumentDocumentFieldsUidClonePOSTWithHttpInfo (line 2221) | ApiResponse DocumentDocumentFieldsUidClonePOSTWit... method DocumentDocumentFieldsUidDELETE (line 2231) | void DocumentDocumentFieldsUidDELETE (string uid); method DocumentDocumentFieldsUidDELETEWithHttpInfo (line 2242) | ApiResponse DocumentDocumentFieldsUidDELETEWithHttpInfo (strin... method DocumentDocumentFieldsUidFormFieldsGET (line 2252) | Dictionary DocumentDocumentFieldsUidFormFieldsGET (str... method DocumentDocumentFieldsUidFormFieldsGETWithHttpInfo (line 2263) | ApiResponse> DocumentDocumentFieldsUidFormF... method DocumentDocumentFieldsUidGET (line 2274) | DocumentFieldDetail DocumentDocumentFieldsUidGET (string uid, Dictiona... method DocumentDocumentFieldsUidGETWithHttpInfo (line 2286) | ApiResponse DocumentDocumentFieldsUidGETWithHttpI... method DocumentDocumentFieldsUidPATCH (line 2297) | DocumentFieldCreate DocumentDocumentFieldsUidPATCH (string uid, Docume... method DocumentDocumentFieldsUidPATCHWithHttpInfo (line 2309) | ApiResponse DocumentDocumentFieldsUidPATCHWithHtt... method DocumentDocumentFieldsUidPUT (line 2320) | DocumentFieldCreate DocumentDocumentFieldsUidPUT (string uid, Document... method DocumentDocumentFieldsUidPUTWithHttpInfo (line 2332) | ApiResponse DocumentDocumentFieldsUidPUTWithHttpI... method DocumentDocumentFieldsUidPreDeletePOST (line 2343) | Dictionary DocumentDocumentFieldsUidPreDeletePOST (str... method DocumentDocumentFieldsUidPreDeletePOSTWithHttpInfo (line 2355) | ApiResponse> DocumentDocumentFieldsUidPreDe... method DocumentDocumentNotesGET (line 2369) | List DocumentDocumentNotesGET (Dictionary> DocumentDocumentNotesGETWithHttp... method DocumentDocumentNotesIdDELETE (line 2394) | void DocumentDocumentNotesIdDELETE (string id); method DocumentDocumentNotesIdDELETEWithHttpInfo (line 2405) | ApiResponse DocumentDocumentNotesIdDELETEWithHttpInfo (string ... method DocumentDocumentNotesIdGET (line 2416) | DocumentNoteDetail DocumentDocumentNotesIdGET (string id, Dictionary DocumentDocumentNotesIdGETWithHttpInfo... method DocumentDocumentNotesIdPATCH (line 2439) | DocumentNoteDetail DocumentDocumentNotesIdPATCH (string id, DocumentNo... method DocumentDocumentNotesIdPATCHWithHttpInfo (line 2451) | ApiResponse DocumentDocumentNotesIdPATCHWithHttpIn... method DocumentDocumentNotesIdPUT (line 2462) | DocumentNoteUpdate DocumentDocumentNotesIdPUT (string id, DocumentNote... method DocumentDocumentNotesIdPUTWithHttpInfo (line 2474) | ApiResponse DocumentDocumentNotesIdPUTWithHttpInfo... method DocumentDocumentNotesPOST (line 2484) | DocumentNoteCreate DocumentDocumentNotesPOST (DocumentNoteCreate docum... method DocumentDocumentNotesPOSTWithHttpInfo (line 2495) | ApiResponse DocumentDocumentNotesPOSTWithHttpInfo ... method DocumentDocumentTypesFormFieldsGET (line 2504) | Dictionary DocumentDocumentTypesFormFieldsGET (); method DocumentDocumentTypesFormFieldsGETWithHttpInfo (line 2514) | ApiResponse> DocumentDocumentTypesFormField... method DocumentDocumentTypesGET (line 2524) | List DocumentDocumentTypesGET (Dictionary> DocumentDocumentTypesGETWithHttp... method DocumentDocumentTypesImportDocTypePUT (line 2545) | DocumentTypeImportResponse DocumentDocumentTypesImportDocTypePUT (Docu... method DocumentDocumentTypesImportDocTypePUTWithHttpInfo (line 2556) | ApiResponse DocumentDocumentTypesImportDoc... method DocumentDocumentTypesPOST (line 2566) | DocumentTypeCreate DocumentDocumentTypesPOST (DocumentTypeCreate docum... method DocumentDocumentTypesPOSTWithHttpInfo (line 2577) | ApiResponse DocumentDocumentTypesPOSTWithHttpInfo ... method DocumentDocumentTypesSchemeMigrationsGET (line 2586) | Dictionary DocumentDocumentTypesSchemeMigrationsGET (); method DocumentDocumentTypesSchemeMigrationsGETWithHttpInfo (line 2596) | ApiResponse> DocumentDocumentTypesSchemeMig... method DocumentDocumentTypesStatsGET (line 2605) | List DocumentDocumentTypesStatsGET (); method DocumentDocumentTypesStatsGETWithHttpInfo (line 2615) | ApiResponse> DocumentDocumentTypesStatsGETWith... method DocumentDocumentTypesUidClonePOST (line 2626) | DocumentTypeDetail DocumentDocumentTypesUidClonePOST (string uid, Clon... method DocumentDocumentTypesUidClonePOSTWithHttpInfo (line 2638) | ApiResponse DocumentDocumentTypesUidClonePOSTWithH... method DocumentDocumentTypesUidDELETE (line 2648) | void DocumentDocumentTypesUidDELETE (string uid); method DocumentDocumentTypesUidDELETEWithHttpInfo (line 2659) | ApiResponse DocumentDocumentTypesUidDELETEWithHttpInfo (string... method DocumentDocumentTypesUidExportDocTypeGET (line 2670) | System.IO.Stream DocumentDocumentTypesUidExportDocTypeGET (string uid,... method DocumentDocumentTypesUidExportDocTypeGETWithHttpInfo (line 2682) | ApiResponse DocumentDocumentTypesUidExportDocTypeGET... method DocumentDocumentTypesUidFormFieldsGET (line 2692) | Dictionary DocumentDocumentTypesUidFormFieldsGET (stri... method DocumentDocumentTypesUidFormFieldsGETWithHttpInfo (line 2703) | ApiResponse> DocumentDocumentTypesUidFormFi... method DocumentDocumentTypesUidGET (line 2714) | DocumentTypeDetail DocumentDocumentTypesUidGET (string uid, Dictionary... method DocumentDocumentTypesUidGETWithHttpInfo (line 2726) | ApiResponse DocumentDocumentTypesUidGETWithHttpInf... method DocumentDocumentTypesUidPATCH (line 2737) | DocumentTypeCreate DocumentDocumentTypesUidPATCH (string uid, Document... method DocumentDocumentTypesUidPATCHWithHttpInfo (line 2749) | ApiResponse DocumentDocumentTypesUidPATCHWithHttpI... method DocumentDocumentTypesUidPUT (line 2760) | DocumentTypeCreate DocumentDocumentTypesUidPUT (string uid, DocumentTy... method DocumentDocumentTypesUidPUTWithHttpInfo (line 2772) | ApiResponse DocumentDocumentTypesUidPUTWithHttpInf... method DocumentDocumentTypesUidPreDeletePOST (line 2783) | Dictionary DocumentDocumentTypesUidPreDeletePOST (stri... method DocumentDocumentTypesUidPreDeletePOSTWithHttpInfo (line 2795) | ApiResponse> DocumentDocumentTypesUidPreDel... method DocumentDocumentTypesUserProjectTypesGET (line 2805) | DocumentTypeDetail DocumentDocumentTypesUserProjectTypesGET (Dictionar... method DocumentDocumentTypesUserProjectTypesGETWithHttpInfo (line 2816) | ApiResponse DocumentDocumentTypesUserProjectTypesG... method DocumentDocumentsDownloadZipGET (line 2827) | DocumentDownloadZipResponse DocumentDocumentsDownloadZipGET (string do... method DocumentDocumentsDownloadZipGETWithHttpInfo (line 2839) | ApiResponse DocumentDocumentsDownloadZipG... method DocumentDocumentsForUserGET (line 2848) | DocumentsForUserResponse DocumentDocumentsForUserGET (); method DocumentDocumentsForUserGETWithHttpInfo (line 2858) | ApiResponse DocumentDocumentsForUserGETWithH... method DocumentDocumentsGET (line 2870) | List DocumentDocumentsGET (Dictionary> DocumentDocumentsGETWithHttpInfo (... method DocumentDocumentsIdActionsGET (line 2897) | DocumentsForUser DocumentDocumentsIdActionsGET (string id, int? projec... method DocumentDocumentsIdActionsGETWithHttpInfo (line 2912) | ApiResponse DocumentDocumentsIdActionsGETWithHttpInf... method DocumentDocumentsIdDELETE (line 2922) | void DocumentDocumentsIdDELETE (string id); method DocumentDocumentsIdDELETEWithHttpInfo (line 2933) | ApiResponse DocumentDocumentsIdDELETEWithHttpInfo (string id); method DocumentDocumentsIdDataGET (line 2944) | DocumentDetail DocumentDocumentsIdDataGET (string id, Dictionary DocumentDocumentsIdDataGETWithHttpInfo (st... method DocumentDocumentsIdDefinitionsGET (line 2966) | List DocumentDocumentsIdDefinitionsGET (string id); method DocumentDocumentsIdDefinitionsGETWithHttpInfo (line 2977) | ApiResponse> DocumentDocumentsIdDefinitionsG... method DocumentDocumentsIdExtractionGET (line 2987) | Dictionary DocumentDocumentsIdExtractionGET (string id); method DocumentDocumentsIdExtractionGETWithHttpInfo (line 2998) | ApiResponse> DocumentDocumentsIdExtractionG... method DocumentDocumentsIdFieldsGET (line 3008) | Dictionary DocumentDocumentsIdFieldsGET (string id); method DocumentDocumentsIdFieldsGETWithHttpInfo (line 3019) | ApiResponse> DocumentDocumentsIdFieldsGETWi... method DocumentDocumentsIdFieldsPATCH (line 3030) | DocumentDetail DocumentDocumentsIdFieldsPATCH (string id, DocumentDeta... method DocumentDocumentsIdFieldsPATCHWithHttpInfo (line 3042) | ApiResponse DocumentDocumentsIdFieldsPATCHWithHttpInfo... method DocumentDocumentsIdFieldsPOST (line 3053) | DocumentDetail DocumentDocumentsIdFieldsPOST (string id, DocumentDetai... method DocumentDocumentsIdFieldsPOSTWithHttpInfo (line 3065) | ApiResponse DocumentDocumentsIdFieldsPOSTWithHttpInfo ... method DocumentDocumentsIdFieldsPUT (line 3076) | DocumentDetail DocumentDocumentsIdFieldsPUT (string id, DocumentDetail... method DocumentDocumentsIdFieldsPUTWithHttpInfo (line 3088) | ApiResponse DocumentDocumentsIdFieldsPUTWithHttpInfo (... method DocumentDocumentsIdFullTextGET (line 3098) | string DocumentDocumentsIdFullTextGET (string id); method DocumentDocumentsIdFullTextGETWithHttpInfo (line 3109) | ApiResponse DocumentDocumentsIdFullTextGETWithHttpInfo (string... method DocumentDocumentsIdGET (line 3120) | DocumentsForUser DocumentDocumentsIdGET (string id, Dictionary DocumentDocumentsIdGETWithHttpInfo (stri... method DocumentDocumentsIdHasPdfInfoGET (line 3142) | bool DocumentDocumentsIdHasPdfInfoGET (string id); method DocumentDocumentsIdHasPdfInfoGETWithHttpInfo (line 3153) | ApiResponse DocumentDocumentsIdHasPdfInfoGETWithHttpInfo (string... method DocumentDocumentsIdPATCH (line 3164) | DocumentDetail DocumentDocumentsIdPATCH (string id, DocumentDetail doc... method DocumentDocumentsIdPATCHWithHttpInfo (line 3176) | ApiResponse DocumentDocumentsIdPATCHWithHttpInfo (stri... method DocumentDocumentsIdPUT (line 3187) | DocumentsForUser DocumentDocumentsIdPUT (string id, DocumentsForUser d... method DocumentDocumentsIdPUTWithHttpInfo (line 3199) | ApiResponse DocumentDocumentsIdPUTWithHttpInfo (stri... method DocumentDocumentsIdPdfReprGET (line 3209) | DocumentPDFRepr DocumentDocumentsIdPdfReprGET (string id); method DocumentDocumentsIdPdfReprGETWithHttpInfo (line 3220) | ApiResponse DocumentDocumentsIdPdfReprGETWithHttpInfo... method DocumentDocumentsIdSetAnnotatorCoordDifferencePOST (line 3231) | DocumentSetAnnotatorCoordinatesDifferenceResponse DocumentDocumentsIdS... method DocumentDocumentsIdSetAnnotatorCoordDifferencePOSTWithHttpInfo (line 3243) | ApiResponse Documen... method DocumentDocumentsIdShowGET (line 3254) | System.IO.Stream DocumentDocumentsIdShowGET (string id, string alt = d... method DocumentDocumentsIdShowGETWithHttpInfo (line 3266) | ApiResponse DocumentDocumentsIdShowGETWithHttpInfo (... method DocumentDocumentsIdSimilarGET (line 3278) | ProjectDocumentSimilarity DocumentDocumentsIdSimilarGET (string id, in... method DocumentDocumentsIdSimilarGETWithHttpInfo (line 3291) | ApiResponse DocumentDocumentsIdSimilarGETWi... method DocumentDocumentsMarkDeletePOST (line 3301) | MarkUnmarkForDeleteDocumentsResponse DocumentDocumentsMarkDeletePOST (... method DocumentDocumentsMarkDeletePOSTWithHttpInfo (line 3312) | ApiResponse DocumentDocumentsMar... method DocumentDocumentsPOST (line 3322) | DocumentsForUser DocumentDocumentsPOST (DocumentsForUser documentsForU... method DocumentDocumentsPOSTWithHttpInfo (line 3333) | ApiResponse DocumentDocumentsPOSTWithHttpInfo (Docum... method DocumentDocumentsUnmarkDeletePOST (line 3343) | MarkUnmarkForDeleteDocumentsResponse DocumentDocumentsUnmarkDeletePOST... method DocumentDocumentsUnmarkDeletePOSTWithHttpInfo (line 3354) | ApiResponse DocumentDocumentsUnm... method DocumentFieldAnnotationStatusesGET (line 3364) | List DocumentFieldAnnotationStatusesGET (Dictio... method DocumentFieldAnnotationStatusesGETWithHttpInfo (line 3375) | ApiResponse> DocumentFieldAnnotationStatus... method DocumentFieldAnnotationStatusesIdDELETE (line 3385) | void DocumentFieldAnnotationStatusesIdDELETE (string id); method DocumentFieldAnnotationStatusesIdDELETEWithHttpInfo (line 3396) | ApiResponse DocumentFieldAnnotationStatusesIdDELETEWithHttpInf... method DocumentFieldAnnotationStatusesIdGET (line 3407) | FieldAnnotationStatus DocumentFieldAnnotationStatusesIdGET (string id,... method DocumentFieldAnnotationStatusesIdGETWithHttpInfo (line 3419) | ApiResponse DocumentFieldAnnotationStatusesIdGE... method DocumentFieldAnnotationStatusesIdPATCH (line 3430) | FieldAnnotationStatus DocumentFieldAnnotationStatusesIdPATCH (string i... method DocumentFieldAnnotationStatusesIdPATCHWithHttpInfo (line 3442) | ApiResponse DocumentFieldAnnotationStatusesIdPA... method DocumentFieldAnnotationStatusesIdPUT (line 3453) | FieldAnnotationStatus DocumentFieldAnnotationStatusesIdPUT (string id,... method DocumentFieldAnnotationStatusesIdPUTWithHttpInfo (line 3465) | ApiResponse DocumentFieldAnnotationStatusesIdPU... method DocumentFieldAnnotationStatusesPOST (line 3475) | FieldAnnotationStatus DocumentFieldAnnotationStatusesPOST (FieldAnnota... method DocumentFieldAnnotationStatusesPOSTWithHttpInfo (line 3486) | ApiResponse DocumentFieldAnnotationStatusesPOST... method DocumentProjectProjectPkDocumentFieldAnnotationsForUserGET (line 3497) | DocumentFieldAnnotation DocumentProjectProjectPkDocumentFieldAnnotatio... method DocumentProjectProjectPkDocumentFieldAnnotationsForUserGETWithHttpInfo (line 3509) | ApiResponse DocumentProjectProjectPkDocumentF... method DocumentProjectProjectPkDocumentFieldAnnotationsGET (line 3520) | List DocumentProjectProjectPkDocumentFieldAnn... method DocumentProjectProjectPkDocumentFieldAnnotationsGETWithHttpInfo (line 3532) | ApiResponse> DocumentProjectProjectPkDoc... method DocumentProjectProjectPkDocumentFieldAnnotationsUidGET (line 3544) | DocumentFieldAnnotation DocumentProjectProjectPkDocumentFieldAnnotatio... method DocumentProjectProjectPkDocumentFieldAnnotationsUidGETWithHttpInfo (line 3557) | ApiResponse DocumentProjectProjectPkDocumentF... method DocumentProjectProjectPkDocumentFieldValuesGET (line 3568) | List DocumentProjectProjectPkDocumentFieldValuesGE... method DocumentProjectProjectPkDocumentFieldValuesGETWithHttpInfo (line 3580) | ApiResponse> DocumentProjectProjectPkDocument... method DocumentProjectProjectPkDocumentFieldValuesIdGET (line 3592) | DocumentFieldValue DocumentProjectProjectPkDocumentFieldValuesIdGET (s... method DocumentProjectProjectPkDocumentFieldValuesIdGETWithHttpInfo (line 3605) | ApiResponse DocumentProjectProjectPkDocumentFieldV... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsGET (line 3616) | List DocumentProjectProjectPkDocumentsDocumentPk... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsGETWithHttpInfo (line 3628) | ApiResponse> DocumentProjectProjectPkDocume... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETE (line 3640) | void DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETE (s... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETEWithHttpInfo (line 3653) | ApiResponse DocumentProjectProjectPkDocumentsDocumentPkAnnotat... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdGET (line 3665) | AnnotationInDocument DocumentProjectProjectPkDocumentsDocumentPkAnnota... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdGETWithHttpInfo (line 3678) | ApiResponse DocumentProjectProjectPkDocumentsDoc... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCH (line 3691) | AnnotationInDocument DocumentProjectProjectPkDocumentsDocumentPkAnnota... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCHWithHttpInfo (line 3705) | ApiResponse DocumentProjectProjectPkDocumentsDoc... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUT (line 3718) | AnnotationInDocument DocumentProjectProjectPkDocumentsDocumentPkAnnota... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUTWithHttpInfo (line 3732) | ApiResponse DocumentProjectProjectPkDocumentsDoc... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsPOST (line 3744) | AnnotationInDocument DocumentProjectProjectPkDocumentsDocumentPkAnnota... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsPOSTWithHttpInfo (line 3757) | ApiResponse DocumentProjectProjectPkDocumentsDoc... method DocumentProjectProjectPkDocumentsDownloadZipGET (line 3769) | DocumentDownloadZipResponse DocumentProjectProjectPkDocumentsDownloadZ... method DocumentProjectProjectPkDocumentsDownloadZipGETWithHttpInfo (line 3782) | ApiResponse DocumentProjectProjectPkDocum... method DocumentProjectProjectPkDocumentsForUserGET (line 3792) | DocumentsForUserResponse DocumentProjectProjectPkDocumentsForUserGET (... method DocumentProjectProjectPkDocumentsForUserGETWithHttpInfo (line 3803) | ApiResponse DocumentProjectProjectPkDocument... method DocumentProjectProjectPkDocumentsGET (line 3816) | List DocumentProjectProjectPkDocumentsGET (string pr... method DocumentProjectProjectPkDocumentsGETWithHttpInfo (line 3830) | ApiResponse> DocumentProjectProjectPkDocumentsG... method DocumentProjectProjectPkDocumentsIdActionsGET (line 3845) | DocumentsForUser DocumentProjectProjectPkDocumentsIdActionsGET (string... method DocumentProjectProjectPkDocumentsIdActionsGETWithHttpInfo (line 3861) | ApiResponse DocumentProjectProjectPkDocumentsIdActio... method DocumentProjectProjectPkDocumentsIdDELETE (line 3872) | void DocumentProjectProjectPkDocumentsIdDELETE (string projectPk, stri... method DocumentProjectProjectPkDocumentsIdDELETEWithHttpInfo (line 3884) | ApiResponse DocumentProjectProjectPkDocumentsIdDELETEWithHttpI... method DocumentProjectProjectPkDocumentsIdDataGET (line 3896) | DocumentDetail DocumentProjectProjectPkDocumentsIdDataGET (string proj... method DocumentProjectProjectPkDocumentsIdDataGETWithHttpInfo (line 3909) | ApiResponse DocumentProjectProjectPkDocumentsIdDataGET... method DocumentProjectProjectPkDocumentsIdDefinitionsGET (line 3920) | List DocumentProjectProjectPkDocumentsIdDefinitio... method DocumentProjectProjectPkDocumentsIdDefinitionsGETWithHttpInfo (line 3932) | ApiResponse> DocumentProjectProjectPkDocumen... method DocumentProjectProjectPkDocumentsIdExtractionGET (line 3943) | Dictionary DocumentProjectProjectPkDocumentsIdExtracti... method DocumentProjectProjectPkDocumentsIdExtractionGETWithHttpInfo (line 3955) | ApiResponse> DocumentProjectProjectPkDocume... method DocumentProjectProjectPkDocumentsIdFieldsGET (line 3966) | Dictionary DocumentProjectProjectPkDocumentsIdFieldsGE... method DocumentProjectProjectPkDocumentsIdFieldsGETWithHttpInfo (line 3978) | ApiResponse> DocumentProjectProjectPkDocume... method DocumentProjectProjectPkDocumentsIdFieldsPATCH (line 3990) | DocumentDetail DocumentProjectProjectPkDocumentsIdFieldsPATCH (string ... method DocumentProjectProjectPkDocumentsIdFieldsPATCHWithHttpInfo (line 4003) | ApiResponse DocumentProjectProjectPkDocumentsIdFieldsP... method DocumentProjectProjectPkDocumentsIdFieldsPOST (line 4015) | DocumentDetail DocumentProjectProjectPkDocumentsIdFieldsPOST (string p... method DocumentProjectProjectPkDocumentsIdFieldsPOSTWithHttpInfo (line 4028) | ApiResponse DocumentProjectProjectPkDocumentsIdFieldsP... method DocumentProjectProjectPkDocumentsIdFieldsPUT (line 4040) | DocumentDetail DocumentProjectProjectPkDocumentsIdFieldsPUT (string pr... method DocumentProjectProjectPkDocumentsIdFieldsPUTWithHttpInfo (line 4053) | ApiResponse DocumentProjectProjectPkDocumentsIdFieldsP... method DocumentProjectProjectPkDocumentsIdFullTextGET (line 4064) | string DocumentProjectProjectPkDocumentsIdFullTextGET (string projectP... method DocumentProjectProjectPkDocumentsIdFullTextGETWithHttpInfo (line 4076) | ApiResponse DocumentProjectProjectPkDocumentsIdFullTextGETWith... method DocumentProjectProjectPkDocumentsIdGET (line 4088) | DocumentsForUser DocumentProjectProjectPkDocumentsIdGET (string projec... method DocumentProjectProjectPkDocumentsIdGETWithHttpInfo (line 4101) | ApiResponse DocumentProjectProjectPkDocumentsIdGETWi... method DocumentProjectProjectPkDocumentsIdHasPdfInfoGET (line 4112) | bool DocumentProjectProjectPkDocumentsIdHasPdfInfoGET (string projectP... method DocumentProjectProjectPkDocumentsIdHasPdfInfoGETWithHttpInfo (line 4124) | ApiResponse DocumentProjectProjectPkDocumentsIdHasPdfInfoGETWith... method DocumentProjectProjectPkDocumentsIdPATCH (line 4136) | DocumentDetail DocumentProjectProjectPkDocumentsIdPATCH (string projec... method DocumentProjectProjectPkDocumentsIdPATCHWithHttpInfo (line 4149) | ApiResponse DocumentProjectProjectPkDocumentsIdPATCHWi... method DocumentProjectProjectPkDocumentsIdPUT (line 4161) | DocumentsForUser DocumentProjectProjectPkDocumentsIdPUT (string projec... method DocumentProjectProjectPkDocumentsIdPUTWithHttpInfo (line 4174) | ApiResponse DocumentProjectProjectPkDocumentsIdPUTWi... method DocumentProjectProjectPkDocumentsIdPdfReprGET (line 4185) | DocumentPDFRepr DocumentProjectProjectPkDocumentsIdPdfReprGET (string ... method DocumentProjectProjectPkDocumentsIdPdfReprGETWithHttpInfo (line 4197) | ApiResponse DocumentProjectProjectPkDocumentsIdPdfRep... method DocumentProjectProjectPkDocumentsIdSetAnnotatorCoordDifferencePOST (line 4209) | DocumentSetAnnotatorCoordinatesDifferenceResponse DocumentProjectProje... method DocumentProjectProjectPkDocumentsIdSetAnnotatorCoordDifferencePOSTWithHttpInfo (line 4222) | ApiResponse Documen... method DocumentProjectProjectPkDocumentsIdShowGET (line 4234) | System.IO.Stream DocumentProjectProjectPkDocumentsIdShowGET (string pr... method DocumentProjectProjectPkDocumentsIdShowGETWithHttpInfo (line 4247) | ApiResponse DocumentProjectProjectPkDocumentsIdShowG... method DocumentProjectProjectPkDocumentsIdSimilarGET (line 4260) | ProjectDocumentSimilarity DocumentProjectProjectPkDocumentsIdSimilarGE... method DocumentProjectProjectPkDocumentsIdSimilarGETWithHttpInfo (line 4274) | ApiResponse DocumentProjectProjectPkDocumen... method DocumentProjectProjectPkDocumentsMarkDeletePOST (line 4285) | MarkUnmarkForDeleteDocumentsResponse DocumentProjectProjectPkDocuments... method DocumentProjectProjectPkDocumentsMarkDeletePOSTWithHttpInfo (line 4297) | ApiResponse DocumentProjectProje... method DocumentProjectProjectPkDocumentsPOST (line 4308) | DocumentsForUser DocumentProjectProjectPkDocumentsPOST (string project... method DocumentProjectProjectPkDocumentsPOSTWithHttpInfo (line 4320) | ApiResponse DocumentProjectProjectPkDocumentsPOSTWit... method DocumentProjectProjectPkDocumentsUnmarkDeletePOST (line 4331) | MarkUnmarkForDeleteDocumentsResponse DocumentProjectProjectPkDocuments... method DocumentProjectProjectPkDocumentsUnmarkDeletePOSTWithHttpInfo (line 4343) | ApiResponse DocumentProjectProje... method DocumentStatsGET (line 4352) | Dictionary DocumentStatsGET (); method DocumentStatsGETWithHttpInfo (line 4362) | ApiResponse> DocumentStatsGETWithHttpInfo (); method DocumentTextunitsGET (line 4372) | List DocumentTextunitsGET (string q = default(string)); method DocumentTextunitsGETWithHttpInfo (line 4383) | ApiResponse> DocumentTextunitsGETWithHttpInfo (... method DocumentTextunitsIdGET (line 4394) | TextUnitDjangoQL DocumentTextunitsIdGET (string id, string q = default... method DocumentTextunitsIdGETWithHttpInfo (line 4406) | ApiResponse DocumentTextunitsIdGETWithHttpInfo (stri... method DumpDocumentConfigGET (line 4417) | DumpDocumentConfigGET200Response DumpDocumentConfigGET (bool? download... method DumpDocumentConfigGETWithHttpInfo (line 4429) | ApiResponse DumpDocumentConfigGETWit... method DumpDocumentConfigPUT (line 4439) | string DumpDocumentConfigPUT (List> request... method DumpDocumentConfigPUTWithHttpInfo (line 4450) | ApiResponse DumpDocumentConfigPUTWithHttpInfo (List DumpDumpFixturePOSTWithHttpInfo (DumpFix... method DumpDumpGET (line 4481) | DumpDocumentConfigGET200Response DumpDumpGET (bool? download = default... method DumpDumpGETWithHttpInfo (line 4492) | ApiResponse DumpDumpGETWithHttpInfo ... method DumpDumpPUT (line 4502) | string DumpDumpPUT (List> requestBody = def... method DumpDumpPUTWithHttpInfo (line 4513) | ApiResponse DumpDumpPUTWithHttpInfo (List DumpFieldValuesGETWithHt... method DumpFieldValuesPUT (line 4544) | string DumpFieldValuesPUT (List> requestBod... method DumpFieldValuesPUTWithHttpInfo (line 4555) | ApiResponse DumpFieldValuesPUTWithHttpInfo (List> DumpLoadFixturePOST (LoadFixture load... method DumpLoadFixturePOSTWithHttpInfo (line 4576) | ApiResponse>> DumpLoadFixturePOSTWithH... method ExtractAmountUsageGET (line 4586) | List ExtractAmountUsageGET (Dictionary jq... method ExtractAmountUsageGETWithHttpInfo (line 4597) | ApiResponse> ExtractAmountUsageGETWithHttpInfo (Dict... method ExtractAmountUsageTopGET (line 4606) | List> ExtractAmountUsageTopGET (); method ExtractAmountUsageTopGETWithHttpInfo (line 4616) | ApiResponse>> ExtractAmountUsageTopGET... method ExtractCitationUsageGET (line 4626) | List ExtractCitationUsageGET (Dictionary> ExtractCitationUsageGETWithHttpInfo (... method ExtractCitationUsageTopGET (line 4646) | List> ExtractCitationUsageTopGET (); method ExtractCitationUsageTopGETWithHttpInfo (line 4656) | ApiResponse>> ExtractCitationUsageTopG... method ExtractCopyrightUsageGET (line 4666) | List ExtractCopyrightUsageGET (Dictionary> ExtractCopyrightUsageGETWithHttpInfo... method ExtractCopyrightUsageTopGET (line 4686) | List> ExtractCopyrightUsageTopGET (); method ExtractCopyrightUsageTopGETWithHttpInfo (line 4696) | ApiResponse>> ExtractCopyrightUsageTop... method ExtractCourtUsageGET (line 4706) | List ExtractCourtUsageGET (Dictionary jqFi... method ExtractCourtUsageGETWithHttpInfo (line 4717) | ApiResponse> ExtractCourtUsageGETWithHttpInfo (Dictio... method ExtractCourtUsageTopGET (line 4726) | List> ExtractCourtUsageTopGET (); method ExtractCourtUsageTopGETWithHttpInfo (line 4736) | ApiResponse>> ExtractCourtUsageTopGETW... method ExtractCurrencyUsageGET (line 4746) | List ExtractCurrencyUsageGET (Dictionary> ExtractCurrencyUsageGETWithHttpInfo (... method ExtractCurrencyUsageTopGET (line 4766) | List> ExtractCurrencyUsageTopGET (); method ExtractCurrencyUsageTopGETWithHttpInfo (line 4776) | ApiResponse>> ExtractCurrencyUsageTopG... method ExtractDateDurationUsageGET (line 4786) | List ExtractDateDurationUsageGET (Dictionary> ExtractDateDurationUsageGETWithHt... method ExtractDateDurationUsageTopGET (line 4806) | List> ExtractDateDurationUsageTopGET (); method ExtractDateDurationUsageTopGETWithHttpInfo (line 4816) | ApiResponse>> ExtractDateDurationUsage... method ExtractDateUsageCalendarChartGET (line 4825) | List ExtractDateUsageCalendarChartGET (); method ExtractDateUsageCalendarChartGETWithHttpInfo (line 4835) | ApiResponse> ExtractDateUsageCalendarChartGETW... method ExtractDateUsageGET (line 4845) | List ExtractDateUsageGET (Dictionary jqFilt... method ExtractDateUsageGETWithHttpInfo (line 4856) | ApiResponse> ExtractDateUsageGETWithHttpInfo (Dictiona... method ExtractDateUsageTimelineChartGET (line 4865) | List ExtractDateUsageTimelineChartGET (); method ExtractDateUsageTimelineChartGETWithHttpInfo (line 4875) | ApiResponse> ExtractDateUsageTimelineChartGETW... method ExtractDateUsageToIcalGET (line 4885) | List ExtractDateUsageToIcalGET (Dictionary ... method ExtractDateUsageToIcalGETWithHttpInfo (line 4896) | ApiResponse> ExtractDateUsageToIcalGETWithHttpInfo (Di... method ExtractDateUsageTopGET (line 4905) | List> ExtractDateUsageTopGET (); method ExtractDateUsageTopGETWithHttpInfo (line 4915) | ApiResponse>> ExtractDateUsageTopGETWi... method ExtractDefinitionUsageGET (line 4925) | List ExtractDefinitionUsageGET (Dictionary> ExtractDefinitionUsageGETWithHttpIn... method ExtractDefinitionUsageTopGET (line 4945) | List> ExtractDefinitionUsageTopGET (); method ExtractDefinitionUsageTopGETWithHttpInfo (line 4955) | ApiResponse>> ExtractDefinitionUsageTo... method ExtractDistanceUsageGET (line 4965) | List ExtractDistanceUsageGET (Dictionary> ExtractDistanceUsageGETWithHttpInfo (... method ExtractDistanceUsageTopGET (line 4985) | List> ExtractDistanceUsageTopGET (); method ExtractDistanceUsageTopGETWithHttpInfo (line 4995) | ApiResponse>> ExtractDistanceUsageTopG... method ExtractGeoAliasUsageGET (line 5005) | List ExtractGeoAliasUsageGET (Dictionary> ExtractGeoAliasUsageGETWithHttpInfo (... method ExtractGeoAliasUsageTopGET (line 5025) | List> ExtractGeoAliasUsageTopGET (); method ExtractGeoAliasUsageTopGETWithHttpInfo (line 5035) | ApiResponse>> ExtractGeoAliasUsageTopG... method ExtractGeoEntitiesGET (line 5045) | List ExtractGeoEntitiesGET (Dictionary ... method ExtractGeoEntitiesGETWithHttpInfo (line 5056) | ApiResponse> ExtractGeoEntitiesGETWithHttpInfo (Di... method ExtractGeoEntitiesIdGET (line 5067) | GeoEntityList ExtractGeoEntitiesIdGET (string id, Dictionary ExtractGeoEntitiesIdGETWithHttpInfo (string... method ExtractGeoEntitiesIdPUT (line 5090) | GeoEntityUpdate ExtractGeoEntitiesIdPUT (string id, GeoEntityUpdate ge... method ExtractGeoEntitiesIdPUTWithHttpInfo (line 5102) | ApiResponse ExtractGeoEntitiesIdPUTWithHttpInfo (stri... method ExtractGeoEntityUsageGET (line 5112) | List ExtractGeoEntityUsageGET (Dictionary> ExtractGeoEntityUsageGETWithHttpInfo... method ExtractGeoEntityUsageTopGET (line 5132) | List> ExtractGeoEntityUsageTopGET (); method ExtractGeoEntityUsageTopGETWithHttpInfo (line 5142) | ApiResponse>> ExtractGeoEntityUsageTop... method ExtractPartiesGET (line 5152) | List ExtractPartiesGET (Dictionary jqFilters = ... method ExtractPartiesGETWithHttpInfo (line 5163) | ApiResponse> ExtractPartiesGETWithHttpInfo (Dictionary jqFil... method ExtractPartiesIdGETWithHttpInfo (line 5186) | ApiResponse ExtractPartiesIdGETWithHttpInfo (string id, Diction... method ExtractPartyNetworkChartGET (line 5196) | List ExtractPartyNetworkChartGET (Dictionary> ExtractPartyNetworkChartGETWithHttpInfo ... method ExtractPartyUsageGET (line 5217) | List ExtractPartyUsageGET (Dictionary jqFi... method ExtractPartyUsageGETWithHttpInfo (line 5228) | ApiResponse> ExtractPartyUsageGETWithHttpInfo (Dictio... method ExtractPartyUsageTopGET (line 5237) | List> ExtractPartyUsageTopGET (); method ExtractPartyUsageTopGETWithHttpInfo (line 5247) | ApiResponse>> ExtractPartyUsageTopGETW... method ExtractPercentUsageGET (line 5257) | List ExtractPercentUsageGET (Dictionary ... method ExtractPercentUsageGETWithHttpInfo (line 5268) | ApiResponse> ExtractPercentUsageGETWithHttpInfo (Di... method ExtractPercentUsageTopGET (line 5277) | List> ExtractPercentUsageTopGET (); method ExtractPercentUsageTopGETWithHttpInfo (line 5287) | ApiResponse>> ExtractPercentUsageTopGE... method ExtractRatioUsageGET (line 5297) | List ExtractRatioUsageGET (Dictionary jqFi... method ExtractRatioUsageGETWithHttpInfo (line 5308) | ApiResponse> ExtractRatioUsageGETWithHttpInfo (Dictio... method ExtractRatioUsageTopGET (line 5317) | List> ExtractRatioUsageTopGET (); method ExtractRatioUsageTopGETWithHttpInfo (line 5327) | ApiResponse>> ExtractRatioUsageTopGETW... method ExtractRegulationUsageGET (line 5337) | List ExtractRegulationUsageGET (Dictionary> ExtractRegulationUsageGETWithHttpIn... method ExtractRegulationUsageTopGET (line 5357) | List> ExtractRegulationUsageTopGET (); method ExtractRegulationUsageTopGETWithHttpInfo (line 5367) | ApiResponse>> ExtractRegulationUsageTo... method ExtractTermTagsGET (line 5377) | List ExtractTermTagsGET (Dictionary jqFilters... method ExtractTermTagsGETWithHttpInfo (line 5388) | ApiResponse> ExtractTermTagsGETWithHttpInfo (Dictionary<... method ExtractTermUsageGET (line 5398) | List ExtractTermUsageGET (Dictionary jqFilt... method ExtractTermUsageGETWithHttpInfo (line 5409) | ApiResponse> ExtractTermUsageGETWithHttpInfo (Dictiona... method ExtractTermUsageTopGET (line 5418) | List> ExtractTermUsageTopGET (); method ExtractTermUsageTopGETWithHttpInfo (line 5428) | ApiResponse>> ExtractTermUsageTopGETWi... method ExtractTrademarkUsageGET (line 5438) | List ExtractTrademarkUsageGET (Dictionary> ExtractTrademarkUsageGETWithHttpInfo... method ExtractTrademarkUsageTopGET (line 5458) | List> ExtractTrademarkUsageTopGET (); method ExtractTrademarkUsageTopGETWithHttpInfo (line 5468) | ApiResponse>> ExtractTrademarkUsageTop... method ExtractTypeaheadGeoEntityUsageFieldNameGET (line 5478) | Typeahead ExtractTypeaheadGeoEntityUsageFieldNameGET (string fieldName); method ExtractTypeaheadGeoEntityUsageFieldNameGETWithHttpInfo (line 5489) | ApiResponse ExtractTypeaheadGeoEntityUsageFieldNameGETWithH... method ExtractTypeaheadPartyUsageFieldNameGET (line 5499) | Typeahead ExtractTypeaheadPartyUsageFieldNameGET (string fieldName); method ExtractTypeaheadPartyUsageFieldNameGETWithHttpInfo (line 5510) | ApiResponse ExtractTypeaheadPartyUsageFieldNameGETWithHttpI... method ExtractTypeaheadTermUsageFieldNameGET (line 5520) | Typeahead ExtractTypeaheadTermUsageFieldNameGET (string fieldName); method ExtractTypeaheadTermUsageFieldNameGETWithHttpInfo (line 5531) | ApiResponse ExtractTypeaheadTermUsageFieldNameGETWithHttpIn... method ExtractUrlUsageGET (line 5541) | List ExtractUrlUsageGET (Dictionary jqFilter... method ExtractUrlUsageGETWithHttpInfo (line 5552) | ApiResponse> ExtractUrlUsageGETWithHttpInfo (Dictionary... method ExtractUrlUsageTopGET (line 5561) | List> ExtractUrlUsageTopGET (); method ExtractUrlUsageTopGETWithHttpInfo (line 5571) | ApiResponse>> ExtractUrlUsageTopGETWit... method LoggingLogMessagePOST (line 5581) | Dictionary LoggingLogMessagePOST (LoggingAPIViewReques... method LoggingLogMessagePOSTWithHttpInfo (line 5592) | ApiResponse> LoggingLogMessagePOSTWithHttpI... method MediaDataPathGET (line 5603) | Dictionary MediaDataPathGET (string path, string actio... method MediaDataPathGETWithHttpInfo (line 5615) | ApiResponse> MediaDataPathGETWithHttpInfo (... method NotificationsWebNotificationsGET (line 5624) | Dictionary NotificationsWebNotificationsGET (); method NotificationsWebNotificationsGETWithHttpInfo (line 5634) | ApiResponse> NotificationsWebNotificationsG... method NotificationsWebNotificationsMarkSeenPOST (line 5644) | MarkForSeenWebNotificationResponse NotificationsWebNotificationsMarkSe... method NotificationsWebNotificationsMarkSeenPOSTWithHttpInfo (line 5655) | ApiResponse NotificationsWebNotifi... method ProjectProjectClusteringGET (line 5665) | List ProjectProjectClusteringGET (Dictionary> ProjectProjectClusteringGETWithHt... method ProjectProjectClusteringIdGET (line 5687) | ProjectClustering ProjectProjectClusteringIdGET (string id, Dictionary... method ProjectProjectClusteringIdGETWithHttpInfo (line 5699) | ApiResponse ProjectProjectClusteringIdGETWithHttpIn... method ProjectProjectsFormFieldsGET (line 5708) | Dictionary ProjectProjectsFormFieldsGET (); method ProjectProjectsFormFieldsGETWithHttpInfo (line 5718) | ApiResponse> ProjectProjectsFormFieldsGETWi... method ProjectProjectsGET (line 5728) | List ProjectProjectsGET (Dictionary jqFil... method ProjectProjectsGETWithHttpInfo (line 5739) | ApiResponse> ProjectProjectsGETWithHttpInfo (Diction... method ProjectProjectsIdActiveTasksGET (line 5750) | List ProjectProjectsIdActiveTasksGET (string id, D... method ProjectProjectsIdActiveTasksGETWithHttpInfo (line 5762) | ApiResponse> ProjectProjectsIdActiveTasksGETW... method ProjectProjectsIdAnnotationsAssigneesGET (line 5772) | List ProjectProjectsIdAnnotations... method ProjectProjectsIdAnnotationsAssigneesGETWithHttpInfo (line 5783) | ApiResponse> ProjectProjects... method ProjectProjectsIdAssignAnnotationsPOST (line 5794) | CountSuccessResponse ProjectProjectsIdAssignAnnotationsPOST (string id... method ProjectProjectsIdAssignAnnotationsPOSTWithHttpInfo (line 5806) | ApiResponse ProjectProjectsIdAssignAnnotationsPO... method ProjectProjectsIdAssignDocumentPOST (line 5817) | CountSuccessResponse ProjectProjectsIdAssignDocumentPOST (string id, A... method ProjectProjectsIdAssignDocumentPOSTWithHttpInfo (line 5829) | ApiResponse ProjectProjectsIdAssignDocumentPOSTW... method ProjectProjectsIdAssignDocumentsPOST (line 5840) | CountSuccessResponse ProjectProjectsIdAssignDocumentsPOST (string id, ... method ProjectProjectsIdAssignDocumentsPOSTWithHttpInfo (line 5852) | ApiResponse ProjectProjectsIdAssignDocumentsPOST... method ProjectProjectsIdAssigneesGET (line 5862) | List ProjectProjectsIdAssigneesGET ... method ProjectProjectsIdAssigneesGETWithHttpInfo (line 5873) | ApiResponse> ProjectProjectsId... method ProjectProjectsIdCheckSimilarityProcessAllowedPOST (line 5884) | ProjectDetail ProjectProjectsIdCheckSimilarityProcessAllowedPOST (stri... method ProjectProjectsIdCheckSimilarityProcessAllowedPOSTWithHttpInfo (line 5896) | ApiResponse ProjectProjectsIdCheckSimilarityProcessAllo... method ProjectProjectsIdCleanupPOST (line 5907) | string ProjectProjectsIdCleanupPOST (string id, CleanupProjectRequest ... method ProjectProjectsIdCleanupPOSTWithHttpInfo (line 5919) | ApiResponse ProjectProjectsIdCleanupPOSTWithHttpInfo (string i... method ProjectProjectsIdClusterActionsGET (line 5933) | ProjectDetail ProjectProjectsIdClusterActionsGET (string id, int? proj... method ProjectProjectsIdClusterActionsGETWithHttpInfo (line 5948) | ApiResponse ProjectProjectsIdClusterActionsGETWithHttpI... method ProjectProjectsIdClusterPOST (line 5959) | ClusterProjectResponse ProjectProjectsIdClusterPOST (string id, Cluste... method ProjectProjectsIdClusterPOSTWithHttpInfo (line 5971) | ApiResponse ProjectProjectsIdClusterPOSTWithHt... method ProjectProjectsIdClusteringStatusGET (line 5982) | ProjectClusteringStatusResponse ProjectProjectsIdClusteringStatusGET (... method ProjectProjectsIdClusteringStatusGETWithHttpInfo (line 5994) | ApiResponse ProjectProjectsIdClusteri... method ProjectProjectsIdDELETE (line 6004) | void ProjectProjectsIdDELETE (string id); method ProjectProjectsIdDELETEWithHttpInfo (line 6015) | ApiResponse ProjectProjectsIdDELETEWithHttpInfo (string id); method ProjectProjectsIdDeleteDocumentSimilarityResultsDELETE (line 6025) | void ProjectProjectsIdDeleteDocumentSimilarityResultsDELETE (string id); method ProjectProjectsIdDeleteDocumentSimilarityResultsDELETEWithHttpInfo (line 6036) | ApiResponse ProjectProjectsIdDeleteDocumentSimilarityResultsDE... method ProjectProjectsIdDeleteTextUnitSimilarityResultsDELETE (line 6046) | void ProjectProjectsIdDeleteTextUnitSimilarityResultsDELETE (string id); method ProjectProjectsIdDeleteTextUnitSimilarityResultsDELETEWithHttpInfo (line 6057) | ApiResponse ProjectProjectsIdDeleteTextUnitSimilarityResultsDE... method ProjectProjectsIdDetectFieldValuesPOST (line 6068) | TaskIdResponse ProjectProjectsIdDetectFieldValuesPOST (string id, Dete... method ProjectProjectsIdDetectFieldValuesPOSTWithHttpInfo (line 6080) | ApiResponse ProjectProjectsIdDetectFieldValuesPOSTWith... method ProjectProjectsIdFormFieldsGET (line 6090) | Dictionary ProjectProjectsIdFormFieldsGET (string id); method ProjectProjectsIdFormFieldsGETWithHttpInfo (line 6101) | ApiResponse> ProjectProjectsIdFormFieldsGET... method ProjectProjectsIdGET (line 6112) | ProjectDetail ProjectProjectsIdGET (string id, Dictionary ProjectProjectsIdGETWithHttpInfo (string id... method ProjectProjectsIdLocateItemsPOST (line 6135) | TaskIdResponse ProjectProjectsIdLocateItemsPOST (string id, LocateItem... method ProjectProjectsIdLocateItemsPOSTWithHttpInfo (line 6147) | ApiResponse ProjectProjectsIdLocateItemsPOSTWithHttpIn... method ProjectProjectsIdMarkDeletePOST (line 6158) | MarkUnmarkForDeleteProjectsReponse ProjectProjectsIdMarkDeletePOST (st... method ProjectProjectsIdMarkDeletePOSTWithHttpInfo (line 6170) | ApiResponse ProjectProjectsIdMarkD... method ProjectProjectsIdPATCH (line 6181) | ProjectUpdate ProjectProjectsIdPATCH (string id, ProjectUpdate project... method ProjectProjectsIdPATCHWithHttpInfo (line 6193) | ApiResponse ProjectProjectsIdPATCHWithHttpInfo (string ... method ProjectProjectsIdPUT (line 6204) | ProjectUpdate ProjectProjectsIdPUT (string id, ProjectUpdate projectUp... method ProjectProjectsIdPUTWithHttpInfo (line 6216) | ApiResponse ProjectProjectsIdPUTWithHttpInfo (string id... method ProjectProjectsIdProgressGET (line 6226) | ProjectProgressResponse ProjectProjectsIdProgressGET (string id); method ProjectProjectsIdProgressGETWithHttpInfo (line 6237) | ApiResponse ProjectProjectsIdProgressGETWithH... method ProjectProjectsIdSearchSimilarDocumentsPOST (line 6248) | TaskIdResponse ProjectProjectsIdSearchSimilarDocumentsPOST (string id,... method ProjectProjectsIdSearchSimilarDocumentsPOSTWithHttpInfo (line 6260) | ApiResponse ProjectProjectsIdSearchSimilarDocumentsPOS... method ProjectProjectsIdSearchSimilarTextUnitsPOST (line 6271) | TaskIdResponse ProjectProjectsIdSearchSimilarTextUnitsPOST (string id,... method ProjectProjectsIdSearchSimilarTextUnitsPOSTWithHttpInfo (line 6283) | ApiResponse ProjectProjectsIdSearchSimilarTextUnitsPOS... method ProjectProjectsIdSendClustersToProjectPOST (line 6294) | string ProjectProjectsIdSendClustersToProjectPOST (string id, SendClus... method ProjectProjectsIdSendClustersToProjectPOSTWithHttpInfo (line 6306) | ApiResponse ProjectProjectsIdSendClustersToProjectPOSTWithHttp... method ProjectProjectsIdSetAnnotationStatusPOST (line 6317) | ProjectProjectsIdSetAnnotationStatusPOST200Response ProjectProjectsIdS... method ProjectProjectsIdSetAnnotationStatusPOSTWithHttpInfo (line 6329) | ApiResponse Proje... method ProjectProjectsIdSetStatusPOST (line 6340) | CountSuccessResponse ProjectProjectsIdSetStatusPOST (string id, SetPro... method ProjectProjectsIdSetStatusPOSTWithHttpInfo (line 6352) | ApiResponse ProjectProjectsIdSetStatusPOSTWithHt... method ProjectProjectsIdSettingsActionsGET (line 6366) | ProjectDetail ProjectProjectsIdSettingsActionsGET (string id, int? pro... method ProjectProjectsIdSettingsActionsGETWithHttpInfo (line 6381) | ApiResponse ProjectProjectsIdSettingsActionsGETWithHttp... method ProjectProjectsIdTaskTaskIdTaskLogsGET (line 6394) | TaskLogResponse ProjectProjectsIdTaskTaskIdTaskLogsGET (string id, str... method ProjectProjectsIdTaskTaskIdTaskLogsGETWithHttpInfo (line 6408) | ApiResponse ProjectProjectsIdTaskTaskIdTaskLogsGETWit... method ProjectProjectsIdTasksGET (line 6419) | List ProjectProjectsIdTasksGET (string id, Dictionary> ProjectProjectsIdTasksGETWithHttpInfo ... method ProjectProjectsIdUnmarkDeletePOST (line 6442) | MarkUnmarkForDeleteProjectsReponse ProjectProjectsIdUnmarkDeletePOST (... method ProjectProjectsIdUnmarkDeletePOSTWithHttpInfo (line 6454) | ApiResponse ProjectProjectsIdUnmar... method ProjectProjectsIdUpdateDocumentFieldsPOST (line 6465) | UpdateProjectDocumentsFieldsResponse ProjectProjectsIdUpdateDocumentFi... method ProjectProjectsIdUpdateDocumentFieldsPOSTWithHttpInfo (line 6477) | ApiResponse ProjectProjectsIdUpd... method ProjectProjectsPOST (line 6487) | ProjectCreate ProjectProjectsPOST (ProjectCreate projectCreate = defau... method ProjectProjectsPOSTWithHttpInfo (line 6498) | ApiResponse ProjectProjectsPOSTWithHttpInfo (ProjectCre... method ProjectProjectsProjectStatsGET (line 6508) | List ProjectProjectsProjectStatsGET (string projectIds =... method ProjectProjectsProjectStatsGETWithHttpInfo (line 6519) | ApiResponse> ProjectProjectsProjectStatsGETWithHttp... method ProjectProjectsRecentGET (line 6529) | List> ProjectProjectsRecentGET (int? n = de... method ProjectProjectsRecentGETWithHttpInfo (line 6540) | ApiResponse>> ProjectProjectsRecentGET... method ProjectProjectsSelectProjectsPOST (line 6550) | SelectProjectsResponse ProjectProjectsSelectProjectsPOST (SelectProjec... method ProjectProjectsSelectProjectsPOSTWithHttpInfo (line 6561) | ApiResponse ProjectProjectsSelectProjectsPOSTW... method ProjectTaskQueuesGET (line 6571) | List ProjectTaskQueuesGET (Dictionary jqFil... method ProjectTaskQueuesGETWithHttpInfo (line 6582) | ApiResponse> ProjectTaskQueuesGETWithHttpInfo (Diction... method ProjectTaskQueuesIdDELETE (line 6592) | void ProjectTaskQueuesIdDELETE (string id); method ProjectTaskQueuesIdDELETEWithHttpInfo (line 6603) | ApiResponse ProjectTaskQueuesIdDELETEWithHttpInfo (string id); method ProjectTaskQueuesIdGET (line 6614) | TaskQueue ProjectTaskQueuesIdGET (string id, Dictionary ProjectTaskQueuesIdGETWithHttpInfo (string id, ... method ProjectTaskQueuesIdPATCH (line 6637) | TaskQueue ProjectTaskQueuesIdPATCH (string id, TaskQueue taskQueue = d... method ProjectTaskQueuesIdPATCHWithHttpInfo (line 6649) | ApiResponse ProjectTaskQueuesIdPATCHWithHttpInfo (string id... method ProjectTaskQueuesIdPUT (line 6660) | TaskQueue ProjectTaskQueuesIdPUT (string id, TaskQueue taskQueue = def... method ProjectTaskQueuesIdPUTWithHttpInfo (line 6672) | ApiResponse ProjectTaskQueuesIdPUTWithHttpInfo (string id, ... method ProjectTaskQueuesPOST (line 6682) | TaskQueue ProjectTaskQueuesPOST (TaskQueue taskQueue = default(TaskQue... method ProjectTaskQueuesPOSTWithHttpInfo (line 6693) | ApiResponse ProjectTaskQueuesPOSTWithHttpInfo (TaskQueue ta... method ProjectUploadSessionGET (line 6703) | List ProjectUploadSessionGET (Dictionary> ProjectUploadSessionGETWithHttp... method ProjectUploadSessionPOST (line 6724) | UploadSessionCreate ProjectUploadSessionPOST (UploadSessionCreate uplo... method ProjectUploadSessionPOSTWithHttpInfo (line 6735) | ApiResponse ProjectUploadSessionPOSTWithHttpInfo ... method ProjectUploadSessionStatusGET (line 6745) | Dictionary ProjectUploadSessionStatusGET (string proje... method ProjectUploadSessionStatusGETWithHttpInfo (line 6756) | ApiResponse> ProjectUploadSessionStatusGETW... method ProjectUploadSessionUidBatchUploadPOST (line 6767) | UploadSessionDetail ProjectUploadSessionUidBatchUploadPOST (string uid... method ProjectUploadSessionUidBatchUploadPOSTWithHttpInfo (line 6779) | ApiResponse ProjectUploadSessionUidBatchUploadPOS... method ProjectUploadSessionUidBatchUploadPOST_0 (line 6790) | UploadSessionDetail ProjectUploadSessionUidBatchUploadPOST_0 (string u... method ProjectUploadSessionUidBatchUploadPOST_0WithHttpInfo (line 6802) | ApiResponse ProjectUploadSessionUidBatchUploadPOS... method ProjectUploadSessionUidCancelDELETE (line 6812) | void ProjectUploadSessionUidCancelDELETE (string uid); method ProjectUploadSessionUidCancelDELETEWithHttpInfo (line 6823) | ApiResponse ProjectUploadSessionUidCancelDELETEWithHttpInfo (s... method ProjectUploadSessionUidDELETE (line 6833) | void ProjectUploadSessionUidDELETE (string uid); method ProjectUploadSessionUidDELETEWithHttpInfo (line 6844) | ApiResponse ProjectUploadSessionUidDELETEWithHttpInfo (string ... method ProjectUploadSessionUidDeleteFileDELETE (line 6855) | string ProjectUploadSessionUidDeleteFileDELETE (string uid, UploadSess... method ProjectUploadSessionUidDeleteFileDELETEWithHttpInfo (line 6867) | ApiResponse ProjectUploadSessionUidDeleteFileDELETEWithHttpInf... method ProjectUploadSessionUidFilesPOST (line 6883) | ProjectUploadSessionFilesResponse ProjectUploadSessionUidFilesPOST (st... method ProjectUploadSessionUidFilesPOSTWithHttpInfo (line 6900) | ApiResponse ProjectUploadSessionUid... method ProjectUploadSessionUidGET (line 6911) | UploadSessionDetail ProjectUploadSessionUidGET (string uid, Dictionary... method ProjectUploadSessionUidGETWithHttpInfo (line 6923) | ApiResponse ProjectUploadSessionUidGETWithHttpInf... method ProjectUploadSessionUidPATCH (line 6934) | UploadSessionUpdate ProjectUploadSessionUidPATCH (string uid, UploadSe... method ProjectUploadSessionUidPATCHWithHttpInfo (line 6946) | ApiResponse ProjectUploadSessionUidPATCHWithHttpI... method ProjectUploadSessionUidProgressGET (line 6956) | ProjectUploadSessionProgressResponse ProjectUploadSessionUidProgressGE... method ProjectUploadSessionUidProgressGETWithHttpInfo (line 6967) | ApiResponse ProjectUploadSession... method ProjectUploadSessionUidUploadPOST (line 6983) | ProjectUploadSessionPOSTResponse ProjectUploadSessionUidUploadPOST (st... method ProjectUploadSessionUidUploadPOSTWithHttpInfo (line 7000) | ApiResponse ProjectUploadSessionUidU... method RawdbConfigGET (line 7009) | Dictionary RawdbConfigGET (); method RawdbConfigGETWithHttpInfo (line 7019) | ApiResponse> RawdbConfigGETWithHttpInfo (); method RawdbDocumentsDocumentTypeCodeGET (line 7043) | Dictionary RawdbDocumentsDocumentTypeCodeGET (string d... method RawdbDocumentsDocumentTypeCodeGETWithHttpInfo (line 7068) | ApiResponse> RawdbDocumentsDocumentTypeCode... method RawdbDocumentsDocumentTypeCodePOST (line 7079) | Dictionary RawdbDocumentsDocumentTypeCodePOST (string ... method RawdbDocumentsDocumentTypeCodePOSTWithHttpInfo (line 7091) | ApiResponse> RawdbDocumentsDocumentTypeCode... method RawdbProjectStatsProjectIdGET (line 7101) | Dictionary RawdbProjectStatsProjectIdGET (string proje... method RawdbProjectStatsProjectIdGETWithHttpInfo (line 7112) | ApiResponse> RawdbProjectStatsProjectIdGETW... method RestAuthLoginPOST (line 7122) | LoginResponse RestAuthLoginPOST (Login login = default(Login)); method RestAuthLoginPOSTWithHttpInfo (line 7133) | ApiResponse RestAuthLoginPOSTWithHttpInfo (Login login ... method RestAuthLogoutGET (line 7142) | List RestAuthLogoutGET (); method RestAuthLogoutGETWithHttpInfo (line 7152) | ApiResponse> RestAuthLogoutGETWithHttpInf... method RestAuthLogoutPOST (line 7162) | RestAuthCommonResponse RestAuthLogoutPOST (Dictionary ... method RestAuthLogoutPOSTWithHttpInfo (line 7173) | ApiResponse RestAuthLogoutPOSTWithHttpInfo (Di... method RestAuthPasswordChangePOST (line 7183) | RestAuthCommonResponse RestAuthPasswordChangePOST (CustomPasswordChang... method RestAuthPasswordChangePOSTWithHttpInfo (line 7194) | ApiResponse RestAuthPasswordChangePOSTWithHttp... method RestAuthPasswordResetConfirmPOST (line 7204) | RestAuthCommonResponse RestAuthPasswordResetConfirmPOST (CustomPasswor... method RestAuthPasswordResetConfirmPOSTWithHttpInfo (line 7215) | ApiResponse RestAuthPasswordResetConfirmPOSTWi... method RestAuthPasswordResetPOST (line 7225) | RestAuthCommonResponse RestAuthPasswordResetPOST (CustomPasswordReset ... method RestAuthPasswordResetPOSTWithHttpInfo (line 7236) | ApiResponse RestAuthPasswordResetPOSTWithHttpI... method SimilarityDocumentSimilarityByFeaturesGET (line 7245) | Dictionary SimilarityDocumentSimilarityByFeaturesGET (); method SimilarityDocumentSimilarityByFeaturesGETWithHttpInfo (line 7255) | ApiResponse> SimilarityDocumentSimilarityBy... method SimilarityDocumentSimilarityByFeaturesPOST (line 7265) | SimilarityPOSTObjectResponse SimilarityDocumentSimilarityByFeaturesPOS... method SimilarityDocumentSimilarityByFeaturesPOSTWithHttpInfo (line 7276) | ApiResponse SimilarityDocumentSimilarity... method SimilarityPartySimilarityGET (line 7285) | Dictionary SimilarityPartySimilarityGET (); method SimilarityPartySimilarityGETWithHttpInfo (line 7295) | ApiResponse> SimilarityPartySimilarityGETWi... method SimilarityPartySimilarityPOST (line 7305) | SimilarityPOSTObjectResponse SimilarityPartySimilarityPOST (PartySimil... method SimilarityPartySimilarityPOSTWithHttpInfo (line 7316) | ApiResponse SimilarityPartySimilarityPOS... method SimilarityProjectDocumentsSimilarityByVectorsGET (line 7325) | Dictionary SimilarityProjectDocumentsSimilarityByVecto... method SimilarityProjectDocumentsSimilarityByVectorsGETWithHttpInfo (line 7335) | ApiResponse> SimilarityProjectDocumentsSimi... method SimilarityProjectDocumentsSimilarityByVectorsPOST (line 7345) | SimilarityPOSTObjectResponse SimilarityProjectDocumentsSimilarityByVec... method SimilarityProjectDocumentsSimilarityByVectorsPOSTWithHttpInfo (line 7356) | ApiResponse SimilarityProjectDocumentsSi... method SimilarityProjectTextUnitsSimilarityByVectorsGET (line 7365) | Dictionary SimilarityProjectTextUnitsSimilarityByVecto... method SimilarityProjectTextUnitsSimilarityByVectorsGETWithHttpInfo (line 7375) | ApiResponse> SimilarityProjectTextUnitsSimi... method SimilarityProjectTextUnitsSimilarityByVectorsPOST (line 7385) | SimilarityPOSTObjectResponse SimilarityProjectTextUnitsSimilarityByVec... method SimilarityProjectTextUnitsSimilarityByVectorsPOSTWithHttpInfo (line 7396) | ApiResponse SimilarityProjectTextUnitsSi... method SimilaritySimilarityGET (line 7405) | Dictionary SimilaritySimilarityGET (); method SimilaritySimilarityGETWithHttpInfo (line 7415) | ApiResponse> SimilaritySimilarityGETWithHtt... method SimilaritySimilarityPOST (line 7425) | SimilarityPOSTObjectResponse SimilaritySimilarityPOST (SimilarityForm ... method SimilaritySimilarityPOSTWithHttpInfo (line 7436) | ApiResponse SimilaritySimilarityPOSTWith... method SimilarityTextUnitSimilarityByFeaturesGET (line 7445) | Dictionary SimilarityTextUnitSimilarityByFeaturesGET (); method SimilarityTextUnitSimilarityByFeaturesGETWithHttpInfo (line 7455) | ApiResponse> SimilarityTextUnitSimilarityBy... method SimilarityTextUnitSimilarityByFeaturesPOST (line 7465) | SimilarityPOSTObjectResponse SimilarityTextUnitSimilarityByFeaturesPOS... method SimilarityTextUnitSimilarityByFeaturesPOSTWithHttpInfo (line 7476) | ApiResponse SimilarityTextUnitSimilarity... method TaskCleanTasksPOST (line 7486) | Dictionary TaskCleanTasksPOST (Dictionary> TaskCleanTasksPOSTWithHttpInfo... method TaskLoadDictionariesPOST (line 7507) | Dictionary TaskLoadDictionariesPOST (Dictionary> TaskLoadDictionariesPOSTWithHt... method TaskLoadDocumentsGET (line 7527) | Dictionary TaskLoadDocumentsGET (); method TaskLoadDocumentsGETWithHttpInfo (line 7537) | ApiResponse> TaskLoadDocumentsGETWithHttpIn... method TaskLoadDocumentsPOST (line 7547) | Dictionary TaskLoadDocumentsPOST (Dictionary> TaskLoadDocumentsPOSTWithHttpI... method TaskLocateGET (line 7567) | Dictionary TaskLocateGET (); method TaskLocateGETWithHttpInfo (line 7577) | ApiResponse> TaskLocateGETWithHttpInfo (); method TaskLocatePOST (line 7587) | Dictionary TaskLocatePOST (Dictionary ... method TaskLocatePOSTWithHttpInfo (line 7598) | ApiResponse> TaskLocatePOSTWithHttpInfo (Di... method TaskProcessTextExtractionResultsRequestIdPOST (line 7609) | Object TaskProcessTextExtractionResultsRequestIdPOST (string requestId... method TaskProcessTextExtractionResultsRequestIdPOSTWithHttpInfo (line 7621) | ApiResponse TaskProcessTextExtractionResultsRequestIdPOSTWithH... method TaskPurgeTaskPOST (line 7631) | Dictionary TaskPurgeTaskPOST (Dictionary> TaskPurgeTaskPOSTWithHttpInfo ... method TaskRecallTaskGET (line 7651) | Dictionary TaskRecallTaskGET (); method TaskRecallTaskGETWithHttpInfo (line 7661) | ApiResponse> TaskRecallTaskGETWithHttpInfo (); method TaskRecallTaskPOST (line 7671) | Dictionary TaskRecallTaskPOST (Dictionary> TaskRecallTaskPOSTWithHttpInfo... method TaskReindexroutinesCheckSchedulePOST (line 7692) | Object TaskReindexroutinesCheckSchedulePOST (Dictionary TaskReindexroutinesCheckSchedulePOSTWithHttpInfo (... method TaskTaskLogGET (line 7715) | List TaskTaskLogGET (string taskId, int? recordsLimit... method TaskTaskLogGETWithHttpInfo (line 7728) | ApiResponse> TaskTaskLogGETWithHttpInfo (string ... method TaskTaskStatusGET (line 7738) | Dictionary TaskTaskStatusGET (string taskId = default(... method TaskTaskStatusGETWithHttpInfo (line 7749) | ApiResponse> TaskTaskStatusGETWithHttpInfo ... method TaskTasksGET (line 7759) | List TaskTasksGET (Dictionary jqFilters = defaul... method TaskTasksGETWithHttpInfo (line 7770) | ApiResponse> TaskTasksGETWithHttpInfo (Dictionary jqFilters =... method TaskTasksIdGETWithHttpInfo (line 7793) | ApiResponse TaskTasksIdGETWithHttpInfo (string id, Dictionary TaskTasksProjectProjectIdActiveTasksGET (stri... method TaskTasksProjectProjectIdActiveTasksGETWithHttpInfo (line 7816) | ApiResponse> TaskTasksProjectProjectIdActiveT... method TaskTasksProjectProjectIdTasksGET (line 7827) | List TaskTasksProjectProjectIdTasksGET (string projectId... method TaskTasksProjectProjectIdTasksGETWithHttpInfo (line 7839) | ApiResponse> TaskTasksProjectProjectIdTasksGETWithH... method TaskUpdateElasticIndexGET (line 7848) | Dictionary TaskUpdateElasticIndexGET (); method TaskUpdateElasticIndexGETWithHttpInfo (line 7858) | ApiResponse> TaskUpdateElasticIndexGETWithH... method TaskUpdateElasticIndexPOST (line 7868) | Dictionary TaskUpdateElasticIndexPOST (Dictionary> TaskUpdateElasticIndexPOSTWith... method TusUploadSessionUploadSessionIdUploadGuidPATCH (line 7894) | TusUploadSessionUploadSessionIdUploadPOST400Response TusUploadSessionU... method TusUploadSessionUploadSessionIdUploadGuidPATCHWithHttpInfo (line 7910) | ApiResponse TusU... method TusUploadSessionUploadSessionIdUploadPOST (line 7925) | void TusUploadSessionUploadSessionIdUploadPOST (string uploadSessionId... method TusUploadSessionUploadSessionIdUploadPOSTWithHttpInfo (line 7941) | ApiResponse TusUploadSessionUploadSessionIdUploadPOSTWithHttpI... method UsersClientIdsGET (line 7950) | List UsersClientIdsGET (); method UsersClientIdsGETWithHttpInfo (line 7960) | ApiResponse> UsersClientIdsGETWithHttpInfo (); method UsersElevatePOST (line 7970) | SocialLogin UsersElevatePOST (AccessTokenSchema accessTokenSchema = de... method UsersElevatePOSTWithHttpInfo (line 7981) | ApiResponse UsersElevatePOSTWithHttpInfo (AccessTokenSche... method UsersGooglePOST (line 7991) | SocialLogin UsersGooglePOST (Code code = default(Code)); method UsersGooglePOSTWithHttpInfo (line 8002) | ApiResponse UsersGooglePOSTWithHttpInfo (Code code = defa... method UsersOffice365POST (line 8012) | SocialLogin UsersOffice365POST (Code code = default(Code)); method UsersOffice365POSTWithHttpInfo (line 8023) | ApiResponse UsersOffice365POSTWithHttpInfo (Code code = d... method UsersOktaPOST (line 8033) | SocialLogin UsersOktaPOST (Code code = default(Code)); method UsersOktaPOSTWithHttpInfo (line 8044) | ApiResponse UsersOktaPOSTWithHttpInfo (Code code = defaul... method UsersUsersFormFieldsGET (line 8053) | Dictionary UsersUsersFormFieldsGET (); method UsersUsersFormFieldsGETWithHttpInfo (line 8063) | ApiResponse> UsersUsersFormFieldsGETWithHtt... method UsersUsersGET (line 8073) | List UsersUsersGET (Dictionary jqFilters = defau... method UsersUsersGETWithHttpInfo (line 8084) | ApiResponse> UsersUsersGETWithHttpInfo (Dictionary UsersUsersIdFormFieldsGET (string id); method UsersUsersIdFormFieldsGETWithHttpInfo (line 8105) | ApiResponse> UsersUsersIdFormFieldsGETWithH... method UsersUsersIdGET (line 8116) | User UsersUsersIdGET (string id, Dictionary jqFilters ... method UsersUsersIdGETWithHttpInfo (line 8128) | ApiResponse UsersUsersIdGETWithHttpInfo (string id, Dictionary UsersUsersIdPATCHWithHttpInfo (string id, Use... method UsersUsersIdPUT (line 8162) | UserProfile UsersUsersIdPUT (string id, UserProfile userProfile = defa... method UsersUsersIdPUTWithHttpInfo (line 8174) | ApiResponse UsersUsersIdPUTWithHttpInfo (string id, UserP... method UsersUsersPOST (line 8184) | UserProfile UsersUsersPOST (UserProfile userProfile = default(UserProf... method UsersUsersPOSTWithHttpInfo (line 8195) | ApiResponse UsersUsersPOSTWithHttpInfo (UserProfile userP... method UsersUsersUserStatsGET (line 8204) | List UsersUsersUserStatsGET (); method UsersUsersUserStatsGETWithHttpInfo (line 8214) | ApiResponse> UsersUsersUserStatsGETWithHttpInfo (); method UsersVerifyTokenPOST (line 8224) | VerifyAuthTokenResponse UsersVerifyTokenPOST (VerifyAuthTokenRequest v... method UsersVerifyTokenPOSTWithHttpInfo (line 8235) | ApiResponse UsersVerifyTokenPOSTWithHttpInfo ... method AnalyzeDocumentClusterGETAsync (line 8248) | System.Threading.Tasks.Task> AnalyzeDocumentClus... method AnalyzeDocumentClusterGETWithHttpInfoAsync (line 8260) | System.Threading.Tasks.Task>> Analyz... method AnalyzeDocumentClusterIdGETAsync (line 8272) | System.Threading.Tasks.Task AnalyzeDocumentClusterIdG... method AnalyzeDocumentClusterIdGETWithHttpInfoAsync (line 8285) | System.Threading.Tasks.Task> AnalyzeDocum... method AnalyzeDocumentClusterIdPATCHAsync (line 8297) | System.Threading.Tasks.Task AnalyzeDocumentClus... method AnalyzeDocumentClusterIdPATCHWithHttpInfoAsync (line 8310) | System.Threading.Tasks.Task> Analyz... method AnalyzeDocumentClusterIdPUTAsync (line 8322) | System.Threading.Tasks.Task AnalyzeDocumentClus... method AnalyzeDocumentClusterIdPUTWithHttpInfoAsync (line 8335) | System.Threading.Tasks.Task> Analyz... method AnalyzeDocumentSimilarityListGETAsync (line 8346) | System.Threading.Tasks.Task> AnalyzeDocumentS... method AnalyzeDocumentSimilarityListGETWithHttpInfoAsync (line 8358) | System.Threading.Tasks.Task>> Ana... method AnalyzeDocumentTransformerListGETAsync (line 8369) | System.Threading.Tasks.Task> AnalyzeDocumentTransfor... method AnalyzeDocumentTransformerListGETWithHttpInfoAsync (line 8381) | System.Threading.Tasks.Task>> AnalyzeDoc... method AnalyzeMlModelListGETAsync (line 8392) | System.Threading.Tasks.Task> AnalyzeMlModelListGETAsync ... method AnalyzeMlModelListGETWithHttpInfoAsync (line 8404) | System.Threading.Tasks.Task>> AnalyzeMlModel... method AnalyzePartySimilarityListGETAsync (line 8415) | System.Threading.Tasks.Task> AnalyzePartySimilar... method AnalyzePartySimilarityListGETWithHttpInfoAsync (line 8427) | System.Threading.Tasks.Task>> Analyz... method AnalyzeProjectDocumentSimilarityListGETAsync (line 8441) | System.Threading.Tasks.Task Analyze... method AnalyzeProjectDocumentSimilarityListGETWithHttpInfoAsync (line 8456) | System.Threading.Tasks.Task> AnalyzePr... method AnalyzeProjectTextUnitSimilarityListGETWithHttpInfoAsync (line 8495) | System.Threading.Tasks.Task AnalyzeProjectT... method AnalyzeProjectTextUnitSimilarityListPOSTWithHttpInfoAsync (line 8518) | System.Threading.Tasks.Task> An... method AnalyzeSimilarityRunsGETAsync (line 8531) | System.Threading.Tasks.Task> AnalyzeSimilarityRuns... method AnalyzeSimilarityRunsGETWithHttpInfoAsync (line 8545) | System.Threading.Tasks.Task>> AnalyzeS... method AnalyzeSimilarityRunsIdDELETEAsync (line 8558) | System.Threading.Tasks.Task AnalyzeSimilarityRunsIdDELETEAsync (string... method AnalyzeSimilarityRunsIdDELETEWithHttpInfoAsync (line 8572) | System.Threading.Tasks.Task> AnalyzeSimilarityRuns... method AnalyzeSimilarityRunsIdGETAsync (line 8586) | System.Threading.Tasks.Task AnalyzeSimilarityRunsIdGETA... method AnalyzeSimilarityRunsIdGETWithHttpInfoAsync (line 8601) | System.Threading.Tasks.Task> AnalyzeSimilar... method AnalyzeTextUnitClassificationsGETAsync (line 8612) | System.Threading.Tasks.Task> AnalyzeTextU... method AnalyzeTextUnitClassificationsGETWithHttpInfoAsync (line 8624) | System.Threading.Tasks.Task>>... method AnalyzeTextUnitClassificationsIdDELETEAsync (line 8635) | System.Threading.Tasks.Task AnalyzeTextUnitClassificationsIdDELETEAsyn... method AnalyzeTextUnitClassificationsIdDELETEWithHttpInfoAsync (line 8647) | System.Threading.Tasks.Task> AnalyzeTextUnitClassi... method AnalyzeTextUnitClassificationsIdGETAsync (line 8659) | System.Threading.Tasks.Task AnalyzeTextUnitCla... method AnalyzeTextUnitClassificationsIdGETWithHttpInfoAsync (line 8672) | System.Threading.Tasks.Task> Analy... method AnalyzeTextUnitClassificationsPOSTAsync (line 8683) | System.Threading.Tasks.Task AnalyzeTextU... method AnalyzeTextUnitClassificationsPOSTWithHttpInfoAsync (line 8695) | System.Threading.Tasks.Task>... method AnalyzeTextUnitClassifierSuggestionsGETAsync (line 8706) | System.Threading.Tasks.Task> Analyz... method AnalyzeTextUnitClassifierSuggestionsGETWithHttpInfoAsync (line 8718) | System.Threading.Tasks.Task> AnalyzeTextUnitClassi... method AnalyzeTextUnitClassifierSuggestionsIdGETAsync (line 8753) | System.Threading.Tasks.Task AnalyzeTextU... method AnalyzeTextUnitClassifierSuggestionsIdGETWithHttpInfoAsync (line 8766) | System.Threading.Tasks.Task>... method AnalyzeTextUnitClassifiersGETAsync (line 8777) | System.Threading.Tasks.Task> AnalyzeTextUnitC... method AnalyzeTextUnitClassifiersGETWithHttpInfoAsync (line 8789) | System.Threading.Tasks.Task>> Ana... method AnalyzeTextUnitClassifiersIdDELETEAsync (line 8800) | System.Threading.Tasks.Task AnalyzeTextUnitClassifiersIdDELETEAsync (s... method AnalyzeTextUnitClassifiersIdDELETEWithHttpInfoAsync (line 8812) | System.Threading.Tasks.Task> AnalyzeTextUnitClassi... method AnalyzeTextUnitClassifiersIdGETAsync (line 8824) | System.Threading.Tasks.Task AnalyzeTextUnitClassif... method AnalyzeTextUnitClassifiersIdGETWithHttpInfoAsync (line 8837) | System.Threading.Tasks.Task> AnalyzeTe... method AnalyzeTextUnitClusterListGETAsync (line 8848) | System.Threading.Tasks.Task> AnalyzeTextUnitClus... method AnalyzeTextUnitClusterListGETWithHttpInfoAsync (line 8860) | System.Threading.Tasks.Task>> Analyz... method AnalyzeTextUnitSimilarityListGETAsync (line 8871) | System.Threading.Tasks.Task> AnalyzeTextUnitS... method AnalyzeTextUnitSimilarityListGETWithHttpInfoAsync (line 8883) | System.Threading.Tasks.Task>> Ana... method AnalyzeTextUnitTransformerListGETAsync (line 8894) | System.Threading.Tasks.Task> AnalyzeTextUnitTransfor... method AnalyzeTextUnitTransformerListGETWithHttpInfoAsync (line 8906) | System.Threading.Tasks.Task>> AnalyzeTex... method AnalyzeTypeaheadTextUnitClassificationFieldNameGETAsync (line 8918) | System.Threading.Tasks.Task AnalyzeTypeaheadTextUnitClassif... method AnalyzeTypeaheadTextUnitClassificationFieldNameGETWithHttpInfoAsync (line 8931) | System.Threading.Tasks.Task> AnalyzeTypeaheadTe... method CommonActionsGETAsync (line 8945) | System.Threading.Tasks.Task> CommonActionsGETAsync (int? ... method CommonActionsGETWithHttpInfoAsync (line 8960) | System.Threading.Tasks.Task>> CommonActionsGE... method CommonActionsIdGETAsync (line 8975) | System.Threading.Tasks.Task CommonActionsIdGETAsync (string id... method CommonActionsIdGETWithHttpInfoAsync (line 8991) | System.Threading.Tasks.Task> CommonActionsIdGETWit... method CommonAppVariablesGETAsync (line 9002) | System.Threading.Tasks.Task> CommonAppVaria... method CommonAppVariablesGETWithHttpInfoAsync (line 9014) | System.Threading.Tasks.Task>> C... method CommonAppVariablesListGETAsync (line 9025) | System.Threading.Tasks.Task> CommonAppVariablesListGETAsy... method CommonAppVariablesListGETWithHttpInfoAsync (line 9037) | System.Threading.Tasks.Task>> CommonAppVariab... method CommonAppVariablesProjectProjectIdGETAsync (line 9048) | System.Threading.Tasks.Task> CommonAppVariablesPro... method CommonAppVariablesProjectProjectIdGETWithHttpInfoAsync (line 9060) | System.Threading.Tasks.Task>> CommonAp... method CommonAppVariablesProjectProjectIdPUTAsync (line 9072) | System.Threading.Tasks.Task CommonAppVariablesProjectProjectId... method CommonAppVariablesProjectProjectIdPUTWithHttpInfoAsync (line 9085) | System.Threading.Tasks.Task> CommonAppVariablesPro... method CommonLogoGETAsync (line 9096) | System.Threading.Tasks.Task> CommonLogoGETA... method CommonLogoGETWithHttpInfoAsync (line 9108) | System.Threading.Tasks.Task>> C... method CommonMediaPathGETAsync (line 9120) | System.Threading.Tasks.Task> CommonMediaPat... method CommonMediaPathGETWithHttpInfoAsync (line 9133) | System.Threading.Tasks.Task>> C... method CommonMenuGroupsFormFieldsGETAsync (line 9143) | System.Threading.Tasks.Task> CommonMenuGrou... method CommonMenuGroupsFormFieldsGETWithHttpInfoAsync (line 9154) | System.Threading.Tasks.Task>> C... method CommonMenuGroupsGETAsync (line 9164) | System.Threading.Tasks.Task> CommonMenuGroupsGETAsync ... method CommonMenuGroupsGETWithHttpInfoAsync (line 9175) | System.Threading.Tasks.Task>> CommonMenuGr... method CommonMenuGroupsIdDELETEAsync (line 9186) | System.Threading.Tasks.Task CommonMenuGroupsIdDELETEAsync (string id, ... method CommonMenuGroupsIdDELETEWithHttpInfoAsync (line 9198) | System.Threading.Tasks.Task> CommonMenuGroupsIdDEL... method CommonMenuGroupsIdFormFieldsGETAsync (line 9209) | System.Threading.Tasks.Task> CommonMenuGrou... method CommonMenuGroupsIdFormFieldsGETWithHttpInfoAsync (line 9221) | System.Threading.Tasks.Task>> C... method CommonMenuGroupsIdGETAsync (line 9232) | System.Threading.Tasks.Task CommonMenuGroupsIdGETAsync (str... method CommonMenuGroupsIdGETWithHttpInfoAsync (line 9244) | System.Threading.Tasks.Task> CommonMenuGroupsId... method CommonMenuGroupsIdPATCHAsync (line 9256) | System.Threading.Tasks.Task CommonMenuGroupsIdPATCHAsync (s... method CommonMenuGroupsIdPATCHWithHttpInfoAsync (line 9269) | System.Threading.Tasks.Task> CommonMenuGroupsId... method CommonMenuGroupsIdPUTAsync (line 9281) | System.Threading.Tasks.Task CommonMenuGroupsIdPUTAsync (str... method CommonMenuGroupsIdPUTWithHttpInfoAsync (line 9294) | System.Threading.Tasks.Task> CommonMenuGroupsId... method CommonMenuGroupsPOSTAsync (line 9305) | System.Threading.Tasks.Task CommonMenuGroupsPOSTAsync (Menu... method CommonMenuGroupsPOSTWithHttpInfoAsync (line 9317) | System.Threading.Tasks.Task> CommonMenuGroupsPO... method CommonMenuItemsFormFieldsGETAsync (line 9327) | System.Threading.Tasks.Task> CommonMenuItem... method CommonMenuItemsFormFieldsGETWithHttpInfoAsync (line 9338) | System.Threading.Tasks.Task>> C... method CommonMenuItemsGETAsync (line 9348) | System.Threading.Tasks.Task> CommonMenuItemsGETAsync (C... method CommonMenuItemsGETWithHttpInfoAsync (line 9359) | System.Threading.Tasks.Task>> CommonMenuIte... method CommonMenuItemsIdDELETEAsync (line 9370) | System.Threading.Tasks.Task CommonMenuItemsIdDELETEAsync (string id, C... method CommonMenuItemsIdDELETEWithHttpInfoAsync (line 9382) | System.Threading.Tasks.Task> CommonMenuItemsIdDELE... method CommonMenuItemsIdFormFieldsGETAsync (line 9393) | System.Threading.Tasks.Task> CommonMenuItem... method CommonMenuItemsIdFormFieldsGETWithHttpInfoAsync (line 9405) | System.Threading.Tasks.Task>> C... method CommonMenuItemsIdGETAsync (line 9416) | System.Threading.Tasks.Task CommonMenuItemsIdGETAsync (strin... method CommonMenuItemsIdGETWithHttpInfoAsync (line 9428) | System.Threading.Tasks.Task> CommonMenuItemsIdGE... method CommonMenuItemsIdPATCHAsync (line 9440) | System.Threading.Tasks.Task CommonMenuItemsIdPATCHAsync (str... method CommonMenuItemsIdPATCHWithHttpInfoAsync (line 9453) | System.Threading.Tasks.Task> CommonMenuItemsIdPA... method CommonMenuItemsIdPUTAsync (line 9465) | System.Threading.Tasks.Task CommonMenuItemsIdPUTAsync (strin... method CommonMenuItemsIdPUTWithHttpInfoAsync (line 9478) | System.Threading.Tasks.Task> CommonMenuItemsIdPU... method CommonMenuItemsPOSTAsync (line 9489) | System.Threading.Tasks.Task CommonMenuItemsPOSTAsync (MenuIt... method CommonMenuItemsPOSTWithHttpInfoAsync (line 9501) | System.Threading.Tasks.Task> CommonMenuItemsPOST... method CommonReviewStatusGroupsGETAsync (line 9512) | System.Threading.Tasks.Task> CommonReviewStatu... method CommonReviewStatusGroupsGETWithHttpInfoAsync (line 9524) | System.Threading.Tasks.Task>> Comm... method CommonReviewStatusGroupsIdDELETEAsync (line 9535) | System.Threading.Tasks.Task CommonReviewStatusGroupsIdDELETEAsync (str... method CommonReviewStatusGroupsIdDELETEWithHttpInfoAsync (line 9547) | System.Threading.Tasks.Task> CommonReviewStatusGro... method CommonReviewStatusGroupsIdGETAsync (line 9559) | System.Threading.Tasks.Task CommonReviewStatusGroup... method CommonReviewStatusGroupsIdGETWithHttpInfoAsync (line 9572) | System.Threading.Tasks.Task> CommonRevi... method CommonReviewStatusGroupsIdPATCHAsync (line 9584) | System.Threading.Tasks.Task CommonReviewStatusGroup... method CommonReviewStatusGroupsIdPATCHWithHttpInfoAsync (line 9597) | System.Threading.Tasks.Task> CommonRevi... method CommonReviewStatusGroupsIdPUTAsync (line 9609) | System.Threading.Tasks.Task CommonReviewStatusGroup... method CommonReviewStatusGroupsIdPUTWithHttpInfoAsync (line 9622) | System.Threading.Tasks.Task> CommonRevi... method CommonReviewStatusGroupsPOSTAsync (line 9633) | System.Threading.Tasks.Task CommonReviewStatusGroup... method CommonReviewStatusGroupsPOSTWithHttpInfoAsync (line 9645) | System.Threading.Tasks.Task> CommonRevi... method CommonReviewStatusesGETAsync (line 9656) | System.Threading.Tasks.Task> CommonReviewStat... method CommonReviewStatusesGETWithHttpInfoAsync (line 9668) | System.Threading.Tasks.Task>> Com... method CommonReviewStatusesIdDELETEAsync (line 9679) | System.Threading.Tasks.Task CommonReviewStatusesIdDELETEAsync (string ... method CommonReviewStatusesIdDELETEWithHttpInfoAsync (line 9691) | System.Threading.Tasks.Task> CommonReviewStatusesI... method CommonReviewStatusesIdGETAsync (line 9703) | System.Threading.Tasks.Task CommonReviewStatusesId... method CommonReviewStatusesIdGETWithHttpInfoAsync (line 9716) | System.Threading.Tasks.Task> CommonRev... method CommonReviewStatusesIdPATCHAsync (line 9728) | System.Threading.Tasks.Task CommonReviewStatusesIdPATCHA... method CommonReviewStatusesIdPATCHWithHttpInfoAsync (line 9741) | System.Threading.Tasks.Task> CommonReviewSta... method CommonReviewStatusesIdPUTAsync (line 9753) | System.Threading.Tasks.Task CommonReviewStatusesIdPUTAsy... method CommonReviewStatusesIdPUTWithHttpInfoAsync (line 9766) | System.Threading.Tasks.Task> CommonReviewSta... method CommonReviewStatusesPOSTAsync (line 9777) | System.Threading.Tasks.Task CommonReviewStatusesPOSTAsyn... method CommonReviewStatusesPOSTWithHttpInfoAsync (line 9789) | System.Threading.Tasks.Task> CommonReviewSta... method DocumentAnnotationsAnnotatePUTAsync (line 9800) | System.Threading.Tasks.Task DocumentAnnotati... method DocumentAnnotationsAnnotatePUTWithHttpInfoAsync (line 9812) | System.Threading.Tasks.Task> Doc... method DocumentAnnotationsBatchPUTAsync (line 9823) | System.Threading.Tasks.Task> DocumentAnn... method DocumentAnnotationsBatchPUTWithHttpInfoAsync (line 9835) | System.Threading.Tasks.Task>... method DocumentAnnotationsGETAsync (line 9845) | System.Threading.Tasks.Task> DocumentAnnotationsGETAs... method DocumentAnnotationsGETWithHttpInfoAsync (line 9856) | System.Threading.Tasks.Task>> DocumentAnn... method DocumentAnnotationsIdDELETEAsync (line 9867) | System.Threading.Tasks.Task DocumentAnnotationsIdDELETEAsync (string i... method DocumentAnnotationsIdDELETEWithHttpInfoAsync (line 9879) | System.Threading.Tasks.Task> DocumentAnnotationsId... method DocumentAnnotationsIdGETAsync (line 9890) | System.Threading.Tasks.Task DocumentAnnotationsIdGETAsync ... method DocumentAnnotationsIdGETWithHttpInfoAsync (line 9902) | System.Threading.Tasks.Task> DocumentAnnotatio... method DocumentAnnotationsIdPUTAsync (line 9914) | System.Threading.Tasks.Task DocumentAnnotationsIdPUTAsync ... method DocumentAnnotationsIdPUTWithHttpInfoAsync (line 9927) | System.Threading.Tasks.Task> DocumentAnnotatio... method DocumentAnnotationsPOSTAsync (line 9938) | System.Threading.Tasks.Task DocumentAnnotationsPOSTAsync (... method DocumentAnnotationsPOSTWithHttpInfoAsync (line 9950) | System.Threading.Tasks.Task> DocumentAnnotatio... method DocumentAnnotationsSuggestPOSTAsync (line 9961) | System.Threading.Tasks.Task DocumentAnnotationsSuggestPOST... method DocumentAnnotationsSuggestPOSTWithHttpInfoAsync (line 9973) | System.Threading.Tasks.Task> DocumentAnnotatio... method DocumentDocumentFieldAnnotationsForUserGETAsync (line 9984) | System.Threading.Tasks.Task DocumentDocumentF... method DocumentDocumentFieldAnnotationsForUserGETWithHttpInfoAsync (line 9996) | System.Threading.Tasks.Task> Docu... method DocumentDocumentFieldAnnotationsGETAsync (line 10007) | System.Threading.Tasks.Task> DocumentDoc... method DocumentDocumentFieldAnnotationsGETWithHttpInfoAsync (line 10019) | System.Threading.Tasks.Task>... method DocumentDocumentFieldAnnotationsUidGETAsync (line 10031) | System.Threading.Tasks.Task DocumentDocumentF... method DocumentDocumentFieldAnnotationsUidGETWithHttpInfoAsync (line 10044) | System.Threading.Tasks.Task> Docu... method DocumentDocumentFieldCategoriesFormFieldsGETAsync (line 10054) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentFieldCategoriesFormFieldsGETWithHttpInfoAsync (line 10065) | System.Threading.Tasks.Task>> D... method DocumentDocumentFieldCategoriesGETAsync (line 10076) | System.Threading.Tasks.Task> DocumentD... method DocumentDocumentFieldCategoriesGETWithHttpInfoAsync (line 10088) | System.Threading.Tasks.Task> DocumentDocumentField... method DocumentDocumentFieldCategoriesIdFormFieldsGETAsync (line 10122) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentFieldCategoriesIdFormFieldsGETWithHttpInfoAsync (line 10134) | System.Threading.Tasks.Task>> D... method DocumentDocumentFieldCategoriesIdGETAsync (line 10146) | System.Threading.Tasks.Task DocumentDocumen... method DocumentDocumentFieldCategoriesIdGETWithHttpInfoAsync (line 10159) | System.Threading.Tasks.Task> Do... method DocumentDocumentFieldCategoriesIdPATCHAsync (line 10171) | System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentFieldCategoriesIdPATCHWithHttpInfoAsync (line 10184) | System.Threading.Tasks.Task> ... method DocumentDocumentFieldCategoriesIdPUTAsync (line 10196) | System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentFieldCategoriesIdPUTWithHttpInfoAsync (line 10209) | System.Threading.Tasks.Task> ... method DocumentDocumentFieldCategoriesPOSTAsync (line 10220) | System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentFieldCategoriesPOSTWithHttpInfoAsync (line 10232) | System.Threading.Tasks.Task> ... method DocumentDocumentFieldDetectorsFormFieldsGETAsync (line 10242) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentFieldDetectorsFormFieldsGETWithHttpInfoAsync (line 10253) | System.Threading.Tasks.Task>> D... method DocumentDocumentFieldDetectorsGETAsync (line 10264) | System.Threading.Tasks.Task> Documen... method DocumentDocumentFieldDetectorsGETWithHttpInfoAsync (line 10276) | System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentFieldDetectorsPOSTWithHttpInfoAsync (line 10299) | System.Threading.Tasks.Task> ... method DocumentDocumentFieldDetectorsUidDELETEAsync (line 10310) | System.Threading.Tasks.Task DocumentDocumentFieldDetectorsUidDELETEAsy... method DocumentDocumentFieldDetectorsUidDELETEWithHttpInfoAsync (line 10322) | System.Threading.Tasks.Task> DocumentDocumentField... method DocumentDocumentFieldDetectorsUidFormFieldsGETAsync (line 10333) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentFieldDetectorsUidFormFieldsGETWithHttpInfoAsync (line 10345) | System.Threading.Tasks.Task>> D... method DocumentDocumentFieldDetectorsUidGETAsync (line 10357) | System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentFieldDetectorsUidGETWithHttpInfoAsync (line 10370) | System.Threading.Tasks.Task> ... method DocumentDocumentFieldDetectorsUidPATCHAsync (line 10382) | System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentFieldDetectorsUidPATCHWithHttpInfoAsync (line 10395) | System.Threading.Tasks.Task> ... method DocumentDocumentFieldDetectorsUidPUTAsync (line 10407) | System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentFieldDetectorsUidPUTWithHttpInfoAsync (line 10420) | System.Threading.Tasks.Task> ... method DocumentDocumentFieldValuesGETAsync (line 10431) | System.Threading.Tasks.Task> DocumentDocument... method DocumentDocumentFieldValuesGETWithHttpInfoAsync (line 10443) | System.Threading.Tasks.Task>> Doc... method DocumentDocumentFieldValuesIdGETAsync (line 10455) | System.Threading.Tasks.Task DocumentDocumentFieldV... method DocumentDocumentFieldValuesIdGETWithHttpInfoAsync (line 10468) | System.Threading.Tasks.Task> DocumentD... method DocumentDocumentFieldsCheckFieldFormulaPOSTAsync (line 10479) | System.Threading.Tasks.Task DocumentDocumentField... method DocumentDocumentFieldsCheckFieldFormulaPOSTWithHttpInfoAsync (line 10491) | System.Threading.Tasks.Task> Document... method DocumentDocumentFieldsFormFieldsGETAsync (line 10501) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentFieldsFormFieldsGETWithHttpInfoAsync (line 10512) | System.Threading.Tasks.Task>> D... method DocumentDocumentFieldsGETAsync (line 10523) | System.Threading.Tasks.Task> DocumentDocumentF... method DocumentDocumentFieldsGETWithHttpInfoAsync (line 10535) | System.Threading.Tasks.Task>> Docu... method DocumentDocumentFieldsPOSTAsync (line 10546) | System.Threading.Tasks.Task DocumentDocumentField... method DocumentDocumentFieldsPOSTWithHttpInfoAsync (line 10558) | System.Threading.Tasks.Task> Document... method DocumentDocumentFieldsStatsGETAsync (line 10569) | System.Threading.Tasks.Task> Document... method DocumentDocumentFieldsStatsGETWithHttpInfoAsync (line 10581) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentFieldsUidCheckFormulaPOSTWithHttpInfoAsync (line 10606) | System.Threading.Tasks.Task>> D... method DocumentDocumentFieldsUidClonePOSTAsync (line 10618) | System.Threading.Tasks.Task DocumentDocumentField... method DocumentDocumentFieldsUidClonePOSTWithHttpInfoAsync (line 10631) | System.Threading.Tasks.Task> Document... method DocumentDocumentFieldsUidDELETEAsync (line 10642) | System.Threading.Tasks.Task DocumentDocumentFieldsUidDELETEAsync (stri... method DocumentDocumentFieldsUidDELETEWithHttpInfoAsync (line 10654) | System.Threading.Tasks.Task> DocumentDocumentField... method DocumentDocumentFieldsUidFormFieldsGETAsync (line 10665) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentFieldsUidFormFieldsGETWithHttpInfoAsync (line 10677) | System.Threading.Tasks.Task>> D... method DocumentDocumentFieldsUidGETAsync (line 10689) | System.Threading.Tasks.Task DocumentDocumentField... method DocumentDocumentFieldsUidGETWithHttpInfoAsync (line 10702) | System.Threading.Tasks.Task> Document... method DocumentDocumentFieldsUidPATCHAsync (line 10714) | System.Threading.Tasks.Task DocumentDocumentField... method DocumentDocumentFieldsUidPATCHWithHttpInfoAsync (line 10727) | System.Threading.Tasks.Task> Document... method DocumentDocumentFieldsUidPUTAsync (line 10739) | System.Threading.Tasks.Task DocumentDocumentField... method DocumentDocumentFieldsUidPUTWithHttpInfoAsync (line 10752) | System.Threading.Tasks.Task> Document... method DocumentDocumentFieldsUidPreDeletePOSTAsync (line 10764) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentFieldsUidPreDeletePOSTWithHttpInfoAsync (line 10777) | System.Threading.Tasks.Task>> D... method DocumentDocumentNotesGETAsync (line 10792) | System.Threading.Tasks.Task> DocumentDocument... method DocumentDocumentNotesGETWithHttpInfoAsync (line 10808) | System.Threading.Tasks.Task>> Doc... method DocumentDocumentNotesIdDELETEAsync (line 10819) | System.Threading.Tasks.Task DocumentDocumentNotesIdDELETEAsync (string... method DocumentDocumentNotesIdDELETEWithHttpInfoAsync (line 10831) | System.Threading.Tasks.Task> DocumentDocumentNotes... method DocumentDocumentNotesIdGETAsync (line 10843) | System.Threading.Tasks.Task DocumentDocumentNotesI... method DocumentDocumentNotesIdGETWithHttpInfoAsync (line 10856) | System.Threading.Tasks.Task> DocumentD... method DocumentDocumentNotesIdPATCHAsync (line 10868) | System.Threading.Tasks.Task DocumentDocumentNotesI... method DocumentDocumentNotesIdPATCHWithHttpInfoAsync (line 10881) | System.Threading.Tasks.Task> DocumentD... method DocumentDocumentNotesIdPUTAsync (line 10893) | System.Threading.Tasks.Task DocumentDocumentNotesI... method DocumentDocumentNotesIdPUTWithHttpInfoAsync (line 10906) | System.Threading.Tasks.Task> DocumentD... method DocumentDocumentNotesPOSTAsync (line 10917) | System.Threading.Tasks.Task DocumentDocumentNotesP... method DocumentDocumentNotesPOSTWithHttpInfoAsync (line 10929) | System.Threading.Tasks.Task> DocumentD... method DocumentDocumentTypesFormFieldsGETAsync (line 10939) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentTypesFormFieldsGETWithHttpInfoAsync (line 10950) | System.Threading.Tasks.Task>> D... method DocumentDocumentTypesGETAsync (line 10961) | System.Threading.Tasks.Task> DocumentDocument... method DocumentDocumentTypesGETWithHttpInfoAsync (line 10973) | System.Threading.Tasks.Task>> Doc... method DocumentDocumentTypesImportDocTypePUTAsync (line 10984) | System.Threading.Tasks.Task DocumentDocume... method DocumentDocumentTypesImportDocTypePUTWithHttpInfoAsync (line 10996) | System.Threading.Tasks.Task> D... method DocumentDocumentTypesPOSTAsync (line 11007) | System.Threading.Tasks.Task DocumentDocumentTypesP... method DocumentDocumentTypesPOSTWithHttpInfoAsync (line 11019) | System.Threading.Tasks.Task> DocumentD... method DocumentDocumentTypesSchemeMigrationsGETAsync (line 11029) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentTypesSchemeMigrationsGETWithHttpInfoAsync (line 11040) | System.Threading.Tasks.Task>> D... method DocumentDocumentTypesStatsGETAsync (line 11050) | System.Threading.Tasks.Task> DocumentDocumentT... method DocumentDocumentTypesStatsGETWithHttpInfoAsync (line 11061) | System.Threading.Tasks.Task>> Docu... method DocumentDocumentTypesUidClonePOSTAsync (line 11073) | System.Threading.Tasks.Task DocumentDocumentTypesU... method DocumentDocumentTypesUidClonePOSTWithHttpInfoAsync (line 11086) | System.Threading.Tasks.Task> DocumentD... method DocumentDocumentTypesUidDELETEAsync (line 11097) | System.Threading.Tasks.Task DocumentDocumentTypesUidDELETEAsync (strin... method DocumentDocumentTypesUidDELETEWithHttpInfoAsync (line 11109) | System.Threading.Tasks.Task> DocumentDocumentTypes... method DocumentDocumentTypesUidExportDocTypeGETAsync (line 11121) | System.Threading.Tasks.Task DocumentDocumentTypesUid... method DocumentDocumentTypesUidExportDocTypeGETWithHttpInfoAsync (line 11134) | System.Threading.Tasks.Task> DocumentDoc... method DocumentDocumentTypesUidFormFieldsGETAsync (line 11145) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentTypesUidFormFieldsGETWithHttpInfoAsync (line 11157) | System.Threading.Tasks.Task>> D... method DocumentDocumentTypesUidGETAsync (line 11169) | System.Threading.Tasks.Task DocumentDocumentTypesU... method DocumentDocumentTypesUidGETWithHttpInfoAsync (line 11182) | System.Threading.Tasks.Task> DocumentD... method DocumentDocumentTypesUidPATCHAsync (line 11194) | System.Threading.Tasks.Task DocumentDocumentTypesU... method DocumentDocumentTypesUidPATCHWithHttpInfoAsync (line 11207) | System.Threading.Tasks.Task> DocumentD... method DocumentDocumentTypesUidPUTAsync (line 11219) | System.Threading.Tasks.Task DocumentDocumentTypesU... method DocumentDocumentTypesUidPUTWithHttpInfoAsync (line 11232) | System.Threading.Tasks.Task> DocumentD... method DocumentDocumentTypesUidPreDeletePOSTAsync (line 11244) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentTypesUidPreDeletePOSTWithHttpInfoAsync (line 11257) | System.Threading.Tasks.Task>> D... method DocumentDocumentTypesUserProjectTypesGETAsync (line 11268) | System.Threading.Tasks.Task DocumentDocumentTypesU... method DocumentDocumentTypesUserProjectTypesGETWithHttpInfoAsync (line 11280) | System.Threading.Tasks.Task> DocumentD... method DocumentDocumentsDownloadZipGETAsync (line 11292) | System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentsDownloadZipGETWithHttpInfoAsync (line 11305) | System.Threading.Tasks.Task> ... method DocumentDocumentsForUserGETAsync (line 11315) | System.Threading.Tasks.Task DocumentDocument... method DocumentDocumentsForUserGETWithHttpInfoAsync (line 11326) | System.Threading.Tasks.Task> Doc... method DocumentDocumentsGETAsync (line 11339) | System.Threading.Tasks.Task> DocumentDocumentsG... method DocumentDocumentsGETWithHttpInfoAsync (line 11353) | System.Threading.Tasks.Task>> Docum... method DocumentDocumentsIdActionsGETAsync (line 11368) | System.Threading.Tasks.Task DocumentDocumentsIdActio... method DocumentDocumentsIdActionsGETWithHttpInfoAsync (line 11384) | System.Threading.Tasks.Task> DocumentDoc... method DocumentDocumentsIdDELETEAsync (line 11395) | System.Threading.Tasks.Task DocumentDocumentsIdDELETEAsync (string id,... method DocumentDocumentsIdDELETEWithHttpInfoAsync (line 11407) | System.Threading.Tasks.Task> DocumentDocumentsIdDE... method DocumentDocumentsIdDataGETAsync (line 11419) | System.Threading.Tasks.Task DocumentDocumentsIdDataGET... method DocumentDocumentsIdDataGETWithHttpInfoAsync (line 11432) | System.Threading.Tasks.Task> DocumentDocum... method DocumentDocumentsIdDefinitionsGETAsync (line 11443) | System.Threading.Tasks.Task> DocumentDocumen... method DocumentDocumentsIdDefinitionsGETWithHttpInfoAsync (line 11455) | System.Threading.Tasks.Task>> Do... method DocumentDocumentsIdExtractionGETAsync (line 11466) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentsIdExtractionGETWithHttpInfoAsync (line 11478) | System.Threading.Tasks.Task>> D... method DocumentDocumentsIdFieldsGETAsync (line 11489) | System.Threading.Tasks.Task> DocumentDocume... method DocumentDocumentsIdFieldsGETWithHttpInfoAsync (line 11501) | System.Threading.Tasks.Task>> D... method DocumentDocumentsIdFieldsPATCHAsync (line 11513) | System.Threading.Tasks.Task DocumentDocumentsIdFieldsP... method DocumentDocumentsIdFieldsPATCHWithHttpInfoAsync (line 11526) | System.Threading.Tasks.Task> DocumentDocum... method DocumentDocumentsIdFieldsPOSTAsync (line 11538) | System.Threading.Tasks.Task DocumentDocumentsIdFieldsP... method DocumentDocumentsIdFieldsPOSTWithHttpInfoAsync (line 11551) | System.Threading.Tasks.Task> DocumentDocum... method DocumentDocumentsIdFieldsPUTAsync (line 11563) | System.Threading.Tasks.Task DocumentDocumentsIdFieldsP... method DocumentDocumentsIdFieldsPUTWithHttpInfoAsync (line 11576) | System.Threading.Tasks.Task> DocumentDocum... method DocumentDocumentsIdFullTextGETAsync (line 11587) | System.Threading.Tasks.Task DocumentDocumentsIdFullTextGETAsyn... method DocumentDocumentsIdFullTextGETWithHttpInfoAsync (line 11599) | System.Threading.Tasks.Task> DocumentDocumentsIdFu... method DocumentDocumentsIdGETAsync (line 11611) | System.Threading.Tasks.Task DocumentDocumentsIdGETAs... method DocumentDocumentsIdGETWithHttpInfoAsync (line 11624) | System.Threading.Tasks.Task> DocumentDoc... method DocumentDocumentsIdHasPdfInfoGETAsync (line 11635) | System.Threading.Tasks.Task DocumentDocumentsIdHasPdfInfoGETAsyn... method DocumentDocumentsIdHasPdfInfoGETWithHttpInfoAsync (line 11647) | System.Threading.Tasks.Task> DocumentDocumentsIdHasP... method DocumentDocumentsIdPATCHAsync (line 11659) | System.Threading.Tasks.Task DocumentDocumentsIdPATCHAs... method DocumentDocumentsIdPATCHWithHttpInfoAsync (line 11672) | System.Threading.Tasks.Task> DocumentDocum... method DocumentDocumentsIdPUTAsync (line 11684) | System.Threading.Tasks.Task DocumentDocumentsIdPUTAs... method DocumentDocumentsIdPUTWithHttpInfoAsync (line 11697) | System.Threading.Tasks.Task> DocumentDoc... method DocumentDocumentsIdPdfReprGETAsync (line 11708) | System.Threading.Tasks.Task DocumentDocumentsIdPdfRep... method DocumentDocumentsIdPdfReprGETWithHttpInfoAsync (line 11720) | System.Threading.Tasks.Task> DocumentDocu... method DocumentDocumentsIdSetAnnotatorCoordDifferencePOSTAsync (line 11732) | System.Threading.Tasks.Task DocumentDocumentsIdShowG... method DocumentDocumentsIdShowGETWithHttpInfoAsync (line 11770) | System.Threading.Tasks.Task> DocumentDoc... method DocumentDocumentsIdSimilarGETAsync (line 11783) | System.Threading.Tasks.Task DocumentDocumen... method DocumentDocumentsIdSimilarGETWithHttpInfoAsync (line 11797) | System.Threading.Tasks.Task> Do... method DocumentDocumentsMarkDeletePOSTAsync (line 11808) | System.Threading.Tasks.Task Docu... method DocumentDocumentsMarkDeletePOSTWithHttpInfoAsync (line 11820) | System.Threading.Tasks.Task DocumentDocumentsPOSTAsy... method DocumentDocumentsPOSTWithHttpInfoAsync (line 11843) | System.Threading.Tasks.Task> DocumentDoc... method DocumentDocumentsUnmarkDeletePOSTAsync (line 11854) | System.Threading.Tasks.Task Docu... method DocumentDocumentsUnmarkDeletePOSTWithHttpInfoAsync (line 11866) | System.Threading.Tasks.Task> DocumentField... method DocumentFieldAnnotationStatusesGETWithHttpInfoAsync (line 11889) | System.Threading.Tasks.Task>> ... method DocumentFieldAnnotationStatusesIdDELETEAsync (line 11900) | System.Threading.Tasks.Task DocumentFieldAnnotationStatusesIdDELETEAsy... method DocumentFieldAnnotationStatusesIdDELETEWithHttpInfoAsync (line 11912) | System.Threading.Tasks.Task> DocumentFieldAnnotati... method DocumentFieldAnnotationStatusesIdGETAsync (line 11924) | System.Threading.Tasks.Task DocumentFieldAnnota... method DocumentFieldAnnotationStatusesIdGETWithHttpInfoAsync (line 11937) | System.Threading.Tasks.Task> Docume... method DocumentFieldAnnotationStatusesIdPATCHAsync (line 11949) | System.Threading.Tasks.Task DocumentFieldAnnota... method DocumentFieldAnnotationStatusesIdPATCHWithHttpInfoAsync (line 11962) | System.Threading.Tasks.Task> Docume... method DocumentFieldAnnotationStatusesIdPUTAsync (line 11974) | System.Threading.Tasks.Task DocumentFieldAnnota... method DocumentFieldAnnotationStatusesIdPUTWithHttpInfoAsync (line 11987) | System.Threading.Tasks.Task> Docume... method DocumentFieldAnnotationStatusesPOSTAsync (line 11998) | System.Threading.Tasks.Task DocumentFieldAnnota... method DocumentFieldAnnotationStatusesPOSTWithHttpInfoAsync (line 12010) | System.Threading.Tasks.Task> Docume... method DocumentProjectProjectPkDocumentFieldAnnotationsForUserGETAsync (line 12022) | System.Threading.Tasks.Task DocumentProjectPr... method DocumentProjectProjectPkDocumentFieldAnnotationsForUserGETWithHttpInfoAsync (line 12035) | System.Threading.Tasks.Task> Docu... method DocumentProjectProjectPkDocumentFieldAnnotationsGETAsync (line 12047) | System.Threading.Tasks.Task> DocumentPro... method DocumentProjectProjectPkDocumentFieldAnnotationsGETWithHttpInfoAsync (line 12060) | System.Threading.Tasks.Task>... method DocumentProjectProjectPkDocumentFieldAnnotationsUidGETAsync (line 12073) | System.Threading.Tasks.Task DocumentProjectPr... method DocumentProjectProjectPkDocumentFieldAnnotationsUidGETWithHttpInfoAsync (line 12087) | System.Threading.Tasks.Task> Docu... method DocumentProjectProjectPkDocumentFieldValuesGETAsync (line 12099) | System.Threading.Tasks.Task> DocumentProjectP... method DocumentProjectProjectPkDocumentFieldValuesGETWithHttpInfoAsync (line 12112) | System.Threading.Tasks.Task>> Doc... method DocumentProjectProjectPkDocumentFieldValuesIdGETAsync (line 12125) | System.Threading.Tasks.Task DocumentProjectProject... method DocumentProjectProjectPkDocumentFieldValuesIdGETWithHttpInfoAsync (line 12139) | System.Threading.Tasks.Task> DocumentP... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsGETAsync (line 12151) | System.Threading.Tasks.Task> DocumentProjec... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsGETWithHttpInfoAsync (line 12164) | System.Threading.Tasks.Task>> D... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETEAsync (line 12177) | System.Threading.Tasks.Task DocumentProjectProjectPkDocumentsDocumentP... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETEWithHttpInfoAsync (line 12191) | System.Threading.Tasks.Task> DocumentProjectProjec... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdGETAsync (line 12204) | System.Threading.Tasks.Task DocumentProjectProje... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdGETWithHttpInfoAsync (line 12218) | System.Threading.Tasks.Task> Documen... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCHAsync (line 12232) | System.Threading.Tasks.Task DocumentProjectProje... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCHWithHttpInfoAsync (line 12247) | System.Threading.Tasks.Task> Documen... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUTAsync (line 12261) | System.Threading.Tasks.Task DocumentProjectProje... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUTWithHttpInfoAsync (line 12276) | System.Threading.Tasks.Task> Documen... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsPOSTAsync (line 12289) | System.Threading.Tasks.Task DocumentProjectProje... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsPOSTWithHttpInfoAsync (line 12303) | System.Threading.Tasks.Task> Documen... method DocumentProjectProjectPkDocumentsDownloadZipGETAsync (line 12316) | System.Threading.Tasks.Task DocumentProje... method DocumentProjectProjectPkDocumentsDownloadZipGETWithHttpInfoAsync (line 12330) | System.Threading.Tasks.Task> ... method DocumentProjectProjectPkDocumentsForUserGETAsync (line 12341) | System.Threading.Tasks.Task DocumentProjectP... method DocumentProjectProjectPkDocumentsForUserGETWithHttpInfoAsync (line 12353) | System.Threading.Tasks.Task> Doc... method DocumentProjectProjectPkDocumentsGETAsync (line 12367) | System.Threading.Tasks.Task> DocumentProjectPro... method DocumentProjectProjectPkDocumentsGETWithHttpInfoAsync (line 12382) | System.Threading.Tasks.Task>> Docum... method DocumentProjectProjectPkDocumentsIdActionsGETAsync (line 12398) | System.Threading.Tasks.Task DocumentProjectProjectPk... method DocumentProjectProjectPkDocumentsIdActionsGETWithHttpInfoAsync (line 12415) | System.Threading.Tasks.Task> DocumentPro... method DocumentProjectProjectPkDocumentsIdDELETEAsync (line 12427) | System.Threading.Tasks.Task DocumentProjectProjectPkDocumentsIdDELETEA... method DocumentProjectProjectPkDocumentsIdDELETEWithHttpInfoAsync (line 12440) | System.Threading.Tasks.Task> DocumentProjectProjec... method DocumentProjectProjectPkDocumentsIdDataGETAsync (line 12453) | System.Threading.Tasks.Task DocumentProjectProjectPkDo... method DocumentProjectProjectPkDocumentsIdDataGETWithHttpInfoAsync (line 12467) | System.Threading.Tasks.Task> DocumentProje... method DocumentProjectProjectPkDocumentsIdDefinitionsGETAsync (line 12479) | System.Threading.Tasks.Task> DocumentProject... method DocumentProjectProjectPkDocumentsIdDefinitionsGETWithHttpInfoAsync (line 12492) | System.Threading.Tasks.Task>> Do... method DocumentProjectProjectPkDocumentsIdExtractionGETAsync (line 12504) | System.Threading.Tasks.Task> DocumentProjec... method DocumentProjectProjectPkDocumentsIdExtractionGETWithHttpInfoAsync (line 12517) | System.Threading.Tasks.Task>> D... method DocumentProjectProjectPkDocumentsIdFieldsGETAsync (line 12529) | System.Threading.Tasks.Task> DocumentProjec... method DocumentProjectProjectPkDocumentsIdFieldsGETWithHttpInfoAsync (line 12542) | System.Threading.Tasks.Task>> D... method DocumentProjectProjectPkDocumentsIdFieldsPATCHAsync (line 12555) | System.Threading.Tasks.Task DocumentProjectProjectPkDo... method DocumentProjectProjectPkDocumentsIdFieldsPATCHWithHttpInfoAsync (line 12569) | System.Threading.Tasks.Task> DocumentProje... method DocumentProjectProjectPkDocumentsIdFieldsPOSTAsync (line 12582) | System.Threading.Tasks.Task DocumentProjectProjectPkDo... method DocumentProjectProjectPkDocumentsIdFieldsPOSTWithHttpInfoAsync (line 12596) | System.Threading.Tasks.Task> DocumentProje... method DocumentProjectProjectPkDocumentsIdFieldsPUTAsync (line 12609) | System.Threading.Tasks.Task DocumentProjectProjectPkDo... method DocumentProjectProjectPkDocumentsIdFieldsPUTWithHttpInfoAsync (line 12623) | System.Threading.Tasks.Task> DocumentProje... method DocumentProjectProjectPkDocumentsIdFullTextGETAsync (line 12635) | System.Threading.Tasks.Task DocumentProjectProjectPkDocumentsI... method DocumentProjectProjectPkDocumentsIdFullTextGETWithHttpInfoAsync (line 12648) | System.Threading.Tasks.Task> DocumentProjectProjec... method DocumentProjectProjectPkDocumentsIdGETAsync (line 12661) | System.Threading.Tasks.Task DocumentProjectProjectPk... method DocumentProjectProjectPkDocumentsIdGETWithHttpInfoAsync (line 12675) | System.Threading.Tasks.Task> DocumentPro... method DocumentProjectProjectPkDocumentsIdHasPdfInfoGETAsync (line 12687) | System.Threading.Tasks.Task DocumentProjectProjectPkDocumentsIdH... method DocumentProjectProjectPkDocumentsIdHasPdfInfoGETWithHttpInfoAsync (line 12700) | System.Threading.Tasks.Task> DocumentProjectProjectP... method DocumentProjectProjectPkDocumentsIdPATCHAsync (line 12713) | System.Threading.Tasks.Task DocumentProjectProjectPkDo... method DocumentProjectProjectPkDocumentsIdPATCHWithHttpInfoAsync (line 12727) | System.Threading.Tasks.Task> DocumentProje... method DocumentProjectProjectPkDocumentsIdPUTAsync (line 12740) | System.Threading.Tasks.Task DocumentProjectProjectPk... method DocumentProjectProjectPkDocumentsIdPUTWithHttpInfoAsync (line 12754) | System.Threading.Tasks.Task> DocumentPro... method DocumentProjectProjectPkDocumentsIdPdfReprGETAsync (line 12766) | System.Threading.Tasks.Task DocumentProjectProjectPkD... method DocumentProjectProjectPkDocumentsIdPdfReprGETWithHttpInfoAsync (line 12779) | System.Threading.Tasks.Task> DocumentProj... method DocumentProjectProjectPkDocumentsIdSetAnnotatorCoordDifferencePOSTAsync (line 12792) | System.Threading.Tasks.Task DocumentProjectProjectPk... method DocumentProjectProjectPkDocumentsIdShowGETWithHttpInfoAsync (line 12833) | System.Threading.Tasks.Task> DocumentPro... method DocumentProjectProjectPkDocumentsIdSimilarGETAsync (line 12847) | System.Threading.Tasks.Task DocumentProject... method DocumentProjectProjectPkDocumentsIdSimilarGETWithHttpInfoAsync (line 12862) | System.Threading.Tasks.Task> Do... method DocumentProjectProjectPkDocumentsMarkDeletePOSTAsync (line 12874) | System.Threading.Tasks.Task Docu... method DocumentProjectProjectPkDocumentsMarkDeletePOSTWithHttpInfoAsync (line 12887) | System.Threading.Tasks.Task DocumentProjectProjectPk... method DocumentProjectProjectPkDocumentsPOSTWithHttpInfoAsync (line 12912) | System.Threading.Tasks.Task> DocumentPro... method DocumentProjectProjectPkDocumentsUnmarkDeletePOSTAsync (line 12924) | System.Threading.Tasks.Task Docu... method DocumentProjectProjectPkDocumentsUnmarkDeletePOSTWithHttpInfoAsync (line 12937) | System.Threading.Tasks.Task> DocumentStatsG... method DocumentStatsGETWithHttpInfoAsync (line 12958) | System.Threading.Tasks.Task>> D... method DocumentTextunitsGETAsync (line 12969) | System.Threading.Tasks.Task> DocumentTextunitsG... method DocumentTextunitsGETWithHttpInfoAsync (line 12981) | System.Threading.Tasks.Task>> Docum... method DocumentTextunitsIdGETAsync (line 12993) | System.Threading.Tasks.Task DocumentTextunitsIdGETAs... method DocumentTextunitsIdGETWithHttpInfoAsync (line 13006) | System.Threading.Tasks.Task> DocumentTex... method DumpDocumentConfigGETAsync (line 13018) | System.Threading.Tasks.Task DumpDocu... method DumpDocumentConfigGETWithHttpInfoAsync (line 13031) | System.Threading.Tasks.Task DumpDocumentConfigPUTAsync (List> DumpDocumentConfigPUT... method DumpDumpFixturePOSTAsync (line 13065) | System.Threading.Tasks.Task DumpDumpFixturePOSTAsync... method DumpDumpFixturePOSTWithHttpInfoAsync (line 13077) | System.Threading.Tasks.Task> DumpDumpFix... method DumpDumpGETAsync (line 13088) | System.Threading.Tasks.Task DumpDump... method DumpDumpGETWithHttpInfoAsync (line 13100) | System.Threading.Tasks.Task DumpDumpPUTAsync (List> DumpDumpPUTWithHttpIn... method DumpFieldValuesGETAsync (line 13134) | System.Threading.Tasks.Task DumpFiel... method DumpFieldValuesGETWithHttpInfoAsync (line 13146) | System.Threading.Tasks.Task DumpFieldValuesPUTAsync (List> DumpFieldValuesPUTWit... method DumpLoadFixturePOSTAsync (line 13180) | System.Threading.Tasks.Task>> DumpLoad... method DumpLoadFixturePOSTWithHttpInfoAsync (line 13192) | System.Threading.Tasks.Task> ExtractAmountUsageGETAs... method ExtractAmountUsageGETWithHttpInfoAsync (line 13215) | System.Threading.Tasks.Task>> ExtractAmo... method ExtractAmountUsageTopGETAsync (line 13225) | System.Threading.Tasks.Task>> ExtractA... method ExtractAmountUsageTopGETWithHttpInfoAsync (line 13236) | System.Threading.Tasks.Task> ExtractCitationUsageG... method ExtractCitationUsageGETWithHttpInfoAsync (line 13259) | System.Threading.Tasks.Task>> ExtractC... method ExtractCitationUsageTopGETAsync (line 13269) | System.Threading.Tasks.Task>> ExtractC... method ExtractCitationUsageTopGETWithHttpInfoAsync (line 13280) | System.Threading.Tasks.Task> ExtractCopyrightUsag... method ExtractCopyrightUsageGETWithHttpInfoAsync (line 13303) | System.Threading.Tasks.Task>> Extract... method ExtractCopyrightUsageTopGETAsync (line 13313) | System.Threading.Tasks.Task>> ExtractC... method ExtractCopyrightUsageTopGETWithHttpInfoAsync (line 13324) | System.Threading.Tasks.Task> ExtractCourtUsageGETAsyn... method ExtractCourtUsageGETWithHttpInfoAsync (line 13347) | System.Threading.Tasks.Task>> ExtractCour... method ExtractCourtUsageTopGETAsync (line 13357) | System.Threading.Tasks.Task>> ExtractC... method ExtractCourtUsageTopGETWithHttpInfoAsync (line 13368) | System.Threading.Tasks.Task> ExtractCurrencyUsageG... method ExtractCurrencyUsageGETWithHttpInfoAsync (line 13391) | System.Threading.Tasks.Task>> ExtractC... method ExtractCurrencyUsageTopGETAsync (line 13401) | System.Threading.Tasks.Task>> ExtractC... method ExtractCurrencyUsageTopGETWithHttpInfoAsync (line 13412) | System.Threading.Tasks.Task> ExtractDateDurati... method ExtractDateDurationUsageGETWithHttpInfoAsync (line 13435) | System.Threading.Tasks.Task>> Extr... method ExtractDateDurationUsageTopGETAsync (line 13445) | System.Threading.Tasks.Task>> ExtractD... method ExtractDateDurationUsageTopGETWithHttpInfoAsync (line 13456) | System.Threading.Tasks.Task> ExtractDateUsageC... method ExtractDateUsageCalendarChartGETWithHttpInfoAsync (line 13477) | System.Threading.Tasks.Task>> Extr... method ExtractDateUsageGETAsync (line 13488) | System.Threading.Tasks.Task> ExtractDateUsageGETAsync ... method ExtractDateUsageGETWithHttpInfoAsync (line 13500) | System.Threading.Tasks.Task>> ExtractDateU... method ExtractDateUsageTimelineChartGETAsync (line 13510) | System.Threading.Tasks.Task> ExtractDateUsageT... method ExtractDateUsageTimelineChartGETWithHttpInfoAsync (line 13521) | System.Threading.Tasks.Task>> Extr... method ExtractDateUsageToIcalGETAsync (line 13532) | System.Threading.Tasks.Task> ExtractDateUsageToIcalGET... method ExtractDateUsageToIcalGETWithHttpInfoAsync (line 13544) | System.Threading.Tasks.Task>> ExtractDateU... method ExtractDateUsageTopGETAsync (line 13554) | System.Threading.Tasks.Task>> ExtractD... method ExtractDateUsageTopGETWithHttpInfoAsync (line 13565) | System.Threading.Tasks.Task> ExtractDefinitionUs... method ExtractDefinitionUsageGETWithHttpInfoAsync (line 13588) | System.Threading.Tasks.Task>> Extrac... method ExtractDefinitionUsageTopGETAsync (line 13598) | System.Threading.Tasks.Task>> ExtractD... method ExtractDefinitionUsageTopGETWithHttpInfoAsync (line 13609) | System.Threading.Tasks.Task> ExtractDistanceUsageG... method ExtractDistanceUsageGETWithHttpInfoAsync (line 13632) | System.Threading.Tasks.Task>> ExtractD... method ExtractDistanceUsageTopGETAsync (line 13642) | System.Threading.Tasks.Task>> ExtractD... method ExtractDistanceUsageTopGETWithHttpInfoAsync (line 13653) | System.Threading.Tasks.Task> ExtractGeoAliasUsageG... method ExtractGeoAliasUsageGETWithHttpInfoAsync (line 13676) | System.Threading.Tasks.Task>> ExtractG... method ExtractGeoAliasUsageTopGETAsync (line 13686) | System.Threading.Tasks.Task>> ExtractG... method ExtractGeoAliasUsageTopGETWithHttpInfoAsync (line 13697) | System.Threading.Tasks.Task> ExtractGeoEntitiesGET... method ExtractGeoEntitiesGETWithHttpInfoAsync (line 13720) | System.Threading.Tasks.Task>> ExtractG... method ExtractGeoEntitiesIdGETAsync (line 13732) | System.Threading.Tasks.Task ExtractGeoEntitiesIdGETAsyn... method ExtractGeoEntitiesIdGETWithHttpInfoAsync (line 13745) | System.Threading.Tasks.Task> ExtractGeoEnti... method ExtractGeoEntitiesIdPUTAsync (line 13757) | System.Threading.Tasks.Task ExtractGeoEntitiesIdPUTAs... method ExtractGeoEntitiesIdPUTWithHttpInfoAsync (line 13770) | System.Threading.Tasks.Task> ExtractGeoEn... method ExtractGeoEntityUsageGETAsync (line 13781) | System.Threading.Tasks.Task> ExtractGeoEntityUsag... method ExtractGeoEntityUsageGETWithHttpInfoAsync (line 13793) | System.Threading.Tasks.Task>> Extract... method ExtractGeoEntityUsageTopGETAsync (line 13803) | System.Threading.Tasks.Task>> ExtractG... method ExtractGeoEntityUsageTopGETWithHttpInfoAsync (line 13814) | System.Threading.Tasks.Task> ExtractPartiesGETAsync (Dicti... method ExtractPartiesGETWithHttpInfoAsync (line 13837) | System.Threading.Tasks.Task>> ExtractPartiesGE... method ExtractPartiesIdGETAsync (line 13849) | System.Threading.Tasks.Task ExtractPartiesIdGETAsync (string id... method ExtractPartiesIdGETWithHttpInfoAsync (line 13862) | System.Threading.Tasks.Task> ExtractPartiesIdGETWit... method ExtractPartyNetworkChartGETAsync (line 13873) | System.Threading.Tasks.Task> ExtractPartyNetworkChart... method ExtractPartyNetworkChartGETWithHttpInfoAsync (line 13885) | System.Threading.Tasks.Task>> ExtractPart... method ExtractPartyUsageGETAsync (line 13896) | System.Threading.Tasks.Task> ExtractPartyUsageGETAsyn... method ExtractPartyUsageGETWithHttpInfoAsync (line 13908) | System.Threading.Tasks.Task>> ExtractPart... method ExtractPartyUsageTopGETAsync (line 13918) | System.Threading.Tasks.Task>> ExtractP... method ExtractPartyUsageTopGETWithHttpInfoAsync (line 13929) | System.Threading.Tasks.Task> ExtractPercentUsageGET... method ExtractPercentUsageGETWithHttpInfoAsync (line 13952) | System.Threading.Tasks.Task>> ExtractPe... method ExtractPercentUsageTopGETAsync (line 13962) | System.Threading.Tasks.Task>> ExtractP... method ExtractPercentUsageTopGETWithHttpInfoAsync (line 13973) | System.Threading.Tasks.Task> ExtractRatioUsageGETAsyn... method ExtractRatioUsageGETWithHttpInfoAsync (line 13996) | System.Threading.Tasks.Task>> ExtractRati... method ExtractRatioUsageTopGETAsync (line 14006) | System.Threading.Tasks.Task>> ExtractR... method ExtractRatioUsageTopGETWithHttpInfoAsync (line 14017) | System.Threading.Tasks.Task> ExtractRegulationUs... method ExtractRegulationUsageGETWithHttpInfoAsync (line 14040) | System.Threading.Tasks.Task>> Extrac... method ExtractRegulationUsageTopGETAsync (line 14050) | System.Threading.Tasks.Task>> ExtractR... method ExtractRegulationUsageTopGETWithHttpInfoAsync (line 14061) | System.Threading.Tasks.Task> ExtractTermTagsGETAsync (Di... method ExtractTermTagsGETWithHttpInfoAsync (line 14084) | System.Threading.Tasks.Task>> ExtractTermTag... method ExtractTermUsageGETAsync (line 14095) | System.Threading.Tasks.Task> ExtractTermUsageGETAsync ... method ExtractTermUsageGETWithHttpInfoAsync (line 14107) | System.Threading.Tasks.Task>> ExtractTermU... method ExtractTermUsageTopGETAsync (line 14117) | System.Threading.Tasks.Task>> ExtractT... method ExtractTermUsageTopGETWithHttpInfoAsync (line 14128) | System.Threading.Tasks.Task> ExtractTrademarkUsag... method ExtractTrademarkUsageGETWithHttpInfoAsync (line 14151) | System.Threading.Tasks.Task>> Extract... method ExtractTrademarkUsageTopGETAsync (line 14161) | System.Threading.Tasks.Task>> ExtractT... method ExtractTrademarkUsageTopGETWithHttpInfoAsync (line 14172) | System.Threading.Tasks.Task ExtractTypeaheadGeoEntityUsageF... method ExtractTypeaheadGeoEntityUsageFieldNameGETWithHttpInfoAsync (line 14195) | System.Threading.Tasks.Task> ExtractTypeaheadGe... method ExtractTypeaheadPartyUsageFieldNameGETAsync (line 14206) | System.Threading.Tasks.Task ExtractTypeaheadPartyUsageField... method ExtractTypeaheadPartyUsageFieldNameGETWithHttpInfoAsync (line 14218) | System.Threading.Tasks.Task> ExtractTypeaheadPa... method ExtractTypeaheadTermUsageFieldNameGETAsync (line 14229) | System.Threading.Tasks.Task ExtractTypeaheadTermUsageFieldN... method ExtractTypeaheadTermUsageFieldNameGETWithHttpInfoAsync (line 14241) | System.Threading.Tasks.Task> ExtractTypeaheadTe... method ExtractUrlUsageGETAsync (line 14252) | System.Threading.Tasks.Task> ExtractUrlUsageGETAsync (D... method ExtractUrlUsageGETWithHttpInfoAsync (line 14264) | System.Threading.Tasks.Task>> ExtractUrlUsa... method ExtractUrlUsageTopGETAsync (line 14274) | System.Threading.Tasks.Task>> ExtractU... method ExtractUrlUsageTopGETWithHttpInfoAsync (line 14285) | System.Threading.Tasks.Task> LoggingLogMess... method LoggingLogMessagePOSTWithHttpInfoAsync (line 14308) | System.Threading.Tasks.Task>> L... method MediaDataPathGETAsync (line 14320) | System.Threading.Tasks.Task> MediaDataPathG... method MediaDataPathGETWithHttpInfoAsync (line 14333) | System.Threading.Tasks.Task>> M... method NotificationsWebNotificationsGETAsync (line 14343) | System.Threading.Tasks.Task> NotificationsW... method NotificationsWebNotificationsGETWithHttpInfoAsync (line 14354) | System.Threading.Tasks.Task>> N... method NotificationsWebNotificationsMarkSeenPOSTAsync (line 14365) | System.Threading.Tasks.Task Notifi... method NotificationsWebNotificationsMarkSeenPOSTWithHttpInfoAsync (line 14377) | System.Threading.Tasks.Task> ProjectProjectClu... method ProjectProjectClusteringGETWithHttpInfoAsync (line 14400) | System.Threading.Tasks.Task>> Proj... method ProjectProjectClusteringIdGETAsync (line 14412) | System.Threading.Tasks.Task ProjectProjectClusterin... method ProjectProjectClusteringIdGETWithHttpInfoAsync (line 14425) | System.Threading.Tasks.Task> ProjectPro... method ProjectProjectsFormFieldsGETAsync (line 14435) | System.Threading.Tasks.Task> ProjectProject... method ProjectProjectsFormFieldsGETWithHttpInfoAsync (line 14446) | System.Threading.Tasks.Task>> P... method ProjectProjectsGETAsync (line 14457) | System.Threading.Tasks.Task> ProjectProjectsGETAsync... method ProjectProjectsGETWithHttpInfoAsync (line 14469) | System.Threading.Tasks.Task>> ProjectPro... method ProjectProjectsIdActiveTasksGETAsync (line 14481) | System.Threading.Tasks.Task> ProjectProjectsI... method ProjectProjectsIdActiveTasksGETWithHttpInfoAsync (line 14494) | System.Threading.Tasks.Task>> Pro... method ProjectProjectsIdAnnotationsAssigneesGETAsync (line 14505) | System.Threading.Tasks.Task>... method ProjectProjectsIdAnnotationsAssigneesGETWithHttpInfoAsync (line 14517) | System.Threading.Tasks.Task ProjectProjectsIdAss... method ProjectProjectsIdAssignAnnotationsPOSTWithHttpInfoAsync (line 14542) | System.Threading.Tasks.Task> Project... method ProjectProjectsIdAssignDocumentPOSTAsync (line 14554) | System.Threading.Tasks.Task ProjectProjectsIdAss... method ProjectProjectsIdAssignDocumentPOSTWithHttpInfoAsync (line 14567) | System.Threading.Tasks.Task> Project... method ProjectProjectsIdAssignDocumentsPOSTAsync (line 14579) | System.Threading.Tasks.Task ProjectProjectsIdAss... method ProjectProjectsIdAssignDocumentsPOSTWithHttpInfoAsync (line 14592) | System.Threading.Tasks.Task> Project... method ProjectProjectsIdAssigneesGETAsync (line 14603) | System.Threading.Tasks.Task> P... method ProjectProjectsIdAssigneesGETWithHttpInfoAsync (line 14615) | System.Threading.Tasks.Task ProjectProjectsIdCheckSimil... method ProjectProjectsIdCheckSimilarityProcessAllowedPOSTWithHttpInfoAsync (line 14640) | System.Threading.Tasks.Task> ProjectProject... method ProjectProjectsIdCleanupPOSTAsync (line 14652) | System.Threading.Tasks.Task ProjectProjectsIdCleanupPOSTAsync ... method ProjectProjectsIdCleanupPOSTWithHttpInfoAsync (line 14665) | System.Threading.Tasks.Task> ProjectProjectsIdClea... method ProjectProjectsIdClusterActionsGETAsync (line 14680) | System.Threading.Tasks.Task ProjectProjectsIdClusterAct... method ProjectProjectsIdClusterActionsGETWithHttpInfoAsync (line 14696) | System.Threading.Tasks.Task> ProjectProject... method ProjectProjectsIdClusterPOSTAsync (line 14708) | System.Threading.Tasks.Task ProjectProjectsIdC... method ProjectProjectsIdClusterPOSTWithHttpInfoAsync (line 14721) | System.Threading.Tasks.Task> Proje... method ProjectProjectsIdClusteringStatusGETAsync (line 14733) | System.Threading.Tasks.Task ProjectPr... method ProjectProjectsIdClusteringStatusGETWithHttpInfoAsync (line 14746) | System.Threading.Tasks.Task> ProjectProjectsIdDELE... method ProjectProjectsIdDeleteDocumentSimilarityResultsDELETEAsync (line 14780) | System.Threading.Tasks.Task ProjectProjectsIdDeleteDocumentSimilarityR... method ProjectProjectsIdDeleteDocumentSimilarityResultsDELETEWithHttpInfoAsync (line 14792) | System.Threading.Tasks.Task> ProjectProjectsIdDele... method ProjectProjectsIdDeleteTextUnitSimilarityResultsDELETEAsync (line 14803) | System.Threading.Tasks.Task ProjectProjectsIdDeleteTextUnitSimilarityR... method ProjectProjectsIdDeleteTextUnitSimilarityResultsDELETEWithHttpInfoAsync (line 14815) | System.Threading.Tasks.Task> ProjectProjectsIdDele... method ProjectProjectsIdDetectFieldValuesPOSTAsync (line 14827) | System.Threading.Tasks.Task ProjectProjectsIdDetectFie... method ProjectProjectsIdDetectFieldValuesPOSTWithHttpInfoAsync (line 14840) | System.Threading.Tasks.Task> ProjectProjec... method ProjectProjectsIdFormFieldsGETAsync (line 14851) | System.Threading.Tasks.Task> ProjectProject... method ProjectProjectsIdFormFieldsGETWithHttpInfoAsync (line 14863) | System.Threading.Tasks.Task>> P... method ProjectProjectsIdGETAsync (line 14875) | System.Threading.Tasks.Task ProjectProjectsIdGETAsync (... method ProjectProjectsIdGETWithHttpInfoAsync (line 14888) | System.Threading.Tasks.Task> ProjectProject... method ProjectProjectsIdLocateItemsPOSTAsync (line 14900) | System.Threading.Tasks.Task ProjectProjectsIdLocateIte... method ProjectProjectsIdLocateItemsPOSTWithHttpInfoAsync (line 14913) | System.Threading.Tasks.Task> ProjectProjec... method ProjectProjectsIdMarkDeletePOSTAsync (line 14925) | System.Threading.Tasks.Task Projec... method ProjectProjectsIdMarkDeletePOSTWithHttpInfoAsync (line 14938) | System.Threading.Tasks.Task ProjectProjectsIdPATCHAsync... method ProjectProjectsIdPATCHWithHttpInfoAsync (line 14963) | System.Threading.Tasks.Task> ProjectProject... method ProjectProjectsIdPUTAsync (line 14975) | System.Threading.Tasks.Task ProjectProjectsIdPUTAsync (... method ProjectProjectsIdPUTWithHttpInfoAsync (line 14988) | System.Threading.Tasks.Task> ProjectProject... method ProjectProjectsIdProgressGETAsync (line 14999) | System.Threading.Tasks.Task ProjectProjectsId... method ProjectProjectsIdProgressGETWithHttpInfoAsync (line 15011) | System.Threading.Tasks.Task> Proj... method ProjectProjectsIdSearchSimilarDocumentsPOSTAsync (line 15023) | System.Threading.Tasks.Task ProjectProjectsIdSearchSim... method ProjectProjectsIdSearchSimilarDocumentsPOSTWithHttpInfoAsync (line 15036) | System.Threading.Tasks.Task> ProjectProjec... method ProjectProjectsIdSearchSimilarTextUnitsPOSTAsync (line 15048) | System.Threading.Tasks.Task ProjectProjectsIdSearchSim... method ProjectProjectsIdSearchSimilarTextUnitsPOSTWithHttpInfoAsync (line 15061) | System.Threading.Tasks.Task> ProjectProjec... method ProjectProjectsIdSendClustersToProjectPOSTAsync (line 15073) | System.Threading.Tasks.Task ProjectProjectsIdSendClustersToPro... method ProjectProjectsIdSendClustersToProjectPOSTWithHttpInfoAsync (line 15086) | System.Threading.Tasks.Task> ProjectProjectsIdSend... method ProjectProjectsIdSetAnnotationStatusPOSTAsync (line 15098) | System.Threading.Tasks.Task ProjectProjectsIdSet... method ProjectProjectsIdSetStatusPOSTWithHttpInfoAsync (line 15136) | System.Threading.Tasks.Task> Project... method ProjectProjectsIdSettingsActionsGETAsync (line 15151) | System.Threading.Tasks.Task ProjectProjectsIdSettingsAc... method ProjectProjectsIdSettingsActionsGETWithHttpInfoAsync (line 15167) | System.Threading.Tasks.Task> ProjectProject... method ProjectProjectsIdTaskTaskIdTaskLogsGETAsync (line 15181) | System.Threading.Tasks.Task ProjectProjectsIdTaskTask... method ProjectProjectsIdTaskTaskIdTaskLogsGETWithHttpInfoAsync (line 15196) | System.Threading.Tasks.Task> ProjectProje... method ProjectProjectsIdTasksGETAsync (line 15208) | System.Threading.Tasks.Task> ProjectProjectsIdTasks... method ProjectProjectsIdTasksGETWithHttpInfoAsync (line 15221) | System.Threading.Tasks.Task>> ProjectPr... method ProjectProjectsIdUnmarkDeletePOSTAsync (line 15233) | System.Threading.Tasks.Task Projec... method ProjectProjectsIdUnmarkDeletePOSTWithHttpInfoAsync (line 15246) | System.Threading.Tasks.Task Proj... method ProjectProjectsIdUpdateDocumentFieldsPOSTWithHttpInfoAsync (line 15271) | System.Threading.Tasks.Task ProjectProjectsPOSTAsync (P... method ProjectProjectsPOSTWithHttpInfoAsync (line 15294) | System.Threading.Tasks.Task> ProjectProject... method ProjectProjectsProjectStatsGETAsync (line 15305) | System.Threading.Tasks.Task> ProjectProjectsProject... method ProjectProjectsProjectStatsGETWithHttpInfoAsync (line 15317) | System.Threading.Tasks.Task>> ProjectPr... method ProjectProjectsRecentGETAsync (line 15328) | System.Threading.Tasks.Task>> ProjectP... method ProjectProjectsRecentGETWithHttpInfoAsync (line 15340) | System.Threading.Tasks.Task ProjectProjectsSel... method ProjectProjectsSelectProjectsPOSTWithHttpInfoAsync (line 15363) | System.Threading.Tasks.Task> Proje... method ProjectTaskQueuesGETAsync (line 15374) | System.Threading.Tasks.Task> ProjectTaskQueuesGETAsync... method ProjectTaskQueuesGETWithHttpInfoAsync (line 15386) | System.Threading.Tasks.Task>> ProjectTaskQ... method ProjectTaskQueuesIdDELETEAsync (line 15397) | System.Threading.Tasks.Task ProjectTaskQueuesIdDELETEAsync (string id,... method ProjectTaskQueuesIdDELETEWithHttpInfoAsync (line 15409) | System.Threading.Tasks.Task> ProjectTaskQueuesIdDE... method ProjectTaskQueuesIdGETAsync (line 15421) | System.Threading.Tasks.Task ProjectTaskQueuesIdGETAsync (st... method ProjectTaskQueuesIdGETWithHttpInfoAsync (line 15434) | System.Threading.Tasks.Task> ProjectTaskQueuesI... method ProjectTaskQueuesIdPATCHAsync (line 15446) | System.Threading.Tasks.Task ProjectTaskQueuesIdPATCHAsync (... method ProjectTaskQueuesIdPATCHWithHttpInfoAsync (line 15459) | System.Threading.Tasks.Task> ProjectTaskQueuesI... method ProjectTaskQueuesIdPUTAsync (line 15471) | System.Threading.Tasks.Task ProjectTaskQueuesIdPUTAsync (st... method ProjectTaskQueuesIdPUTWithHttpInfoAsync (line 15484) | System.Threading.Tasks.Task> ProjectTaskQueuesI... method ProjectTaskQueuesPOSTAsync (line 15495) | System.Threading.Tasks.Task ProjectTaskQueuesPOSTAsync (Tas... method ProjectTaskQueuesPOSTWithHttpInfoAsync (line 15507) | System.Threading.Tasks.Task> ProjectTaskQueuesP... method ProjectUploadSessionGETAsync (line 15518) | System.Threading.Tasks.Task> ProjectUploadSe... method ProjectUploadSessionGETWithHttpInfoAsync (line 15530) | System.Threading.Tasks.Task>> Pr... method ProjectUploadSessionPOSTAsync (line 15541) | System.Threading.Tasks.Task ProjectUploadSessionP... method ProjectUploadSessionPOSTWithHttpInfoAsync (line 15553) | System.Threading.Tasks.Task> ProjectU... method ProjectUploadSessionStatusGETAsync (line 15564) | System.Threading.Tasks.Task> ProjectUploadS... method ProjectUploadSessionStatusGETWithHttpInfoAsync (line 15576) | System.Threading.Tasks.Task>> P... method ProjectUploadSessionUidBatchUploadPOSTAsync (line 15588) | System.Threading.Tasks.Task ProjectUploadSessionU... method ProjectUploadSessionUidBatchUploadPOSTWithHttpInfoAsync (line 15601) | System.Threading.Tasks.Task> ProjectU... method ProjectUploadSessionUidBatchUploadPOST_0Async (line 15613) | System.Threading.Tasks.Task ProjectUploadSessionU... method ProjectUploadSessionUidBatchUploadPOST_0WithHttpInfoAsync (line 15626) | System.Threading.Tasks.Task> ProjectU... method ProjectUploadSessionUidCancelDELETEAsync (line 15637) | System.Threading.Tasks.Task ProjectUploadSessionUidCancelDELETEAsync (... method ProjectUploadSessionUidCancelDELETEWithHttpInfoAsync (line 15649) | System.Threading.Tasks.Task> ProjectUploadSessionU... method ProjectUploadSessionUidDELETEAsync (line 15660) | System.Threading.Tasks.Task ProjectUploadSessionUidDELETEAsync (string... method ProjectUploadSessionUidDELETEWithHttpInfoAsync (line 15672) | System.Threading.Tasks.Task> ProjectUploadSessionU... method ProjectUploadSessionUidDeleteFileDELETEAsync (line 15684) | System.Threading.Tasks.Task ProjectUploadSessionUidDeleteFileD... method ProjectUploadSessionUidDeleteFileDELETEWithHttpInfoAsync (line 15697) | System.Threading.Tasks.Task> ProjectUploadSessionU... method ProjectUploadSessionUidFilesPOSTAsync (line 15714) | System.Threading.Tasks.Task Project... method ProjectUploadSessionUidFilesPOSTWithHttpInfoAsync (line 15732) | System.Threading.Tasks.Task ProjectUploadSessionU... method ProjectUploadSessionUidGETWithHttpInfoAsync (line 15757) | System.Threading.Tasks.Task> ProjectU... method ProjectUploadSessionUidPATCHAsync (line 15769) | System.Threading.Tasks.Task ProjectUploadSessionU... method ProjectUploadSessionUidPATCHWithHttpInfoAsync (line 15782) | System.Threading.Tasks.Task> ProjectU... method ProjectUploadSessionUidProgressGETAsync (line 15793) | System.Threading.Tasks.Task Proj... method ProjectUploadSessionUidProgressGETWithHttpInfoAsync (line 15805) | System.Threading.Tasks.Task ProjectU... method ProjectUploadSessionUidUploadPOSTWithHttpInfoAsync (line 15840) | System.Threading.Tasks.Task> RawdbConfigGET... method RawdbConfigGETWithHttpInfoAsync (line 15861) | System.Threading.Tasks.Task>> R... method RawdbDocumentsDocumentTypeCodeGETAsync (line 15886) | System.Threading.Tasks.Task> RawdbDocuments... method RawdbDocumentsDocumentTypeCodeGETWithHttpInfoAsync (line 15912) | System.Threading.Tasks.Task>> R... method RawdbDocumentsDocumentTypeCodePOSTAsync (line 15924) | System.Threading.Tasks.Task> RawdbDocuments... method RawdbDocumentsDocumentTypeCodePOSTWithHttpInfoAsync (line 15937) | System.Threading.Tasks.Task>> R... method RawdbProjectStatsProjectIdGETAsync (line 15948) | System.Threading.Tasks.Task> RawdbProjectSt... method RawdbProjectStatsProjectIdGETWithHttpInfoAsync (line 15960) | System.Threading.Tasks.Task>> R... method RestAuthLoginPOSTAsync (line 15971) | System.Threading.Tasks.Task RestAuthLoginPOSTAsync (Log... method RestAuthLoginPOSTWithHttpInfoAsync (line 15983) | System.Threading.Tasks.Task> RestAuthLoginP... method RestAuthLogoutGETAsync (line 15993) | System.Threading.Tasks.Task> RestAuthLogo... method RestAuthLogoutGETWithHttpInfoAsync (line 16004) | System.Threading.Tasks.Task>>... method RestAuthLogoutPOSTAsync (line 16015) | System.Threading.Tasks.Task RestAuthLogoutPOST... method RestAuthLogoutPOSTWithHttpInfoAsync (line 16027) | System.Threading.Tasks.Task> RestA... method RestAuthPasswordChangePOSTAsync (line 16038) | System.Threading.Tasks.Task RestAuthPasswordCh... method RestAuthPasswordChangePOSTWithHttpInfoAsync (line 16050) | System.Threading.Tasks.Task> RestA... method RestAuthPasswordResetConfirmPOSTAsync (line 16061) | System.Threading.Tasks.Task RestAuthPasswordRe... method RestAuthPasswordResetConfirmPOSTWithHttpInfoAsync (line 16073) | System.Threading.Tasks.Task> RestA... method RestAuthPasswordResetPOSTAsync (line 16084) | System.Threading.Tasks.Task RestAuthPasswordRe... method RestAuthPasswordResetPOSTWithHttpInfoAsync (line 16096) | System.Threading.Tasks.Task> RestA... method SimilarityDocumentSimilarityByFeaturesGETAsync (line 16106) | System.Threading.Tasks.Task> SimilarityDocu... method SimilarityDocumentSimilarityByFeaturesGETWithHttpInfoAsync (line 16117) | System.Threading.Tasks.Task>> S... method SimilarityDocumentSimilarityByFeaturesPOSTAsync (line 16128) | System.Threading.Tasks.Task SimilarityDo... method SimilarityDocumentSimilarityByFeaturesPOSTWithHttpInfoAsync (line 16140) | System.Threading.Tasks.Task>... method SimilarityPartySimilarityGETAsync (line 16150) | System.Threading.Tasks.Task> SimilarityPart... method SimilarityPartySimilarityGETWithHttpInfoAsync (line 16161) | System.Threading.Tasks.Task>> S... method SimilarityPartySimilarityPOSTAsync (line 16172) | System.Threading.Tasks.Task SimilarityPa... method SimilarityPartySimilarityPOSTWithHttpInfoAsync (line 16184) | System.Threading.Tasks.Task>... method SimilarityProjectDocumentsSimilarityByVectorsGETAsync (line 16194) | System.Threading.Tasks.Task> SimilarityProj... method SimilarityProjectDocumentsSimilarityByVectorsGETWithHttpInfoAsync (line 16205) | System.Threading.Tasks.Task>> S... method SimilarityProjectDocumentsSimilarityByVectorsPOSTAsync (line 16216) | System.Threading.Tasks.Task SimilarityPr... method SimilarityProjectDocumentsSimilarityByVectorsPOSTWithHttpInfoAsync (line 16228) | System.Threading.Tasks.Task>... method SimilarityProjectTextUnitsSimilarityByVectorsGETAsync (line 16238) | System.Threading.Tasks.Task> SimilarityProj... method SimilarityProjectTextUnitsSimilarityByVectorsGETWithHttpInfoAsync (line 16249) | System.Threading.Tasks.Task>> S... method SimilarityProjectTextUnitsSimilarityByVectorsPOSTAsync (line 16260) | System.Threading.Tasks.Task SimilarityPr... method SimilarityProjectTextUnitsSimilarityByVectorsPOSTWithHttpInfoAsync (line 16272) | System.Threading.Tasks.Task>... method SimilaritySimilarityGETAsync (line 16282) | System.Threading.Tasks.Task> SimilaritySimi... method SimilaritySimilarityGETWithHttpInfoAsync (line 16293) | System.Threading.Tasks.Task>> S... method SimilaritySimilarityPOSTAsync (line 16304) | System.Threading.Tasks.Task SimilaritySi... method SimilaritySimilarityPOSTWithHttpInfoAsync (line 16316) | System.Threading.Tasks.Task>... method SimilarityTextUnitSimilarityByFeaturesGETAsync (line 16326) | System.Threading.Tasks.Task> SimilarityText... method SimilarityTextUnitSimilarityByFeaturesGETWithHttpInfoAsync (line 16337) | System.Threading.Tasks.Task>> S... method SimilarityTextUnitSimilarityByFeaturesPOSTAsync (line 16348) | System.Threading.Tasks.Task SimilarityTe... method SimilarityTextUnitSimilarityByFeaturesPOSTWithHttpInfoAsync (line 16360) | System.Threading.Tasks.Task>... method TaskCleanTasksPOSTAsync (line 16371) | System.Threading.Tasks.Task> TaskCleanTasks... method TaskCleanTasksPOSTWithHttpInfoAsync (line 16383) | System.Threading.Tasks.Task>> T... method TaskLoadDictionariesPOSTAsync (line 16394) | System.Threading.Tasks.Task> TaskLoadDictio... method TaskLoadDictionariesPOSTWithHttpInfoAsync (line 16406) | System.Threading.Tasks.Task>> T... method TaskLoadDocumentsGETAsync (line 16416) | System.Threading.Tasks.Task> TaskLoadDocume... method TaskLoadDocumentsGETWithHttpInfoAsync (line 16427) | System.Threading.Tasks.Task>> T... method TaskLoadDocumentsPOSTAsync (line 16438) | System.Threading.Tasks.Task> TaskLoadDocume... method TaskLoadDocumentsPOSTWithHttpInfoAsync (line 16450) | System.Threading.Tasks.Task>> T... method TaskLocateGETAsync (line 16460) | System.Threading.Tasks.Task> TaskLocateGETA... method TaskLocateGETWithHttpInfoAsync (line 16471) | System.Threading.Tasks.Task>> T... method TaskLocatePOSTAsync (line 16482) | System.Threading.Tasks.Task> TaskLocatePOST... method TaskLocatePOSTWithHttpInfoAsync (line 16494) | System.Threading.Tasks.Task>> T... method TaskProcessTextExtractionResultsRequestIdPOSTAsync (line 16506) | System.Threading.Tasks.Task TaskProcessTextExtractionResultsRe... method TaskProcessTextExtractionResultsRequestIdPOSTWithHttpInfoAsync (line 16519) | System.Threading.Tasks.Task> TaskProcessTextExtrac... method TaskPurgeTaskPOSTAsync (line 16530) | System.Threading.Tasks.Task> TaskPurgeTaskP... method TaskPurgeTaskPOSTWithHttpInfoAsync (line 16542) | System.Threading.Tasks.Task>> T... method TaskRecallTaskGETAsync (line 16552) | System.Threading.Tasks.Task> TaskRecallTask... method TaskRecallTaskGETWithHttpInfoAsync (line 16563) | System.Threading.Tasks.Task>> T... method TaskRecallTaskPOSTAsync (line 16574) | System.Threading.Tasks.Task> TaskRecallTask... method TaskRecallTaskPOSTWithHttpInfoAsync (line 16586) | System.Threading.Tasks.Task>> T... method TaskReindexroutinesCheckSchedulePOSTAsync (line 16597) | System.Threading.Tasks.Task TaskReindexroutinesCheckSchedulePO... method TaskReindexroutinesCheckSchedulePOSTWithHttpInfoAsync (line 16609) | System.Threading.Tasks.Task> TaskReindexroutinesCh... method TaskTaskLogGETAsync (line 16622) | System.Threading.Tasks.Task> TaskTaskLogGETAsync... method TaskTaskLogGETWithHttpInfoAsync (line 16636) | System.Threading.Tasks.Task>> TaskTa... method TaskTaskStatusGETAsync (line 16647) | System.Threading.Tasks.Task> TaskTaskStatus... method TaskTaskStatusGETWithHttpInfoAsync (line 16659) | System.Threading.Tasks.Task>> T... method TaskTasksGETAsync (line 16670) | System.Threading.Tasks.Task> TaskTasksGETAsync (Dictionary<... method TaskTasksGETWithHttpInfoAsync (line 16682) | System.Threading.Tasks.Task>> TaskTasksGETWithH... method TaskTasksIdGETAsync (line 16694) | System.Threading.Tasks.Task TaskTasksIdGETAsync (string id, Dict... method TaskTasksIdGETWithHttpInfoAsync (line 16707) | System.Threading.Tasks.Task> TaskTasksIdGETWithHttpI... method TaskTasksProjectProjectIdActiveTasksGETAsync (line 16719) | System.Threading.Tasks.Task> TaskTasksProject... method TaskTasksProjectProjectIdActiveTasksGETWithHttpInfoAsync (line 16732) | System.Threading.Tasks.Task>> Tas... method TaskTasksProjectProjectIdTasksGETAsync (line 16744) | System.Threading.Tasks.Task> TaskTasksProjectProjec... method TaskTasksProjectProjectIdTasksGETWithHttpInfoAsync (line 16757) | System.Threading.Tasks.Task>> TaskTasks... method TaskUpdateElasticIndexGETAsync (line 16767) | System.Threading.Tasks.Task> TaskUpdateElas... method TaskUpdateElasticIndexGETWithHttpInfoAsync (line 16778) | System.Threading.Tasks.Task>> T... method TaskUpdateElasticIndexPOSTAsync (line 16789) | System.Threading.Tasks.Task> TaskUpdateElas... method TaskUpdateElasticIndexPOSTWithHttpInfoAsync (line 16801) | System.Threading.Tasks.Task>> T... method TusUploadSessionUploadSessionIdUploadGuidPATCHAsync (line 16817) | System.Threading.Tasks.Task> TusUploadSessionUploa... method UsersClientIdsGETAsync (line 16877) | System.Threading.Tasks.Task> UsersClientIdsGETA... method UsersClientIdsGETWithHttpInfoAsync (line 16888) | System.Threading.Tasks.Task>> Users... method UsersElevatePOSTAsync (line 16899) | System.Threading.Tasks.Task UsersElevatePOSTAsync (Access... method UsersElevatePOSTWithHttpInfoAsync (line 16911) | System.Threading.Tasks.Task> UsersElevatePOST... method UsersGooglePOSTAsync (line 16922) | System.Threading.Tasks.Task UsersGooglePOSTAsync (Code co... method UsersGooglePOSTWithHttpInfoAsync (line 16934) | System.Threading.Tasks.Task> UsersGooglePOSTW... method UsersOffice365POSTAsync (line 16945) | System.Threading.Tasks.Task UsersOffice365POSTAsync (Code... method UsersOffice365POSTWithHttpInfoAsync (line 16957) | System.Threading.Tasks.Task> UsersOffice365PO... method UsersOktaPOSTAsync (line 16968) | System.Threading.Tasks.Task UsersOktaPOSTAsync (Code code... method UsersOktaPOSTWithHttpInfoAsync (line 16980) | System.Threading.Tasks.Task> UsersOktaPOSTWit... method UsersUsersFormFieldsGETAsync (line 16990) | System.Threading.Tasks.Task> UsersUsersForm... method UsersUsersFormFieldsGETWithHttpInfoAsync (line 17001) | System.Threading.Tasks.Task>> U... method UsersUsersGETAsync (line 17012) | System.Threading.Tasks.Task> UsersUsersGETAsync (Dictionary... method UsersUsersGETWithHttpInfoAsync (line 17024) | System.Threading.Tasks.Task>> UsersUsersGETWith... method UsersUsersIdFormFieldsGETAsync (line 17035) | System.Threading.Tasks.Task> UsersUsersIdFo... method UsersUsersIdFormFieldsGETWithHttpInfoAsync (line 17047) | System.Threading.Tasks.Task>> U... method UsersUsersIdGETAsync (line 17059) | System.Threading.Tasks.Task UsersUsersIdGETAsync (string id, Dic... method UsersUsersIdGETWithHttpInfoAsync (line 17072) | System.Threading.Tasks.Task> UsersUsersIdGETWithHttp... method UsersUsersIdPATCHAsync (line 17084) | System.Threading.Tasks.Task UsersUsersIdPATCHAsync (strin... method UsersUsersIdPATCHWithHttpInfoAsync (line 17097) | System.Threading.Tasks.Task> UsersUsersIdPATC... method UsersUsersIdPUTAsync (line 17109) | System.Threading.Tasks.Task UsersUsersIdPUTAsync (string ... method UsersUsersIdPUTWithHttpInfoAsync (line 17122) | System.Threading.Tasks.Task> UsersUsersIdPUTW... method UsersUsersPOSTAsync (line 17133) | System.Threading.Tasks.Task UsersUsersPOSTAsync (UserProf... method UsersUsersPOSTWithHttpInfoAsync (line 17145) | System.Threading.Tasks.Task> UsersUsersPOSTWi... method UsersUsersUserStatsGETAsync (line 17155) | System.Threading.Tasks.Task> UsersUsersUserStatsGETAsy... method UsersUsersUserStatsGETWithHttpInfoAsync (line 17166) | System.Threading.Tasks.Task>> UsersUsersUs... method UsersVerifyTokenPOSTAsync (line 17177) | System.Threading.Tasks.Task UsersVerifyTokenP... method UsersVerifyTokenPOSTWithHttpInfoAsync (line 17189) | System.Threading.Tasks.Task> User... class V1Api (line 17196) | public partial class V1Api : IV1Api method V1Api (line 17204) | public V1Api(String basePath) method V1Api (line 17215) | public V1Api() method V1Api (line 17228) | public V1Api(Org.OpenAPITools.Client.Configuration configuration = null) method GetBasePath (line 17242) | public String GetBasePath() method SetBasePath (line 17251) | [Obsolete("SetBasePath is deprecated, please do 'Configuration.ApiClie... method DefaultHeader (line 17283) | [Obsolete("DefaultHeader is deprecated, please use Configuration.Defau... method AddDefaultHeader (line 17295) | [Obsolete("AddDefaultHeader is deprecated, please use Configuration.Ad... method AnalyzeDocumentClusterGET (line 17307) | public List AnalyzeDocumentClusterGET (Dictionary> AnalyzeDocumentClusterGETWit... method AnalyzeDocumentClusterGETAsync (line 17376) | public async System.Threading.Tasks.Task> Analyz... method AnalyzeDocumentClusterGETWithHttpInfoAsync (line 17390) | public async System.Threading.Tasks.Task AnalyzeDocumentClusterIdGETWithHtt... method AnalyzeDocumentClusterIdGETAsync (line 17522) | public async System.Threading.Tasks.Task AnalyzeDocum... method AnalyzeDocumentClusterIdGETWithHttpInfoAsync (line 17537) | public async System.Threading.Tasks.Task>... method AnalyzeDocumentClusterIdPATCH (line 17598) | public DocumentClusterUpdate AnalyzeDocumentClusterIdPATCH (string id,... method AnalyzeDocumentClusterIdPATCHWithHttpInfo (line 17611) | public ApiResponse AnalyzeDocumentClusterIdPATC... method AnalyzeDocumentClusterIdPATCHAsync (line 17683) | public async System.Threading.Tasks.Task Analyz... method AnalyzeDocumentClusterIdPATCHWithHttpInfoAsync (line 17698) | public async System.Threading.Tasks.Task AnalyzeDocumentClusterIdPUTW... method AnalyzeDocumentClusterIdPUTAsync (line 17854) | public async System.Threading.Tasks.Task Analyz... method AnalyzeDocumentClusterIdPUTWithHttpInfoAsync (line 17869) | public async System.Threading.Tasks.Task AnalyzeDocumentSimilarityListGET (Dict... method AnalyzeDocumentSimilarityListGETWithHttpInfo (line 17951) | public ApiResponse> AnalyzeDocumentSimilarity... method AnalyzeDocumentSimilarityListGETAsync (line 18008) | public async System.Threading.Tasks.Task> Ana... method AnalyzeDocumentSimilarityListGETWithHttpInfoAsync (line 18022) | public async System.Threading.Tasks.Task AnalyzeDocumentTransformerListGET (Dictionary... method AnalyzeDocumentTransformerListGETWithHttpInfo (line 18090) | public ApiResponse> AnalyzeDocumentTransformerListGE... method AnalyzeDocumentTransformerListGETAsync (line 18147) | public async System.Threading.Tasks.Task> AnalyzeDoc... method AnalyzeDocumentTransformerListGETWithHttpInfoAsync (line 18161) | public async System.Threading.Tasks.Task... method AnalyzeMlModelListGET (line 18217) | public List AnalyzeMlModelListGET (Dictionary... method AnalyzeMlModelListGETWithHttpInfo (line 18229) | public ApiResponse> AnalyzeMlModelListGETWithHttpInfo (D... method AnalyzeMlModelListGETAsync (line 18286) | public async System.Threading.Tasks.Task> AnalyzeMlModel... method AnalyzeMlModelListGETWithHttpInfoAsync (line 18300) | public async System.Threading.Tasks.Task>> A... method AnalyzePartySimilarityListGET (line 18356) | public List AnalyzePartySimilarityListGET (Dictionary... method AnalyzePartySimilarityListGETWithHttpInfo (line 18368) | public ApiResponse> AnalyzePartySimilarityListGE... method AnalyzePartySimilarityListGETAsync (line 18425) | public async System.Threading.Tasks.Task> Analyz... method AnalyzePartySimilarityListGETWithHttpInfoAsync (line 18439) | public async System.Threading.Tasks.Task AnalyzeProjectDo... method AnalyzeProjectDocumentSimilarityListGETAsync (line 18576) | public async System.Threading.Tasks.Task AnalyzeProjectTextUnitSimilarit... method AnalyzeProjectTextUnitSimilarityListGETWithHttpInfo (line 18680) | public ApiResponse> AnalyzeProjectText... method AnalyzeProjectTextUnitSimilarityListGETAsync (line 18753) | public async System.Threading.Tasks.Task AnalyzeProjectTextUnitSi... method AnalyzeProjectTextUnitSimilarityListPOSTAsync (line 18918) | public async System.Threading.Tasks.Task An... method AnalyzeProjectTextUnitSimilarityListPOSTWithHttpInfoAsync (line 18932) | public async System.Threading.Tasks.Task AnalyzeSimilarityRunsGET (string unitSource... method AnalyzeSimilarityRunsGETWithHttpInfo (line 19014) | public ApiResponse> AnalyzeSimilarityRunsGETWithHt... method AnalyzeSimilarityRunsGETAsync (line 19075) | public async System.Threading.Tasks.Task> AnalyzeS... method AnalyzeSimilarityRunsGETWithHttpInfoAsync (line 19091) | public async System.Threading.Tasks.Task AnalyzeSimilarityRunsIdDELETEWithHttpInfo (... method AnalyzeSimilarityRunsIdDELETEAsync (line 19227) | public async System.Threading.Tasks.Task AnalyzeSimilarityRunsIdDELETE... method AnalyzeSimilarityRunsIdDELETEWithHttpInfoAsync (line 19242) | public async System.Threading.Tasks.Task> AnalyzeS... method AnalyzeSimilarityRunsIdGET (line 19305) | public SimilarityRun AnalyzeSimilarityRunsIdGET (string id, string uni... method AnalyzeSimilarityRunsIdGETWithHttpInfo (line 19320) | public ApiResponse AnalyzeSimilarityRunsIdGETWithHttpIn... method AnalyzeSimilarityRunsIdGETAsync (line 19386) | public async System.Threading.Tasks.Task AnalyzeSimilar... method AnalyzeSimilarityRunsIdGETWithHttpInfoAsync (line 19403) | public async System.Threading.Tasks.Task> A... method AnalyzeTextUnitClassificationsGET (line 19465) | public List AnalyzeTextUnitClassificationsGET ... method AnalyzeTextUnitClassificationsGETWithHttpInfo (line 19477) | public ApiResponse> AnalyzeTextUnitClassi... method AnalyzeTextUnitClassificationsGETAsync (line 19534) | public async System.Threading.Tasks.Task>... method AnalyzeTextUnitClassificationsGETWithHttpInfoAsync (line 19548) | public async System.Threading.Tasks.Task AnalyzeTextUnitClassificationsIdDELETEWithH... method AnalyzeTextUnitClassificationsIdDELETEAsync (line 19674) | public async System.Threading.Tasks.Task AnalyzeTextUnitClassification... method AnalyzeTextUnitClassificationsIdDELETEWithHttpInfoAsync (line 19687) | public async System.Threading.Tasks.Task> AnalyzeT... method AnalyzeTextUnitClassificationsIdGET (line 19746) | public TextUnitClassification AnalyzeTextUnitClassificationsIdGET (str... method AnalyzeTextUnitClassificationsIdGETWithHttpInfo (line 19759) | public ApiResponse AnalyzeTextUnitClassificati... method AnalyzeTextUnitClassificationsIdGETAsync (line 19821) | public async System.Threading.Tasks.Task Analy... method AnalyzeTextUnitClassificationsIdGETWithHttpInfoAsync (line 19836) | public async System.Threading.Tasks.Task AnalyzeTextUnitClassi... method AnalyzeTextUnitClassificationsPOSTAsync (line 19975) | public async System.Threading.Tasks.Task... method AnalyzeTextUnitClassificationsPOSTWithHttpInfoAsync (line 19989) | public async System.Threading.Tasks.Task AnalyzeTextUnitClassifierSug... method AnalyzeTextUnitClassifierSuggestionsGETWithHttpInfo (line 20067) | public ApiResponse> AnalyzeTextUnit... method AnalyzeTextUnitClassifierSuggestionsGETAsync (line 20124) | public async System.Threading.Tasks.Task AnalyzeTextUnitClassifierSuggestionsIdDELET... method AnalyzeTextUnitClassifierSuggestionsIdDELETEAsync (line 20264) | public async System.Threading.Tasks.Task AnalyzeTextUnitClassifierSugg... method AnalyzeTextUnitClassifierSuggestionsIdDELETEWithHttpInfoAsync (line 20277) | public async System.Threading.Tasks.Task> AnalyzeT... method AnalyzeTextUnitClassifierSuggestionsIdGET (line 20336) | public TextUnitClassifierSuggestion AnalyzeTextUnitClassifierSuggestio... method AnalyzeTextUnitClassifierSuggestionsIdGETWithHttpInfo (line 20349) | public ApiResponse AnalyzeTextUnitClassi... method AnalyzeTextUnitClassifierSuggestionsIdGETAsync (line 20411) | public async System.Threading.Tasks.Task... method AnalyzeTextUnitClassifierSuggestionsIdGETWithHttpInfoAsync (line 20426) | public async System.Threading.Tasks.Task AnalyzeTextUnitClassifiersGET (Diction... method AnalyzeTextUnitClassifiersGETWithHttpInfo (line 20498) | public ApiResponse> AnalyzeTextUnitClassifier... method AnalyzeTextUnitClassifiersGETAsync (line 20555) | public async System.Threading.Tasks.Task> Ana... method AnalyzeTextUnitClassifiersGETWithHttpInfoAsync (line 20569) | public async System.Threading.Tasks.Task AnalyzeTextUnitClassifiersIdDELETEWithHttpI... method AnalyzeTextUnitClassifiersIdDELETEAsync (line 20695) | public async System.Threading.Tasks.Task AnalyzeTextUnitClassifiersIdD... method AnalyzeTextUnitClassifiersIdDELETEWithHttpInfoAsync (line 20708) | public async System.Threading.Tasks.Task> AnalyzeT... method AnalyzeTextUnitClassifiersIdGET (line 20767) | public TextUnitClassifier AnalyzeTextUnitClassifiersIdGET (string id, ... method AnalyzeTextUnitClassifiersIdGETWithHttpInfo (line 20780) | public ApiResponse AnalyzeTextUnitClassifiersIdGET... method AnalyzeTextUnitClassifiersIdGETAsync (line 20842) | public async System.Threading.Tasks.Task AnalyzeTe... method AnalyzeTextUnitClassifiersIdGETWithHttpInfoAsync (line 20857) | public async System.Threading.Tasks.Task AnalyzeTextUnitClusterListGET (Dictionary... method AnalyzeTextUnitClusterListGETWithHttpInfo (line 20929) | public ApiResponse> AnalyzeTextUnitClusterListGE... method AnalyzeTextUnitClusterListGETAsync (line 20986) | public async System.Threading.Tasks.Task> Analyz... method AnalyzeTextUnitClusterListGETWithHttpInfoAsync (line 21000) | public async System.Threading.Tasks.Task AnalyzeTextUnitSimilarityListGET (Dict... method AnalyzeTextUnitSimilarityListGETWithHttpInfo (line 21068) | public ApiResponse> AnalyzeTextUnitSimilarity... method AnalyzeTextUnitSimilarityListGETAsync (line 21125) | public async System.Threading.Tasks.Task> Ana... method AnalyzeTextUnitSimilarityListGETWithHttpInfoAsync (line 21139) | public async System.Threading.Tasks.Task AnalyzeTextUnitTransformerListGET (Dictionary... method AnalyzeTextUnitTransformerListGETWithHttpInfo (line 21207) | public ApiResponse> AnalyzeTextUnitTransformerListGE... method AnalyzeTextUnitTransformerListGETAsync (line 21264) | public async System.Threading.Tasks.Task> AnalyzeTex... method AnalyzeTextUnitTransformerListGETWithHttpInfoAsync (line 21278) | public async System.Threading.Tasks.Task... method AnalyzeTypeaheadTextUnitClassificationFieldNameGET (line 21335) | public Typeahead AnalyzeTypeaheadTextUnitClassificationFieldNameGET (s... method AnalyzeTypeaheadTextUnitClassificationFieldNameGETWithHttpInfo (line 21348) | public ApiResponse AnalyzeTypeaheadTextUnitClassificationFi... method AnalyzeTypeaheadTextUnitClassificationFieldNameGETAsync (line 21413) | public async System.Threading.Tasks.Task AnalyzeTypeaheadTe... method AnalyzeTypeaheadTextUnitClassificationFieldNameGETWithHttpInfoAsync (line 21428) | public async System.Threading.Tasks.Task> Analy... method CommonActionsGET (line 21494) | public List CommonActionsGET (int? projectId = default(int?), ... method CommonActionsGETWithHttpInfo (line 21509) | public ApiResponse> CommonActionsGETWithHttpInfo (int? pr... method CommonActionsGETAsync (line 21572) | public async System.Threading.Tasks.Task> CommonActionsGE... method CommonActionsGETWithHttpInfoAsync (line 21589) | public async System.Threading.Tasks.Task>> Co... method CommonActionsIdGET (line 21652) | public Action CommonActionsIdGET (string id, int? projectId = default(... method CommonActionsIdGETWithHttpInfo (line 21668) | public ApiResponse CommonActionsIdGETWithHttpInfo (string id, ... method CommonActionsIdGETAsync (line 21736) | public async System.Threading.Tasks.Task CommonActionsIdGETAsy... method CommonActionsIdGETWithHttpInfoAsync (line 21754) | public async System.Threading.Tasks.Task> CommonAc... method CommonAppVariablesGET (line 21817) | public Dictionary CommonAppVariablesGET (string name =... method CommonAppVariablesGETWithHttpInfo (line 21829) | public ApiResponse> CommonAppVariablesGETWi... method CommonAppVariablesGETAsync (line 21886) | public async System.Threading.Tasks.Task> C... method CommonAppVariablesGETWithHttpInfoAsync (line 21900) | public async System.Threading.Tasks.Task CommonAppVariablesListGET (Dictionary> CommonAppVariablesListGETWithHttpInfo... method CommonAppVariablesListGETAsync (line 22025) | public async System.Threading.Tasks.Task> CommonAppVariab... method CommonAppVariablesListGETWithHttpInfoAsync (line 22039) | public async System.Threading.Tasks.Task>> Co... method CommonAppVariablesProjectProjectIdGET (line 22095) | public List CommonAppVariablesProjectProjectIdGET (stri... method CommonAppVariablesProjectProjectIdGETWithHttpInfo (line 22107) | public ApiResponse> CommonAppVariablesProjectProje... method CommonAppVariablesProjectProjectIdGETAsync (line 22167) | public async System.Threading.Tasks.Task> CommonAp... method CommonAppVariablesProjectProjectIdGETWithHttpInfoAsync (line 22181) | public async System.Threading.Tasks.Task CommonAppVariablesProjectProjectIdPUTWithHt... method CommonAppVariablesProjectProjectIdPUTAsync (line 22326) | public async System.Threading.Tasks.Task CommonAppVariablesPro... method CommonAppVariablesProjectProjectIdPUTWithHttpInfoAsync (line 22341) | public async System.Threading.Tasks.Task> CommonAp... method CommonLogoGET (line 22411) | public Dictionary CommonLogoGET (string action = defau... method CommonLogoGETWithHttpInfo (line 22423) | public ApiResponse> CommonLogoGETWithHttpIn... method CommonLogoGETAsync (line 22481) | public async System.Threading.Tasks.Task> C... method CommonLogoGETWithHttpInfoAsync (line 22495) | public async System.Threading.Tasks.Task CommonMediaPathGET (string path, str... method CommonMediaPathGETWithHttpInfo (line 22566) | public ApiResponse> CommonMediaPathGETWithH... method CommonMediaPathGETAsync (line 22629) | public async System.Threading.Tasks.Task> C... method CommonMediaPathGETWithHttpInfoAsync (line 22644) | public async System.Threading.Tasks.Task CommonMenuGroupsFormFieldsGET () method CommonMenuGroupsFormFieldsGETWithHttpInfo (line 22715) | public ApiResponse> CommonMenuGroupsFormFie... method CommonMenuGroupsFormFieldsGETAsync (line 22770) | public async System.Threading.Tasks.Task> C... method CommonMenuGroupsFormFieldsGETWithHttpInfoAsync (line 22783) | public async System.Threading.Tasks.Task CommonMenuGroupsGET () method CommonMenuGroupsGETWithHttpInfo (line 22848) | public ApiResponse> CommonMenuGroupsGETWithHttpInfo () method CommonMenuGroupsGETAsync (line 22903) | public async System.Threading.Tasks.Task> CommonMenuGr... method CommonMenuGroupsGETWithHttpInfoAsync (line 22916) | public async System.Threading.Tasks.Task>>... method CommonMenuGroupsIdDELETE (line 22971) | public void CommonMenuGroupsIdDELETE (string id) method CommonMenuGroupsIdDELETEWithHttpInfo (line 22982) | public ApiResponse CommonMenuGroupsIdDELETEWithHttpInfo (strin... method CommonMenuGroupsIdDELETEAsync (line 23041) | public async System.Threading.Tasks.Task CommonMenuGroupsIdDELETEAsync... method CommonMenuGroupsIdDELETEWithHttpInfoAsync (line 23054) | public async System.Threading.Tasks.Task> CommonMe... method CommonMenuGroupsIdFormFieldsGET (line 23112) | public Dictionary CommonMenuGroupsIdFormFieldsGET (str... method CommonMenuGroupsIdFormFieldsGETWithHttpInfo (line 23124) | public ApiResponse> CommonMenuGroupsIdFormF... method CommonMenuGroupsIdFormFieldsGETAsync (line 23184) | public async System.Threading.Tasks.Task> C... method CommonMenuGroupsIdFormFieldsGETWithHttpInfoAsync (line 23198) | public async System.Threading.Tasks.Task CommonMenuGroupsIdGETWithHttpInfo (strin... method CommonMenuGroupsIdGETAsync (line 23329) | public async System.Threading.Tasks.Task CommonMenuGroupsId... method CommonMenuGroupsIdGETWithHttpInfoAsync (line 23343) | public async System.Threading.Tasks.Task> Commo... method CommonMenuGroupsIdPATCH (line 23403) | public MenuGroup CommonMenuGroupsIdPATCH (string id, MenuGroup menuGro... method CommonMenuGroupsIdPATCHWithHttpInfo (line 23416) | public ApiResponse CommonMenuGroupsIdPATCHWithHttpInfo (str... method CommonMenuGroupsIdPATCHAsync (line 23488) | public async System.Threading.Tasks.Task CommonMenuGroupsId... method CommonMenuGroupsIdPATCHWithHttpInfoAsync (line 23503) | public async System.Threading.Tasks.Task> Commo... method CommonMenuGroupsIdPUT (line 23574) | public MenuGroup CommonMenuGroupsIdPUT (string id, MenuGroup menuGroup... method CommonMenuGroupsIdPUTWithHttpInfo (line 23587) | public ApiResponse CommonMenuGroupsIdPUTWithHttpInfo (strin... method CommonMenuGroupsIdPUTAsync (line 23659) | public async System.Threading.Tasks.Task CommonMenuGroupsId... method CommonMenuGroupsIdPUTWithHttpInfoAsync (line 23674) | public async System.Threading.Tasks.Task> Commo... method CommonMenuGroupsPOST (line 23744) | public MenuGroup CommonMenuGroupsPOST (MenuGroup menuGroup = default(M... method CommonMenuGroupsPOSTWithHttpInfo (line 23756) | public ApiResponse CommonMenuGroupsPOSTWithHttpInfo (MenuGr... method CommonMenuGroupsPOSTAsync (line 23823) | public async System.Threading.Tasks.Task CommonMenuGroupsPO... method CommonMenuGroupsPOSTWithHttpInfoAsync (line 23837) | public async System.Threading.Tasks.Task> Commo... method CommonMenuItemsFormFieldsGET (line 23902) | public Dictionary CommonMenuItemsFormFieldsGET () method CommonMenuItemsFormFieldsGETWithHttpInfo (line 23913) | public ApiResponse> CommonMenuItemsFormFiel... method CommonMenuItemsFormFieldsGETAsync (line 23968) | public async System.Threading.Tasks.Task> C... method CommonMenuItemsFormFieldsGETWithHttpInfoAsync (line 23981) | public async System.Threading.Tasks.Task CommonMenuItemsGET () method CommonMenuItemsGETWithHttpInfo (line 24046) | public ApiResponse> CommonMenuItemsGETWithHttpInfo () method CommonMenuItemsGETAsync (line 24101) | public async System.Threading.Tasks.Task> CommonMenuIte... method CommonMenuItemsGETWithHttpInfoAsync (line 24114) | public async System.Threading.Tasks.Task>> ... method CommonMenuItemsIdDELETE (line 24169) | public void CommonMenuItemsIdDELETE (string id) method CommonMenuItemsIdDELETEWithHttpInfo (line 24180) | public ApiResponse CommonMenuItemsIdDELETEWithHttpInfo (string... method CommonMenuItemsIdDELETEAsync (line 24239) | public async System.Threading.Tasks.Task CommonMenuItemsIdDELETEAsync ... method CommonMenuItemsIdDELETEWithHttpInfoAsync (line 24252) | public async System.Threading.Tasks.Task> CommonMe... method CommonMenuItemsIdFormFieldsGET (line 24310) | public Dictionary CommonMenuItemsIdFormFieldsGET (stri... method CommonMenuItemsIdFormFieldsGETWithHttpInfo (line 24322) | public ApiResponse> CommonMenuItemsIdFormFi... method CommonMenuItemsIdFormFieldsGETAsync (line 24382) | public async System.Threading.Tasks.Task> C... method CommonMenuItemsIdFormFieldsGETWithHttpInfoAsync (line 24396) | public async System.Threading.Tasks.Task CommonMenuItemsIdGETWithHttpInfo (string id) method CommonMenuItemsIdGETAsync (line 24527) | public async System.Threading.Tasks.Task CommonMenuItemsIdGE... method CommonMenuItemsIdGETWithHttpInfoAsync (line 24541) | public async System.Threading.Tasks.Task> Common... method CommonMenuItemsIdPATCH (line 24601) | public MenuItem CommonMenuItemsIdPATCH (string id, MenuItem menuItem =... method CommonMenuItemsIdPATCHWithHttpInfo (line 24614) | public ApiResponse CommonMenuItemsIdPATCHWithHttpInfo (strin... method CommonMenuItemsIdPATCHAsync (line 24686) | public async System.Threading.Tasks.Task CommonMenuItemsIdPA... method CommonMenuItemsIdPATCHWithHttpInfoAsync (line 24701) | public async System.Threading.Tasks.Task> Common... method CommonMenuItemsIdPUT (line 24772) | public MenuItem CommonMenuItemsIdPUT (string id, MenuItem menuItem = d... method CommonMenuItemsIdPUTWithHttpInfo (line 24785) | public ApiResponse CommonMenuItemsIdPUTWithHttpInfo (string ... method CommonMenuItemsIdPUTAsync (line 24857) | public async System.Threading.Tasks.Task CommonMenuItemsIdPU... method CommonMenuItemsIdPUTWithHttpInfoAsync (line 24872) | public async System.Threading.Tasks.Task> Common... method CommonMenuItemsPOST (line 24942) | public MenuItem CommonMenuItemsPOST (MenuItem menuItem = default(MenuI... method CommonMenuItemsPOSTWithHttpInfo (line 24954) | public ApiResponse CommonMenuItemsPOSTWithHttpInfo (MenuItem... method CommonMenuItemsPOSTAsync (line 25021) | public async System.Threading.Tasks.Task CommonMenuItemsPOST... method CommonMenuItemsPOSTWithHttpInfoAsync (line 25035) | public async System.Threading.Tasks.Task> Common... method CommonReviewStatusGroupsGET (line 25101) | public List CommonReviewStatusGroupsGET (Dictionary... method CommonReviewStatusGroupsGETWithHttpInfo (line 25113) | public ApiResponse> CommonReviewStatusGroupsGE... method CommonReviewStatusGroupsGETAsync (line 25170) | public async System.Threading.Tasks.Task> Comm... method CommonReviewStatusGroupsGETWithHttpInfoAsync (line 25184) | public async System.Threading.Tasks.Task CommonReviewStatusGroupsIdDELETEWithHttpInf... method CommonReviewStatusGroupsIdDELETEAsync (line 25310) | public async System.Threading.Tasks.Task CommonReviewStatusGroupsIdDEL... method CommonReviewStatusGroupsIdDELETEWithHttpInfoAsync (line 25323) | public async System.Threading.Tasks.Task> CommonRe... method CommonReviewStatusGroupsIdGET (line 25382) | public ReviewStatusGroup CommonReviewStatusGroupsIdGET (string id, Dic... method CommonReviewStatusGroupsIdGETWithHttpInfo (line 25395) | public ApiResponse CommonReviewStatusGroupsIdGETWit... method CommonReviewStatusGroupsIdGETAsync (line 25457) | public async System.Threading.Tasks.Task CommonRevi... method CommonReviewStatusGroupsIdGETWithHttpInfoAsync (line 25472) | public async System.Threading.Tasks.Task CommonReviewStatusGroupsIdPATCHW... method CommonReviewStatusGroupsIdPATCHAsync (line 25618) | public async System.Threading.Tasks.Task CommonRevi... method CommonReviewStatusGroupsIdPATCHWithHttpInfoAsync (line 25633) | public async System.Threading.Tasks.Task CommonReviewStatusGroupsIdPUTWit... method CommonReviewStatusGroupsIdPUTAsync (line 25789) | public async System.Threading.Tasks.Task CommonRevi... method CommonReviewStatusGroupsIdPUTWithHttpInfoAsync (line 25804) | public async System.Threading.Tasks.Task CommonReviewStatusGroupsPOSTWith... method CommonReviewStatusGroupsPOSTAsync (line 25953) | public async System.Threading.Tasks.Task CommonRevi... method CommonReviewStatusGroupsPOSTWithHttpInfoAsync (line 25967) | public async System.Threading.Tasks.Task CommonReviewStatusesGET (Dictionary> CommonReviewStatusesGETWi... method CommonReviewStatusesGETAsync (line 26102) | public async System.Threading.Tasks.Task> Com... method CommonReviewStatusesGETWithHttpInfoAsync (line 26116) | public async System.Threading.Tasks.Task CommonReviewStatusesIdDELETEWithHttpInfo (s... method CommonReviewStatusesIdDELETEAsync (line 26242) | public async System.Threading.Tasks.Task CommonReviewStatusesIdDELETEA... method CommonReviewStatusesIdDELETEWithHttpInfoAsync (line 26255) | public async System.Threading.Tasks.Task> CommonRe... method CommonReviewStatusesIdGET (line 26314) | public ReviewStatusDetail CommonReviewStatusesIdGET (string id, Dictio... method CommonReviewStatusesIdGETWithHttpInfo (line 26327) | public ApiResponse CommonReviewStatusesIdGETWithHt... method CommonReviewStatusesIdGETAsync (line 26389) | public async System.Threading.Tasks.Task CommonRev... method CommonReviewStatusesIdGETWithHttpInfoAsync (line 26404) | public async System.Threading.Tasks.Task CommonReviewStatusesIdPATCHWithHttpIn... method CommonReviewStatusesIdPATCHAsync (line 26550) | public async System.Threading.Tasks.Task CommonReviewSta... method CommonReviewStatusesIdPATCHWithHttpInfoAsync (line 26565) | public async System.Threading.Tasks.Task> Co... method CommonReviewStatusesIdPUT (line 26636) | public ReviewStatus CommonReviewStatusesIdPUT (string id, ReviewStatus... method CommonReviewStatusesIdPUTWithHttpInfo (line 26649) | public ApiResponse CommonReviewStatusesIdPUTWithHttpInfo... method CommonReviewStatusesIdPUTAsync (line 26721) | public async System.Threading.Tasks.Task CommonReviewSta... method CommonReviewStatusesIdPUTWithHttpInfoAsync (line 26736) | public async System.Threading.Tasks.Task> Co... method CommonReviewStatusesPOST (line 26806) | public ReviewStatus CommonReviewStatusesPOST (ReviewStatus reviewStatu... method CommonReviewStatusesPOSTWithHttpInfo (line 26818) | public ApiResponse CommonReviewStatusesPOSTWithHttpInfo ... method CommonReviewStatusesPOSTAsync (line 26885) | public async System.Threading.Tasks.Task CommonReviewSta... method CommonReviewStatusesPOSTWithHttpInfoAsync (line 26899) | public async System.Threading.Tasks.Task> Co... method DocumentAnnotationsAnnotatePUT (line 26965) | public AnnotationUpdateResponse DocumentAnnotationsAnnotatePUT (Annota... method DocumentAnnotationsAnnotatePUTWithHttpInfo (line 26977) | public ApiResponse DocumentAnnotationsAnnota... method DocumentAnnotationsAnnotatePUTAsync (line 27044) | public async System.Threading.Tasks.Task Doc... method DocumentAnnotationsAnnotatePUTWithHttpInfoAsync (line 27058) | public async System.Threading.Tasks.Task DocumentAnnotationsBatchPUT (List... method DocumentAnnotationsBatchPUTWithHttpInfo (line 27136) | public ApiResponse> DocumentAnnotationsB... method DocumentAnnotationsBatchPUTAsync (line 27203) | public async System.Threading.Tasks.Task... method DocumentAnnotationsBatchPUTWithHttpInfoAsync (line 27217) | public async System.Threading.Tasks.Task DocumentAnnotationsGET () method DocumentAnnotationsGETWithHttpInfo (line 27293) | public ApiResponse> DocumentAnnotationsGETWithHttpInf... method DocumentAnnotationsGETAsync (line 27348) | public async System.Threading.Tasks.Task> DocumentAnn... method DocumentAnnotationsGETWithHttpInfoAsync (line 27361) | public async System.Threading.Tasks.Task>... method DocumentAnnotationsIdDELETE (line 27416) | public void DocumentAnnotationsIdDELETE (string id) method DocumentAnnotationsIdDELETEWithHttpInfo (line 27427) | public ApiResponse DocumentAnnotationsIdDELETEWithHttpInfo (st... method DocumentAnnotationsIdDELETEAsync (line 27486) | public async System.Threading.Tasks.Task DocumentAnnotationsIdDELETEAs... method DocumentAnnotationsIdDELETEWithHttpInfoAsync (line 27499) | public async System.Threading.Tasks.Task> Document... method DocumentAnnotationsIdGET (line 27557) | public Annotation DocumentAnnotationsIdGET (string id) method DocumentAnnotationsIdGETWithHttpInfo (line 27569) | public ApiResponse DocumentAnnotationsIdGETWithHttpInfo (s... method DocumentAnnotationsIdGETAsync (line 27629) | public async System.Threading.Tasks.Task DocumentAnnotatio... method DocumentAnnotationsIdGETWithHttpInfoAsync (line 27643) | public async System.Threading.Tasks.Task> Docu... method DocumentAnnotationsIdPUT (line 27703) | public Annotation DocumentAnnotationsIdPUT (string id, Annotation anno... method DocumentAnnotationsIdPUTWithHttpInfo (line 27716) | public ApiResponse DocumentAnnotationsIdPUTWithHttpInfo (s... method DocumentAnnotationsIdPUTAsync (line 27788) | public async System.Threading.Tasks.Task DocumentAnnotatio... method DocumentAnnotationsIdPUTWithHttpInfoAsync (line 27803) | public async System.Threading.Tasks.Task> Docu... method DocumentAnnotationsPOST (line 27873) | public Annotation DocumentAnnotationsPOST (Annotation annotation = def... method DocumentAnnotationsPOSTWithHttpInfo (line 27885) | public ApiResponse DocumentAnnotationsPOSTWithHttpInfo (An... method DocumentAnnotationsPOSTAsync (line 27952) | public async System.Threading.Tasks.Task DocumentAnnotatio... method DocumentAnnotationsPOSTWithHttpInfoAsync (line 27966) | public async System.Threading.Tasks.Task> Docu... method DocumentAnnotationsSuggestPOST (line 28032) | public Annotation DocumentAnnotationsSuggestPOST (AnnotationSuggestReq... method DocumentAnnotationsSuggestPOSTWithHttpInfo (line 28044) | public ApiResponse DocumentAnnotationsSuggestPOSTWithHttpI... method DocumentAnnotationsSuggestPOSTAsync (line 28111) | public async System.Threading.Tasks.Task DocumentAnnotatio... method DocumentAnnotationsSuggestPOSTWithHttpInfoAsync (line 28125) | public async System.Threading.Tasks.Task> Docu... method DocumentDocumentFieldAnnotationsForUserGET (line 28191) | public DocumentFieldAnnotation DocumentDocumentFieldAnnotationsForUser... method DocumentDocumentFieldAnnotationsForUserGETWithHttpInfo (line 28203) | public ApiResponse DocumentDocumentFieldAnnot... method DocumentDocumentFieldAnnotationsForUserGETAsync (line 28260) | public async System.Threading.Tasks.Task Docu... method DocumentDocumentFieldAnnotationsForUserGETWithHttpInfoAsync (line 28274) | public async System.Threading.Tasks.Task DocumentDocumentFieldAnnotationsG... method DocumentDocumentFieldAnnotationsGETWithHttpInfo (line 28342) | public ApiResponse> DocumentDocumentFiel... method DocumentDocumentFieldAnnotationsGETAsync (line 28399) | public async System.Threading.Tasks.Task... method DocumentDocumentFieldAnnotationsGETWithHttpInfoAsync (line 28413) | public async System.Threading.Tasks.Task DocumentDocumentFieldAnnot... method DocumentDocumentFieldAnnotationsUidGETAsync (line 28545) | public async System.Threading.Tasks.Task Docu... method DocumentDocumentFieldAnnotationsUidGETWithHttpInfoAsync (line 28560) | public async System.Threading.Tasks.Task DocumentDocumentFieldCategoriesFormF... method DocumentDocumentFieldCategoriesFormFieldsGETWithHttpInfo (line 28630) | public ApiResponse> DocumentDocumentFieldCa... method DocumentDocumentFieldCategoriesFormFieldsGETAsync (line 28685) | public async System.Threading.Tasks.Task> D... method DocumentDocumentFieldCategoriesFormFieldsGETWithHttpInfoAsync (line 28698) | public async System.Threading.Tasks.Task DocumentDocumentFieldCategories... method DocumentDocumentFieldCategoriesGETWithHttpInfo (line 28765) | public ApiResponse> DocumentDocumentFi... method DocumentDocumentFieldCategoriesGETAsync (line 28822) | public async System.Threading.Tasks.Task DocumentDocumentFieldCategoriesIdDELETEWith... method DocumentDocumentFieldCategoriesIdDELETEAsync (line 28962) | public async System.Threading.Tasks.Task DocumentDocumentFieldCategori... method DocumentDocumentFieldCategoriesIdDELETEWithHttpInfoAsync (line 28975) | public async System.Threading.Tasks.Task> Document... method DocumentDocumentFieldCategoriesIdFormFieldsGET (line 29033) | public Dictionary DocumentDocumentFieldCategoriesIdFor... method DocumentDocumentFieldCategoriesIdFormFieldsGETWithHttpInfo (line 29045) | public ApiResponse> DocumentDocumentFieldCa... method DocumentDocumentFieldCategoriesIdFormFieldsGETAsync (line 29105) | public async System.Threading.Tasks.Task> D... method DocumentDocumentFieldCategoriesIdFormFieldsGETWithHttpInfoAsync (line 29119) | public async System.Threading.Tasks.Task DocumentDocumentFieldCat... method DocumentDocumentFieldCategoriesIdGETAsync (line 29254) | public async System.Threading.Tasks.Task Do... method DocumentDocumentFieldCategoriesIdGETWithHttpInfoAsync (line 29269) | public async System.Threading.Tasks.Task DocumentDocumentFieldC... method DocumentDocumentFieldCategoriesIdPATCHAsync (line 29415) | public async System.Threading.Tasks.Task ... method DocumentDocumentFieldCategoriesIdPATCHWithHttpInfoAsync (line 29430) | public async System.Threading.Tasks.Task DocumentDocumentFieldC... method DocumentDocumentFieldCategoriesIdPUTAsync (line 29586) | public async System.Threading.Tasks.Task ... method DocumentDocumentFieldCategoriesIdPUTWithHttpInfoAsync (line 29601) | public async System.Threading.Tasks.Task DocumentDocumentFieldC... method DocumentDocumentFieldCategoriesPOSTAsync (line 29750) | public async System.Threading.Tasks.Task ... method DocumentDocumentFieldCategoriesPOSTWithHttpInfoAsync (line 29764) | public async System.Threading.Tasks.Task DocumentDocumentFieldDetectorsFormFi... method DocumentDocumentFieldDetectorsFormFieldsGETWithHttpInfo (line 29840) | public ApiResponse> DocumentDocumentFieldDe... method DocumentDocumentFieldDetectorsFormFieldsGETAsync (line 29895) | public async System.Threading.Tasks.Task> D... method DocumentDocumentFieldDetectorsFormFieldsGETWithHttpInfoAsync (line 29908) | public async System.Threading.Tasks.Task DocumentDocumentFieldDetector... method DocumentDocumentFieldDetectorsGETWithHttpInfo (line 29975) | public ApiResponse> DocumentDocument... method DocumentDocumentFieldDetectorsGETAsync (line 30032) | public async System.Threading.Tasks.Task DocumentDocumentFieldD... method DocumentDocumentFieldDetectorsPOSTAsync (line 30181) | public async System.Threading.Tasks.Task ... method DocumentDocumentFieldDetectorsPOSTWithHttpInfoAsync (line 30195) | public async System.Threading.Tasks.Task DocumentDocumentFieldDetectorsUidDELETEWith... method DocumentDocumentFieldDetectorsUidDELETEAsync (line 30331) | public async System.Threading.Tasks.Task DocumentDocumentFieldDetector... method DocumentDocumentFieldDetectorsUidDELETEWithHttpInfoAsync (line 30344) | public async System.Threading.Tasks.Task> Document... method DocumentDocumentFieldDetectorsUidFormFieldsGET (line 30402) | public Dictionary DocumentDocumentFieldDetectorsUidFor... method DocumentDocumentFieldDetectorsUidFormFieldsGETWithHttpInfo (line 30414) | public ApiResponse> DocumentDocumentFieldDe... method DocumentDocumentFieldDetectorsUidFormFieldsGETAsync (line 30474) | public async System.Threading.Tasks.Task> D... method DocumentDocumentFieldDetectorsUidFormFieldsGETWithHttpInfoAsync (line 30488) | public async System.Threading.Tasks.Task DocumentDocumentFieldD... method DocumentDocumentFieldDetectorsUidGETAsync (line 30623) | public async System.Threading.Tasks.Task ... method DocumentDocumentFieldDetectorsUidGETWithHttpInfoAsync (line 30638) | public async System.Threading.Tasks.Task DocumentDocumentFieldD... method DocumentDocumentFieldDetectorsUidPATCHAsync (line 30784) | public async System.Threading.Tasks.Task ... method DocumentDocumentFieldDetectorsUidPATCHWithHttpInfoAsync (line 30799) | public async System.Threading.Tasks.Task DocumentDocumentFieldD... method DocumentDocumentFieldDetectorsUidPUTAsync (line 30955) | public async System.Threading.Tasks.Task ... method DocumentDocumentFieldDetectorsUidPUTWithHttpInfoAsync (line 30970) | public async System.Threading.Tasks.Task DocumentDocumentFieldValuesGET (Dictio... method DocumentDocumentFieldValuesGETWithHttpInfo (line 31052) | public ApiResponse> DocumentDocumentFieldValu... method DocumentDocumentFieldValuesGETAsync (line 31109) | public async System.Threading.Tasks.Task> Doc... method DocumentDocumentFieldValuesGETWithHttpInfoAsync (line 31123) | public async System.Threading.Tasks.Task DocumentDocumentFieldValuesIdGE... method DocumentDocumentFieldValuesIdGETAsync (line 31255) | public async System.Threading.Tasks.Task DocumentD... method DocumentDocumentFieldValuesIdGETWithHttpInfoAsync (line 31270) | public async System.Threading.Tasks.Task DocumentDocumentFieldsCheckFie... method DocumentDocumentFieldsCheckFieldFormulaPOSTAsync (line 31409) | public async System.Threading.Tasks.Task Document... method DocumentDocumentFieldsCheckFieldFormulaPOSTWithHttpInfoAsync (line 31423) | public async System.Threading.Tasks.Task DocumentDocumentFieldsFormFieldsGET () method DocumentDocumentFieldsFormFieldsGETWithHttpInfo (line 31499) | public ApiResponse> DocumentDocumentFieldsF... method DocumentDocumentFieldsFormFieldsGETAsync (line 31554) | public async System.Threading.Tasks.Task> D... method DocumentDocumentFieldsFormFieldsGETWithHttpInfoAsync (line 31567) | public async System.Threading.Tasks.Task DocumentDocumentFieldsGET (Dictionary> DocumentDocumentFieldsGETW... method DocumentDocumentFieldsGETAsync (line 31691) | public async System.Threading.Tasks.Task> Docu... method DocumentDocumentFieldsGETWithHttpInfoAsync (line 31705) | public async System.Threading.Tasks.Task DocumentDocumentFieldsPOSTWith... method DocumentDocumentFieldsPOSTAsync (line 31840) | public async System.Threading.Tasks.Task Document... method DocumentDocumentFieldsPOSTWithHttpInfoAsync (line 31854) | public async System.Threading.Tasks.Task DocumentDocumentFieldsStatsGET... method DocumentDocumentFieldsStatsGETWithHttpInfo (line 31932) | public ApiResponse> DocumentDocumentF... method DocumentDocumentFieldsStatsGETAsync (line 31989) | public async System.Threading.Tasks.Task DocumentDocumentFieldsUidCheckFormul... method DocumentDocumentFieldsUidCheckFormulaPOSTWithHttpInfo (line 32073) | public ApiResponse> DocumentDocumentFieldsU... method DocumentDocumentFieldsUidCheckFormulaPOSTAsync (line 32145) | public async System.Threading.Tasks.Task> D... method DocumentDocumentFieldsUidCheckFormulaPOSTWithHttpInfoAsync (line 32160) | public async System.Threading.Tasks.Task DocumentDocumentFieldsUidClone... method DocumentDocumentFieldsUidClonePOSTAsync (line 32316) | public async System.Threading.Tasks.Task Document... method DocumentDocumentFieldsUidClonePOSTWithHttpInfoAsync (line 32331) | public async System.Threading.Tasks.Task DocumentDocumentFieldsUidDELETEWithHttpInfo... method DocumentDocumentFieldsUidDELETEAsync (line 32471) | public async System.Threading.Tasks.Task DocumentDocumentFieldsUidDELE... method DocumentDocumentFieldsUidDELETEWithHttpInfoAsync (line 32484) | public async System.Threading.Tasks.Task> Document... method DocumentDocumentFieldsUidFormFieldsGET (line 32542) | public Dictionary DocumentDocumentFieldsUidFormFieldsG... method DocumentDocumentFieldsUidFormFieldsGETWithHttpInfo (line 32554) | public ApiResponse> DocumentDocumentFieldsU... method DocumentDocumentFieldsUidFormFieldsGETAsync (line 32614) | public async System.Threading.Tasks.Task> D... method DocumentDocumentFieldsUidFormFieldsGETWithHttpInfoAsync (line 32628) | public async System.Threading.Tasks.Task DocumentDocumentFieldsUidGETWi... method DocumentDocumentFieldsUidGETAsync (line 32763) | public async System.Threading.Tasks.Task Document... method DocumentDocumentFieldsUidGETWithHttpInfoAsync (line 32778) | public async System.Threading.Tasks.Task DocumentDocumentFieldsUidPATCH... method DocumentDocumentFieldsUidPATCHAsync (line 32924) | public async System.Threading.Tasks.Task Document... method DocumentDocumentFieldsUidPATCHWithHttpInfoAsync (line 32939) | public async System.Threading.Tasks.Task DocumentDocumentFieldsUidPUTWi... method DocumentDocumentFieldsUidPUTAsync (line 33095) | public async System.Threading.Tasks.Task Document... method DocumentDocumentFieldsUidPUTWithHttpInfoAsync (line 33110) | public async System.Threading.Tasks.Task DocumentDocumentFieldsUidPreDeletePO... method DocumentDocumentFieldsUidPreDeletePOSTWithHttpInfo (line 33194) | public ApiResponse> DocumentDocumentFieldsU... method DocumentDocumentFieldsUidPreDeletePOSTAsync (line 33266) | public async System.Threading.Tasks.Task> D... method DocumentDocumentFieldsUidPreDeletePOSTWithHttpInfoAsync (line 33281) | public async System.Threading.Tasks.Task DocumentDocumentNotesGET (Dictionary> DocumentDocumentNotesGETW... method DocumentDocumentNotesGETAsync (line 33436) | public async System.Threading.Tasks.Task> Doc... method DocumentDocumentNotesGETWithHttpInfoAsync (line 33454) | public async System.Threading.Tasks.Task DocumentDocumentNotesIdDELETEWithHttpInfo (... method DocumentDocumentNotesIdDELETEAsync (line 33584) | public async System.Threading.Tasks.Task DocumentDocumentNotesIdDELETE... method DocumentDocumentNotesIdDELETEWithHttpInfoAsync (line 33597) | public async System.Threading.Tasks.Task> Document... method DocumentDocumentNotesIdGET (line 33656) | public DocumentNoteDetail DocumentDocumentNotesIdGET (string id, Dicti... method DocumentDocumentNotesIdGETWithHttpInfo (line 33669) | public ApiResponse DocumentDocumentNotesIdGETWithH... method DocumentDocumentNotesIdGETAsync (line 33731) | public async System.Threading.Tasks.Task DocumentD... method DocumentDocumentNotesIdGETWithHttpInfoAsync (line 33746) | public async System.Threading.Tasks.Task DocumentDocumentNotesIdPATCHWit... method DocumentDocumentNotesIdPATCHAsync (line 33892) | public async System.Threading.Tasks.Task DocumentD... method DocumentDocumentNotesIdPATCHWithHttpInfoAsync (line 33907) | public async System.Threading.Tasks.Task DocumentDocumentNotesIdPUTWithH... method DocumentDocumentNotesIdPUTAsync (line 34063) | public async System.Threading.Tasks.Task DocumentD... method DocumentDocumentNotesIdPUTWithHttpInfoAsync (line 34078) | public async System.Threading.Tasks.Task DocumentDocumentNotesPOSTWithHt... method DocumentDocumentNotesPOSTAsync (line 34227) | public async System.Threading.Tasks.Task DocumentD... method DocumentDocumentNotesPOSTWithHttpInfoAsync (line 34241) | public async System.Threading.Tasks.Task DocumentDocumentTypesFormFieldsGET () method DocumentDocumentTypesFormFieldsGETWithHttpInfo (line 34317) | public ApiResponse> DocumentDocumentTypesFo... method DocumentDocumentTypesFormFieldsGETAsync (line 34372) | public async System.Threading.Tasks.Task> D... method DocumentDocumentTypesFormFieldsGETWithHttpInfoAsync (line 34385) | public async System.Threading.Tasks.Task DocumentDocumentTypesGET (Dictionary> DocumentDocumentTypesGETW... method DocumentDocumentTypesGETAsync (line 34509) | public async System.Threading.Tasks.Task> Doc... method DocumentDocumentTypesGETWithHttpInfoAsync (line 34523) | public async System.Threading.Tasks.Task DocumentDocumentTypesIm... method DocumentDocumentTypesImportDocTypePUTAsync (line 34658) | public async System.Threading.Tasks.Task D... method DocumentDocumentTypesImportDocTypePUTWithHttpInfoAsync (line 34672) | public async System.Threading.Tasks.Task DocumentDocumentTypesPOSTWithHt... method DocumentDocumentTypesPOSTAsync (line 34817) | public async System.Threading.Tasks.Task DocumentD... method DocumentDocumentTypesPOSTWithHttpInfoAsync (line 34831) | public async System.Threading.Tasks.Task DocumentDocumentTypesSchemeMigration... method DocumentDocumentTypesSchemeMigrationsGETWithHttpInfo (line 34907) | public ApiResponse> DocumentDocumentTypesSc... method DocumentDocumentTypesSchemeMigrationsGETAsync (line 34962) | public async System.Threading.Tasks.Task> D... method DocumentDocumentTypesSchemeMigrationsGETWithHttpInfoAsync (line 34975) | public async System.Threading.Tasks.Task DocumentDocumentTypesStatsGET () method DocumentDocumentTypesStatsGETWithHttpInfo (line 35040) | public ApiResponse> DocumentDocumentTypesStats... method DocumentDocumentTypesStatsGETAsync (line 35095) | public async System.Threading.Tasks.Task> Docu... method DocumentDocumentTypesStatsGETWithHttpInfoAsync (line 35108) | public async System.Threading.Tasks.Task DocumentDocumentTypesUidClonePO... method DocumentDocumentTypesUidClonePOSTAsync (line 35249) | public async System.Threading.Tasks.Task DocumentD... method DocumentDocumentTypesUidClonePOSTWithHttpInfoAsync (line 35264) | public async System.Threading.Tasks.Task DocumentDocumentTypesUidDELETEWithHttpInfo ... method DocumentDocumentTypesUidDELETEAsync (line 35404) | public async System.Threading.Tasks.Task DocumentDocumentTypesUidDELET... method DocumentDocumentTypesUidDELETEWithHttpInfoAsync (line 35417) | public async System.Threading.Tasks.Task> Document... method DocumentDocumentTypesUidExportDocTypeGET (line 35476) | public System.IO.Stream DocumentDocumentTypesUidExportDocTypeGET (stri... method DocumentDocumentTypesUidExportDocTypeGETWithHttpInfo (line 35489) | public ApiResponse DocumentDocumentTypesUidExportDoc... method DocumentDocumentTypesUidExportDocTypeGETAsync (line 35551) | public async System.Threading.Tasks.Task DocumentDoc... method DocumentDocumentTypesUidExportDocTypeGETWithHttpInfoAsync (line 35566) | public async System.Threading.Tasks.Task... method DocumentDocumentTypesUidFormFieldsGET (line 35626) | public Dictionary DocumentDocumentTypesUidFormFieldsGE... method DocumentDocumentTypesUidFormFieldsGETWithHttpInfo (line 35638) | public ApiResponse> DocumentDocumentTypesUi... method DocumentDocumentTypesUidFormFieldsGETAsync (line 35698) | public async System.Threading.Tasks.Task> D... method DocumentDocumentTypesUidFormFieldsGETWithHttpInfoAsync (line 35712) | public async System.Threading.Tasks.Task DocumentDocumentTypesUidGETWith... method DocumentDocumentTypesUidGETAsync (line 35847) | public async System.Threading.Tasks.Task DocumentD... method DocumentDocumentTypesUidGETWithHttpInfoAsync (line 35862) | public async System.Threading.Tasks.Task DocumentDocumentTypesUidPATCHWi... method DocumentDocumentTypesUidPATCHAsync (line 36008) | public async System.Threading.Tasks.Task DocumentD... method DocumentDocumentTypesUidPATCHWithHttpInfoAsync (line 36023) | public async System.Threading.Tasks.Task DocumentDocumentTypesUidPUTWith... method DocumentDocumentTypesUidPUTAsync (line 36179) | public async System.Threading.Tasks.Task DocumentD... method DocumentDocumentTypesUidPUTWithHttpInfoAsync (line 36194) | public async System.Threading.Tasks.Task DocumentDocumentTypesUidPreDeletePOS... method DocumentDocumentTypesUidPreDeletePOSTWithHttpInfo (line 36278) | public ApiResponse> DocumentDocumentTypesUi... method DocumentDocumentTypesUidPreDeletePOSTAsync (line 36350) | public async System.Threading.Tasks.Task> D... method DocumentDocumentTypesUidPreDeletePOSTWithHttpInfoAsync (line 36365) | public async System.Threading.Tasks.Task DocumentDocumentTypesUserProjec... method DocumentDocumentTypesUserProjectTypesGETAsync (line 36504) | public async System.Threading.Tasks.Task DocumentD... method DocumentDocumentTypesUserProjectTypesGETWithHttpInfoAsync (line 36518) | public async System.Threading.Tasks.Task DocumentDocumentsDownl... method DocumentDocumentsDownloadZipGETAsync (line 36648) | public async System.Threading.Tasks.Task ... method DocumentDocumentsDownloadZipGETWithHttpInfoAsync (line 36663) | public async System.Threading.Tasks.Task DocumentDocumentsForUserG... method DocumentDocumentsForUserGETAsync (line 36786) | public async System.Threading.Tasks.Task Doc... method DocumentDocumentsForUserGETWithHttpInfoAsync (line 36799) | public async System.Threading.Tasks.Task DocumentDocumentsGET (Dictionary> DocumentDocumentsGETWithHtt... method DocumentDocumentsGETAsync (line 36931) | public async System.Threading.Tasks.Task> Docum... method DocumentDocumentsGETWithHttpInfoAsync (line 36947) | public async System.Threading.Tasks.Task DocumentDocumentsIdActionsGETWith... method DocumentDocumentsIdActionsGETAsync (line 37093) | public async System.Threading.Tasks.Task DocumentDoc... method DocumentDocumentsIdActionsGETWithHttpInfoAsync (line 37111) | public async System.Threading.Tasks.Task... method DocumentDocumentsIdDELETE (line 37174) | public void DocumentDocumentsIdDELETE (string id) method DocumentDocumentsIdDELETEWithHttpInfo (line 37185) | public ApiResponse DocumentDocumentsIdDELETEWithHttpInfo (stri... method DocumentDocumentsIdDELETEAsync (line 37244) | public async System.Threading.Tasks.Task DocumentDocumentsIdDELETEAsyn... method DocumentDocumentsIdDELETEWithHttpInfoAsync (line 37257) | public async System.Threading.Tasks.Task> Document... method DocumentDocumentsIdDataGET (line 37316) | public DocumentDetail DocumentDocumentsIdDataGET (string id, Dictionar... method DocumentDocumentsIdDataGETWithHttpInfo (line 37329) | public ApiResponse DocumentDocumentsIdDataGETWithHttpI... method DocumentDocumentsIdDataGETAsync (line 37391) | public async System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentsIdDataGETWithHttpInfoAsync (line 37406) | public async System.Threading.Tasks.Task> ... method DocumentDocumentsIdDefinitionsGET (line 37466) | public List DocumentDocumentsIdDefinitionsGET (st... method DocumentDocumentsIdDefinitionsGETWithHttpInfo (line 37478) | public ApiResponse> DocumentDocumentsIdDefin... method DocumentDocumentsIdDefinitionsGETAsync (line 37538) | public async System.Threading.Tasks.Task> Do... method DocumentDocumentsIdDefinitionsGETWithHttpInfoAsync (line 37552) | public async System.Threading.Tasks.Task DocumentDocumentsIdExtractionGET (st... method DocumentDocumentsIdExtractionGETWithHttpInfo (line 37623) | public ApiResponse> DocumentDocumentsIdExtr... method DocumentDocumentsIdExtractionGETAsync (line 37683) | public async System.Threading.Tasks.Task> D... method DocumentDocumentsIdExtractionGETWithHttpInfoAsync (line 37697) | public async System.Threading.Tasks.Task DocumentDocumentsIdFieldsGET (string... method DocumentDocumentsIdFieldsGETWithHttpInfo (line 37768) | public ApiResponse> DocumentDocumentsIdFiel... method DocumentDocumentsIdFieldsGETAsync (line 37828) | public async System.Threading.Tasks.Task> D... method DocumentDocumentsIdFieldsGETWithHttpInfoAsync (line 37842) | public async System.Threading.Tasks.Task DocumentDocumentsIdFieldsPATCHWithH... method DocumentDocumentsIdFieldsPATCHAsync (line 37987) | public async System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentsIdFieldsPATCHWithHttpInfoAsync (line 38002) | public async System.Threading.Tasks.Task> ... method DocumentDocumentsIdFieldsPOST (line 38073) | public DocumentDetail DocumentDocumentsIdFieldsPOST (string id, Docume... method DocumentDocumentsIdFieldsPOSTWithHttpInfo (line 38086) | public ApiResponse DocumentDocumentsIdFieldsPOSTWithHt... method DocumentDocumentsIdFieldsPOSTAsync (line 38158) | public async System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentsIdFieldsPOSTWithHttpInfoAsync (line 38173) | public async System.Threading.Tasks.Task> ... method DocumentDocumentsIdFieldsPUT (line 38244) | public DocumentDetail DocumentDocumentsIdFieldsPUT (string id, Documen... method DocumentDocumentsIdFieldsPUTWithHttpInfo (line 38257) | public ApiResponse DocumentDocumentsIdFieldsPUTWithHtt... method DocumentDocumentsIdFieldsPUTAsync (line 38329) | public async System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentsIdFieldsPUTWithHttpInfoAsync (line 38344) | public async System.Threading.Tasks.Task> ... method DocumentDocumentsIdFullTextGET (line 38414) | public string DocumentDocumentsIdFullTextGET (string id) method DocumentDocumentsIdFullTextGETWithHttpInfo (line 38426) | public ApiResponse DocumentDocumentsIdFullTextGETWithHttpInfo ... method DocumentDocumentsIdFullTextGETAsync (line 38486) | public async System.Threading.Tasks.Task DocumentDocumentsIdFu... method DocumentDocumentsIdFullTextGETWithHttpInfoAsync (line 38500) | public async System.Threading.Tasks.Task> Document... method DocumentDocumentsIdGET (line 38560) | public DocumentsForUser DocumentDocumentsIdGET (string id, Dictionary<... method DocumentDocumentsIdGETWithHttpInfo (line 38573) | public ApiResponse DocumentDocumentsIdGETWithHttpInf... method DocumentDocumentsIdGETAsync (line 38635) | public async System.Threading.Tasks.Task DocumentDoc... method DocumentDocumentsIdGETWithHttpInfoAsync (line 38650) | public async System.Threading.Tasks.Task... method DocumentDocumentsIdHasPdfInfoGET (line 38710) | public bool DocumentDocumentsIdHasPdfInfoGET (string id) method DocumentDocumentsIdHasPdfInfoGETWithHttpInfo (line 38722) | public ApiResponse DocumentDocumentsIdHasPdfInfoGETWithHttpInfo ... method DocumentDocumentsIdHasPdfInfoGETAsync (line 38782) | public async System.Threading.Tasks.Task DocumentDocumentsIdHasP... method DocumentDocumentsIdHasPdfInfoGETWithHttpInfoAsync (line 38796) | public async System.Threading.Tasks.Task> DocumentDo... method DocumentDocumentsIdPATCH (line 38856) | public DocumentDetail DocumentDocumentsIdPATCH (string id, DocumentDet... method DocumentDocumentsIdPATCHWithHttpInfo (line 38869) | public ApiResponse DocumentDocumentsIdPATCHWithHttpInf... method DocumentDocumentsIdPATCHAsync (line 38941) | public async System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentsIdPATCHWithHttpInfoAsync (line 38956) | public async System.Threading.Tasks.Task> ... method DocumentDocumentsIdPUT (line 39027) | public DocumentsForUser DocumentDocumentsIdPUT (string id, DocumentsFo... method DocumentDocumentsIdPUTWithHttpInfo (line 39040) | public ApiResponse DocumentDocumentsIdPUTWithHttpInf... method DocumentDocumentsIdPUTAsync (line 39112) | public async System.Threading.Tasks.Task DocumentDoc... method DocumentDocumentsIdPUTWithHttpInfoAsync (line 39127) | public async System.Threading.Tasks.Task... method DocumentDocumentsIdPdfReprGET (line 39197) | public DocumentPDFRepr DocumentDocumentsIdPdfReprGET (string id) method DocumentDocumentsIdPdfReprGETWithHttpInfo (line 39209) | public ApiResponse DocumentDocumentsIdPdfReprGETWithH... method DocumentDocumentsIdPdfReprGETAsync (line 39269) | public async System.Threading.Tasks.Task DocumentDocu... method DocumentDocumentsIdPdfReprGETWithHttpInfoAsync (line 39283) | public async System.Threading.Tasks.Task>... method DocumentDocumentsIdSetAnnotatorCoordDifferencePOST (line 39343) | public DocumentSetAnnotatorCoordinatesDifferenceResponse DocumentDocum... method DocumentDocumentsIdSetAnnotatorCoordDifferencePOSTWithHttpInfo (line 39356) | public ApiResponse ... method DocumentDocumentsIdSetAnnotatorCoordDifferencePOSTAsync (line 39428) | public async System.Threading.Tasks.Task DocumentDocumentsIdShowGETWithHtt... method DocumentDocumentsIdShowGETAsync (line 39589) | public async System.Threading.Tasks.Task DocumentDoc... method DocumentDocumentsIdShowGETWithHttpInfoAsync (line 39604) | public async System.Threading.Tasks.Task... method DocumentDocumentsIdSimilarGET (line 39666) | public ProjectDocumentSimilarity DocumentDocumentsIdSimilarGET (string... method DocumentDocumentsIdSimilarGETWithHttpInfo (line 39680) | public ApiResponse DocumentDocumentsIdSimil... method DocumentDocumentsIdSimilarGETAsync (line 39744) | public async System.Threading.Tasks.Task Do... method DocumentDocumentsIdSimilarGETWithHttpInfoAsync (line 39760) | public async System.Threading.Tasks.Task DocumentDocum... method DocumentDocumentsMarkDeletePOSTAsync (line 39900) | public async System.Threading.Tasks.Task DocumentDocumentsPOSTWithHttpInfo... method DocumentDocumentsPOSTAsync (line 40059) | public async System.Threading.Tasks.Task DocumentDoc... method DocumentDocumentsPOSTWithHttpInfoAsync (line 40073) | public async System.Threading.Tasks.Task... method DocumentDocumentsUnmarkDeletePOST (line 40139) | public MarkUnmarkForDeleteDocumentsResponse DocumentDocumentsUnmarkDel... method DocumentDocumentsUnmarkDeletePOSTWithHttpInfo (line 40151) | public ApiResponse DocumentDocum... method DocumentDocumentsUnmarkDeletePOSTAsync (line 40218) | public async System.Threading.Tasks.Task DocumentFieldAnnotationStatusesGET ... method DocumentFieldAnnotationStatusesGETWithHttpInfo (line 40310) | public ApiResponse> DocumentFieldAnnotatio... method DocumentFieldAnnotationStatusesGETAsync (line 40367) | public async System.Threading.Tasks.Task> ... method DocumentFieldAnnotationStatusesGETWithHttpInfoAsync (line 40381) | public async System.Threading.Tasks.Task DocumentFieldAnnotationStatusesIdDELETEWith... method DocumentFieldAnnotationStatusesIdDELETEAsync (line 40507) | public async System.Threading.Tasks.Task DocumentFieldAnnotationStatus... method DocumentFieldAnnotationStatusesIdDELETEWithHttpInfoAsync (line 40520) | public async System.Threading.Tasks.Task> Document... method DocumentFieldAnnotationStatusesIdGET (line 40579) | public FieldAnnotationStatus DocumentFieldAnnotationStatusesIdGET (str... method DocumentFieldAnnotationStatusesIdGETWithHttpInfo (line 40592) | public ApiResponse DocumentFieldAnnotationStatu... method DocumentFieldAnnotationStatusesIdGETAsync (line 40654) | public async System.Threading.Tasks.Task Docume... method DocumentFieldAnnotationStatusesIdGETWithHttpInfoAsync (line 40669) | public async System.Threading.Tasks.Task DocumentFieldAnnotationStatu... method DocumentFieldAnnotationStatusesIdPATCHAsync (line 40815) | public async System.Threading.Tasks.Task Docume... method DocumentFieldAnnotationStatusesIdPATCHWithHttpInfoAsync (line 40830) | public async System.Threading.Tasks.Task DocumentFieldAnnotationStatu... method DocumentFieldAnnotationStatusesIdPUTAsync (line 40986) | public async System.Threading.Tasks.Task Docume... method DocumentFieldAnnotationStatusesIdPUTWithHttpInfoAsync (line 41001) | public async System.Threading.Tasks.Task DocumentFieldAnnotationStatu... method DocumentFieldAnnotationStatusesPOSTAsync (line 41150) | public async System.Threading.Tasks.Task Docume... method DocumentFieldAnnotationStatusesPOSTWithHttpInfoAsync (line 41164) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDo... method DocumentProjectProjectPkDocumentFieldAnnotationsForUserGETAsync (line 41306) | public async System.Threading.Tasks.Task Docu... method DocumentProjectProjectPkDocumentFieldAnnotationsForUserGETWithHttpInfoAsync (line 41321) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocumentF... method DocumentProjectProjectPkDocumentFieldAnnotationsGETWithHttpInfo (line 41395) | public ApiResponse> DocumentProjectProje... method DocumentProjectProjectPkDocumentFieldAnnotationsGETAsync (line 41457) | public async System.Threading.Tasks.Task... method DocumentProjectProjectPkDocumentFieldAnnotationsGETWithHttpInfoAsync (line 41472) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDo... method DocumentProjectProjectPkDocumentFieldAnnotationsUidGETAsync (line 41615) | public async System.Threading.Tasks.Task Docu... method DocumentProjectProjectPkDocumentFieldAnnotationsUidGETWithHttpInfoAsync (line 41631) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocumentFieldV... method DocumentProjectProjectPkDocumentFieldValuesGETWithHttpInfo (line 41709) | public ApiResponse> DocumentProjectProjectPkD... method DocumentProjectProjectPkDocumentFieldValuesGETAsync (line 41771) | public async System.Threading.Tasks.Task> Doc... method DocumentProjectProjectPkDocumentFieldValuesGETWithHttpInfoAsync (line 41786) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocumen... method DocumentProjectProjectPkDocumentFieldValuesIdGETAsync (line 41929) | public async System.Threading.Tasks.Task DocumentP... method DocumentProjectProjectPkDocumentFieldValuesIdGETWithHttpInfoAsync (line 41945) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocumentsDoc... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsGETWithHttpInfo (line 42023) | public ApiResponse> DocumentProjectProjectP... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsGETAsync (line 42088) | public async System.Threading.Tasks.Task> D... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsGETWithHttpInfoAsync (line 42103) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocumentsDocumentPk... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETEAsync (line 42250) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocum... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETEWithHttpInfoAsync (line 42265) | public async System.Threading.Tasks.Task> Document... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdGET (line 42333) | public AnnotationInDocument DocumentProjectProjectPkDocumentsDocumentP... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdGETWithHttpInfo (line 42347) | public ApiResponse DocumentProjectProjectPkDocum... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdGETAsync (line 42417) | public async System.Threading.Tasks.Task Documen... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdGETWithHttpInfoAsync (line 42433) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocum... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCHAsync (line 42600) | public async System.Threading.Tasks.Task Documen... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCHWithHttpInfoAsync (line 42617) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocum... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUTAsync (line 42795) | public async System.Threading.Tasks.Task Documen... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUTWithHttpInfoAsync (line 42812) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocum... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsPOSTAsync (line 42983) | public async System.Threading.Tasks.Task Documen... method DocumentProjectProjectPkDocumentsDocumentPkAnnotationsPOSTWithHttpInfoAsync (line 42999) | public async System.Threading.Tasks.Task DocumentProjectProject... method DocumentProjectProjectPkDocumentsDownloadZipGETAsync (line 43154) | public async System.Threading.Tasks.Task ... method DocumentProjectProjectPkDocumentsDownloadZipGETWithHttpInfoAsync (line 43170) | public async System.Threading.Tasks.Task DocumentProjectProjectPkD... method DocumentProjectProjectPkDocumentsForUserGETAsync (line 43304) | public async System.Threading.Tasks.Task Doc... method DocumentProjectProjectPkDocumentsForUserGETWithHttpInfoAsync (line 43318) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocumentsGET (st... method DocumentProjectProjectPkDocumentsGETWithHttpInfo (line 43395) | public ApiResponse> DocumentProjectProjectPkDoc... method DocumentProjectProjectPkDocumentsGETAsync (line 43461) | public async System.Threading.Tasks.Task> Docum... method DocumentProjectProjectPkDocumentsGETWithHttpInfoAsync (line 43478) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocuments... method DocumentProjectProjectPkDocumentsIdActionsGETAsync (line 43635) | public async System.Threading.Tasks.Task DocumentPro... method DocumentProjectProjectPkDocumentsIdActionsGETWithHttpInfoAsync (line 43654) | public async System.Threading.Tasks.Task... method DocumentProjectProjectPkDocumentsIdDELETE (line 43722) | public void DocumentProjectProjectPkDocumentsIdDELETE (string projectP... method DocumentProjectProjectPkDocumentsIdDELETEWithHttpInfo (line 43734) | public ApiResponse DocumentProjectProjectPkDocumentsIdDELETEWi... method DocumentProjectProjectPkDocumentsIdDELETEAsync (line 43798) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocum... method DocumentProjectProjectPkDocumentsIdDELETEWithHttpInfoAsync (line 43812) | public async System.Threading.Tasks.Task> Document... method DocumentProjectProjectPkDocumentsIdDataGET (line 43876) | public DocumentDetail DocumentProjectProjectPkDocumentsIdDataGET (stri... method DocumentProjectProjectPkDocumentsIdDataGETWithHttpInfo (line 43890) | public ApiResponse DocumentProjectProjectPkDocumentsId... method DocumentProjectProjectPkDocumentsIdDataGETAsync (line 43957) | public async System.Threading.Tasks.Task DocumentProje... method DocumentProjectProjectPkDocumentsIdDataGETWithHttpInfoAsync (line 43973) | public async System.Threading.Tasks.Task> ... method DocumentProjectProjectPkDocumentsIdDefinitionsGET (line 44038) | public List DocumentProjectProjectPkDocumentsIdDe... method DocumentProjectProjectPkDocumentsIdDefinitionsGETWithHttpInfo (line 44051) | public ApiResponse> DocumentProjectProjectPk... method DocumentProjectProjectPkDocumentsIdDefinitionsGETAsync (line 44116) | public async System.Threading.Tasks.Task> Do... method DocumentProjectProjectPkDocumentsIdDefinitionsGETWithHttpInfoAsync (line 44131) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocumentsIdE... method DocumentProjectProjectPkDocumentsIdExtractionGETWithHttpInfo (line 44208) | public ApiResponse> DocumentProjectProjectP... method DocumentProjectProjectPkDocumentsIdExtractionGETAsync (line 44273) | public async System.Threading.Tasks.Task> D... method DocumentProjectProjectPkDocumentsIdExtractionGETWithHttpInfoAsync (line 44288) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocumentsIdF... method DocumentProjectProjectPkDocumentsIdFieldsGETWithHttpInfo (line 44365) | public ApiResponse> DocumentProjectProjectP... method DocumentProjectProjectPkDocumentsIdFieldsGETAsync (line 44430) | public async System.Threading.Tasks.Task> D... method DocumentProjectProjectPkDocumentsIdFieldsGETWithHttpInfoAsync (line 44445) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocumentsId... method DocumentProjectProjectPkDocumentsIdFieldsPATCHAsync (line 44601) | public async System.Threading.Tasks.Task DocumentProje... method DocumentProjectProjectPkDocumentsIdFieldsPATCHWithHttpInfoAsync (line 44617) | public async System.Threading.Tasks.Task> ... method DocumentProjectProjectPkDocumentsIdFieldsPOST (line 44693) | public DocumentDetail DocumentProjectProjectPkDocumentsIdFieldsPOST (s... method DocumentProjectProjectPkDocumentsIdFieldsPOSTWithHttpInfo (line 44707) | public ApiResponse DocumentProjectProjectPkDocumentsId... method DocumentProjectProjectPkDocumentsIdFieldsPOSTAsync (line 44784) | public async System.Threading.Tasks.Task DocumentProje... method DocumentProjectProjectPkDocumentsIdFieldsPOSTWithHttpInfoAsync (line 44800) | public async System.Threading.Tasks.Task> ... method DocumentProjectProjectPkDocumentsIdFieldsPUT (line 44876) | public DocumentDetail DocumentProjectProjectPkDocumentsIdFieldsPUT (st... method DocumentProjectProjectPkDocumentsIdFieldsPUTWithHttpInfo (line 44890) | public ApiResponse DocumentProjectProjectPkDocumentsId... method DocumentProjectProjectPkDocumentsIdFieldsPUTAsync (line 44967) | public async System.Threading.Tasks.Task DocumentProje... method DocumentProjectProjectPkDocumentsIdFieldsPUTWithHttpInfoAsync (line 44983) | public async System.Threading.Tasks.Task> ... method DocumentProjectProjectPkDocumentsIdFullTextGET (line 45058) | public string DocumentProjectProjectPkDocumentsIdFullTextGET (string p... method DocumentProjectProjectPkDocumentsIdFullTextGETWithHttpInfo (line 45071) | public ApiResponse DocumentProjectProjectPkDocumentsIdFullText... method DocumentProjectProjectPkDocumentsIdFullTextGETAsync (line 45136) | public async System.Threading.Tasks.Task DocumentProjectProjec... method DocumentProjectProjectPkDocumentsIdFullTextGETWithHttpInfoAsync (line 45151) | public async System.Threading.Tasks.Task> Document... method DocumentProjectProjectPkDocumentsIdGET (line 45216) | public DocumentsForUser DocumentProjectProjectPkDocumentsIdGET (string... method DocumentProjectProjectPkDocumentsIdGETWithHttpInfo (line 45230) | public ApiResponse DocumentProjectProjectPkDocuments... method DocumentProjectProjectPkDocumentsIdGETAsync (line 45297) | public async System.Threading.Tasks.Task DocumentPro... method DocumentProjectProjectPkDocumentsIdGETWithHttpInfoAsync (line 45313) | public async System.Threading.Tasks.Task... method DocumentProjectProjectPkDocumentsIdHasPdfInfoGET (line 45378) | public bool DocumentProjectProjectPkDocumentsIdHasPdfInfoGET (string p... method DocumentProjectProjectPkDocumentsIdHasPdfInfoGETWithHttpInfo (line 45391) | public ApiResponse DocumentProjectProjectPkDocumentsIdHasPdfInfo... method DocumentProjectProjectPkDocumentsIdHasPdfInfoGETAsync (line 45456) | public async System.Threading.Tasks.Task DocumentProjectProjectP... method DocumentProjectProjectPkDocumentsIdHasPdfInfoGETWithHttpInfoAsync (line 45471) | public async System.Threading.Tasks.Task> DocumentPr... method DocumentProjectProjectPkDocumentsIdPATCH (line 45536) | public DocumentDetail DocumentProjectProjectPkDocumentsIdPATCH (string... method DocumentProjectProjectPkDocumentsIdPATCHWithHttpInfo (line 45550) | public ApiResponse DocumentProjectProjectPkDocumentsId... method DocumentProjectProjectPkDocumentsIdPATCHAsync (line 45627) | public async System.Threading.Tasks.Task DocumentProje... method DocumentProjectProjectPkDocumentsIdPATCHWithHttpInfoAsync (line 45643) | public async System.Threading.Tasks.Task> ... method DocumentProjectProjectPkDocumentsIdPUT (line 45719) | public DocumentsForUser DocumentProjectProjectPkDocumentsIdPUT (string... method DocumentProjectProjectPkDocumentsIdPUTWithHttpInfo (line 45733) | public ApiResponse DocumentProjectProjectPkDocuments... method DocumentProjectProjectPkDocumentsIdPUTAsync (line 45810) | public async System.Threading.Tasks.Task DocumentPro... method DocumentProjectProjectPkDocumentsIdPUTWithHttpInfoAsync (line 45826) | public async System.Threading.Tasks.Task... method DocumentProjectProjectPkDocumentsIdPdfReprGET (line 45901) | public DocumentPDFRepr DocumentProjectProjectPkDocumentsIdPdfReprGET (... method DocumentProjectProjectPkDocumentsIdPdfReprGETWithHttpInfo (line 45914) | public ApiResponse DocumentProjectProjectPkDocumentsI... method DocumentProjectProjectPkDocumentsIdPdfReprGETAsync (line 45979) | public async System.Threading.Tasks.Task DocumentProj... method DocumentProjectProjectPkDocumentsIdPdfReprGETWithHttpInfoAsync (line 45994) | public async System.Threading.Tasks.Task>... method DocumentProjectProjectPkDocumentsIdSetAnnotatorCoordDifferencePOST (line 46059) | public DocumentSetAnnotatorCoordinatesDifferenceResponse DocumentProje... method DocumentProjectProjectPkDocumentsIdSetAnnotatorCoordDifferencePOSTWithHttpInfo (line 46073) | public ApiResponse ... method DocumentProjectProjectPkDocumentsIdSetAnnotatorCoordDifferencePOSTAsync (line 46150) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocuments... method DocumentProjectProjectPkDocumentsIdShowGETAsync (line 46323) | public async System.Threading.Tasks.Task DocumentPro... method DocumentProjectProjectPkDocumentsIdShowGETWithHttpInfoAsync (line 46339) | public async System.Threading.Tasks.Task... method DocumentProjectProjectPkDocumentsIdSimilarGET (line 46406) | public ProjectDocumentSimilarity DocumentProjectProjectPkDocumentsIdSi... method DocumentProjectProjectPkDocumentsIdSimilarGETWithHttpInfo (line 46421) | public ApiResponse DocumentProjectProjectPk... method DocumentProjectProjectPkDocumentsIdSimilarGETAsync (line 46490) | public async System.Threading.Tasks.Task Do... method DocumentProjectProjectPkDocumentsIdSimilarGETWithHttpInfoAsync (line 46507) | public async System.Threading.Tasks.Task DocumentProje... method DocumentProjectProjectPkDocumentsMarkDeletePOSTAsync (line 46658) | public async System.Threading.Tasks.Task DocumentProjectProjectPkDocuments... method DocumentProjectProjectPkDocumentsPOSTAsync (line 46829) | public async System.Threading.Tasks.Task DocumentPro... method DocumentProjectProjectPkDocumentsPOSTWithHttpInfoAsync (line 46844) | public async System.Threading.Tasks.Task... method DocumentProjectProjectPkDocumentsUnmarkDeletePOST (line 46915) | public MarkUnmarkForDeleteDocumentsResponse DocumentProjectProjectPkDo... method DocumentProjectProjectPkDocumentsUnmarkDeletePOSTWithHttpInfo (line 46928) | public ApiResponse DocumentProje... method DocumentProjectProjectPkDocumentsUnmarkDeletePOSTAsync (line 47000) | public async System.Threading.Tasks.Task DocumentStatsGET () method DocumentStatsGETWithHttpInfo (line 47095) | public ApiResponse> DocumentStatsGETWithHtt... method DocumentStatsGETAsync (line 47150) | public async System.Threading.Tasks.Task> D... method DocumentStatsGETWithHttpInfoAsync (line 47163) | public async System.Threading.Tasks.Task DocumentTextunitsGET (string q = default... method DocumentTextunitsGETWithHttpInfo (line 47230) | public ApiResponse> DocumentTextunitsGETWithHtt... method DocumentTextunitsGETAsync (line 47287) | public async System.Threading.Tasks.Task> Docum... method DocumentTextunitsGETWithHttpInfoAsync (line 47301) | public async System.Threading.Tasks.Task DocumentTextunitsIdGETWithHttpInf... method DocumentTextunitsIdGETAsync (line 47433) | public async System.Threading.Tasks.Task DocumentTex... method DocumentTextunitsIdGETWithHttpInfoAsync (line 47448) | public async System.Threading.Tasks.Task... method DumpDocumentConfigGET (line 47509) | public DumpDocumentConfigGET200Response DumpDocumentConfigGET (bool? d... method DumpDocumentConfigGETWithHttpInfo (line 47522) | public ApiResponse DumpDocumentConfi... method DumpDocumentConfigGETAsync (line 47581) | public async System.Threading.Tasks.Task> ... method DumpDocumentConfigPUTWithHttpInfo (line 47665) | public ApiResponse DumpDocumentConfigPUTWithHttpInfo (List DumpDocumentConfigPUT... method DumpDocumentConfigPUTWithHttpInfoAsync (line 47744) | public async System.Threading.Tasks.Task> DumpDocu... method DumpDumpFixturePOST (line 47808) | public System.IO.Stream DumpDumpFixturePOST (DumpFixture dumpFixture =... method DumpDumpFixturePOSTWithHttpInfo (line 47820) | public ApiResponse DumpDumpFixturePOSTWithHttpInfo (... method DumpDumpFixturePOSTAsync (line 47887) | public async System.Threading.Tasks.Task DumpDumpFix... method DumpDumpFixturePOSTWithHttpInfoAsync (line 47901) | public async System.Threading.Tasks.Task... method DumpDumpGET (line 47967) | public DumpDocumentConfigGET200Response DumpDumpGET (bool? download = ... method DumpDumpGETWithHttpInfo (line 47979) | public ApiResponse DumpDumpGETWithHt... method DumpDumpGETAsync (line 48036) | public async System.Threading.Tasks.Task> requestBod... method DumpDumpPUTWithHttpInfo (line 48118) | public ApiResponse DumpDumpPUTWithHttpInfo (List DumpDumpPUTAsync (Lis... method DumpDumpPUTWithHttpInfoAsync (line 48197) | public async System.Threading.Tasks.Task> DumpDump... method DumpFieldValuesGET (line 48261) | public DumpDocumentConfigGET200Response DumpFieldValuesGET (bool? down... method DumpFieldValuesGETWithHttpInfo (line 48273) | public ApiResponse DumpFieldValuesGE... method DumpFieldValuesGETAsync (line 48330) | public async System.Threading.Tasks.Task> req... method DumpFieldValuesPUTWithHttpInfo (line 48412) | public ApiResponse DumpFieldValuesPUTWithHttpInfo (List DumpFieldValuesPUTAsy... method DumpFieldValuesPUTWithHttpInfoAsync (line 48491) | public async System.Threading.Tasks.Task> DumpFiel... method DumpLoadFixturePOST (line 48555) | public List> DumpLoadFixturePOST (LoadFixtu... method DumpLoadFixturePOSTWithHttpInfo (line 48567) | public ApiResponse>> DumpLoadFixturePO... method DumpLoadFixturePOSTAsync (line 48634) | public async System.Threading.Tasks.Task ExtractAmountUsageGET (Dictionary> ExtractAmountUsageGETWithHttpInf... method ExtractAmountUsageGETAsync (line 48783) | public async System.Threading.Tasks.Task> ExtractAmo... method ExtractAmountUsageGETWithHttpInfoAsync (line 48797) | public async System.Threading.Tasks.Task... method ExtractAmountUsageTopGET (line 48852) | public List> ExtractAmountUsageTopGET () method ExtractAmountUsageTopGETWithHttpInfo (line 48863) | public ApiResponse>> ExtractAmountUsag... method ExtractAmountUsageTopGETAsync (line 48918) | public async System.Threading.Tasks.Task ExtractCitationUsageGET (Dictionary> ExtractCitationUsageGETWithHtt... method ExtractCitationUsageGETAsync (line 49055) | public async System.Threading.Tasks.Task> ExtractC... method ExtractCitationUsageGETWithHttpInfoAsync (line 49069) | public async System.Threading.Tasks.Task> ExtractCitationUsageTopGET () method ExtractCitationUsageTopGETWithHttpInfo (line 49135) | public ApiResponse>> ExtractCitationUs... method ExtractCitationUsageTopGETAsync (line 49190) | public async System.Threading.Tasks.Task ExtractCopyrightUsageGET (Dictionary> ExtractCopyrightUsageGETWithH... method ExtractCopyrightUsageGETAsync (line 49327) | public async System.Threading.Tasks.Task> Extract... method ExtractCopyrightUsageGETWithHttpInfoAsync (line 49341) | public async System.Threading.Tasks.Task> ExtractCopyrightUsageTopGET () method ExtractCopyrightUsageTopGETWithHttpInfo (line 49407) | public ApiResponse>> ExtractCopyrightU... method ExtractCopyrightUsageTopGETAsync (line 49462) | public async System.Threading.Tasks.Task ExtractCourtUsageGET (Dictionary> ExtractCourtUsageGETWithHttpInfo ... method ExtractCourtUsageGETAsync (line 49599) | public async System.Threading.Tasks.Task> ExtractCour... method ExtractCourtUsageGETWithHttpInfoAsync (line 49613) | public async System.Threading.Tasks.Task>... method ExtractCourtUsageTopGET (line 49668) | public List> ExtractCourtUsageTopGET () method ExtractCourtUsageTopGETWithHttpInfo (line 49679) | public ApiResponse>> ExtractCourtUsage... method ExtractCourtUsageTopGETAsync (line 49734) | public async System.Threading.Tasks.Task ExtractCurrencyUsageGET (Dictionary> ExtractCurrencyUsageGETWithHtt... method ExtractCurrencyUsageGETAsync (line 49871) | public async System.Threading.Tasks.Task> ExtractC... method ExtractCurrencyUsageGETWithHttpInfoAsync (line 49885) | public async System.Threading.Tasks.Task> ExtractCurrencyUsageTopGET () method ExtractCurrencyUsageTopGETWithHttpInfo (line 49951) | public ApiResponse>> ExtractCurrencyUs... method ExtractCurrencyUsageTopGETAsync (line 50006) | public async System.Threading.Tasks.Task ExtractDateDurationUsageGET (Dictionary... method ExtractDateDurationUsageGETWithHttpInfo (line 50086) | public ApiResponse> ExtractDateDurationUsageGE... method ExtractDateDurationUsageGETAsync (line 50143) | public async System.Threading.Tasks.Task> Extr... method ExtractDateDurationUsageGETWithHttpInfoAsync (line 50157) | public async System.Threading.Tasks.Task> ExtractDateDurationUsageTopGET () method ExtractDateDurationUsageTopGETWithHttpInfo (line 50223) | public ApiResponse>> ExtractDateDurati... method ExtractDateDurationUsageTopGETAsync (line 50278) | public async System.Threading.Tasks.Task ExtractDateUsageCalendarChartGET () method ExtractDateUsageCalendarChartGETWithHttpInfo (line 50356) | public ApiResponse> ExtractDateUsageCalendarCh... method ExtractDateUsageCalendarChartGETAsync (line 50411) | public async System.Threading.Tasks.Task> Extr... method ExtractDateUsageCalendarChartGETWithHttpInfoAsync (line 50424) | public async System.Threading.Tasks.Task ExtractDateUsageGET (Dictionary... method ExtractDateUsageGETWithHttpInfo (line 50491) | public ApiResponse> ExtractDateUsageGETWithHttpInfo (D... method ExtractDateUsageGETAsync (line 50548) | public async System.Threading.Tasks.Task> ExtractDateU... method ExtractDateUsageGETWithHttpInfoAsync (line 50562) | public async System.Threading.Tasks.Task>>... method ExtractDateUsageTimelineChartGET (line 50617) | public List ExtractDateUsageTimelineChartGET () method ExtractDateUsageTimelineChartGETWithHttpInfo (line 50628) | public ApiResponse> ExtractDateUsageTimelineCh... method ExtractDateUsageTimelineChartGETAsync (line 50683) | public async System.Threading.Tasks.Task> Extr... method ExtractDateUsageTimelineChartGETWithHttpInfoAsync (line 50696) | public async System.Threading.Tasks.Task ExtractDateUsageToIcalGET (Dictionary> ExtractDateUsageToIcalGETWithHttpI... method ExtractDateUsageToIcalGETAsync (line 50820) | public async System.Threading.Tasks.Task> ExtractDateU... method ExtractDateUsageToIcalGETWithHttpInfoAsync (line 50834) | public async System.Threading.Tasks.Task>>... method ExtractDateUsageTopGET (line 50889) | public List> ExtractDateUsageTopGET () method ExtractDateUsageTopGETWithHttpInfo (line 50900) | public ApiResponse>> ExtractDateUsageT... method ExtractDateUsageTopGETAsync (line 50955) | public async System.Threading.Tasks.Task ExtractDefinitionUsageGET (Dictionary> ExtractDefinitionUsageGETWit... method ExtractDefinitionUsageGETAsync (line 51092) | public async System.Threading.Tasks.Task> Extrac... method ExtractDefinitionUsageGETWithHttpInfoAsync (line 51106) | public async System.Threading.Tasks.Task> ExtractDefinitionUsageTopGET () method ExtractDefinitionUsageTopGETWithHttpInfo (line 51172) | public ApiResponse>> ExtractDefinition... method ExtractDefinitionUsageTopGETAsync (line 51227) | public async System.Threading.Tasks.Task ExtractDistanceUsageGET (Dictionary> ExtractDistanceUsageGETWithHtt... method ExtractDistanceUsageGETAsync (line 51364) | public async System.Threading.Tasks.Task> ExtractD... method ExtractDistanceUsageGETWithHttpInfoAsync (line 51378) | public async System.Threading.Tasks.Task> ExtractDistanceUsageTopGET () method ExtractDistanceUsageTopGETWithHttpInfo (line 51444) | public ApiResponse>> ExtractDistanceUs... method ExtractDistanceUsageTopGETAsync (line 51499) | public async System.Threading.Tasks.Task ExtractGeoAliasUsageGET (Dictionary> ExtractGeoAliasUsageGETWithHtt... method ExtractGeoAliasUsageGETAsync (line 51636) | public async System.Threading.Tasks.Task> ExtractG... method ExtractGeoAliasUsageGETWithHttpInfoAsync (line 51650) | public async System.Threading.Tasks.Task> ExtractGeoAliasUsageTopGET () method ExtractGeoAliasUsageTopGETWithHttpInfo (line 51716) | public ApiResponse>> ExtractGeoAliasUs... method ExtractGeoAliasUsageTopGETAsync (line 51771) | public async System.Threading.Tasks.Task ExtractGeoEntitiesGET (Dictionary> ExtractGeoEntitiesGETWithHttpI... method ExtractGeoEntitiesGETAsync (line 51908) | public async System.Threading.Tasks.Task> ExtractG... method ExtractGeoEntitiesGETWithHttpInfoAsync (line 51922) | public async System.Threading.Tasks.Task ExtractGeoEntitiesIdGETWithHttpInfo ... method ExtractGeoEntitiesIdGETAsync (line 52054) | public async System.Threading.Tasks.Task ExtractGeoEnti... method ExtractGeoEntitiesIdGETWithHttpInfoAsync (line 52069) | public async System.Threading.Tasks.Task> E... method ExtractGeoEntitiesIdPUT (line 52130) | public GeoEntityUpdate ExtractGeoEntitiesIdPUT (string id, GeoEntityUp... method ExtractGeoEntitiesIdPUTWithHttpInfo (line 52143) | public ApiResponse ExtractGeoEntitiesIdPUTWithHttpInf... method ExtractGeoEntitiesIdPUTAsync (line 52215) | public async System.Threading.Tasks.Task ExtractGeoEn... method ExtractGeoEntitiesIdPUTWithHttpInfoAsync (line 52230) | public async System.Threading.Tasks.Task>... method ExtractGeoEntityUsageGET (line 52300) | public List ExtractGeoEntityUsageGET (Dictionary> ExtractGeoEntityUsageGETWithH... method ExtractGeoEntityUsageGETAsync (line 52369) | public async System.Threading.Tasks.Task> Extract... method ExtractGeoEntityUsageGETWithHttpInfoAsync (line 52383) | public async System.Threading.Tasks.Task> ExtractGeoEntityUsageTopGET () method ExtractGeoEntityUsageTopGETWithHttpInfo (line 52449) | public ApiResponse>> ExtractGeoEntityU... method ExtractGeoEntityUsageTopGETAsync (line 52504) | public async System.Threading.Tasks.Task ExtractPartiesGET (Dictionary jqFil... method ExtractPartiesGETWithHttpInfo (line 52584) | public ApiResponse> ExtractPartiesGETWithHttpInfo (Diction... method ExtractPartiesGETAsync (line 52641) | public async System.Threading.Tasks.Task> ExtractPartiesGE... method ExtractPartiesGETWithHttpInfoAsync (line 52655) | public async System.Threading.Tasks.Task>> Ext... method ExtractPartiesIdGET (line 52712) | public Party ExtractPartiesIdGET (string id, Dictionary ExtractPartiesIdGETWithHttpInfo (string id, ... method ExtractPartiesIdGETAsync (line 52787) | public async System.Threading.Tasks.Task ExtractPartiesIdGETAsy... method ExtractPartiesIdGETWithHttpInfoAsync (line 52802) | public async System.Threading.Tasks.Task> ExtractPa... method ExtractPartyNetworkChartGET (line 52862) | public List ExtractPartyNetworkChartGET (Dictionary> ExtractPartyNetworkChartGETWithHt... method ExtractPartyNetworkChartGETAsync (line 52931) | public async System.Threading.Tasks.Task> ExtractPart... method ExtractPartyNetworkChartGETWithHttpInfoAsync (line 52945) | public async System.Threading.Tasks.Task>... method ExtractPartyUsageGET (line 53001) | public List ExtractPartyUsageGET (Dictionary> ExtractPartyUsageGETWithHttpInfo ... method ExtractPartyUsageGETAsync (line 53070) | public async System.Threading.Tasks.Task> ExtractPart... method ExtractPartyUsageGETWithHttpInfoAsync (line 53084) | public async System.Threading.Tasks.Task>... method ExtractPartyUsageTopGET (line 53139) | public List> ExtractPartyUsageTopGET () method ExtractPartyUsageTopGETWithHttpInfo (line 53150) | public ApiResponse>> ExtractPartyUsage... method ExtractPartyUsageTopGETAsync (line 53205) | public async System.Threading.Tasks.Task ExtractPercentUsageGET (Dictionary> ExtractPercentUsageGETWithHttpI... method ExtractPercentUsageGETAsync (line 53342) | public async System.Threading.Tasks.Task> ExtractPe... method ExtractPercentUsageGETWithHttpInfoAsync (line 53356) | public async System.Threading.Tasks.Task> ExtractPercentUsageTopGET () method ExtractPercentUsageTopGETWithHttpInfo (line 53422) | public ApiResponse>> ExtractPercentUsa... method ExtractPercentUsageTopGETAsync (line 53477) | public async System.Threading.Tasks.Task ExtractRatioUsageGET (Dictionary> ExtractRatioUsageGETWithHttpInfo ... method ExtractRatioUsageGETAsync (line 53614) | public async System.Threading.Tasks.Task> ExtractRati... method ExtractRatioUsageGETWithHttpInfoAsync (line 53628) | public async System.Threading.Tasks.Task>... method ExtractRatioUsageTopGET (line 53683) | public List> ExtractRatioUsageTopGET () method ExtractRatioUsageTopGETWithHttpInfo (line 53694) | public ApiResponse>> ExtractRatioUsage... method ExtractRatioUsageTopGETAsync (line 53749) | public async System.Threading.Tasks.Task ExtractRegulationUsageGET (Dictionary> ExtractRegulationUsageGETWit... method ExtractRegulationUsageGETAsync (line 53886) | public async System.Threading.Tasks.Task> Extrac... method ExtractRegulationUsageGETWithHttpInfoAsync (line 53900) | public async System.Threading.Tasks.Task> ExtractRegulationUsageTopGET () method ExtractRegulationUsageTopGETWithHttpInfo (line 53966) | public ApiResponse>> ExtractRegulation... method ExtractRegulationUsageTopGETAsync (line 54021) | public async System.Threading.Tasks.Task ExtractTermTagsGET (Dictionary jq... method ExtractTermTagsGETWithHttpInfo (line 54101) | public ApiResponse> ExtractTermTagsGETWithHttpInfo (Dict... method ExtractTermTagsGETAsync (line 54158) | public async System.Threading.Tasks.Task> ExtractTermTag... method ExtractTermTagsGETWithHttpInfoAsync (line 54172) | public async System.Threading.Tasks.Task>> E... method ExtractTermUsageGET (line 54228) | public List ExtractTermUsageGET (Dictionary... method ExtractTermUsageGETWithHttpInfo (line 54240) | public ApiResponse> ExtractTermUsageGETWithHttpInfo (D... method ExtractTermUsageGETAsync (line 54297) | public async System.Threading.Tasks.Task> ExtractTermU... method ExtractTermUsageGETWithHttpInfoAsync (line 54311) | public async System.Threading.Tasks.Task>>... method ExtractTermUsageTopGET (line 54366) | public List> ExtractTermUsageTopGET () method ExtractTermUsageTopGETWithHttpInfo (line 54377) | public ApiResponse>> ExtractTermUsageT... method ExtractTermUsageTopGETAsync (line 54432) | public async System.Threading.Tasks.Task ExtractTrademarkUsageGET (Dictionary> ExtractTrademarkUsageGETWithH... method ExtractTrademarkUsageGETAsync (line 54569) | public async System.Threading.Tasks.Task> Extract... method ExtractTrademarkUsageGETWithHttpInfoAsync (line 54583) | public async System.Threading.Tasks.Task> ExtractTrademarkUsageTopGET () method ExtractTrademarkUsageTopGETWithHttpInfo (line 54649) | public ApiResponse>> ExtractTrademarkU... method ExtractTrademarkUsageTopGETAsync (line 54704) | public async System.Threading.Tasks.Task ExtractTypeaheadGeoEntityUsageFieldNameG... method ExtractTypeaheadGeoEntityUsageFieldNameGETAsync (line 54844) | public async System.Threading.Tasks.Task ExtractTypeaheadGe... method ExtractTypeaheadGeoEntityUsageFieldNameGETWithHttpInfoAsync (line 54858) | public async System.Threading.Tasks.Task> Extra... method ExtractTypeaheadPartyUsageFieldNameGET (line 54917) | public Typeahead ExtractTypeaheadPartyUsageFieldNameGET (string fieldN... method ExtractTypeaheadPartyUsageFieldNameGETWithHttpInfo (line 54929) | public ApiResponse ExtractTypeaheadPartyUsageFieldNameGETWi... method ExtractTypeaheadPartyUsageFieldNameGETAsync (line 54989) | public async System.Threading.Tasks.Task ExtractTypeaheadPa... method ExtractTypeaheadPartyUsageFieldNameGETWithHttpInfoAsync (line 55003) | public async System.Threading.Tasks.Task> Extra... method ExtractTypeaheadTermUsageFieldNameGET (line 55062) | public Typeahead ExtractTypeaheadTermUsageFieldNameGET (string fieldName) method ExtractTypeaheadTermUsageFieldNameGETWithHttpInfo (line 55074) | public ApiResponse ExtractTypeaheadTermUsageFieldNameGETWit... method ExtractTypeaheadTermUsageFieldNameGETAsync (line 55134) | public async System.Threading.Tasks.Task ExtractTypeaheadTe... method ExtractTypeaheadTermUsageFieldNameGETWithHttpInfoAsync (line 55148) | public async System.Threading.Tasks.Task> Extra... method ExtractUrlUsageGET (line 55207) | public List ExtractUrlUsageGET (Dictionary j... method ExtractUrlUsageGETWithHttpInfo (line 55219) | public ApiResponse> ExtractUrlUsageGETWithHttpInfo (Dic... method ExtractUrlUsageGETAsync (line 55276) | public async System.Threading.Tasks.Task> ExtractUrlUsa... method ExtractUrlUsageGETWithHttpInfoAsync (line 55290) | public async System.Threading.Tasks.Task>> ... method ExtractUrlUsageTopGET (line 55345) | public List> ExtractUrlUsageTopGET () method ExtractUrlUsageTopGETWithHttpInfo (line 55356) | public ApiResponse>> ExtractUrlUsageTo... method ExtractUrlUsageTopGETAsync (line 55411) | public async System.Threading.Tasks.Task LoggingLogMessagePOST (LoggingAPIVie... method LoggingLogMessagePOSTWithHttpInfo (line 55491) | public ApiResponse> LoggingLogMessagePOSTWi... method LoggingLogMessagePOSTAsync (line 55558) | public async System.Threading.Tasks.Task> L... method LoggingLogMessagePOSTWithHttpInfoAsync (line 55572) | public async System.Threading.Tasks.Task MediaDataPathGET (string path, strin... method MediaDataPathGETWithHttpInfo (line 55652) | public ApiResponse> MediaDataPathGETWithHtt... method MediaDataPathGETAsync (line 55715) | public async System.Threading.Tasks.Task> M... method MediaDataPathGETWithHttpInfoAsync (line 55730) | public async System.Threading.Tasks.Task NotificationsWebNotificationsGET () method NotificationsWebNotificationsGETWithHttpInfo (line 55801) | public ApiResponse> NotificationsWebNotific... method NotificationsWebNotificationsGETAsync (line 55856) | public async System.Threading.Tasks.Task> N... method NotificationsWebNotificationsGETWithHttpInfoAsync (line 55869) | public async System.Threading.Tasks.Task NotificationsWe... method NotificationsWebNotificationsMarkSeenPOSTAsync (line 56003) | public async System.Threading.Tasks.Task ProjectProjectClusteringGET (Dictionary... method ProjectProjectClusteringGETWithHttpInfo (line 56095) | public ApiResponse> ProjectProjectClusteringGE... method ProjectProjectClusteringGETAsync (line 56152) | public async System.Threading.Tasks.Task> Proj... method ProjectProjectClusteringGETWithHttpInfoAsync (line 56166) | public async System.Threading.Tasks.Task ProjectProjectClusteringIdGETWit... method ProjectProjectClusteringIdGETAsync (line 56298) | public async System.Threading.Tasks.Task ProjectPro... method ProjectProjectClusteringIdGETWithHttpInfoAsync (line 56313) | public async System.Threading.Tasks.Task ProjectProjectsFormFieldsGET () method ProjectProjectsFormFieldsGETWithHttpInfo (line 56383) | public ApiResponse> ProjectProjectsFormFiel... method ProjectProjectsFormFieldsGETAsync (line 56438) | public async System.Threading.Tasks.Task> P... method ProjectProjectsFormFieldsGETWithHttpInfoAsync (line 56451) | public async System.Threading.Tasks.Task ProjectProjectsGET (Dictionary> ProjectProjectsGETWithHttpInfo (... method ProjectProjectsGETAsync (line 56575) | public async System.Threading.Tasks.Task> ProjectPro... method ProjectProjectsGETWithHttpInfoAsync (line 56589) | public async System.Threading.Tasks.Task... method ProjectProjectsIdActiveTasksGET (line 56646) | public List ProjectProjectsIdActiveTasksGET (strin... method ProjectProjectsIdActiveTasksGETWithHttpInfo (line 56659) | public ApiResponse> ProjectProjectsIdActiveTa... method ProjectProjectsIdActiveTasksGETAsync (line 56721) | public async System.Threading.Tasks.Task> Pro... method ProjectProjectsIdActiveTasksGETWithHttpInfoAsync (line 56736) | public async System.Threading.Tasks.Task ProjectProjectsIdAnno... method ProjectProjectsIdAnnotationsAssigneesGETWithHttpInfo (line 56808) | public ApiResponse> ProjectP... method ProjectProjectsIdAnnotationsAssigneesGETAsync (line 56868) | public async System.Threading.Tasks.Task ProjectProjectsIdAssignAnnota... method ProjectProjectsIdAssignAnnotationsPOSTAsync (line 57027) | public async System.Threading.Tasks.Task Project... method ProjectProjectsIdAssignAnnotationsPOSTWithHttpInfoAsync (line 57042) | public async System.Threading.Tasks.Task ProjectProjectsIdAssignDocume... method ProjectProjectsIdAssignDocumentPOSTAsync (line 57198) | public async System.Threading.Tasks.Task Project... method ProjectProjectsIdAssignDocumentPOSTWithHttpInfoAsync (line 57213) | public async System.Threading.Tasks.Task ProjectProjectsIdAssignDocume... method ProjectProjectsIdAssignDocumentsPOSTAsync (line 57369) | public async System.Threading.Tasks.Task Project... method ProjectProjectsIdAssignDocumentsPOSTWithHttpInfoAsync (line 57384) | public async System.Threading.Tasks.Task ProjectProjectsIdAssign... method ProjectProjectsIdAssigneesGETWithHttpInfo (line 57466) | public ApiResponse> ProjectPro... method ProjectProjectsIdAssigneesGETAsync (line 57526) | public async System.Threading.Tasks.Task ProjectProjectsIdCheckSimilarityProc... method ProjectProjectsIdCheckSimilarityProcessAllowedPOSTAsync (line 57685) | public async System.Threading.Tasks.Task ProjectProject... method ProjectProjectsIdCheckSimilarityProcessAllowedPOSTWithHttpInfoAsync (line 57700) | public async System.Threading.Tasks.Task> P... method ProjectProjectsIdCleanupPOST (line 57771) | public string ProjectProjectsIdCleanupPOST (string id, CleanupProjectR... method ProjectProjectsIdCleanupPOSTWithHttpInfo (line 57784) | public ApiResponse ProjectProjectsIdCleanupPOSTWithHttpInfo (s... method ProjectProjectsIdCleanupPOSTAsync (line 57856) | public async System.Threading.Tasks.Task ProjectProjectsIdClea... method ProjectProjectsIdCleanupPOSTWithHttpInfoAsync (line 57871) | public async System.Threading.Tasks.Task> ProjectP... method ProjectProjectsIdClusterActionsGET (line 57945) | public ProjectDetail ProjectProjectsIdClusterActionsGET (string id, in... method ProjectProjectsIdClusterActionsGETWithHttpInfo (line 57961) | public ApiResponse ProjectProjectsIdClusterActionsGETWi... method ProjectProjectsIdClusterActionsGETAsync (line 58029) | public async System.Threading.Tasks.Task ProjectProject... method ProjectProjectsIdClusterActionsGETWithHttpInfoAsync (line 58047) | public async System.Threading.Tasks.Task> P... method ProjectProjectsIdClusterPOST (line 58111) | public ClusterProjectResponse ProjectProjectsIdClusterPOST (string id,... method ProjectProjectsIdClusterPOSTWithHttpInfo (line 58124) | public ApiResponse ProjectProjectsIdClusterPOS... method ProjectProjectsIdClusterPOSTAsync (line 58196) | public async System.Threading.Tasks.Task Proje... method ProjectProjectsIdClusterPOSTWithHttpInfoAsync (line 58211) | public async System.Threading.Tasks.Task ProjectProjectsIdC... method ProjectProjectsIdClusteringStatusGETAsync (line 58357) | public async System.Threading.Tasks.Task ProjectProjectsIdDELETEWithHttpInfo (string... method ProjectProjectsIdDELETEAsync (line 58502) | public async System.Threading.Tasks.Task ProjectProjectsIdDELETEAsync ... method ProjectProjectsIdDELETEWithHttpInfoAsync (line 58515) | public async System.Threading.Tasks.Task> ProjectP... method ProjectProjectsIdDeleteDocumentSimilarityResultsDELETE (line 58573) | public void ProjectProjectsIdDeleteDocumentSimilarityResultsDELETE (st... method ProjectProjectsIdDeleteDocumentSimilarityResultsDELETEWithHttpInfo (line 58584) | public ApiResponse ProjectProjectsIdDeleteDocumentSimilarityRe... method ProjectProjectsIdDeleteDocumentSimilarityResultsDELETEAsync (line 58643) | public async System.Threading.Tasks.Task ProjectProjectsIdDeleteDocume... method ProjectProjectsIdDeleteDocumentSimilarityResultsDELETEWithHttpInfoAsync (line 58656) | public async System.Threading.Tasks.Task> ProjectP... method ProjectProjectsIdDeleteTextUnitSimilarityResultsDELETE (line 58714) | public void ProjectProjectsIdDeleteTextUnitSimilarityResultsDELETE (st... method ProjectProjectsIdDeleteTextUnitSimilarityResultsDELETEWithHttpInfo (line 58725) | public ApiResponse ProjectProjectsIdDeleteTextUnitSimilarityRe... method ProjectProjectsIdDeleteTextUnitSimilarityResultsDELETEAsync (line 58784) | public async System.Threading.Tasks.Task ProjectProjectsIdDeleteTextUn... method ProjectProjectsIdDeleteTextUnitSimilarityResultsDELETEWithHttpInfoAsync (line 58797) | public async System.Threading.Tasks.Task> ProjectP... method ProjectProjectsIdDetectFieldValuesPOST (line 58856) | public TaskIdResponse ProjectProjectsIdDetectFieldValuesPOST (string i... method ProjectProjectsIdDetectFieldValuesPOSTWithHttpInfo (line 58869) | public ApiResponse ProjectProjectsIdDetectFieldValuesP... method ProjectProjectsIdDetectFieldValuesPOSTAsync (line 58941) | public async System.Threading.Tasks.Task ProjectProjec... method ProjectProjectsIdDetectFieldValuesPOSTWithHttpInfoAsync (line 58956) | public async System.Threading.Tasks.Task> ... method ProjectProjectsIdFormFieldsGET (line 59026) | public Dictionary ProjectProjectsIdFormFieldsGET (stri... method ProjectProjectsIdFormFieldsGETWithHttpInfo (line 59038) | public ApiResponse> ProjectProjectsIdFormFi... method ProjectProjectsIdFormFieldsGETAsync (line 59098) | public async System.Threading.Tasks.Task> P... method ProjectProjectsIdFormFieldsGETWithHttpInfoAsync (line 59112) | public async System.Threading.Tasks.Task ProjectProjectsIdGETWithHttpInfo (st... method ProjectProjectsIdGETAsync (line 59247) | public async System.Threading.Tasks.Task ProjectProject... method ProjectProjectsIdGETWithHttpInfoAsync (line 59262) | public async System.Threading.Tasks.Task> P... method ProjectProjectsIdLocateItemsPOST (line 59323) | public TaskIdResponse ProjectProjectsIdLocateItemsPOST (string id, Loc... method ProjectProjectsIdLocateItemsPOSTWithHttpInfo (line 59336) | public ApiResponse ProjectProjectsIdLocateItemsPOSTWit... method ProjectProjectsIdLocateItemsPOSTAsync (line 59408) | public async System.Threading.Tasks.Task ProjectProjec... method ProjectProjectsIdLocateItemsPOSTWithHttpInfoAsync (line 59423) | public async System.Threading.Tasks.Task> ... method ProjectProjectsIdMarkDeletePOST (line 59494) | public MarkUnmarkForDeleteProjectsReponse ProjectProjectsIdMarkDeleteP... method ProjectProjectsIdMarkDeletePOSTWithHttpInfo (line 59507) | public ApiResponse ProjectProjects... method ProjectProjectsIdMarkDeletePOSTAsync (line 59579) | public async System.Threading.Tasks.Task ProjectProjectsIdPATCHWithHttpInfo (... method ProjectProjectsIdPATCHAsync (line 59750) | public async System.Threading.Tasks.Task ProjectProject... method ProjectProjectsIdPATCHWithHttpInfoAsync (line 59765) | public async System.Threading.Tasks.Task> P... method ProjectProjectsIdPUT (line 59836) | public ProjectUpdate ProjectProjectsIdPUT (string id, ProjectUpdate pr... method ProjectProjectsIdPUTWithHttpInfo (line 59849) | public ApiResponse ProjectProjectsIdPUTWithHttpInfo (st... method ProjectProjectsIdPUTAsync (line 59921) | public async System.Threading.Tasks.Task ProjectProject... method ProjectProjectsIdPUTWithHttpInfoAsync (line 59936) | public async System.Threading.Tasks.Task> P... method ProjectProjectsIdProgressGET (line 60006) | public ProjectProgressResponse ProjectProjectsIdProgressGET (string id) method ProjectProjectsIdProgressGETWithHttpInfo (line 60018) | public ApiResponse ProjectProjectsIdProgressG... method ProjectProjectsIdProgressGETAsync (line 60078) | public async System.Threading.Tasks.Task Proj... method ProjectProjectsIdProgressGETWithHttpInfoAsync (line 60092) | public async System.Threading.Tasks.Task ProjectProjectsIdSearchSimilarDocum... method ProjectProjectsIdSearchSimilarDocumentsPOSTAsync (line 60237) | public async System.Threading.Tasks.Task ProjectProjec... method ProjectProjectsIdSearchSimilarDocumentsPOSTWithHttpInfoAsync (line 60252) | public async System.Threading.Tasks.Task> ... method ProjectProjectsIdSearchSimilarTextUnitsPOST (line 60323) | public TaskIdResponse ProjectProjectsIdSearchSimilarTextUnitsPOST (str... method ProjectProjectsIdSearchSimilarTextUnitsPOSTWithHttpInfo (line 60336) | public ApiResponse ProjectProjectsIdSearchSimilarTextU... method ProjectProjectsIdSearchSimilarTextUnitsPOSTAsync (line 60408) | public async System.Threading.Tasks.Task ProjectProjec... method ProjectProjectsIdSearchSimilarTextUnitsPOSTWithHttpInfoAsync (line 60423) | public async System.Threading.Tasks.Task> ... method ProjectProjectsIdSendClustersToProjectPOST (line 60494) | public string ProjectProjectsIdSendClustersToProjectPOST (string id, S... method ProjectProjectsIdSendClustersToProjectPOSTWithHttpInfo (line 60507) | public ApiResponse ProjectProjectsIdSendClustersToProjectPOSTW... method ProjectProjectsIdSendClustersToProjectPOSTAsync (line 60579) | public async System.Threading.Tasks.Task ProjectProjectsIdSend... method ProjectProjectsIdSendClustersToProjectPOSTWithHttpInfoAsync (line 60594) | public async System.Threading.Tasks.Task> ProjectP... method ProjectProjectsIdSetAnnotationStatusPOST (line 60665) | public ProjectProjectsIdSetAnnotationStatusPOST200Response ProjectProj... method ProjectProjectsIdSetAnnotationStatusPOSTWithHttpInfo (line 60678) | public ApiResponse ProjectProjectsIdSetStatusPOS... method ProjectProjectsIdSetStatusPOSTAsync (line 60921) | public async System.Threading.Tasks.Task Project... method ProjectProjectsIdSetStatusPOSTWithHttpInfoAsync (line 60936) | public async System.Threading.Tasks.Task ProjectProjectsIdSettingsActionsGETW... method ProjectProjectsIdSettingsActionsGETAsync (line 61094) | public async System.Threading.Tasks.Task ProjectProject... method ProjectProjectsIdSettingsActionsGETWithHttpInfoAsync (line 61112) | public async System.Threading.Tasks.Task> P... method ProjectProjectsIdTaskTaskIdTaskLogsGET (line 61178) | public TaskLogResponse ProjectProjectsIdTaskTaskIdTaskLogsGET (string ... method ProjectProjectsIdTaskTaskIdTaskLogsGETWithHttpInfo (line 61193) | public ApiResponse ProjectProjectsIdTaskTaskIdTaskLog... method ProjectProjectsIdTaskTaskIdTaskLogsGETAsync (line 61262) | public async System.Threading.Tasks.Task ProjectProje... method ProjectProjectsIdTaskTaskIdTaskLogsGETWithHttpInfoAsync (line 61279) | public async System.Threading.Tasks.Task>... method ProjectProjectsIdTasksGET (line 61345) | public List ProjectProjectsIdTasksGET (string id, Dictio... method ProjectProjectsIdTasksGETWithHttpInfo (line 61358) | public ApiResponse> ProjectProjectsIdTasksGETWithHt... method ProjectProjectsIdTasksGETAsync (line 61420) | public async System.Threading.Tasks.Task> ProjectPr... method ProjectProjectsIdTasksGETWithHttpInfoAsync (line 61435) | public async System.Threading.Tasks.Task ProjectProjects... method ProjectProjectsIdUnmarkDeletePOSTAsync (line 61581) | public async System.Threading.Tasks.Task ProjectProjec... method ProjectProjectsIdUpdateDocumentFieldsPOSTAsync (line 61752) | public async System.Threading.Tasks.Task ProjectProjectsPOSTWithHttpInfo (Pro... method ProjectProjectsPOSTAsync (line 61916) | public async System.Threading.Tasks.Task ProjectProject... method ProjectProjectsPOSTWithHttpInfoAsync (line 61930) | public async System.Threading.Tasks.Task> P... method ProjectProjectsProjectStatsGET (line 61996) | public List ProjectProjectsProjectStatsGET (string proje... method ProjectProjectsProjectStatsGETWithHttpInfo (line 62008) | public ApiResponse> ProjectProjectsProjectStatsGETW... method ProjectProjectsProjectStatsGETAsync (line 62065) | public async System.Threading.Tasks.Task> ProjectPr... method ProjectProjectsProjectStatsGETWithHttpInfoAsync (line 62079) | public async System.Threading.Tasks.Task> ProjectProjectsRecentGET (int?... method ProjectProjectsRecentGETWithHttpInfo (line 62147) | public ApiResponse>> ProjectProjectsRe... method ProjectProjectsRecentGETAsync (line 62204) | public async System.Threading.Tasks.Task ProjectProjectsSelectProjec... method ProjectProjectsSelectProjectsPOSTAsync (line 62353) | public async System.Threading.Tasks.Task Proje... method ProjectProjectsSelectProjectsPOSTWithHttpInfoAsync (line 62367) | public async System.Threading.Tasks.Task ProjectTaskQueuesGET (Dictionary> ProjectTaskQueuesGETWithHttpInfo (... method ProjectTaskQueuesGETAsync (line 62502) | public async System.Threading.Tasks.Task> ProjectTaskQ... method ProjectTaskQueuesGETWithHttpInfoAsync (line 62516) | public async System.Threading.Tasks.Task>>... method ProjectTaskQueuesIdDELETE (line 62572) | public void ProjectTaskQueuesIdDELETE (string id) method ProjectTaskQueuesIdDELETEWithHttpInfo (line 62583) | public ApiResponse ProjectTaskQueuesIdDELETEWithHttpInfo (stri... method ProjectTaskQueuesIdDELETEAsync (line 62642) | public async System.Threading.Tasks.Task ProjectTaskQueuesIdDELETEAsyn... method ProjectTaskQueuesIdDELETEWithHttpInfoAsync (line 62655) | public async System.Threading.Tasks.Task> ProjectT... method ProjectTaskQueuesIdGET (line 62714) | public TaskQueue ProjectTaskQueuesIdGET (string id, Dictionary ProjectTaskQueuesIdGETWithHttpInfo (stri... method ProjectTaskQueuesIdGETAsync (line 62789) | public async System.Threading.Tasks.Task ProjectTaskQueuesI... method ProjectTaskQueuesIdGETWithHttpInfoAsync (line 62804) | public async System.Threading.Tasks.Task> Proje... method ProjectTaskQueuesIdPATCH (line 62865) | public TaskQueue ProjectTaskQueuesIdPATCH (string id, TaskQueue taskQu... method ProjectTaskQueuesIdPATCHWithHttpInfo (line 62878) | public ApiResponse ProjectTaskQueuesIdPATCHWithHttpInfo (st... method ProjectTaskQueuesIdPATCHAsync (line 62950) | public async System.Threading.Tasks.Task ProjectTaskQueuesI... method ProjectTaskQueuesIdPATCHWithHttpInfoAsync (line 62965) | public async System.Threading.Tasks.Task> Proje... method ProjectTaskQueuesIdPUT (line 63036) | public TaskQueue ProjectTaskQueuesIdPUT (string id, TaskQueue taskQueu... method ProjectTaskQueuesIdPUTWithHttpInfo (line 63049) | public ApiResponse ProjectTaskQueuesIdPUTWithHttpInfo (stri... method ProjectTaskQueuesIdPUTAsync (line 63121) | public async System.Threading.Tasks.Task ProjectTaskQueuesI... method ProjectTaskQueuesIdPUTWithHttpInfoAsync (line 63136) | public async System.Threading.Tasks.Task> Proje... method ProjectTaskQueuesPOST (line 63206) | public TaskQueue ProjectTaskQueuesPOST (TaskQueue taskQueue = default(... method ProjectTaskQueuesPOSTWithHttpInfo (line 63218) | public ApiResponse ProjectTaskQueuesPOSTWithHttpInfo (TaskQ... method ProjectTaskQueuesPOSTAsync (line 63285) | public async System.Threading.Tasks.Task ProjectTaskQueuesP... method ProjectTaskQueuesPOSTWithHttpInfoAsync (line 63299) | public async System.Threading.Tasks.Task> Proje... method ProjectUploadSessionGET (line 63365) | public List ProjectUploadSessionGET (Dictionary> ProjectUploadSessionGETW... method ProjectUploadSessionGETAsync (line 63434) | public async System.Threading.Tasks.Task> Pr... method ProjectUploadSessionGETWithHttpInfoAsync (line 63448) | public async System.Threading.Tasks.Task ProjectUploadSessionPOSTWithHt... method ProjectUploadSessionPOSTAsync (line 63583) | public async System.Threading.Tasks.Task ProjectU... method ProjectUploadSessionPOSTWithHttpInfoAsync (line 63597) | public async System.Threading.Tasks.Task ProjectUploadSessionStatusGET (strin... method ProjectUploadSessionStatusGETWithHttpInfo (line 63675) | public ApiResponse> ProjectUploadSessionSta... method ProjectUploadSessionStatusGETAsync (line 63732) | public async System.Threading.Tasks.Task> P... method ProjectUploadSessionStatusGETWithHttpInfoAsync (line 63746) | public async System.Threading.Tasks.Task ProjectUploadSessionUidBatchUp... method ProjectUploadSessionUidBatchUploadPOSTAsync (line 63888) | public async System.Threading.Tasks.Task ProjectU... method ProjectUploadSessionUidBatchUploadPOSTWithHttpInfoAsync (line 63903) | public async System.Threading.Tasks.Task ProjectUploadSessionUidBatchUp... method ProjectUploadSessionUidBatchUploadPOST_0Async (line 64059) | public async System.Threading.Tasks.Task ProjectU... method ProjectUploadSessionUidBatchUploadPOST_0WithHttpInfoAsync (line 64074) | public async System.Threading.Tasks.Task ProjectUploadSessionUidCancelDELETEWithHttp... method ProjectUploadSessionUidCancelDELETEAsync (line 64214) | public async System.Threading.Tasks.Task ProjectUploadSessionUidCancel... method ProjectUploadSessionUidCancelDELETEWithHttpInfoAsync (line 64227) | public async System.Threading.Tasks.Task> ProjectU... method ProjectUploadSessionUidDELETE (line 64285) | public void ProjectUploadSessionUidDELETE (string uid) method ProjectUploadSessionUidDELETEWithHttpInfo (line 64296) | public ApiResponse ProjectUploadSessionUidDELETEWithHttpInfo (... method ProjectUploadSessionUidDELETEAsync (line 64355) | public async System.Threading.Tasks.Task ProjectUploadSessionUidDELETE... method ProjectUploadSessionUidDELETEWithHttpInfoAsync (line 64368) | public async System.Threading.Tasks.Task> ProjectU... method ProjectUploadSessionUidDeleteFileDELETE (line 64427) | public string ProjectUploadSessionUidDeleteFileDELETE (string uid, Upl... method ProjectUploadSessionUidDeleteFileDELETEWithHttpInfo (line 64440) | public ApiResponse ProjectUploadSessionUidDeleteFileDELETEWith... method ProjectUploadSessionUidDeleteFileDELETEAsync (line 64510) | public async System.Threading.Tasks.Task ProjectUploadSessionU... method ProjectUploadSessionUidDeleteFileDELETEWithHttpInfoAsync (line 64525) | public async System.Threading.Tasks.Task> ProjectU... method ProjectUploadSessionUidFilesPOST (line 64599) | public ProjectUploadSessionFilesResponse ProjectUploadSessionUidFilesP... method ProjectUploadSessionUidFilesPOSTWithHttpInfo (line 64617) | public ApiResponse ProjectUploadSes... method ProjectUploadSessionUidFilesPOSTAsync (line 64703) | public async System.Threading.Tasks.Task ProjectUploadSessionUidGETWith... method ProjectUploadSessionUidGETAsync (line 64878) | public async System.Threading.Tasks.Task ProjectU... method ProjectUploadSessionUidGETWithHttpInfoAsync (line 64893) | public async System.Threading.Tasks.Task ProjectUploadSessionUidPATCHWi... method ProjectUploadSessionUidPATCHAsync (line 65039) | public async System.Threading.Tasks.Task ProjectU... method ProjectUploadSessionUidPATCHWithHttpInfoAsync (line 65054) | public async System.Threading.Tasks.Task ProjectUpload... method ProjectUploadSessionUidProgressGETAsync (line 65196) | public async System.Threading.Tasks.Task ProjectUploadSess... method ProjectUploadSessionUidUploadPOSTAsync (line 65378) | public async System.Threading.Tasks.Task RawdbConfigGET () method RawdbConfigGETWithHttpInfo (line 65486) | public ApiResponse> RawdbConfigGETWithHttpI... method RawdbConfigGETAsync (line 65541) | public async System.Threading.Tasks.Task> R... method RawdbConfigGETWithHttpInfoAsync (line 65554) | public async System.Threading.Tasks.Task RawdbDocumentsDocumentTypeCodeGET (s... method RawdbDocumentsDocumentTypeCodeGETWithHttpInfo (line 65649) | public ApiResponse> RawdbDocumentsDocumentT... method RawdbDocumentsDocumentTypeCodeGETAsync (line 65737) | public async System.Threading.Tasks.Task> R... method RawdbDocumentsDocumentTypeCodeGETWithHttpInfoAsync (line 65765) | public async System.Threading.Tasks.Task RawdbDocumentsDocumentTypeCodePOST (... method RawdbDocumentsDocumentTypeCodePOSTWithHttpInfo (line 65852) | public ApiResponse> RawdbDocumentsDocumentT... method RawdbDocumentsDocumentTypeCodePOSTAsync (line 65924) | public async System.Threading.Tasks.Task> R... method RawdbDocumentsDocumentTypeCodePOSTWithHttpInfoAsync (line 65939) | public async System.Threading.Tasks.Task RawdbProjectStatsProjectIdGET (strin... method RawdbProjectStatsProjectIdGETWithHttpInfo (line 66021) | public ApiResponse> RawdbProjectStatsProjec... method RawdbProjectStatsProjectIdGETAsync (line 66081) | public async System.Threading.Tasks.Task> R... method RawdbProjectStatsProjectIdGETWithHttpInfoAsync (line 66095) | public async System.Threading.Tasks.Task RestAuthLoginPOSTWithHttpInfo (Login... method RestAuthLoginPOSTAsync (line 66233) | public async System.Threading.Tasks.Task RestAuthLoginP... method RestAuthLoginPOSTWithHttpInfoAsync (line 66247) | public async System.Threading.Tasks.Task> R... method RestAuthLogoutGET (line 66312) | public List RestAuthLogoutGET () method RestAuthLogoutGETWithHttpInfo (line 66323) | public ApiResponse> RestAuthLogoutGETWith... method RestAuthLogoutGETAsync (line 66378) | public async System.Threading.Tasks.Task>... method RestAuthLogoutGETWithHttpInfoAsync (line 66391) | public async System.Threading.Tasks.Task RestAuthLogoutPOSTWithHttpI... method RestAuthLogoutPOSTAsync (line 66525) | public async System.Threading.Tasks.Task RestA... method RestAuthLogoutPOSTWithHttpInfoAsync (line 66539) | public async System.Threading.Tasks.Task RestAuthPasswordChangePOSTW... method RestAuthPasswordChangePOSTAsync (line 66684) | public async System.Threading.Tasks.Task RestA... method RestAuthPasswordChangePOSTWithHttpInfoAsync (line 66698) | public async System.Threading.Tasks.Task RestAuthPasswordResetConfir... method RestAuthPasswordResetConfirmPOSTAsync (line 66843) | public async System.Threading.Tasks.Task RestA... method RestAuthPasswordResetConfirmPOSTWithHttpInfoAsync (line 66857) | public async System.Threading.Tasks.Task RestAuthPasswordResetPOSTWi... method RestAuthPasswordResetPOSTAsync (line 67002) | public async System.Threading.Tasks.Task RestA... method RestAuthPasswordResetPOSTWithHttpInfoAsync (line 67016) | public async System.Threading.Tasks.Task SimilarityDocumentSimilarityByFeatur... method SimilarityDocumentSimilarityByFeaturesGETWithHttpInfo (line 67092) | public ApiResponse> SimilarityDocumentSimil... method SimilarityDocumentSimilarityByFeaturesGETAsync (line 67147) | public async System.Threading.Tasks.Task> S... method SimilarityDocumentSimilarityByFeaturesGETWithHttpInfoAsync (line 67160) | public async System.Threading.Tasks.Task SimilarityDocumentSim... method SimilarityDocumentSimilarityByFeaturesPOSTAsync (line 67294) | public async System.Threading.Tasks.Task... method SimilarityDocumentSimilarityByFeaturesPOSTWithHttpInfoAsync (line 67308) | public async System.Threading.Tasks.Task SimilarityPartySimilarityGET () method SimilarityPartySimilarityGETWithHttpInfo (line 67384) | public ApiResponse> SimilarityPartySimilari... method SimilarityPartySimilarityGETAsync (line 67439) | public async System.Threading.Tasks.Task> S... method SimilarityPartySimilarityGETWithHttpInfoAsync (line 67452) | public async System.Threading.Tasks.Task SimilarityPartySimila... method SimilarityPartySimilarityPOSTAsync (line 67586) | public async System.Threading.Tasks.Task... method SimilarityPartySimilarityPOSTWithHttpInfoAsync (line 67600) | public async System.Threading.Tasks.Task SimilarityProjectDocumentsSimilarity... method SimilarityProjectDocumentsSimilarityByVectorsGETWithHttpInfo (line 67676) | public ApiResponse> SimilarityProjectDocume... method SimilarityProjectDocumentsSimilarityByVectorsGETAsync (line 67731) | public async System.Threading.Tasks.Task> S... method SimilarityProjectDocumentsSimilarityByVectorsGETWithHttpInfoAsync (line 67744) | public async System.Threading.Tasks.Task SimilarityProjectDocu... method SimilarityProjectDocumentsSimilarityByVectorsPOSTAsync (line 67878) | public async System.Threading.Tasks.Task... method SimilarityProjectDocumentsSimilarityByVectorsPOSTWithHttpInfoAsync (line 67892) | public async System.Threading.Tasks.Task SimilarityProjectTextUnitsSimilarity... method SimilarityProjectTextUnitsSimilarityByVectorsGETWithHttpInfo (line 67968) | public ApiResponse> SimilarityProjectTextUn... method SimilarityProjectTextUnitsSimilarityByVectorsGETAsync (line 68023) | public async System.Threading.Tasks.Task> S... method SimilarityProjectTextUnitsSimilarityByVectorsGETWithHttpInfoAsync (line 68036) | public async System.Threading.Tasks.Task SimilarityProjectText... method SimilarityProjectTextUnitsSimilarityByVectorsPOSTAsync (line 68170) | public async System.Threading.Tasks.Task... method SimilarityProjectTextUnitsSimilarityByVectorsPOSTWithHttpInfoAsync (line 68184) | public async System.Threading.Tasks.Task SimilaritySimilarityGET () method SimilaritySimilarityGETWithHttpInfo (line 68260) | public ApiResponse> SimilaritySimilarityGET... method SimilaritySimilarityGETAsync (line 68315) | public async System.Threading.Tasks.Task> S... method SimilaritySimilarityGETWithHttpInfoAsync (line 68328) | public async System.Threading.Tasks.Task SimilaritySimilarityP... method SimilaritySimilarityPOSTAsync (line 68462) | public async System.Threading.Tasks.Task... method SimilaritySimilarityPOSTWithHttpInfoAsync (line 68476) | public async System.Threading.Tasks.Task SimilarityTextUnitSimilarityByFeatur... method SimilarityTextUnitSimilarityByFeaturesGETWithHttpInfo (line 68552) | public ApiResponse> SimilarityTextUnitSimil... method SimilarityTextUnitSimilarityByFeaturesGETAsync (line 68607) | public async System.Threading.Tasks.Task> S... method SimilarityTextUnitSimilarityByFeaturesGETWithHttpInfoAsync (line 68620) | public async System.Threading.Tasks.Task SimilarityTextUnitSim... method SimilarityTextUnitSimilarityByFeaturesPOSTAsync (line 68754) | public async System.Threading.Tasks.Task... method SimilarityTextUnitSimilarityByFeaturesPOSTWithHttpInfoAsync (line 68768) | public async System.Threading.Tasks.Task TaskCleanTasksPOST (Dictionary> TaskCleanTasksPOSTWithH... method TaskCleanTasksPOSTAsync (line 68913) | public async System.Threading.Tasks.Task> T... method TaskCleanTasksPOSTWithHttpInfoAsync (line 68927) | public async System.Threading.Tasks.Task TaskLoadDictionariesPOST (Dictionary... method TaskLoadDictionariesPOSTWithHttpInfo (line 69005) | public ApiResponse> TaskLoadDictionariesPOS... method TaskLoadDictionariesPOSTAsync (line 69072) | public async System.Threading.Tasks.Task> T... method TaskLoadDictionariesPOSTWithHttpInfoAsync (line 69086) | public async System.Threading.Tasks.Task TaskLoadDocumentsGET () method TaskLoadDocumentsGETWithHttpInfo (line 69162) | public ApiResponse> TaskLoadDocumentsGETWit... method TaskLoadDocumentsGETAsync (line 69217) | public async System.Threading.Tasks.Task> T... method TaskLoadDocumentsGETWithHttpInfoAsync (line 69230) | public async System.Threading.Tasks.Task TaskLoadDocumentsPOST (Dictionary> TaskLoadDocumentsPOSTWi... method TaskLoadDocumentsPOSTAsync (line 69364) | public async System.Threading.Tasks.Task> T... method TaskLoadDocumentsPOSTWithHttpInfoAsync (line 69378) | public async System.Threading.Tasks.Task TaskLocateGET () method TaskLocateGETWithHttpInfo (line 69454) | public ApiResponse> TaskLocateGETWithHttpIn... method TaskLocateGETAsync (line 69509) | public async System.Threading.Tasks.Task> T... method TaskLocateGETWithHttpInfoAsync (line 69522) | public async System.Threading.Tasks.Task TaskLocatePOST (Dictionary> TaskLocatePOSTWithHttpI... method TaskLocatePOSTAsync (line 69656) | public async System.Threading.Tasks.Task> T... method TaskLocatePOSTWithHttpInfoAsync (line 69670) | public async System.Threading.Tasks.Task TaskProcessTextExtractionResultsRequestIdPO... method TaskProcessTextExtractionResultsRequestIdPOSTAsync (line 69822) | public async System.Threading.Tasks.Task TaskProcessTextExtrac... method TaskProcessTextExtractionResultsRequestIdPOSTWithHttpInfoAsync (line 69837) | public async System.Threading.Tasks.Task> TaskProc... method TaskPurgeTaskPOST (line 69907) | public Dictionary TaskPurgeTaskPOST (Dictionary> TaskPurgeTaskPOSTWithHt... method TaskPurgeTaskPOSTAsync (line 69986) | public async System.Threading.Tasks.Task> T... method TaskPurgeTaskPOSTWithHttpInfoAsync (line 70000) | public async System.Threading.Tasks.Task TaskRecallTaskGET () method TaskRecallTaskGETWithHttpInfo (line 70076) | public ApiResponse> TaskRecallTaskGETWithHt... method TaskRecallTaskGETAsync (line 70131) | public async System.Threading.Tasks.Task> T... method TaskRecallTaskGETWithHttpInfoAsync (line 70144) | public async System.Threading.Tasks.Task TaskRecallTaskPOST (Dictionary> TaskRecallTaskPOSTWithH... method TaskRecallTaskPOSTAsync (line 70278) | public async System.Threading.Tasks.Task> T... method TaskRecallTaskPOSTWithHttpInfoAsync (line 70292) | public async System.Threading.Tasks.Task TaskReindexroutinesCheckSchedulePOSTWithHtt... method TaskReindexroutinesCheckSchedulePOSTAsync (line 70437) | public async System.Threading.Tasks.Task TaskReindexroutinesCh... method TaskReindexroutinesCheckSchedulePOSTWithHttpInfoAsync (line 70451) | public async System.Threading.Tasks.Task> TaskRein... method TaskTaskLogGET (line 70519) | public List TaskTaskLogGET (string taskId, int? recor... method TaskTaskLogGETWithHttpInfo (line 70533) | public ApiResponse> TaskTaskLogGETWithHttpInfo (... method TaskTaskLogGETAsync (line 70597) | public async System.Threading.Tasks.Task> TaskTa... method TaskTaskLogGETWithHttpInfoAsync (line 70613) | public async System.Threading.Tasks.Task TaskTaskStatusGET (string taskId = d... method TaskTaskStatusGETWithHttpInfo (line 70686) | public ApiResponse> TaskTaskStatusGETWithHt... method TaskTaskStatusGETAsync (line 70743) | public async System.Threading.Tasks.Task> T... method TaskTaskStatusGETWithHttpInfoAsync (line 70757) | public async System.Threading.Tasks.Task TaskTasksGET (Dictionary jqFilters =... method TaskTasksGETWithHttpInfo (line 70825) | public ApiResponse> TaskTasksGETWithHttpInfo (Dictionary> TaskTasksGETAsync... method TaskTasksGETWithHttpInfoAsync (line 70896) | public async System.Threading.Tasks.Task>> Task... method TaskTasksIdGET (line 70953) | public Task TaskTasksIdGET (string id, Dictionary jqFi... method TaskTasksIdGETWithHttpInfo (line 70966) | public ApiResponse TaskTasksIdGETWithHttpInfo (string id, Dictio... method TaskTasksIdGETAsync (line 71028) | public async System.Threading.Tasks.Task TaskTasksIdGETAsync (st... method TaskTasksIdGETWithHttpInfoAsync (line 71043) | public async System.Threading.Tasks.Task> TaskTasksI... method TaskTasksProjectProjectIdActiveTasksGET (line 71104) | public List TaskTasksProjectProjectIdActiveTasksGE... method TaskTasksProjectProjectIdActiveTasksGETWithHttpInfo (line 71117) | public ApiResponse> TaskTasksProjectProjectId... method TaskTasksProjectProjectIdActiveTasksGETAsync (line 71179) | public async System.Threading.Tasks.Task> Tas... method TaskTasksProjectProjectIdActiveTasksGETWithHttpInfoAsync (line 71194) | public async System.Threading.Tasks.Task TaskTasksProjectProjectIdTasksGET (string pr... method TaskTasksProjectProjectIdTasksGETWithHttpInfo (line 71268) | public ApiResponse> TaskTasksProjectProjectIdTasksG... method TaskTasksProjectProjectIdTasksGETAsync (line 71330) | public async System.Threading.Tasks.Task> TaskTasks... method TaskTasksProjectProjectIdTasksGETWithHttpInfoAsync (line 71345) | public async System.Threading.Tasks.Task TaskUpdateElasticIndexGET () method TaskUpdateElasticIndexGETWithHttpInfo (line 71415) | public ApiResponse> TaskUpdateElasticIndexG... method TaskUpdateElasticIndexGETAsync (line 71470) | public async System.Threading.Tasks.Task> T... method TaskUpdateElasticIndexGETWithHttpInfoAsync (line 71483) | public async System.Threading.Tasks.Task TaskUpdateElasticIndexPOST (Dictiona... method TaskUpdateElasticIndexPOSTWithHttpInfo (line 71550) | public ApiResponse> TaskUpdateElasticIndexP... method TaskUpdateElasticIndexPOSTAsync (line 71617) | public async System.Threading.Tasks.Task> T... method TaskUpdateElasticIndexPOSTWithHttpInfoAsync (line 71631) | public async System.Threading.Tasks.Task TusUploadSessionUploadSessionIdUploadPOSTWi... method TusUploadSessionUploadSessionIdUploadPOSTAsync (line 72014) | public async System.Threading.Tasks.Task TusUploadSessionUploadSession... method TusUploadSessionUploadSessionIdUploadPOSTWithHttpInfoAsync (line 72032) | public async System.Threading.Tasks.Task> TusUploa... method UsersClientIdsGET (line 72112) | public List UsersClientIdsGET () method UsersClientIdsGETWithHttpInfo (line 72123) | public ApiResponse> UsersClientIdsGETWithHttpIn... method UsersClientIdsGETAsync (line 72178) | public async System.Threading.Tasks.Task> Users... method UsersClientIdsGETWithHttpInfoAsync (line 72191) | public async System.Threading.Tasks.Task UsersElevatePOSTWithHttpInfo (AccessTo... method UsersElevatePOSTAsync (line 72325) | public async System.Threading.Tasks.Task UsersElevatePOST... method UsersElevatePOSTWithHttpInfoAsync (line 72339) | public async System.Threading.Tasks.Task> Use... method UsersGooglePOST (line 72405) | public SocialLogin UsersGooglePOST (Code code = default(Code)) method UsersGooglePOSTWithHttpInfo (line 72417) | public ApiResponse UsersGooglePOSTWithHttpInfo (Code code... method UsersGooglePOSTAsync (line 72484) | public async System.Threading.Tasks.Task UsersGooglePOSTA... method UsersGooglePOSTWithHttpInfoAsync (line 72498) | public async System.Threading.Tasks.Task> Use... method UsersOffice365POST (line 72564) | public SocialLogin UsersOffice365POST (Code code = default(Code)) method UsersOffice365POSTWithHttpInfo (line 72576) | public ApiResponse UsersOffice365POSTWithHttpInfo (Code c... method UsersOffice365POSTAsync (line 72643) | public async System.Threading.Tasks.Task UsersOffice365PO... method UsersOffice365POSTWithHttpInfoAsync (line 72657) | public async System.Threading.Tasks.Task> Use... method UsersOktaPOST (line 72723) | public SocialLogin UsersOktaPOST (Code code = default(Code)) method UsersOktaPOSTWithHttpInfo (line 72735) | public ApiResponse UsersOktaPOSTWithHttpInfo (Code code =... method UsersOktaPOSTAsync (line 72802) | public async System.Threading.Tasks.Task UsersOktaPOSTAsy... method UsersOktaPOSTWithHttpInfoAsync (line 72816) | public async System.Threading.Tasks.Task> Use... method UsersUsersFormFieldsGET (line 72881) | public Dictionary UsersUsersFormFieldsGET () method UsersUsersFormFieldsGETWithHttpInfo (line 72892) | public ApiResponse> UsersUsersFormFieldsGET... method UsersUsersFormFieldsGETAsync (line 72947) | public async System.Threading.Tasks.Task> U... method UsersUsersFormFieldsGETWithHttpInfoAsync (line 72960) | public async System.Threading.Tasks.Task UsersUsersGET (Dictionary jqFilters ... method UsersUsersGETWithHttpInfo (line 73027) | public ApiResponse> UsersUsersGETWithHttpInfo (Dictionary> UsersUsersGETAsyn... method UsersUsersGETWithHttpInfoAsync (line 73098) | public async System.Threading.Tasks.Task>> User... method UsersUsersIdFormFieldsGET (line 73154) | public Dictionary UsersUsersIdFormFieldsGET (string id) method UsersUsersIdFormFieldsGETWithHttpInfo (line 73166) | public ApiResponse> UsersUsersIdFormFieldsG... method UsersUsersIdFormFieldsGETAsync (line 73226) | public async System.Threading.Tasks.Task> U... method UsersUsersIdFormFieldsGETWithHttpInfoAsync (line 73240) | public async System.Threading.Tasks.Task jqF... method UsersUsersIdGETWithHttpInfo (line 73313) | public ApiResponse UsersUsersIdGETWithHttpInfo (string id, Dicti... method UsersUsersIdGETAsync (line 73375) | public async System.Threading.Tasks.Task UsersUsersIdGETAsync (s... method UsersUsersIdGETWithHttpInfoAsync (line 73390) | public async System.Threading.Tasks.Task> UsersUsers... method UsersUsersIdPATCH (line 73451) | public UserProfile UsersUsersIdPATCH (string id, UserProfile userProfi... method UsersUsersIdPATCHWithHttpInfo (line 73464) | public ApiResponse UsersUsersIdPATCHWithHttpInfo (string ... method UsersUsersIdPATCHAsync (line 73536) | public async System.Threading.Tasks.Task UsersUsersIdPATC... method UsersUsersIdPATCHWithHttpInfoAsync (line 73551) | public async System.Threading.Tasks.Task> Use... method UsersUsersIdPUT (line 73622) | public UserProfile UsersUsersIdPUT (string id, UserProfile userProfile... method UsersUsersIdPUTWithHttpInfo (line 73635) | public ApiResponse UsersUsersIdPUTWithHttpInfo (string id... method UsersUsersIdPUTAsync (line 73707) | public async System.Threading.Tasks.Task UsersUsersIdPUTA... method UsersUsersIdPUTWithHttpInfoAsync (line 73722) | public async System.Threading.Tasks.Task> Use... method UsersUsersPOST (line 73792) | public UserProfile UsersUsersPOST (UserProfile userProfile = default(U... method UsersUsersPOSTWithHttpInfo (line 73804) | public ApiResponse UsersUsersPOSTWithHttpInfo (UserProfil... method UsersUsersPOSTAsync (line 73871) | public async System.Threading.Tasks.Task UsersUsersPOSTAs... method UsersUsersPOSTWithHttpInfoAsync (line 73885) | public async System.Threading.Tasks.Task> Use... method UsersUsersUserStatsGET (line 73950) | public List UsersUsersUserStatsGET () method UsersUsersUserStatsGETWithHttpInfo (line 73961) | public ApiResponse> UsersUsersUserStatsGETWithHttpInfo () method UsersUsersUserStatsGETAsync (line 74016) | public async System.Threading.Tasks.Task> UsersUsersUs... method UsersUsersUserStatsGETWithHttpInfoAsync (line 74029) | public async System.Threading.Tasks.Task>>... method UsersVerifyTokenPOST (line 74084) | public VerifyAuthTokenResponse UsersVerifyTokenPOST (VerifyAuthTokenRe... method UsersVerifyTokenPOSTWithHttpInfo (line 74096) | public ApiResponse UsersVerifyTokenPOSTWithHt... method UsersVerifyTokenPOSTAsync (line 74163) | public async System.Threading.Tasks.Task User... method UsersVerifyTokenPOSTWithHttpInfoAsync (line 74177) | public async System.Threading.Tasks.Task VarGETWithHttpInfo (string var); method VarGETAsync (line 60) | System.Threading.Tasks.Task VarGETAsync (string var, Cancellat... method VarGETWithHttpInfoAsync (line 72) | System.Threading.Tasks.Task> VarGETWithHttpInfoAsy... class VarApi (line 79) | public partial class VarApi : IVarApi method VarApi (line 87) | public VarApi(String basePath) method VarApi (line 98) | public VarApi() method VarApi (line 111) | public VarApi(Org.OpenAPITools.Client.Configuration configuration = null) method GetBasePath (line 125) | public String GetBasePath() method SetBasePath (line 134) | [Obsolete("SetBasePath is deprecated, please do 'Configuration.ApiClie... method DefaultHeader (line 166) | [Obsolete("DefaultHeader is deprecated, please use Configuration.Defau... method AddDefaultHeader (line 178) | [Obsolete("AddDefaultHeader is deprecated, please use Configuration.Ad... method VarGET (line 190) | public Object VarGET (string var) method VarGETWithHttpInfo (line 202) | public ApiResponse VarGETWithHttpInfo (string var) method VarGETAsync (line 264) | public async System.Threading.Tasks.Task VarGETAsync (string v... method VarGETWithHttpInfoAsync (line 278) | public async System.Threading.Tasks.Task> VarGETWi... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Client/ApiClient.cs class ApiClient (line 30) | public partial class ApiClient method InterceptRequest (line 41) | partial void InterceptRequest(IRestRequest request); method InterceptResponse (line 48) | partial void InterceptResponse(IRestRequest request, IRestResponse res... method ApiClient (line 54) | public ApiClient() method ApiClient (line 65) | public ApiClient(Configuration config) method ApiClient (line 77) | public ApiClient(String basePath = "http://localhost") method PrepareRequest (line 111) | private RestRequest PrepareRequest( method CallApi (line 162) | public Object CallApi( method CallApiAsync (line 198) | public async System.Threading.Tasks.Task CallApiAsync( method EscapeString (line 219) | public string EscapeString(string str) method ParameterToFile (line 230) | public FileParameter ParameterToFile(string name, Stream stream) method ParameterToString (line 245) | public string ParameterToString(object obj) method Deserialize (line 282) | public object Deserialize(IRestResponse response, Type type) method Serialize (line 340) | public String Serialize(object obj) method IsJsonMime (line 362) | public bool IsJsonMime(String mime) method SelectHeaderContentType (line 375) | public String SelectHeaderContentType(String[] contentTypes) method SelectHeaderAccept (line 396) | public String SelectHeaderAccept(String[] accepts) method Base64Encode (line 412) | public static string Base64Encode(string text) method ConvertType (line 423) | public static dynamic ConvertType(dynamic fromObject, Type toObject) method ReadAsBytes (line 433) | public static byte[] ReadAsBytes(Stream inputStream) method UrlEncode (line 453) | public static string UrlEncode(string input) method SanitizeFilename (line 487) | public static string SanitizeFilename(string filename) method ParameterToKeyValuePairs (line 509) | public IEnumerable> ParameterToKeyValuePa... method IsCollection (line 531) | private static bool IsCollection(object value) FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Client/ApiException.cs class ApiException (line 18) | public class ApiException : Exception method ApiException (line 35) | public ApiException() {} method ApiException (line 42) | public ApiException(int errorCode, string message) : base(message) method ApiException (line 53) | public ApiException(int errorCode, string message, dynamic errorConten... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Client/ApiResponse.cs class ApiResponse (line 19) | public class ApiResponse method ApiResponse (line 45) | public ApiResponse(int statusCode, IDictionary headers... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Client/Configuration.cs class Configuration (line 24) | public class Configuration : IReadableConfiguration method Configuration (line 107) | static Configuration() method Configuration (line 115) | public Configuration() method Configuration (line 130) | public Configuration( method Configuration (line 177) | [Obsolete("Use explicit object construction and setting of properties.... method Configuration (line 201) | [Obsolete("This constructor caused unexpected sharing of static data. ... method GetApiKeyWithPrefix (line 279) | public string GetApiKeyWithPrefix(string apiKeyIdentifier) method AddDefaultHeader (line 400) | public void AddDefaultHeader(string key, string value) method CreateApiClient (line 409) | public ApiClient CreateApiClient() method ToDebugReport (line 418) | public static String ToDebugReport() method AddApiKey (line 435) | public void AddApiKey(string key, string value) method AddApiKeyPrefix (line 445) | public void AddApiKeyPrefix(string key, string value) FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Client/GlobalConfiguration.cs class GlobalConfiguration (line 30) | public partial class GlobalConfiguration : Configuration FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Client/IApiAccessor.cs type IApiAccessor (line 23) | public interface IApiAccessor method GetBasePath (line 35) | String GetBasePath(); FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Client/IReadableConfiguration.cs type IReadableConfiguration (line 19) | public interface IReadableConfiguration method GetApiKeyWithPrefix (line 92) | string GetApiKeyWithPrefix(string apiKeyIdentifier); FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Client/OpenAPIDateConverter.cs class OpenAPIDateConverter (line 19) | public class OpenAPIDateConverter : IsoDateTimeConverter method OpenAPIDateConverter (line 24) | public OpenAPIDateConverter() FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/AccessTokenSchema.cs class AccessTokenSchema (line 30) | [DataContract] method AccessTokenSchema (line 36) | [JsonConstructorAttribute] method AccessTokenSchema (line 42) | public AccessTokenSchema(string accessToken = default(string)) method ToString (line 66) | public override string ToString() method ToJson (line 79) | public virtual string ToJson() method Equals (line 89) | public override bool Equals(object input) method Equals (line 99) | public bool Equals(AccessTokenSchema input) method GetHashCode (line 116) | public override int GetHashCode() method Validate (line 132) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/Action.cs class Action (line 30) | [DataContract] method Action (line 42) | public Action(string name = default(string), string message = default(... method ToString (line 127) | public override string ToString() method ToJson (line 150) | public virtual string ToJson() method Equals (line 160) | public override bool Equals(object input) method Equals (line 170) | public bool Equals(Action input) method GetHashCode (line 237) | public override int GetHashCode() method Validate (line 273) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/AmountUsage.cs class AmountUsage (line 30) | [DataContract] method AmountUsage (line 39) | public AmountUsage(decimal? amount = default(decimal?), string amountS... method ToString (line 124) | public override string ToString() method ToJson (line 148) | public virtual string ToJson() method Equals (line 158) | public override bool Equals(object input) method Equals (line 168) | public bool Equals(AmountUsage input) method GetHashCode (line 240) | public override int GetHashCode() method Validate (line 278) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/Annotation.cs class Annotation (line 30) | [DataContract] method Annotation (line 36) | [JsonConstructorAttribute] method Annotation (line 48) | public Annotation(int document = default(int), string field = default(... method ToString (line 167) | public override string ToString() method ToJson (line 188) | public virtual string ToJson() method Equals (line 198) | public override bool Equals(object input) method Equals (line 208) | public bool Equals(Annotation input) method GetHashCode (line 265) | public override int GetHashCode() method Validate (line 297) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/AnnotationBatchRequest.cs class AnnotationBatchRequest (line 30) | [DataContract] type ActionEnum (line 36) | [JsonConverter(typeof(StringEnumConverter))] method AnnotationBatchRequest (line 61) | [JsonConstructorAttribute] method AnnotationBatchRequest (line 70) | public AnnotationBatchRequest(Guid operationUid = default(Guid), Actio... method ToString (line 137) | public override string ToString() method ToJson (line 153) | public virtual string ToJson() method Equals (line 163) | public override bool Equals(object input) method Equals (line 173) | public bool Equals(AnnotationBatchRequest input) method GetHashCode (line 205) | public override int GetHashCode() method Validate (line 227) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/AnnotationBatchResponse.cs class AnnotationBatchResponse (line 30) | [DataContract] method AnnotationBatchResponse (line 36) | [JsonConstructorAttribute] method AnnotationBatchResponse (line 44) | public AnnotationBatchResponse(Guid operationUid = default(Guid), stri... method ToString (line 100) | public override string ToString() method ToJson (line 115) | public virtual string ToJson() method Equals (line 125) | public override bool Equals(object input) method Equals (line 135) | public bool Equals(AnnotationBatchResponse input) method GetHashCode (line 162) | public override int GetHashCode() method Validate (line 182) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/AnnotationInDocument.cs class AnnotationInDocument (line 30) | [DataContract] method AnnotationInDocument (line 36) | [JsonConstructorAttribute] method AnnotationInDocument (line 48) | public AnnotationInDocument(int document = default(int), Object value ... method ToString (line 173) | public override string ToString() method ToJson (line 195) | public virtual string ToJson() method Equals (line 205) | public override bool Equals(object input) method Equals (line 215) | public bool Equals(AnnotationInDocument input) method GetHashCode (line 277) | public override int GetHashCode() method Validate (line 311) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/AnnotationSuggestRequest.cs class AnnotationSuggestRequest (line 30) | [DataContract] method AnnotationSuggestRequest (line 36) | [JsonConstructorAttribute] method AnnotationSuggestRequest (line 44) | public AnnotationSuggestRequest(Guid field = default(Guid), int docume... method ToString (line 100) | public override string ToString() method ToJson (line 115) | public virtual string ToJson() method Equals (line 125) | public override bool Equals(object input) method Equals (line 135) | public bool Equals(AnnotationSuggestRequest input) method GetHashCode (line 162) | public override int GetHashCode() method Validate (line 182) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/AnnotationUpdateResponse.cs class AnnotationUpdateResponse (line 30) | [DataContract] method AnnotationUpdateResponse (line 36) | [JsonConstructorAttribute] method AnnotationUpdateResponse (line 51) | public AnnotationUpdateResponse(int document = default(int), string do... method ToString (line 218) | public override string ToString() method ToJson (line 242) | public virtual string ToJson() method Equals (line 252) | public override bool Equals(object input) method Equals (line 262) | public bool Equals(AnnotationUpdateResponse input) method GetHashCode (line 334) | public override int GetHashCode() method Validate (line 372) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/AppVar.cs class AppVar (line 30) | [DataContract] method AppVar (line 36) | [JsonConstructorAttribute] method AppVar (line 44) | public AppVar(string category = default(string), string name = default... method ToString (line 83) | public override string ToString() method ToJson (line 98) | public virtual string ToJson() method Equals (line 108) | public override bool Equals(object input) method Equals (line 118) | public bool Equals(AppVar input) method GetHashCode (line 145) | public override int GetHashCode() method Validate (line 165) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/AssignProjectAnnotationsRequest.cs class AssignProjectAnnotationsRequest (line 30) | [DataContract] method AssignProjectAnnotationsRequest (line 40) | public AssignProjectAnnotationsRequest(int? assigneeId = default(int?)... method ToString (line 77) | public override string ToString() method ToJson (line 93) | public virtual string ToJson() method Equals (line 103) | public override bool Equals(object input) method Equals (line 113) | public bool Equals(AssignProjectAnnotationsRequest input) method GetHashCode (line 147) | public override int GetHashCode() method Validate (line 169) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/AssignProjectDocumentRequest.cs class AssignProjectDocumentRequest (line 30) | [DataContract] method AssignProjectDocumentRequest (line 38) | public AssignProjectDocumentRequest(int? assigneeId = default(int?), i... method ToString (line 62) | public override string ToString() method ToJson (line 76) | public virtual string ToJson() method Equals (line 86) | public override bool Equals(object input) method Equals (line 96) | public bool Equals(AssignProjectDocumentRequest input) method GetHashCode (line 118) | public override int GetHashCode() method Validate (line 136) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/AssignProjectDocumentsRequest.cs class AssignProjectDocumentsRequest (line 30) | [DataContract] method AssignProjectDocumentsRequest (line 40) | public AssignProjectDocumentsRequest(int? assigneeId = default(int?), ... method ToString (line 77) | public override string ToString() method ToJson (line 93) | public virtual string ToJson() method Equals (line 103) | public override bool Equals(object input) method Equals (line 113) | public bool Equals(AssignProjectDocumentsRequest input) method GetHashCode (line 147) | public override int GetHashCode() method Validate (line 169) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/CheckDocumentFieldFormulaRequest.cs class CheckDocumentFieldFormulaRequest (line 30) | [DataContract] method CheckDocumentFieldFormulaRequest (line 38) | public CheckDocumentFieldFormulaRequest(string formula = default(strin... method ToString (line 60) | public override string ToString() method ToJson (line 74) | public virtual string ToJson() method Equals (line 84) | public override bool Equals(object input) method Equals (line 94) | public bool Equals(CheckDocumentFieldFormulaRequest input) method GetHashCode (line 116) | public override int GetHashCode() method Validate (line 134) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/CheckNewDocumentFieldFormulaRequest.cs class CheckNewDocumentFieldFormulaRequest (line 30) | [DataContract] method CheckNewDocumentFieldFormulaRequest (line 36) | [JsonConstructorAttribute] method CheckNewDocumentFieldFormulaRequest (line 46) | public CheckNewDocumentFieldFormulaRequest(string formula = default(st... method ToString (line 98) | public override string ToString() method ToJson (line 115) | public virtual string ToJson() method Equals (line 125) | public override bool Equals(object input) method Equals (line 135) | public bool Equals(CheckNewDocumentFieldFormulaRequest input) method GetHashCode (line 173) | public override int GetHashCode() method Validate (line 197) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/CitationUsage.cs class CitationUsage (line 30) | [DataContract] method CitationUsage (line 36) | [JsonConstructorAttribute] method CitationUsage (line 50) | public CitationUsage(int volume = default(int), string reporter = defa... method ToString (line 215) | public override string ToString() method ToJson (line 245) | public virtual string ToJson() method Equals (line 255) | public override bool Equals(object input) method Equals (line 265) | public bool Equals(CitationUsage input) method GetHashCode (line 367) | public override int GetHashCode() method Validate (line 417) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/CleanupProjectRequest.cs class CleanupProjectRequest (line 30) | [DataContract] method CleanupProjectRequest (line 37) | public CleanupProjectRequest(bool delete = default(bool)) method ToString (line 52) | public override string ToString() method ToJson (line 65) | public virtual string ToJson() method Equals (line 75) | public override bool Equals(object input) method Equals (line 85) | public bool Equals(CleanupProjectRequest input) method GetHashCode (line 102) | public override int GetHashCode() method Validate (line 118) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/CloneDocumentFieldRequest.cs class CloneDocumentFieldRequest (line 30) | [DataContract] method CloneDocumentFieldRequest (line 36) | [JsonConstructorAttribute] method CloneDocumentFieldRequest (line 43) | public CloneDocumentFieldRequest(string code = default(string), Guid d... method ToString (line 83) | public override string ToString() method ToJson (line 97) | public virtual string ToJson() method Equals (line 107) | public override bool Equals(object input) method Equals (line 117) | public bool Equals(CloneDocumentFieldRequest input) method GetHashCode (line 139) | public override int GetHashCode() method Validate (line 157) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/CloneDocumentTypeRequest.cs class CloneDocumentTypeRequest (line 30) | [DataContract] method CloneDocumentTypeRequest (line 36) | [JsonConstructorAttribute] method CloneDocumentTypeRequest (line 43) | public CloneDocumentTypeRequest(string code = default(string), string ... method ToString (line 83) | public override string ToString() method ToJson (line 97) | public virtual string ToJson() method Equals (line 107) | public override bool Equals(object input) method Equals (line 117) | public bool Equals(CloneDocumentTypeRequest input) method GetHashCode (line 139) | public override int GetHashCode() method Validate (line 157) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ClusterProjectRequest.cs class ClusterProjectRequest (line 30) | [DataContract] type ClusterByEnum (line 36) | [JsonConverter(typeof(StringEnumConverter))] type MethodEnum (line 103) | [JsonConverter(typeof(StringEnumConverter))] method ClusterProjectRequest (line 134) | [JsonConstructorAttribute] method ClusterProjectRequest (line 144) | public ClusterProjectRequest(int nClusters = default(int), bool force ... method ToString (line 204) | public override string ToString() method ToJson (line 221) | public virtual string ToJson() method Equals (line 231) | public override bool Equals(object input) method Equals (line 241) | public bool Equals(ClusterProjectRequest input) method GetHashCode (line 278) | public override int GetHashCode() method Validate (line 302) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ClusterProjectResponse.cs class ClusterProjectResponse (line 30) | [DataContract] method ClusterProjectResponse (line 36) | [JsonConstructorAttribute] method ClusterProjectResponse (line 43) | public ClusterProjectResponse(Guid taskId = default(Guid), int project... method ToString (line 83) | public override string ToString() method ToJson (line 97) | public virtual string ToJson() method Equals (line 107) | public override bool Equals(object input) method Equals (line 117) | public bool Equals(ClusterProjectResponse input) method GetHashCode (line 139) | public override int GetHashCode() method Validate (line 157) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/Code.cs class Code (line 30) | [DataContract] method Code (line 36) | [JsonConstructorAttribute] method Code (line 42) | public Code(string code = default(string)) method ToString (line 66) | public override string ToString() method ToJson (line 79) | public virtual string ToJson() method Equals (line 89) | public override bool Equals(object input) method Equals (line 99) | public bool Equals(Code input) method GetHashCode (line 116) | public override int GetHashCode() method Validate (line 132) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/CopyrightUsage.cs class CopyrightUsage (line 30) | [DataContract] method CopyrightUsage (line 36) | [JsonConstructorAttribute] method CopyrightUsage (line 43) | public CopyrightUsage(string copyrightStr = default(string), int count... method ToString (line 128) | public override string ToString() method ToJson (line 151) | public virtual string ToJson() method Equals (line 161) | public override bool Equals(object input) method Equals (line 171) | public bool Equals(CopyrightUsage input) method GetHashCode (line 238) | public override int GetHashCode() method Validate (line 274) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/CountSuccessResponse.cs class CountSuccessResponse (line 30) | [DataContract] method CountSuccessResponse (line 37) | public CountSuccessResponse(int? success = default(int?)) method ToString (line 53) | public override string ToString() method ToJson (line 66) | public virtual string ToJson() method Equals (line 76) | public override bool Equals(object input) method Equals (line 86) | public bool Equals(CountSuccessResponse input) method GetHashCode (line 103) | public override int GetHashCode() method Validate (line 119) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/CourtUsage.cs class CourtUsage (line 30) | [DataContract] method CourtUsage (line 37) | public CourtUsage(int count = default(int)) method ToString (line 118) | public override string ToString() method ToJson (line 142) | public virtual string ToJson() method Equals (line 152) | public override bool Equals(object input) method Equals (line 162) | public bool Equals(CourtUsage input) method GetHashCode (line 234) | public override int GetHashCode() method Validate (line 272) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/CurrencyUsage.cs class CurrencyUsage (line 30) | [DataContract] method CurrencyUsage (line 36) | [JsonConstructorAttribute] method CurrencyUsage (line 45) | public CurrencyUsage(string usageType = default(string), string curren... method ToString (line 155) | public override string ToString() method ToJson (line 180) | public virtual string ToJson() method Equals (line 190) | public override bool Equals(object input) method Equals (line 200) | public bool Equals(CurrencyUsage input) method GetHashCode (line 277) | public override int GetHashCode() method Validate (line 317) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/CustomPasswordChange.cs class CustomPasswordChange (line 30) | [DataContract] method CustomPasswordChange (line 36) | [JsonConstructorAttribute] method CustomPasswordChange (line 43) | public CustomPasswordChange(string oldPassword = default(string), stri... method ToString (line 83) | public override string ToString() method ToJson (line 97) | public virtual string ToJson() method Equals (line 107) | public override bool Equals(object input) method Equals (line 117) | public bool Equals(CustomPasswordChange input) method GetHashCode (line 139) | public override int GetHashCode() method Validate (line 157) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/CustomPasswordReset.cs class CustomPasswordReset (line 30) | [DataContract] method CustomPasswordReset (line 36) | [JsonConstructorAttribute] method CustomPasswordReset (line 42) | public CustomPasswordReset(string email = default(string)) method ToString (line 66) | public override string ToString() method ToJson (line 79) | public virtual string ToJson() method Equals (line 89) | public override bool Equals(object input) method Equals (line 99) | public bool Equals(CustomPasswordReset input) method GetHashCode (line 116) | public override int GetHashCode() method Validate (line 132) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/CustomPasswordResetConfirm.cs class CustomPasswordResetConfirm (line 30) | [DataContract] method CustomPasswordResetConfirm (line 36) | [JsonConstructorAttribute] method CustomPasswordResetConfirm (line 45) | public CustomPasswordResetConfirm(string newPassword1 = default(string... method ToString (line 117) | public override string ToString() method ToJson (line 133) | public virtual string ToJson() method Equals (line 143) | public override bool Equals(object input) method Equals (line 153) | public bool Equals(CustomPasswordResetConfirm input) method GetHashCode (line 185) | public override int GetHashCode() method Validate (line 207) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DateDurationUsage.cs class DateDurationUsage (line 30) | [DataContract] method DateDurationUsage (line 41) | public DateDurationUsage(decimal? amount = default(decimal?), string a... method ToString (line 142) | public override string ToString() method ToJson (line 168) | public virtual string ToJson() method Equals (line 178) | public override bool Equals(object input) method Equals (line 188) | public bool Equals(DateDurationUsage input) method GetHashCode (line 270) | public override int GetHashCode() method Validate (line 312) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DateUsage.cs class DateUsage (line 30) | [DataContract] method DateUsage (line 36) | [JsonConstructorAttribute] method DateUsage (line 43) | public DateUsage(DateTime date = default(DateTime), int count = defaul... method ToString (line 129) | public override string ToString() method ToJson (line 152) | public virtual string ToJson() method Equals (line 162) | public override bool Equals(object input) method Equals (line 172) | public bool Equals(DateUsage input) method GetHashCode (line 239) | public override int GetHashCode() method Validate (line 275) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DateUsageCalendar.cs class DateUsageCalendar (line 30) | [DataContract] method DateUsageCalendar (line 37) | public DateUsageCalendar(int documentId = default(int)) method ToString (line 52) | public override string ToString() method ToJson (line 65) | public virtual string ToJson() method Equals (line 75) | public override bool Equals(object input) method Equals (line 85) | public bool Equals(DateUsageCalendar input) method GetHashCode (line 102) | public override int GetHashCode() method Validate (line 118) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DateUsageTimeline.cs class DateUsageTimeline (line 30) | [DataContract] method DateUsageTimeline (line 38) | public DateUsageTimeline(int documentId = default(int), bool perMonth ... method ToString (line 68) | public override string ToString() method ToJson (line 82) | public virtual string ToJson() method Equals (line 92) | public override bool Equals(object input) method Equals (line 102) | public bool Equals(DateUsageTimeline input) method GetHashCode (line 124) | public override int GetHashCode() method Validate (line 142) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DefinitionUsage.cs class DefinitionUsage (line 30) | [DataContract] method DefinitionUsage (line 36) | [JsonConstructorAttribute] method DefinitionUsage (line 43) | public DefinitionUsage(string definition = default(string), int count ... method ToString (line 128) | public override string ToString() method ToJson (line 151) | public virtual string ToJson() method Equals (line 161) | public override bool Equals(object input) method Equals (line 171) | public bool Equals(DefinitionUsage input) method GetHashCode (line 238) | public override int GetHashCode() method Validate (line 274) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DetectProjectFieldValuesRequest.cs class DetectProjectFieldValuesRequest (line 30) | [DataContract] method DetectProjectFieldValuesRequest (line 39) | public DetectProjectFieldValuesRequest(bool doNotUpdateModified = defa... method ToString (line 68) | public override string ToString() method ToJson (line 83) | public virtual string ToJson() method Equals (line 93) | public override bool Equals(object input) method Equals (line 103) | public bool Equals(DetectProjectFieldValuesRequest input) method GetHashCode (line 131) | public override int GetHashCode() method Validate (line 151) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DistanceUsage.cs class DistanceUsage (line 30) | [DataContract] method DistanceUsage (line 36) | [JsonConstructorAttribute] method DistanceUsage (line 44) | public DistanceUsage(decimal? amount = default(decimal?), string dista... method ToString (line 137) | public override string ToString() method ToJson (line 161) | public virtual string ToJson() method Equals (line 171) | public override bool Equals(object input) method Equals (line 181) | public bool Equals(DistanceUsage input) method GetHashCode (line 253) | public override int GetHashCode() method Validate (line 291) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentCluster.cs class DocumentCluster (line 30) | [DataContract] method DocumentCluster (line 36) | [JsonConstructorAttribute] method DocumentCluster (line 48) | public DocumentCluster(int clusterId = default(int), string name = def... method ToString (line 168) | public override string ToString() method ToJson (line 190) | public virtual string ToJson() method Equals (line 200) | public override bool Equals(object input) method Equals (line 210) | public bool Equals(DocumentCluster input) method GetHashCode (line 273) | public override int GetHashCode() method Validate (line 307) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentClusterDocumentData.cs class DocumentClusterDocumentData (line 30) | [DataContract] method DocumentClusterDocumentData (line 38) | public DocumentClusterDocumentData(string name = default(string), stri... method ToString (line 68) | public override string ToString() method ToJson (line 83) | public virtual string ToJson() method Equals (line 93) | public override bool Equals(object input) method Equals (line 103) | public bool Equals(DocumentClusterDocumentData input) method GetHashCode (line 130) | public override int GetHashCode() method Validate (line 150) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentClusterDocumentDataInner.cs class DocumentClusterDocumentDataInner (line 30) | [DataContract] method DocumentClusterDocumentDataInner (line 38) | public DocumentClusterDocumentDataInner(string name = default(string),... method ToString (line 68) | public override string ToString() method ToJson (line 83) | public virtual string ToJson() method Equals (line 93) | public override bool Equals(object input) method Equals (line 103) | public bool Equals(DocumentClusterDocumentDataInner input) method GetHashCode (line 130) | public override int GetHashCode() method Validate (line 150) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentClusterUpdate.cs class DocumentClusterUpdate (line 30) | [DataContract] method DocumentClusterUpdate (line 36) | [JsonConstructorAttribute] method DocumentClusterUpdate (line 42) | public DocumentClusterUpdate(string name = default(string)) method ToString (line 72) | public override string ToString() method ToJson (line 86) | public virtual string ToJson() method Equals (line 96) | public override bool Equals(object input) method Equals (line 106) | public bool Equals(DocumentClusterUpdate input) method GetHashCode (line 128) | public override int GetHashCode() method Validate (line 146) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentDefinitions.cs class DocumentDefinitions (line 30) | [DataContract] method DocumentDefinitions (line 36) | [JsonConstructorAttribute] method DocumentDefinitions (line 44) | public DocumentDefinitions(string definition = default(string), List IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentDetail.cs class DocumentDetail (line 30) | [DataContract] method DocumentDetail (line 36) | [JsonConstructorAttribute] method DocumentDetail (line 61) | public DocumentDetail(string name = default(string), string documentTy... method ToString (line 392) | public override string ToString() method ToJson (line 439) | public virtual string ToJson() method Equals (line 449) | public override bool Equals(object input) method Equals (line 459) | public bool Equals(DocumentDetail input) method GetHashCode (line 651) | public override int GetHashCode() method Validate (line 735) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentDetailAssigneeData.cs class DocumentDetailAssigneeData (line 30) | [DataContract] method DocumentDetailAssigneeData (line 36) | [JsonConstructorAttribute] method DocumentDetailAssigneeData (line 46) | public DocumentDetailAssigneeData(string firstName = default(string), ... method ToString (line 111) | public override string ToString() method ToJson (line 130) | public virtual string ToJson() method Equals (line 140) | public override bool Equals(object input) method Equals (line 150) | public bool Equals(DocumentDetailAssigneeData input) method GetHashCode (line 197) | public override int GetHashCode() method Validate (line 225) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentDetailAvailableAssigneesData.cs class DocumentDetailAvailableAssigneesData (line 30) | [DataContract] method DocumentDetailAvailableAssigneesData (line 36) | [JsonConstructorAttribute] method DocumentDetailAvailableAssigneesData (line 46) | public DocumentDetailAvailableAssigneesData(string firstName = default... method ToString (line 111) | public override string ToString() method ToJson (line 130) | public virtual string ToJson() method Equals (line 140) | public override bool Equals(object input) method Equals (line 150) | public bool Equals(DocumentDetailAvailableAssigneesData input) method GetHashCode (line 197) | public override int GetHashCode() method Validate (line 225) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentDetailAvailableAssigneesDataInner.cs class DocumentDetailAvailableAssigneesDataInner (line 30) | [DataContract] method DocumentDetailAvailableAssigneesDataInner (line 36) | [JsonConstructorAttribute] method DocumentDetailAvailableAssigneesDataInner (line 46) | public DocumentDetailAvailableAssigneesDataInner(string firstName = de... method ToString (line 111) | public override string ToString() method ToJson (line 130) | public virtual string ToJson() method Equals (line 140) | public override bool Equals(object input) method Equals (line 150) | public bool Equals(DocumentDetailAvailableAssigneesDataInner input) method GetHashCode (line 197) | public override int GetHashCode() method Validate (line 225) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentDetailNotes.cs class DocumentDetailNotes (line 30) | [DataContract] method DocumentDetailNotes (line 36) | [JsonConstructorAttribute] method DocumentDetailNotes (line 49) | public DocumentDetailNotes(string note = default(string), DateTime tim... method ToString (line 145) | public override string ToString() method ToJson (line 167) | public virtual string ToJson() method Equals (line 177) | public override bool Equals(object input) method Equals (line 187) | public bool Equals(DocumentDetailNotes input) method GetHashCode (line 250) | public override int GetHashCode() method Validate (line 284) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentDetailStatusData.cs class DocumentDetailStatusData (line 30) | [DataContract] method DocumentDetailStatusData (line 36) | [JsonConstructorAttribute] method DocumentDetailStatusData (line 46) | public DocumentDetailStatusData(string name = default(string), string ... method ToString (line 115) | public override string ToString() method ToJson (line 133) | public virtual string ToJson() method Equals (line 143) | public override bool Equals(object input) method Equals (line 153) | public bool Equals(DocumentDetailStatusData input) method GetHashCode (line 195) | public override int GetHashCode() method Validate (line 221) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentDetailUser.cs class DocumentDetailUser (line 30) | [DataContract] method DocumentDetailUser (line 36) | [JsonConstructorAttribute] method DocumentDetailUser (line 45) | public DocumentDetailUser(string firstName = default(string), string l... method ToString (line 103) | public override string ToString() method ToJson (line 121) | public virtual string ToJson() method Equals (line 131) | public override bool Equals(object input) method Equals (line 141) | public bool Equals(DocumentDetailUser input) method GetHashCode (line 183) | public override int GetHashCode() method Validate (line 209) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentDocumentsDownloadZipGET404Response.cs class DocumentDocumentsDownloadZipGET404Response (line 30) | [DataContract] method DocumentDocumentsDownloadZipGET404Response (line 36) | [JsonConstructorAttribute] method DocumentDocumentsDownloadZipGET404Response (line 42) | public DocumentDocumentsDownloadZipGET404Response(string detail = defa... method ToString (line 66) | public override string ToString() method ToJson (line 79) | public virtual string ToJson() method Equals (line 89) | public override bool Equals(object input) method Equals (line 99) | public bool Equals(DocumentDocumentsDownloadZipGET404Response input) method GetHashCode (line 116) | public override int GetHashCode() method Validate (line 132) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentDownloadZipResponse.cs class DocumentDownloadZipResponse (line 30) | [DataContract] method DocumentDownloadZipResponse (line 36) | [JsonConstructorAttribute] method DocumentDownloadZipResponse (line 43) | public DocumentDownloadZipResponse(Guid taskId = default(Guid), string... method ToString (line 83) | public override string ToString() method ToJson (line 97) | public virtual string ToJson() method Equals (line 107) | public override bool Equals(object input) method Equals (line 117) | public bool Equals(DocumentDownloadZipResponse input) method GetHashCode (line 139) | public override int GetHashCode() method Validate (line 157) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentFieldAnnotation.cs class DocumentFieldAnnotation (line 30) | [DataContract] method DocumentFieldAnnotation (line 36) | [JsonConstructorAttribute] method DocumentFieldAnnotation (line 48) | public DocumentFieldAnnotation(Object value = default(Object), int? lo... method ToString (line 212) | public override string ToString() method ToJson (line 245) | public virtual string ToJson() method Equals (line 255) | public override bool Equals(object input) method Equals (line 265) | public bool Equals(DocumentFieldAnnotation input) method GetHashCode (line 382) | public override int GetHashCode() method Validate (line 438) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentFieldCategoryCreate.cs class DocumentFieldCategoryCreate (line 30) | [DataContract] method DocumentFieldCategoryCreate (line 36) | [JsonConstructorAttribute] method DocumentFieldCategoryCreate (line 44) | public DocumentFieldCategoryCreate(string documentType = default(strin... method ToString (line 119) | public override string ToString() method ToJson (line 137) | public virtual string ToJson() method Equals (line 147) | public override bool Equals(object input) method Equals (line 157) | public bool Equals(DocumentFieldCategoryCreate input) method GetHashCode (line 200) | public override int GetHashCode() method Validate (line 226) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentFieldCategoryList.cs class DocumentFieldCategoryList (line 30) | [DataContract] method DocumentFieldCategoryList (line 36) | [JsonConstructorAttribute] method DocumentFieldCategoryList (line 48) | public DocumentFieldCategoryList(string documentType = default(string)... method ToString (line 157) | public override string ToString() method ToJson (line 177) | public virtual string ToJson() method Equals (line 187) | public override bool Equals(object input) method Equals (line 197) | public bool Equals(DocumentFieldCategoryList input) method GetHashCode (line 250) | public override int GetHashCode() method Validate (line 280) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentFieldCategoryListFields.cs class DocumentFieldCategoryListFields (line 30) | [DataContract] method DocumentFieldCategoryListFields (line 36) | [JsonConstructorAttribute] method DocumentFieldCategoryListFields (line 46) | public DocumentFieldCategoryListFields(string id = default(string), in... method ToString (line 118) | public override string ToString() method ToJson (line 135) | public virtual string ToJson() method Equals (line 145) | public override bool Equals(object input) method Equals (line 155) | public bool Equals(DocumentFieldCategoryListFields input) method GetHashCode (line 192) | public override int GetHashCode() method Validate (line 216) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentFieldCategoryListFieldsInner.cs class DocumentFieldCategoryListFieldsInner (line 30) | [DataContract] method DocumentFieldCategoryListFieldsInner (line 36) | [JsonConstructorAttribute] method DocumentFieldCategoryListFieldsInner (line 46) | public DocumentFieldCategoryListFieldsInner(string id = default(string... method ToString (line 118) | public override string ToString() method ToJson (line 135) | public virtual string ToJson() method Equals (line 145) | public override bool Equals(object input) method Equals (line 155) | public bool Equals(DocumentFieldCategoryListFieldsInner input) method GetHashCode (line 192) | public override int GetHashCode() method Validate (line 216) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentFieldCreate.cs class DocumentFieldCreate (line 30) | [DataContract] type TypeEnum (line 36) | [JsonConverter(typeof(StringEnumConverter))] type TextUnitTypeEnum (line 169) | [JsonConverter(typeof(StringEnumConverter))] type ValueDetectionStrategyEnum (line 200) | [JsonConverter(typeof(StringEnumConverter))] type ConfidenceEnum (line 249) | [JsonConverter(typeof(StringEnumConverter))] method DocumentFieldCreate (line 280) | [JsonConstructorAttribute] method DocumentFieldCreate (line 318) | public DocumentFieldCreate(string documentType = default(string), stri... method ToString (line 620) | public override string ToString() method ToJson (line 668) | public virtual string ToJson() method Equals (line 678) | public override bool Equals(object input) method Equals (line 688) | public bool Equals(DocumentFieldCreate input) method GetHashCode (line 881) | public override int GetHashCode() method Validate (line 967) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentFieldDetail.cs class DocumentFieldDetail (line 30) | [DataContract] type TypeEnum (line 36) | [JsonConverter(typeof(StringEnumConverter))] type TextUnitTypeEnum (line 169) | [JsonConverter(typeof(StringEnumConverter))] type ValueDetectionStrategyEnum (line 200) | [JsonConverter(typeof(StringEnumConverter))] type ConfidenceEnum (line 267) | [JsonConverter(typeof(StringEnumConverter))] method DocumentFieldDetail (line 298) | [JsonConstructorAttribute] method DocumentFieldDetail (line 335) | public DocumentFieldDetail(string documentType = default(string), stri... method ToString (line 670) | public override string ToString() method ToJson (line 726) | public virtual string ToJson() method Equals (line 736) | public override bool Equals(object input) method Equals (line 746) | public bool Equals(DocumentFieldDetail input) method GetHashCode (line 980) | public override int GetHashCode() method Validate (line 1082) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentFieldDetectorCreate.cs class DocumentFieldDetectorCreate (line 30) | [DataContract] type CategoryEnum (line 37) | [JsonConverter(typeof(StringEnumConverter))] type ExtractionHintEnum (line 58) | [JsonConverter(typeof(StringEnumConverter))] type TextPartEnum (line 103) | [JsonConverter(typeof(StringEnumConverter))] type DetectLimitUnitEnum (line 142) | [JsonConverter(typeof(StringEnumConverter))] method DocumentFieldDetectorCreate (line 168) | [JsonConstructorAttribute] method DocumentFieldDetectorCreate (line 184) | public DocumentFieldDetectorCreate(CategoryEnum? category = default(Ca... method ToString (line 309) | public override string ToString() method ToJson (line 334) | public virtual string ToJson() method Equals (line 344) | public override bool Equals(object input) method Equals (line 354) | public bool Equals(DocumentFieldDetectorCreate input) method GetHashCode (line 431) | public override int GetHashCode() method Validate (line 471) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentFieldDetectorDetail.cs class DocumentFieldDetectorDetail (line 30) | [DataContract] type CategoryEnum (line 37) | [JsonConverter(typeof(StringEnumConverter))] type ExtractionHintEnum (line 58) | [JsonConverter(typeof(StringEnumConverter))] type TextPartEnum (line 103) | [JsonConverter(typeof(StringEnumConverter))] type DetectLimitUnitEnum (line 142) | [JsonConverter(typeof(StringEnumConverter))] method DocumentFieldDetectorDetail (line 168) | [JsonConstructorAttribute] method DocumentFieldDetectorDetail (line 183) | public DocumentFieldDetectorDetail(CategoryEnum? category = default(Ca... method ToString (line 302) | public override string ToString() method ToJson (line 331) | public virtual string ToJson() method Equals (line 341) | public override bool Equals(object input) method Equals (line 351) | public bool Equals(DocumentFieldDetectorDetail input) method GetHashCode (line 449) | public override int GetHashCode() method Validate (line 497) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentFieldList.cs class DocumentFieldList (line 30) | [DataContract] type TypeEnum (line 36) | [JsonConverter(typeof(StringEnumConverter))] type TextUnitTypeEnum (line 169) | [JsonConverter(typeof(StringEnumConverter))] type ValueDetectionStrategyEnum (line 200) | [JsonConverter(typeof(StringEnumConverter))] type ConfidenceEnum (line 267) | [JsonConverter(typeof(StringEnumConverter))] method DocumentFieldList (line 298) | [JsonConstructorAttribute] method DocumentFieldList (line 336) | public DocumentFieldList(string documentType = default(string), string... method ToString (line 671) | public override string ToString() method ToJson (line 727) | public virtual string ToJson() method Equals (line 737) | public override bool Equals(object input) method Equals (line 747) | public bool Equals(DocumentFieldList input) method GetHashCode (line 981) | public override int GetHashCode() method Validate (line 1083) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentFieldListCategory.cs class DocumentFieldListCategory (line 30) | [DataContract] method DocumentFieldListCategory (line 36) | [JsonConstructorAttribute] method DocumentFieldListCategory (line 43) | public DocumentFieldListCategory(string name = default(string), int or... method ToString (line 80) | public override string ToString() method ToJson (line 95) | public virtual string ToJson() method Equals (line 105) | public override bool Equals(object input) method Equals (line 115) | public bool Equals(DocumentFieldListCategory input) method GetHashCode (line 142) | public override int GetHashCode() method Validate (line 162) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentFieldListFamily.cs class DocumentFieldListFamily (line 30) | [DataContract] method DocumentFieldListFamily (line 36) | [JsonConstructorAttribute] method DocumentFieldListFamily (line 43) | public DocumentFieldListFamily(string code = default(string), string t... method ToString (line 81) | public override string ToString() method ToJson (line 96) | public virtual string ToJson() method Equals (line 106) | public override bool Equals(object input) method Equals (line 116) | public bool Equals(DocumentFieldListFamily input) method GetHashCode (line 143) | public override int GetHashCode() method Validate (line 163) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentFieldStatsResponse.cs class DocumentFieldStatsResponse (line 30) | [DataContract] method DocumentFieldStatsResponse (line 36) | [JsonConstructorAttribute] method DocumentFieldStatsResponse (line 49) | public DocumentFieldStatsResponse(string code = default(string), strin... method ToString (line 185) | public override string ToString() method ToJson (line 205) | public virtual string ToJson() method Equals (line 215) | public override bool Equals(object input) method Equals (line 225) | public bool Equals(DocumentFieldStatsResponse input) method GetHashCode (line 278) | public override int GetHashCode() method Validate (line 308) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentFieldValue.cs class DocumentFieldValue (line 30) | [DataContract] method DocumentFieldValue (line 37) | public DocumentFieldValue(Object value = default(Object)) method ToString (line 131) | public override string ToString() method ToJson (line 157) | public virtual string ToJson() method Equals (line 167) | public override bool Equals(object input) method Equals (line 177) | public bool Equals(DocumentFieldValue input) method GetHashCode (line 259) | public override int GetHashCode() method Validate (line 301) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentNoteCreate.cs class DocumentNoteCreate (line 30) | [DataContract] method DocumentNoteCreate (line 36) | [JsonConstructorAttribute] method DocumentNoteCreate (line 49) | public DocumentNoteCreate(string note = default(string), int? location... method ToString (line 158) | public override string ToString() method ToJson (line 182) | public virtual string ToJson() method Equals (line 192) | public override bool Equals(object input) method Equals (line 202) | public bool Equals(DocumentNoteCreate input) method GetHashCode (line 275) | public override int GetHashCode() method Validate (line 313) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentNoteDetail.cs class DocumentNoteDetail (line 30) | [DataContract] method DocumentNoteDetail (line 36) | [JsonConstructorAttribute] method DocumentNoteDetail (line 49) | public DocumentNoteDetail(string note = default(string), DateTime time... method ToString (line 145) | public override string ToString() method ToJson (line 167) | public virtual string ToJson() method Equals (line 177) | public override bool Equals(object input) method Equals (line 187) | public bool Equals(DocumentNoteDetail input) method GetHashCode (line 250) | public override int GetHashCode() method Validate (line 284) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentNoteDetailUser.cs class DocumentNoteDetailUser (line 30) | [DataContract] method DocumentNoteDetailUser (line 36) | [JsonConstructorAttribute] method DocumentNoteDetailUser (line 46) | public DocumentNoteDetailUser(string firstName = default(string), stri... method ToString (line 111) | public override string ToString() method ToJson (line 130) | public virtual string ToJson() method Equals (line 140) | public override bool Equals(object input) method Equals (line 150) | public bool Equals(DocumentNoteDetailUser input) method GetHashCode (line 197) | public override int GetHashCode() method Validate (line 225) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentNoteUpdate.cs class DocumentNoteUpdate (line 30) | [DataContract] method DocumentNoteUpdate (line 36) | [JsonConstructorAttribute] method DocumentNoteUpdate (line 42) | public DocumentNoteUpdate(string note = default(string)) method ToString (line 72) | public override string ToString() method ToJson (line 86) | public virtual string ToJson() method Equals (line 96) | public override bool Equals(object input) method Equals (line 106) | public bool Equals(DocumentNoteUpdate input) method GetHashCode (line 129) | public override int GetHashCode() method Validate (line 147) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentPDFRepr.cs class DocumentPDFRepr (line 30) | [DataContract] method DocumentPDFRepr (line 36) | [JsonConstructorAttribute] method ToString (line 57) | public override string ToString() method ToJson (line 71) | public virtual string ToJson() method Equals (line 81) | public override bool Equals(object input) method Equals (line 91) | public bool Equals(DocumentPDFRepr input) method GetHashCode (line 113) | public override int GetHashCode() method Validate (line 131) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentSetAnnotatorCoordinatesDifferenceRequest.cs class DocumentSetAnnotatorCoordinatesDifferenceRequest (line 30) | [DataContract] method DocumentSetAnnotatorCoordinatesDifferenceRequest (line 36) | [JsonConstructorAttribute] method DocumentSetAnnotatorCoordinatesDifferenceRequest (line 43) | public DocumentSetAnnotatorCoordinatesDifferenceRequest(int documentId... method ToString (line 83) | public override string ToString() method ToJson (line 97) | public virtual string ToJson() method Equals (line 107) | public override bool Equals(object input) method Equals (line 117) | public bool Equals(DocumentSetAnnotatorCoordinatesDifferenceRequest in... method GetHashCode (line 140) | public override int GetHashCode() method Validate (line 158) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentSetAnnotatorCoordinatesDifferenceRequestFirstLettersInner.cs class DocumentSetAnnotatorCoordinatesDifferenceRequestFirstLettersInner (line 30) | [DataContract] method DocumentSetAnnotatorCoordinatesDifferenceRequestFirstLettersInner (line 36) | [JsonConstructorAttribute] method DocumentSetAnnotatorCoordinatesDifferenceRequestFirstLettersInner (line 44) | public DocumentSetAnnotatorCoordinatesDifferenceRequestFirstLettersInn... method ToString (line 100) | public override string ToString() method ToJson (line 115) | public virtual string ToJson() method Equals (line 125) | public override bool Equals(object input) method Equals (line 135) | public bool Equals(DocumentSetAnnotatorCoordinatesDifferenceRequestFir... method GetHashCode (line 162) | public override int GetHashCode() method Validate (line 182) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentSetAnnotatorCoordinatesDifferenceResponse.cs class DocumentSetAnnotatorCoordinatesDifferenceResponse (line 30) | [DataContract] method DocumentSetAnnotatorCoordinatesDifferenceResponse (line 36) | [JsonConstructorAttribute] method DocumentSetAnnotatorCoordinatesDifferenceResponse (line 42) | public DocumentSetAnnotatorCoordinatesDifferenceResponse(bool updated ... method ToString (line 66) | public override string ToString() method ToJson (line 79) | public virtual string ToJson() method Equals (line 89) | public override bool Equals(object input) method Equals (line 99) | public bool Equals(DocumentSetAnnotatorCoordinatesDifferenceResponse i... method GetHashCode (line 116) | public override int GetHashCode() method Validate (line 132) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentSimilarity.cs class DocumentSimilarity (line 30) | [DataContract] method DocumentSimilarity (line 36) | [JsonConstructorAttribute] method DocumentSimilarity (line 43) | public DocumentSimilarity(decimal similarity = default(decimal), Docum... method ToString (line 98) | public override string ToString() method ToJson (line 116) | public virtual string ToJson() method Equals (line 126) | public override bool Equals(object input) method Equals (line 136) | public bool Equals(DocumentSimilarity input) method GetHashCode (line 178) | public override int GetHashCode() method Validate (line 204) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentSimilarityByFeaturesForm.cs class DocumentSimilarityByFeaturesForm (line 30) | [DataContract] type FeatureSourceEnum (line 36) | [JsonConverter(typeof(StringEnumConverter))] type DistanceTypeEnum (line 103) | [JsonConverter(typeof(StringEnumConverter))] method DocumentSimilarityByFeaturesForm (line 248) | [JsonConstructorAttribute] method DocumentSimilarityByFeaturesForm (line 262) | public DocumentSimilarityByFeaturesForm(string runName = default(strin... method ToString (line 404) | public override string ToString() method ToJson (line 425) | public virtual string ToJson() method Equals (line 435) | public override bool Equals(object input) method Equals (line 445) | public bool Equals(DocumentSimilarityByFeaturesForm input) method GetHashCode (line 502) | public override int GetHashCode() method Validate (line 534) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentSimilarityRun.cs class DocumentSimilarityRun (line 30) | [DataContract] method DocumentSimilarityRun (line 36) | [JsonConstructorAttribute] method DocumentSimilarityRun (line 48) | public DocumentSimilarityRun(string featureSource = default(string), s... method ToString (line 131) | public override string ToString() method ToJson (line 152) | public virtual string ToJson() method Equals (line 162) | public override bool Equals(object input) method Equals (line 172) | public bool Equals(DocumentSimilarityRun input) method GetHashCode (line 229) | public override int GetHashCode() method Validate (line 261) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentTypeCreate.cs class DocumentTypeCreate (line 30) | [DataContract] type EditorTypeEnum (line 36) | [JsonConverter(typeof(StringEnumConverter))] method DocumentTypeCreate (line 61) | [JsonConstructorAttribute] method DocumentTypeCreate (line 73) | public DocumentTypeCreate(string title = default(string), string code ... method ToString (line 180) | public override string ToString() method ToJson (line 203) | public virtual string ToJson() method Equals (line 213) | public override bool Equals(object input) method Equals (line 223) | public bool Equals(DocumentTypeCreate input) method GetHashCode (line 294) | public override int GetHashCode() method Validate (line 330) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentTypeDetail.cs class DocumentTypeDetail (line 30) | [DataContract] type EditorTypeEnum (line 36) | [JsonConverter(typeof(StringEnumConverter))] method DocumentTypeDetail (line 61) | [JsonConstructorAttribute] method DocumentTypeDetail (line 73) | public DocumentTypeDetail(string title = default(string), string code ... method ToString (line 197) | public override string ToString() method ToJson (line 223) | public virtual string ToJson() method Equals (line 233) | public override bool Equals(object input) method Equals (line 243) | public bool Equals(DocumentTypeDetail input) method GetHashCode (line 329) | public override int GetHashCode() method Validate (line 371) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentTypeDetailCategories.cs class DocumentTypeDetailCategories (line 30) | [DataContract] method DocumentTypeDetailCategories (line 36) | [JsonConstructorAttribute] method DocumentTypeDetailCategories (line 43) | public DocumentTypeDetailCategories(string name = default(string), int... method ToString (line 80) | public override string ToString() method ToJson (line 95) | public virtual string ToJson() method Equals (line 105) | public override bool Equals(object input) method Equals (line 115) | public bool Equals(DocumentTypeDetailCategories input) method GetHashCode (line 142) | public override int GetHashCode() method Validate (line 162) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentTypeDetailCategoriesInner.cs class DocumentTypeDetailCategoriesInner (line 30) | [DataContract] method DocumentTypeDetailCategoriesInner (line 36) | [JsonConstructorAttribute] method DocumentTypeDetailCategoriesInner (line 43) | public DocumentTypeDetailCategoriesInner(string name = default(string)... method ToString (line 80) | public override string ToString() method ToJson (line 95) | public virtual string ToJson() method Equals (line 105) | public override bool Equals(object input) method Equals (line 115) | public bool Equals(DocumentTypeDetailCategoriesInner input) method GetHashCode (line 142) | public override int GetHashCode() method Validate (line 162) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentTypeDetailFieldsData.cs class DocumentTypeDetailFieldsData (line 30) | [DataContract] type TypeEnum (line 36) | [JsonConverter(typeof(StringEnumConverter))] type TextUnitTypeEnum (line 169) | [JsonConverter(typeof(StringEnumConverter))] type ValueDetectionStrategyEnum (line 200) | [JsonConverter(typeof(StringEnumConverter))] type ConfidenceEnum (line 267) | [JsonConverter(typeof(StringEnumConverter))] method DocumentTypeDetailFieldsData (line 298) | [JsonConstructorAttribute] method DocumentTypeDetailFieldsData (line 336) | public DocumentTypeDetailFieldsData(string documentType = default(stri... method ToString (line 666) | public override string ToString() method ToJson (line 721) | public virtual string ToJson() method Equals (line 731) | public override bool Equals(object input) method Equals (line 741) | public bool Equals(DocumentTypeDetailFieldsData input) method GetHashCode (line 970) | public override int GetHashCode() method Validate (line 1070) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentTypeDetailFieldsDataInner.cs class DocumentTypeDetailFieldsDataInner (line 30) | [DataContract] type TypeEnum (line 36) | [JsonConverter(typeof(StringEnumConverter))] type TextUnitTypeEnum (line 169) | [JsonConverter(typeof(StringEnumConverter))] type ValueDetectionStrategyEnum (line 200) | [JsonConverter(typeof(StringEnumConverter))] type ConfidenceEnum (line 267) | [JsonConverter(typeof(StringEnumConverter))] method DocumentTypeDetailFieldsDataInner (line 298) | [JsonConstructorAttribute] method DocumentTypeDetailFieldsDataInner (line 336) | public DocumentTypeDetailFieldsDataInner(string documentType = default... method ToString (line 672) | public override string ToString() method ToJson (line 728) | public virtual string ToJson() method Equals (line 738) | public override bool Equals(object input) method Equals (line 748) | public bool Equals(DocumentTypeDetailFieldsDataInner input) method GetHashCode (line 982) | public override int GetHashCode() method Validate (line 1084) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentTypeForStats.cs class DocumentTypeForStats (line 30) | [DataContract] method DocumentTypeForStats (line 36) | [JsonConstructorAttribute] method DocumentTypeForStats (line 68) | public DocumentTypeForStats(Guid uid = default(Guid), string code = de... method ToString (line 514) | public override string ToString() method ToJson (line 554) | public virtual string ToJson() method Equals (line 564) | public override bool Equals(object input) method Equals (line 574) | public bool Equals(DocumentTypeForStats input) method GetHashCode (line 727) | public override int GetHashCode() method Validate (line 797) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentTypeImportRequest.cs class DocumentTypeImportRequest (line 30) | [DataContract] type ActionEnum (line 36) | [JsonConverter(typeof(StringEnumConverter))] method DocumentTypeImportRequest (line 73) | [JsonConstructorAttribute] method DocumentTypeImportRequest (line 82) | public DocumentTypeImportRequest(System.IO.Stream file = default(Syste... method ToString (line 122) | public override string ToString() method ToJson (line 138) | public virtual string ToJson() method Equals (line 148) | public override bool Equals(object input) method Equals (line 158) | public bool Equals(DocumentTypeImportRequest input) method GetHashCode (line 190) | public override int GetHashCode() method Validate (line 212) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentTypeImportResponse.cs class DocumentTypeImportResponse (line 30) | [DataContract] method DocumentTypeImportResponse (line 36) | [JsonConstructorAttribute] method DocumentTypeImportResponse (line 42) | public DocumentTypeImportResponse(Guid taskId = default(Guid)) method ToString (line 66) | public override string ToString() method ToJson (line 79) | public virtual string ToJson() method Equals (line 89) | public override bool Equals(object input) method Equals (line 99) | public bool Equals(DocumentTypeImportResponse input) method GetHashCode (line 116) | public override int GetHashCode() method Validate (line 132) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentTypeStats.cs class DocumentTypeStats (line 30) | [DataContract] method DocumentTypeStats (line 36) | [JsonConstructorAttribute] method DocumentTypeStats (line 44) | public DocumentTypeStats(DocumentTypeStatsData data = default(Document... method ToString (line 100) | public override string ToString() method ToJson (line 115) | public virtual string ToJson() method Equals (line 125) | public override bool Equals(object input) method Equals (line 135) | public bool Equals(DocumentTypeStats input) method GetHashCode (line 162) | public override int GetHashCode() method Validate (line 182) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentTypeStatsData.cs class DocumentTypeStatsData (line 30) | [DataContract] method DocumentTypeStatsData (line 36) | [JsonConstructorAttribute] method DocumentTypeStatsData (line 68) | public DocumentTypeStatsData(Guid uid = default(Guid), string code = d... method ToString (line 514) | public override string ToString() method ToJson (line 554) | public virtual string ToJson() method Equals (line 564) | public override bool Equals(object input) method Equals (line 574) | public bool Equals(DocumentTypeStatsData input) method GetHashCode (line 727) | public override int GetHashCode() method Validate (line 797) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentsForUser.cs class DocumentsForUser (line 30) | [DataContract] method DocumentsForUser (line 36) | [JsonConstructorAttribute] method DocumentsForUser (line 45) | public DocumentsForUser(string name = default(string), string document... method ToString (line 99) | public override string ToString() method ToJson (line 116) | public virtual string ToJson() method Equals (line 126) | public override bool Equals(object input) method Equals (line 136) | public bool Equals(DocumentsForUser input) method GetHashCode (line 173) | public override int GetHashCode() method Validate (line 197) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentsForUserResponse.cs class DocumentsForUserResponse (line 30) | [DataContract] method DocumentsForUserResponse (line 36) | [JsonConstructorAttribute] method DocumentsForUserResponse (line 43) | public DocumentsForUserResponse(int totalDocuments = default(int), Lis... method ToString (line 83) | public override string ToString() method ToJson (line 97) | public virtual string ToJson() method Equals (line 107) | public override bool Equals(object input) method Equals (line 117) | public bool Equals(DocumentsForUserResponse input) method GetHashCode (line 140) | public override int GetHashCode() method Validate (line 158) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentsForUserResponseData.cs class DocumentsForUserResponseData (line 30) | [DataContract] method DocumentsForUserResponseData (line 36) | [JsonConstructorAttribute] method DocumentsForUserResponseData (line 45) | public DocumentsForUserResponseData(string name = default(string), str... method ToString (line 99) | public override string ToString() method ToJson (line 116) | public virtual string ToJson() method Equals (line 126) | public override bool Equals(object input) method Equals (line 136) | public bool Equals(DocumentsForUserResponseData input) method GetHashCode (line 173) | public override int GetHashCode() method Validate (line 197) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DocumentsForUserResponseDataInner.cs class DocumentsForUserResponseDataInner (line 30) | [DataContract] method DocumentsForUserResponseDataInner (line 36) | [JsonConstructorAttribute] method DocumentsForUserResponseDataInner (line 45) | public DocumentsForUserResponseDataInner(string name = default(string)... method ToString (line 99) | public override string ToString() method ToJson (line 116) | public virtual string ToJson() method Equals (line 126) | public override bool Equals(object input) method Equals (line 136) | public bool Equals(DocumentsForUserResponseDataInner input) method GetHashCode (line 173) | public override int GetHashCode() method Validate (line 197) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DumpDocumentConfigGET200Response.cs class DumpDocumentConfigGET200Response (line 30) | [DataContract] method DumpDocumentConfigGET200Response (line 36) | [JsonConstructorAttribute] method ToString (line 45) | public override string ToString() method ToJson (line 57) | public virtual string ToJson() method Equals (line 67) | public override bool Equals(object input) method Equals (line 77) | public bool Equals(DumpDocumentConfigGET200Response input) method GetHashCode (line 89) | public override int GetHashCode() method Validate (line 103) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DumpFixture.cs class DumpFixture (line 30) | [DataContract] method DumpFixture (line 36) | [JsonConstructorAttribute] method DumpFixture (line 46) | public DumpFixture(string appName = default(string), string modelName ... method ToString (line 124) | public override string ToString() method ToJson (line 141) | public virtual string ToJson() method Equals (line 151) | public override bool Equals(object input) method Equals (line 161) | public bool Equals(DumpFixture input) method GetHashCode (line 198) | public override int GetHashCode() method Validate (line 222) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/DumpPUTErrorResponse.cs class DumpPUTErrorResponse (line 30) | [DataContract] method DumpPUTErrorResponse (line 36) | [JsonConstructorAttribute] method DumpPUTErrorResponse (line 43) | public DumpPUTErrorResponse(string log = default(string), string excep... method ToString (line 83) | public override string ToString() method ToJson (line 97) | public virtual string ToJson() method Equals (line 107) | public override bool Equals(object input) method Equals (line 117) | public bool Equals(DumpPUTErrorResponse input) method GetHashCode (line 139) | public override int GetHashCode() method Validate (line 157) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/FieldAnnotationStatus.cs class FieldAnnotationStatus (line 30) | [DataContract] method FieldAnnotationStatus (line 36) | [JsonConstructorAttribute] method FieldAnnotationStatus (line 47) | public FieldAnnotationStatus(string name = default(string), string cod... method ToString (line 122) | public override string ToString() method ToJson (line 141) | public virtual string ToJson() method Equals (line 151) | public override bool Equals(object input) method Equals (line 161) | public bool Equals(FieldAnnotationStatus input) method GetHashCode (line 208) | public override int GetHashCode() method Validate (line 236) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/GeoAliasUsage.cs class GeoAliasUsage (line 30) | [DataContract] method GeoAliasUsage (line 37) | public GeoAliasUsage(int count = default(int)) method ToString (line 136) | public override string ToString() method ToJson (line 163) | public virtual string ToJson() method Equals (line 173) | public override bool Equals(object input) method Equals (line 183) | public bool Equals(GeoAliasUsage input) method GetHashCode (line 270) | public override int GetHashCode() method Validate (line 314) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/GeoEntityList.cs class GeoEntityList (line 30) | [DataContract] method GeoEntityList (line 36) | [JsonConstructorAttribute] method GeoEntityList (line 45) | public GeoEntityList(int entityId = default(int), string name = defaul... method ToString (line 121) | public override string ToString() method ToJson (line 139) | public virtual string ToJson() method Equals (line 149) | public override bool Equals(object input) method Equals (line 159) | public bool Equals(GeoEntityList input) method GetHashCode (line 201) | public override int GetHashCode() method Validate (line 227) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/GeoEntityUpdate.cs class GeoEntityUpdate (line 30) | [DataContract] method GeoEntityUpdate (line 37) | public GeoEntityUpdate(int? priority = default(int?)) method ToString (line 59) | public override string ToString() method ToJson (line 73) | public virtual string ToJson() method Equals (line 83) | public override bool Equals(object input) method Equals (line 93) | public bool Equals(GeoEntityUpdate input) method GetHashCode (line 115) | public override int GetHashCode() method Validate (line 133) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/GeoEntityUsage.cs class GeoEntityUsage (line 30) | [DataContract] method GeoEntityUsage (line 37) | public GeoEntityUsage(int count = default(int)) method ToString (line 118) | public override string ToString() method ToJson (line 142) | public virtual string ToJson() method Equals (line 152) | public override bool Equals(object input) method Equals (line 162) | public bool Equals(GeoEntityUsage input) method GetHashCode (line 234) | public override int GetHashCode() method Validate (line 272) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/InlineResponse400.cs class InlineResponse400 (line 30) | [DataContract] method InlineResponse400 (line 37) | public InlineResponse400(string status = default(string)) method ToString (line 52) | public override string ToString() method ToJson (line 65) | public virtual string ToJson() method Equals (line 75) | public override bool Equals(object input) method Equals (line 85) | public bool Equals(InlineResponse400 input) method GetHashCode (line 102) | public override int GetHashCode() method Validate (line 118) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/InlineResponse404.cs class InlineResponse404 (line 30) | [DataContract] method InlineResponse404 (line 36) | [JsonConstructorAttribute] method InlineResponse404 (line 42) | public InlineResponse404(string detail = default(string)) method ToString (line 66) | public override string ToString() method ToJson (line 79) | public virtual string ToJson() method Equals (line 89) | public override bool Equals(object input) method Equals (line 99) | public bool Equals(InlineResponse404 input) method GetHashCode (line 116) | public override int GetHashCode() method Validate (line 132) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/InlineResponse4041.cs class InlineResponse4041 (line 30) | [DataContract] method InlineResponse4041 (line 36) | [JsonConstructorAttribute] method InlineResponse4041 (line 42) | public InlineResponse4041(string details = default(string)) method ToString (line 66) | public override string ToString() method ToJson (line 79) | public virtual string ToJson() method Equals (line 89) | public override bool Equals(object input) method Equals (line 99) | public bool Equals(InlineResponse4041 input) method GetHashCode (line 116) | public override int GetHashCode() method Validate (line 132) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/LoadFixture.cs class LoadFixture (line 30) | [DataContract] type ModeEnum (line 36) | [JsonConverter(typeof(StringEnumConverter))] method LoadFixture (line 73) | [JsonConstructorAttribute] method LoadFixture (line 81) | public LoadFixture(string fixture = default(string), ModeEnum? mode = ... method ToString (line 130) | public override string ToString() method ToJson (line 145) | public virtual string ToJson() method Equals (line 155) | public override bool Equals(object input) method Equals (line 165) | public bool Equals(LoadFixture input) method GetHashCode (line 192) | public override int GetHashCode() method Validate (line 212) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/LocateItemsRequest.cs class LocateItemsRequest (line 30) | [DataContract] method LocateItemsRequest (line 36) | [JsonConstructorAttribute] method LocateItemsRequest (line 46) | public LocateItemsRequest(List itemsToLocate = default(List IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/LoggingAPIViewRequest.cs class LoggingAPIViewRequest (line 30) | [DataContract] method LoggingAPIViewRequest (line 36) | [JsonConstructorAttribute] method LoggingAPIViewRequest (line 43) | public LoggingAPIViewRequest(Object queryInfo = default(Object), List<... method ToString (line 83) | public override string ToString() method ToJson (line 97) | public virtual string ToJson() method Equals (line 107) | public override bool Equals(object input) method Equals (line 117) | public bool Equals(LoggingAPIViewRequest input) method GetHashCode (line 140) | public override int GetHashCode() method Validate (line 158) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/Login.cs class Login (line 30) | [DataContract] method Login (line 36) | [JsonConstructorAttribute] method Login (line 44) | public Login(string username = default(string), string email = default... method ToString (line 82) | public override string ToString() method ToJson (line 97) | public virtual string ToJson() method Equals (line 107) | public override bool Equals(object input) method Equals (line 117) | public bool Equals(Login input) method GetHashCode (line 144) | public override int GetHashCode() method Validate (line 164) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/LoginResponse.cs class LoginResponse (line 30) | [DataContract] method LoginResponse (line 36) | [JsonConstructorAttribute] method LoginResponse (line 42) | public LoginResponse(string key = default(string)) method ToString (line 78) | public override string ToString() method ToJson (line 93) | public virtual string ToJson() method Equals (line 103) | public override bool Equals(object input) method Equals (line 113) | public bool Equals(LoginResponse input) method GetHashCode (line 140) | public override int GetHashCode() method Validate (line 160) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/MLModel.cs class MLModel (line 30) | [DataContract] type ApplyToEnum (line 37) | [JsonConverter(typeof(StringEnumConverter))] type TargetEntityEnum (line 64) | [JsonConverter(typeof(StringEnumConverter))] type TextUnitTypeEnum (line 103) | [JsonConverter(typeof(StringEnumConverter))] method MLModel (line 129) | [JsonConstructorAttribute] method MLModel (line 147) | public MLModel(string name = default(string), string version = default... method ToString (line 307) | public override string ToString() method ToJson (line 333) | public virtual string ToJson() method Equals (line 343) | public override bool Equals(object input) method Equals (line 353) | public bool Equals(MLModel input) method GetHashCode (line 435) | public override int GetHashCode() method Validate (line 477) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/MarkForSeenWebNotificationRequest.cs class MarkForSeenWebNotificationRequest (line 30) | [DataContract] method MarkForSeenWebNotificationRequest (line 36) | [JsonConstructorAttribute] method MarkForSeenWebNotificationRequest (line 43) | public MarkForSeenWebNotificationRequest(List notificationIds = d... method ToString (line 83) | public override string ToString() method ToJson (line 97) | public virtual string ToJson() method Equals (line 107) | public override bool Equals(object input) method Equals (line 117) | public bool Equals(MarkForSeenWebNotificationRequest input) method GetHashCode (line 140) | public override int GetHashCode() method Validate (line 158) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/MarkForSeenWebNotificationResponse.cs class MarkForSeenWebNotificationResponse (line 30) | [DataContract] method MarkForSeenWebNotificationResponse (line 36) | [JsonConstructorAttribute] method MarkForSeenWebNotificationResponse (line 42) | public MarkForSeenWebNotificationResponse(int countProcessed = default... method ToString (line 66) | public override string ToString() method ToJson (line 79) | public virtual string ToJson() method Equals (line 89) | public override bool Equals(object input) method Equals (line 99) | public bool Equals(MarkForSeenWebNotificationResponse input) method GetHashCode (line 116) | public override int GetHashCode() method Validate (line 132) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/MarkUnmarkForDeleteDocumentsRequest.cs class MarkUnmarkForDeleteDocumentsRequest (line 30) | [DataContract] method MarkUnmarkForDeleteDocumentsRequest (line 36) | [JsonConstructorAttribute] method MarkUnmarkForDeleteDocumentsRequest (line 44) | public MarkUnmarkForDeleteDocumentsRequest(bool all = default(bool), i... method ToString (line 82) | public override string ToString() method ToJson (line 97) | public virtual string ToJson() method Equals (line 107) | public override bool Equals(object input) method Equals (line 117) | public bool Equals(MarkUnmarkForDeleteDocumentsRequest input) method GetHashCode (line 145) | public override int GetHashCode() method Validate (line 165) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/MarkUnmarkForDeleteDocumentsResponse.cs class MarkUnmarkForDeleteDocumentsResponse (line 30) | [DataContract] method MarkUnmarkForDeleteDocumentsResponse (line 36) | [JsonConstructorAttribute] method MarkUnmarkForDeleteDocumentsResponse (line 42) | public MarkUnmarkForDeleteDocumentsResponse(int countDeleted = default... method ToString (line 66) | public override string ToString() method ToJson (line 79) | public virtual string ToJson() method Equals (line 89) | public override bool Equals(object input) method Equals (line 99) | public bool Equals(MarkUnmarkForDeleteDocumentsResponse input) method GetHashCode (line 116) | public override int GetHashCode() method Validate (line 132) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/MarkUnmarkForDeleteProjectsReponse.cs class MarkUnmarkForDeleteProjectsReponse (line 30) | [DataContract] method MarkUnmarkForDeleteProjectsReponse (line 36) | [JsonConstructorAttribute] method MarkUnmarkForDeleteProjectsReponse (line 42) | public MarkUnmarkForDeleteProjectsReponse(int countDeleted = default(i... method ToString (line 66) | public override string ToString() method ToJson (line 79) | public virtual string ToJson() method Equals (line 89) | public override bool Equals(object input) method Equals (line 99) | public bool Equals(MarkUnmarkForDeleteProjectsReponse input) method GetHashCode (line 116) | public override int GetHashCode() method Validate (line 132) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/MarkUnmarkForDeleteProjectsRequest.cs class MarkUnmarkForDeleteProjectsRequest (line 30) | [DataContract] method MarkUnmarkForDeleteProjectsRequest (line 39) | public MarkUnmarkForDeleteProjectsRequest(bool all = default(bool), bo... method ToString (line 68) | public override string ToString() method ToJson (line 83) | public virtual string ToJson() method Equals (line 93) | public override bool Equals(object input) method Equals (line 103) | public bool Equals(MarkUnmarkForDeleteProjectsRequest input) method GetHashCode (line 131) | public override int GetHashCode() method Validate (line 151) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/MenuGroup.cs class MenuGroup (line 30) | [DataContract] method MenuGroup (line 36) | [JsonConstructorAttribute] method MenuGroup (line 44) | public MenuGroup(string name = default(string), bool _public = default... method ToString (line 95) | public override string ToString() method ToJson (line 112) | public virtual string ToJson() method Equals (line 122) | public override bool Equals(object input) method Equals (line 132) | public bool Equals(MenuGroup input) method GetHashCode (line 169) | public override int GetHashCode() method Validate (line 193) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/MenuItem.cs class MenuItem (line 30) | [DataContract] method MenuItem (line 36) | [JsonConstructorAttribute] method MenuItem (line 46) | public MenuItem(string name = default(string), string url = default(st... method ToString (line 122) | public override string ToString() method ToJson (line 141) | public virtual string ToJson() method Equals (line 151) | public override bool Equals(object input) method Equals (line 161) | public bool Equals(MenuItem input) method GetHashCode (line 208) | public override int GetHashCode() method Validate (line 236) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/Party.cs class Party (line 30) | [DataContract] method Party (line 36) | [JsonConstructorAttribute] method Party (line 47) | public Party(string name = default(string), string type = default(stri... method ToString (line 126) | public override string ToString() method ToJson (line 145) | public virtual string ToJson() method Equals (line 155) | public override bool Equals(object input) method Equals (line 165) | public bool Equals(Party input) method GetHashCode (line 212) | public override int GetHashCode() method Validate (line 240) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/PartySimilarity.cs class PartySimilarity (line 30) | [DataContract] method PartySimilarity (line 36) | [JsonConstructorAttribute] method PartySimilarity (line 43) | public PartySimilarity(decimal similarity = default(decimal), Document... method ToString (line 122) | public override string ToString() method ToJson (line 144) | public virtual string ToJson() method Equals (line 154) | public override bool Equals(object input) method Equals (line 164) | public bool Equals(PartySimilarity input) method GetHashCode (line 226) | public override int GetHashCode() method Validate (line 260) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/PartySimilarityForm.cs class PartySimilarityForm (line 30) | [DataContract] type SimilarityTypeEnum (line 36) | [JsonConverter(typeof(StringEnumConverter))] method PartySimilarityForm (line 61) | [JsonConstructorAttribute] method PartySimilarityForm (line 71) | public PartySimilarityForm(string runName = default(string), bool case... method ToString (line 154) | public override string ToString() method ToJson (line 171) | public virtual string ToJson() method Equals (line 181) | public override bool Equals(object input) method Equals (line 191) | public bool Equals(PartySimilarityForm input) method GetHashCode (line 228) | public override int GetHashCode() method Validate (line 252) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/PartyUsage.cs class PartyUsage (line 30) | [DataContract] method PartyUsage (line 37) | public PartyUsage(int count = default(int)) method ToString (line 124) | public override string ToString() method ToJson (line 149) | public virtual string ToJson() method Equals (line 159) | public override bool Equals(object input) method Equals (line 169) | public bool Equals(PartyUsage input) method GetHashCode (line 246) | public override int GetHashCode() method Validate (line 286) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/PercentUsage.cs class PercentUsage (line 30) | [DataContract] method PercentUsage (line 36) | [JsonConstructorAttribute] method PercentUsage (line 45) | public PercentUsage(decimal? amount = default(decimal?), string unitTy... method ToString (line 146) | public override string ToString() method ToJson (line 171) | public virtual string ToJson() method Equals (line 181) | public override bool Equals(object input) method Equals (line 191) | public bool Equals(PercentUsage input) method GetHashCode (line 268) | public override int GetHashCode() method Validate (line 308) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectActiveTasks.cs class ProjectActiveTasks (line 30) | [DataContract] method ProjectActiveTasks (line 36) | [JsonConstructorAttribute] method ProjectActiveTasks (line 46) | public ProjectActiveTasks(ProjectActiveTasksTasks tasks = default(Proj... method ToString (line 134) | public override string ToString() method ToJson (line 151) | public virtual string ToJson() method Equals (line 161) | public override bool Equals(object input) method Equals (line 171) | public bool Equals(ProjectActiveTasks input) method GetHashCode (line 208) | public override int GetHashCode() method Validate (line 232) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectActiveTasksTasks.cs class ProjectActiveTasksTasks (line 30) | [DataContract] type StatusEnum (line 36) | [JsonConverter(typeof(StringEnumConverter))] method ProjectActiveTasksTasks (line 91) | [JsonConstructorAttribute] method ProjectActiveTasksTasks (line 107) | public ProjectActiveTasksTasks(string id = default(string), string nam... method ToString (line 257) | public override string ToString() method ToJson (line 282) | public virtual string ToJson() method Equals (line 292) | public override bool Equals(object input) method Equals (line 302) | public bool Equals(ProjectActiveTasksTasks input) method GetHashCode (line 379) | public override int GetHashCode() method Validate (line 419) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectAnnotationsAssigneesResponse.cs class ProjectAnnotationsAssigneesResponse (line 30) | [DataContract] method ProjectAnnotationsAssigneesResponse (line 36) | [JsonConstructorAttribute] method ProjectAnnotationsAssigneesResponse (line 45) | public ProjectAnnotationsAssigneesResponse(int assigneeId = default(in... method ToString (line 117) | public override string ToString() method ToJson (line 133) | public virtual string ToJson() method Equals (line 143) | public override bool Equals(object input) method Equals (line 153) | public bool Equals(ProjectAnnotationsAssigneesResponse input) method GetHashCode (line 186) | public override int GetHashCode() method Validate (line 208) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectAppVar.cs class ProjectAppVar (line 30) | [DataContract] method ProjectAppVar (line 36) | [JsonConstructorAttribute] method ProjectAppVar (line 48) | public ProjectAppVar(string category = default(string), string name = ... method ToString (line 168) | public override string ToString() method ToJson (line 187) | public virtual string ToJson() method Equals (line 197) | public override bool Equals(object input) method Equals (line 207) | public bool Equals(ProjectAppVar input) method GetHashCode (line 254) | public override int GetHashCode() method Validate (line 282) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectClustering.cs class ProjectClustering (line 30) | [DataContract] method ProjectClustering (line 36) | [JsonConstructorAttribute] method ProjectClustering (line 44) | public ProjectClustering(Object metadata = default(Object), string rea... method ToString (line 114) | public override string ToString() method ToJson (line 134) | public virtual string ToJson() method Equals (line 144) | public override bool Equals(object input) method Equals (line 154) | public bool Equals(ProjectClustering input) method GetHashCode (line 207) | public override int GetHashCode() method Validate (line 237) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectClusteringDocumentClusters.cs class ProjectClusteringDocumentClusters (line 30) | [DataContract] method ProjectClusteringDocumentClusters (line 36) | [JsonConstructorAttribute] method ProjectClusteringDocumentClusters (line 43) | public ProjectClusteringDocumentClusters(int clusterId = default(int),... method ToString (line 86) | public override string ToString() method ToJson (line 102) | public virtual string ToJson() method Equals (line 112) | public override bool Equals(object input) method Equals (line 122) | public bool Equals(ProjectClusteringDocumentClusters input) method GetHashCode (line 154) | public override int GetHashCode() method Validate (line 176) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectClusteringDocumentClustersInner.cs class ProjectClusteringDocumentClustersInner (line 30) | [DataContract] method ProjectClusteringDocumentClustersInner (line 36) | [JsonConstructorAttribute] method ProjectClusteringDocumentClustersInner (line 43) | public ProjectClusteringDocumentClustersInner(int clusterId = default(... method ToString (line 86) | public override string ToString() method ToJson (line 102) | public virtual string ToJson() method Equals (line 112) | public override bool Equals(object input) method Equals (line 122) | public bool Equals(ProjectClusteringDocumentClustersInner input) method GetHashCode (line 154) | public override int GetHashCode() method Validate (line 176) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectClusteringStatusResponse.cs class ProjectClusteringStatusResponse (line 30) | [DataContract] method ProjectClusteringStatusResponse (line 36) | [JsonConstructorAttribute] method ProjectClusteringStatusResponse (line 45) | public ProjectClusteringStatusResponse(List documentClusters =... method ToString (line 118) | public override string ToString() method ToJson (line 134) | public virtual string ToJson() method Equals (line 144) | public override bool Equals(object input) method Equals (line 154) | public bool Equals(ProjectClusteringStatusResponse input) method GetHashCode (line 187) | public override int GetHashCode() method Validate (line 209) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectCreate.cs class ProjectCreate (line 30) | [DataContract] method ProjectCreate (line 36) | [JsonConstructorAttribute] method ProjectCreate (line 47) | public ProjectCreate(string name = default(string), string description... method ToString (line 114) | public override string ToString() method ToJson (line 133) | public virtual string ToJson() method Equals (line 143) | public override bool Equals(object input) method Equals (line 153) | public bool Equals(ProjectCreate input) method GetHashCode (line 202) | public override int GetHashCode() method Validate (line 230) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectDetail.cs class ProjectDetail (line 30) | [DataContract] method ProjectDetail (line 36) | [JsonConstructorAttribute] method ProjectDetail (line 61) | public ProjectDetail(string name = default(string), string description... method ToString (line 322) | public override string ToString() method ToJson (line 366) | public virtual string ToJson() method Equals (line 376) | public override bool Equals(object input) method Equals (line 386) | public bool Equals(ProjectDetail input) method GetHashCode (line 568) | public override int GetHashCode() method Validate (line 646) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectDetailOwnersData.cs class ProjectDetailOwnersData (line 30) | [DataContract] method ProjectDetailOwnersData (line 36) | [JsonConstructorAttribute] method ProjectDetailOwnersData (line 52) | public ProjectDetailOwnersData(string username = default(string), stri... method ToString (line 185) | public override string ToString() method ToJson (line 212) | public virtual string ToJson() method Equals (line 222) | public override bool Equals(object input) method Equals (line 232) | public bool Equals(ProjectDetailOwnersData input) method GetHashCode (line 320) | public override int GetHashCode() method Validate (line 364) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectDetailOwnersDataInner.cs class ProjectDetailOwnersDataInner (line 30) | [DataContract] method ProjectDetailOwnersDataInner (line 36) | [JsonConstructorAttribute] method ProjectDetailOwnersDataInner (line 52) | public ProjectDetailOwnersDataInner(string username = default(string),... method ToString (line 185) | public override string ToString() method ToJson (line 212) | public virtual string ToJson() method Equals (line 222) | public override bool Equals(object input) method Equals (line 232) | public bool Equals(ProjectDetailOwnersDataInner input) method GetHashCode (line 320) | public override int GetHashCode() method Validate (line 364) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectDocumentSimilarity.cs class ProjectDocumentSimilarity (line 30) | [DataContract] method ProjectDocumentSimilarity (line 36) | [JsonConstructorAttribute] method ProjectDocumentSimilarity (line 45) | public ProjectDocumentSimilarity(string documentAName = default(string... method ToString (line 135) | public override string ToString() method ToJson (line 154) | public virtual string ToJson() method Equals (line 164) | public override bool Equals(object input) method Equals (line 174) | public bool Equals(ProjectDocumentSimilarity input) method GetHashCode (line 221) | public override int GetHashCode() method Validate (line 249) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectDocumentSimilarityResponse.cs class ProjectDocumentSimilarityResponse (line 30) | [DataContract] method ProjectDocumentSimilarityResponse (line 36) | [JsonConstructorAttribute] method ProjectDocumentSimilarityResponse (line 45) | public ProjectDocumentSimilarityResponse(List IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectDocumentSimilarityResponseData.cs class ProjectDocumentSimilarityResponseData (line 30) | [DataContract] method ProjectDocumentSimilarityResponseData (line 36) | [JsonConstructorAttribute] method ProjectDocumentSimilarityResponseData (line 45) | public ProjectDocumentSimilarityResponseData(string documentAName = de... method ToString (line 135) | public override string ToString() method ToJson (line 154) | public virtual string ToJson() method Equals (line 164) | public override bool Equals(object input) method Equals (line 174) | public bool Equals(ProjectDocumentSimilarityResponseData input) method GetHashCode (line 221) | public override int GetHashCode() method Validate (line 249) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectDocumentSimilarityResponseDataInner.cs class ProjectDocumentSimilarityResponseDataInner (line 30) | [DataContract] method ProjectDocumentSimilarityResponseDataInner (line 36) | [JsonConstructorAttribute] method ProjectDocumentSimilarityResponseDataInner (line 45) | public ProjectDocumentSimilarityResponseDataInner(string documentAName... method ToString (line 135) | public override string ToString() method ToJson (line 154) | public virtual string ToJson() method Equals (line 164) | public override bool Equals(object input) method Equals (line 174) | public bool Equals(ProjectDocumentSimilarityResponseDataInner input) method GetHashCode (line 221) | public override int GetHashCode() method Validate (line 249) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectDocumentsAssigneesResponse.cs class ProjectDocumentsAssigneesResponse (line 30) | [DataContract] method ProjectDocumentsAssigneesResponse (line 36) | [JsonConstructorAttribute] method ProjectDocumentsAssigneesResponse (line 45) | public ProjectDocumentsAssigneesResponse(int assigneeId = default(int)... method ToString (line 117) | public override string ToString() method ToJson (line 133) | public virtual string ToJson() method Equals (line 143) | public override bool Equals(object input) method Equals (line 153) | public bool Equals(ProjectDocumentsAssigneesResponse input) method GetHashCode (line 186) | public override int GetHashCode() method Validate (line 208) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectDocumentsSimilarityByVectorsForm.cs class ProjectDocumentsSimilarityByVectorsForm (line 30) | [DataContract] type DistanceTypeEnum (line 36) | [JsonConverter(typeof(StringEnumConverter))] method ProjectDocumentsSimilarityByVectorsForm (line 181) | [JsonConstructorAttribute] method ProjectDocumentsSimilarityByVectorsForm (line 195) | public ProjectDocumentsSimilarityByVectorsForm(string runName = defaul... method ToString (line 342) | public override string ToString() method ToJson (line 363) | public virtual string ToJson() method Equals (line 373) | public override bool Equals(object input) method Equals (line 383) | public bool Equals(ProjectDocumentsSimilarityByVectorsForm input) method GetHashCode (line 440) | public override int GetHashCode() method Validate (line 472) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectList.cs class ProjectList (line 30) | [DataContract] method ProjectList (line 36) | [JsonConstructorAttribute] method ProjectList (line 47) | public ProjectList(string name = default(string), int status = default... method ToString (line 130) | public override string ToString() method ToJson (line 149) | public virtual string ToJson() method Equals (line 159) | public override bool Equals(object input) method Equals (line 169) | public bool Equals(ProjectList input) method GetHashCode (line 216) | public override int GetHashCode() method Validate (line 244) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectListStatusData.cs class ProjectListStatusData (line 30) | [DataContract] method ProjectListStatusData (line 36) | [JsonConstructorAttribute] method ProjectListStatusData (line 46) | public ProjectListStatusData(string name = default(string), string cod... method ToString (line 115) | public override string ToString() method ToJson (line 133) | public virtual string ToJson() method Equals (line 143) | public override bool Equals(object input) method Equals (line 153) | public bool Equals(ProjectListStatusData input) method GetHashCode (line 195) | public override int GetHashCode() method Validate (line 221) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectListTypeData.cs class ProjectListTypeData (line 30) | [DataContract] method ProjectListTypeData (line 36) | [JsonConstructorAttribute] method ProjectListTypeData (line 43) | public ProjectListTypeData(string code = default(string), string title... method ToString (line 90) | public override string ToString() method ToJson (line 105) | public virtual string ToJson() method Equals (line 115) | public override bool Equals(object input) method Equals (line 125) | public bool Equals(ProjectListTypeData input) method GetHashCode (line 152) | public override int GetHashCode() method Validate (line 172) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectProgressResponse.cs class ProjectProgressResponse (line 30) | [DataContract] method ProjectProgressResponse (line 36) | [JsonConstructorAttribute] method ProjectProgressResponse (line 46) | public ProjectProgressResponse(bool projectHasCompletedSessions = defa... method ToString (line 118) | public override string ToString() method ToJson (line 135) | public virtual string ToJson() method Equals (line 145) | public override bool Equals(object input) method Equals (line 155) | public bool Equals(ProjectProgressResponse input) method GetHashCode (line 192) | public override int GetHashCode() method Validate (line 216) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectProjectsIdAssignAnnotationsPOST404Response.cs class ProjectProjectsIdAssignAnnotationsPOST404Response (line 30) | [DataContract] method ProjectProjectsIdAssignAnnotationsPOST404Response (line 36) | [JsonConstructorAttribute] method ProjectProjectsIdAssignAnnotationsPOST404Response (line 42) | public ProjectProjectsIdAssignAnnotationsPOST404Response(string detail... method ToString (line 66) | public override string ToString() method ToJson (line 79) | public virtual string ToJson() method Equals (line 89) | public override bool Equals(object input) method Equals (line 99) | public bool Equals(ProjectProjectsIdAssignAnnotationsPOST404Response i... method GetHashCode (line 116) | public override int GetHashCode() method Validate (line 132) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectProjectsIdSetAnnotationStatusPOST200Response.cs class ProjectProjectsIdSetAnnotationStatusPOST200Response (line 30) | [DataContract] method ProjectProjectsIdSetAnnotationStatusPOST200Response (line 36) | [JsonConstructorAttribute] method ProjectProjectsIdSetAnnotationStatusPOST200Response (line 44) | public ProjectProjectsIdSetAnnotationStatusPOST200Response(int? succes... method ToString (line 92) | public override string ToString() method ToJson (line 107) | public virtual string ToJson() method Equals (line 117) | public override bool Equals(object input) method Equals (line 127) | public bool Equals(ProjectProjectsIdSetAnnotationStatusPOST200Response... method GetHashCode (line 154) | public override int GetHashCode() method Validate (line 174) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectSearchSimilarDocumentsRequest.cs class ProjectSearchSimilarDocumentsRequest (line 30) | [DataContract] type DistanceTypeEnum (line 36) | [JsonConverter(typeof(StringEnumConverter))] method ProjectSearchSimilarDocumentsRequest (line 188) | public ProjectSearchSimilarDocumentsRequest(string runName = default(s... method ToString (line 280) | public override string ToString() method ToJson (line 299) | public virtual string ToJson() method Equals (line 309) | public override bool Equals(object input) method Equals (line 319) | public bool Equals(ProjectSearchSimilarDocumentsRequest input) method GetHashCode (line 366) | public override int GetHashCode() method Validate (line 394) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectSearchSimilarTextUnitsRequest.cs class ProjectSearchSimilarTextUnitsRequest (line 30) | [DataContract] type DistanceTypeEnum (line 36) | [JsonConverter(typeof(StringEnumConverter))] type UnitTypeEnum (line 181) | [JsonConverter(typeof(StringEnumConverter))] method ProjectSearchSimilarTextUnitsRequest (line 217) | public ProjectSearchSimilarTextUnitsRequest(string runName = default(s... method ToString (line 340) | public override string ToString() method ToJson (line 363) | public virtual string ToJson() method Equals (line 373) | public override bool Equals(object input) method Equals (line 383) | public bool Equals(ProjectSearchSimilarTextUnitsRequest input) method GetHashCode (line 450) | public override int GetHashCode() method Validate (line 486) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectStats.cs class ProjectStats (line 30) | [DataContract] method ProjectStats (line 36) | [JsonConstructorAttribute] method ProjectStats (line 65) | public ProjectStats(int projectId = default(int), string name = defaul... method ToString (line 458) | public override string ToString() method ToJson (line 494) | public virtual string ToJson() method Equals (line 504) | public override bool Equals(object input) method Equals (line 514) | public bool Equals(ProjectStats input) method GetHashCode (line 646) | public override int GetHashCode() method Validate (line 708) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectTasks.cs class ProjectTasks (line 30) | [DataContract] type StatusEnum (line 36) | [JsonConverter(typeof(StringEnumConverter))] method ProjectTasks (line 91) | [JsonConstructorAttribute] method ProjectTasks (line 107) | public ProjectTasks(string id = default(string), string name = default... method ToString (line 257) | public override string ToString() method ToJson (line 282) | public virtual string ToJson() method Equals (line 292) | public override bool Equals(object input) method Equals (line 302) | public bool Equals(ProjectTasks input) method GetHashCode (line 379) | public override int GetHashCode() method Validate (line 419) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectTextUnitSimilarity.cs class ProjectTextUnitSimilarity (line 30) | [DataContract] method ProjectTextUnitSimilarity (line 36) | [JsonConstructorAttribute] method ProjectTextUnitSimilarity (line 46) | public ProjectTextUnitSimilarity(string documentAName = default(string... method ToString (line 194) | public override string ToString() method ToJson (line 221) | public virtual string ToJson() method Equals (line 231) | public override bool Equals(object input) method Equals (line 241) | public bool Equals(ProjectTextUnitSimilarity input) method GetHashCode (line 328) | public override int GetHashCode() method Validate (line 372) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectTextUnitsSimilarityByVectorsForm.cs class ProjectTextUnitsSimilarityByVectorsForm (line 30) | [DataContract] type DistanceTypeEnum (line 36) | [JsonConverter(typeof(StringEnumConverter))] type UnitTypeEnum (line 181) | [JsonConverter(typeof(StringEnumConverter))] method ProjectTextUnitsSimilarityByVectorsForm (line 212) | [JsonConstructorAttribute] method ProjectTextUnitsSimilarityByVectorsForm (line 230) | public ProjectTextUnitsSimilarityByVectorsForm(string runName = defaul... method ToString (line 436) | public override string ToString() method ToJson (line 461) | public virtual string ToJson() method Equals (line 471) | public override bool Equals(object input) method Equals (line 481) | public bool Equals(ProjectTextUnitsSimilarityByVectorsForm input) method GetHashCode (line 558) | public override int GetHashCode() method Validate (line 598) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectUpdate.cs class ProjectUpdate (line 30) | [DataContract] method ProjectUpdate (line 36) | [JsonConstructorAttribute] method ProjectUpdate (line 55) | public ProjectUpdate(string name = default(string), string description... method ToString (line 179) | public override string ToString() method ToJson (line 206) | public virtual string ToJson() method Equals (line 216) | public override bool Equals(object input) method Equals (line 226) | public bool Equals(ProjectUpdate input) method GetHashCode (line 319) | public override int GetHashCode() method Validate (line 363) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectUploadSessionFilesResponse.cs class ProjectUploadSessionFilesResponse (line 30) | [DataContract] method ProjectUploadSessionFilesResponse (line 36) | [JsonConstructorAttribute] method ProjectUploadSessionFilesResponse (line 42) | public ProjectUploadSessionFilesResponse(string status = default(string)) method ToString (line 66) | public override string ToString() method ToJson (line 79) | public virtual string ToJson() method Equals (line 89) | public override bool Equals(object input) method Equals (line 99) | public bool Equals(ProjectUploadSessionFilesResponse input) method GetHashCode (line 116) | public override int GetHashCode() method Validate (line 132) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectUploadSessionPOSTResponse.cs class ProjectUploadSessionPOSTResponse (line 30) | [DataContract] method ProjectUploadSessionPOSTResponse (line 36) | [JsonConstructorAttribute] method ProjectUploadSessionPOSTResponse (line 42) | public ProjectUploadSessionPOSTResponse(string status = default(string)) method ToString (line 66) | public override string ToString() method ToJson (line 79) | public virtual string ToJson() method Equals (line 89) | public override bool Equals(object input) method Equals (line 99) | public bool Equals(ProjectUploadSessionPOSTResponse input) method GetHashCode (line 116) | public override int GetHashCode() method Validate (line 132) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ProjectUploadSessionProgressResponse.cs class ProjectUploadSessionProgressResponse (line 30) | [DataContract] method ProjectUploadSessionProgressResponse (line 36) | [JsonConstructorAttribute] method ProjectUploadSessionProgressResponse (line 46) | public ProjectUploadSessionProgressResponse(int projectId = default(in... method ToString (line 137) | public override string ToString() method ToJson (line 154) | public virtual string ToJson() method Equals (line 164) | public override bool Equals(object input) method Equals (line 174) | public bool Equals(ProjectUploadSessionProgressResponse input) method GetHashCode (line 211) | public override int GetHashCode() method Validate (line 235) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/RatioUsage.cs class RatioUsage (line 30) | [DataContract] method RatioUsage (line 40) | public RatioUsage(decimal? amount = default(decimal?), decimal? amount... method ToString (line 133) | public override string ToString() method ToJson (line 158) | public virtual string ToJson() method Equals (line 168) | public override bool Equals(object input) method Equals (line 178) | public bool Equals(RatioUsage input) method GetHashCode (line 255) | public override int GetHashCode() method Validate (line 295) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/RawdbDocumentsPOSTRequest.cs class RawdbDocumentsPOSTRequest (line 30) | [DataContract] method RawdbDocumentsPOSTRequest (line 50) | public RawdbDocumentsPOSTRequest(string projectIds = default(string), ... method ToString (line 156) | public override string ToString() method ToJson (line 182) | public virtual string ToJson() method Equals (line 192) | public override bool Equals(object input) method Equals (line 202) | public bool Equals(RawdbDocumentsPOSTRequest input) method GetHashCode (line 285) | public override int GetHashCode() method Validate (line 327) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/Register.cs class Register (line 30) | [DataContract] method Register (line 36) | [JsonConstructorAttribute] method Register (line 45) | public Register(string username = default(string), string email = defa... method ToString (line 117) | public override string ToString() method ToJson (line 133) | public virtual string ToJson() method Equals (line 143) | public override bool Equals(object input) method Equals (line 153) | public bool Equals(Register input) method GetHashCode (line 185) | public override int GetHashCode() method Validate (line 207) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/RegulationUsage.cs class RegulationUsage (line 30) | [DataContract] method RegulationUsage (line 36) | [JsonConstructorAttribute] method RegulationUsage (line 44) | public RegulationUsage(string regulationType = default(string), string... method ToString (line 151) | public override string ToString() method ToJson (line 176) | public virtual string ToJson() method Equals (line 186) | public override bool Equals(object input) method Equals (line 196) | public bool Equals(RegulationUsage input) method GetHashCode (line 273) | public override int GetHashCode() method Validate (line 313) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/RestAuthCommonResponse.cs class RestAuthCommonResponse (line 30) | [DataContract] method RestAuthCommonResponse (line 36) | [JsonConstructorAttribute] method RestAuthCommonResponse (line 42) | public RestAuthCommonResponse(string detail = default(string)) method ToString (line 66) | public override string ToString() method ToJson (line 79) | public virtual string ToJson() method Equals (line 89) | public override bool Equals(object input) method Equals (line 99) | public bool Equals(RestAuthCommonResponse input) method GetHashCode (line 116) | public override int GetHashCode() method Validate (line 132) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ReviewStatus.cs class ReviewStatus (line 30) | [DataContract] method ReviewStatus (line 36) | [JsonConstructorAttribute] method ReviewStatus (line 46) | public ReviewStatus(string name = default(string), string code = defau... method ToString (line 115) | public override string ToString() method ToJson (line 133) | public virtual string ToJson() method Equals (line 143) | public override bool Equals(object input) method Equals (line 153) | public bool Equals(ReviewStatus input) method GetHashCode (line 195) | public override int GetHashCode() method Validate (line 221) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ReviewStatusDetail.cs class ReviewStatusDetail (line 30) | [DataContract] method ReviewStatusDetail (line 36) | [JsonConstructorAttribute] method ReviewStatusDetail (line 47) | public ReviewStatusDetail(string name = default(string), string code =... method ToString (line 132) | public override string ToString() method ToJson (line 151) | public virtual string ToJson() method Equals (line 161) | public override bool Equals(object input) method Equals (line 171) | public bool Equals(ReviewStatusDetail input) method GetHashCode (line 218) | public override int GetHashCode() method Validate (line 246) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ReviewStatusDetailGroupData.cs class ReviewStatusDetailGroupData (line 30) | [DataContract] method ReviewStatusDetailGroupData (line 36) | [JsonConstructorAttribute] method ReviewStatusDetailGroupData (line 45) | public ReviewStatusDetailGroupData(string name = default(string), stri... method ToString (line 106) | public override string ToString() method ToJson (line 123) | public virtual string ToJson() method Equals (line 133) | public override bool Equals(object input) method Equals (line 143) | public bool Equals(ReviewStatusDetailGroupData input) method GetHashCode (line 180) | public override int GetHashCode() method Validate (line 204) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/ReviewStatusGroup.cs class ReviewStatusGroup (line 30) | [DataContract] method ReviewStatusGroup (line 36) | [JsonConstructorAttribute] method ReviewStatusGroup (line 45) | public ReviewStatusGroup(string name = default(string), string code = ... method ToString (line 106) | public override string ToString() method ToJson (line 123) | public virtual string ToJson() method Equals (line 133) | public override bool Equals(object input) method Equals (line 143) | public bool Equals(ReviewStatusGroup input) method GetHashCode (line 180) | public override int GetHashCode() method Validate (line 204) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/SelectProjectsRequest.cs class SelectProjectsRequest (line 30) | [DataContract] method SelectProjectsRequest (line 36) | [JsonConstructorAttribute] method SelectProjectsRequest (line 42) | public SelectProjectsRequest(List projectIds = default(List)) method ToString (line 66) | public override string ToString() method ToJson (line 79) | public virtual string ToJson() method Equals (line 89) | public override bool Equals(object input) method Equals (line 99) | public bool Equals(SelectProjectsRequest input) method GetHashCode (line 117) | public override int GetHashCode() method Validate (line 133) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/SelectProjectsResponse.cs class SelectProjectsResponse (line 30) | [DataContract] method SelectProjectsResponse (line 36) | [JsonConstructorAttribute] method SelectProjectsResponse (line 45) | public SelectProjectsResponse(int savedFilterId = default(int), int us... method ToString (line 117) | public override string ToString() method ToJson (line 133) | public virtual string ToJson() method Equals (line 143) | public override bool Equals(object input) method Equals (line 153) | public bool Equals(SelectProjectsResponse input) method GetHashCode (line 186) | public override int GetHashCode() method Validate (line 208) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/SendClusterToProjectRequest.cs class SendClusterToProjectRequest (line 30) | [DataContract] method SendClusterToProjectRequest (line 36) | [JsonConstructorAttribute] method SendClusterToProjectRequest (line 43) | public SendClusterToProjectRequest(List clusterIds = default(List... method ToString (line 83) | public override string ToString() method ToJson (line 97) | public virtual string ToJson() method Equals (line 107) | public override bool Equals(object input) method Equals (line 117) | public bool Equals(SendClusterToProjectRequest input) method GetHashCode (line 140) | public override int GetHashCode() method Validate (line 158) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/SetProjectAnnotationsStatusAsyncResponse.cs class SetProjectAnnotationsStatusAsyncResponse (line 30) | [DataContract] method SetProjectAnnotationsStatusAsyncResponse (line 36) | [JsonConstructorAttribute] method SetProjectAnnotationsStatusAsyncResponse (line 43) | public SetProjectAnnotationsStatusAsyncResponse(Guid taskId = default(... method ToString (line 83) | public override string ToString() method ToJson (line 97) | public virtual string ToJson() method Equals (line 107) | public override bool Equals(object input) method Equals (line 117) | public bool Equals(SetProjectAnnotationsStatusAsyncResponse input) method GetHashCode (line 139) | public override int GetHashCode() method Validate (line 157) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/SetProjectAnnotationsStatusRequest.cs class SetProjectAnnotationsStatusRequest (line 30) | [DataContract] method SetProjectAnnotationsStatusRequest (line 41) | public SetProjectAnnotationsStatusRequest(int? statusId = default(int?... method ToString (line 85) | public override string ToString() method ToJson (line 102) | public virtual string ToJson() method Equals (line 112) | public override bool Equals(object input) method Equals (line 122) | public bool Equals(SetProjectAnnotationsStatusRequest input) method GetHashCode (line 161) | public override int GetHashCode() method Validate (line 185) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/SetProjectDocumentsStatusRequest.cs class SetProjectDocumentsStatusRequest (line 30) | [DataContract] method SetProjectDocumentsStatusRequest (line 40) | public SetProjectDocumentsStatusRequest(int? statusId = default(int?),... method ToString (line 77) | public override string ToString() method ToJson (line 93) | public virtual string ToJson() method Equals (line 103) | public override bool Equals(object input) method Equals (line 113) | public bool Equals(SetProjectDocumentsStatusRequest input) method GetHashCode (line 147) | public override int GetHashCode() method Validate (line 169) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/SimilarProjectTextUnitsRequest.cs class SimilarProjectTextUnitsRequest (line 30) | [DataContract] method SimilarProjectTextUnitsRequest (line 44) | public SimilarProjectTextUnitsRequest(int textMaxLength = default(int)... method ToString (line 116) | public override string ToString() method ToJson (line 136) | public virtual string ToJson() method Equals (line 146) | public override bool Equals(object input) method Equals (line 156) | public bool Equals(SimilarProjectTextUnitsRequest input) method GetHashCode (line 209) | public override int GetHashCode() method Validate (line 239) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/SimilarityForm.cs class SimilarityForm (line 30) | [DataContract] type ProjectEnum (line 36) | [JsonConverter(typeof(StringEnumConverter))] method SimilarityForm (line 67) | [JsonConstructorAttribute] method SimilarityForm (line 79) | public SimilarityForm(string runName = default(string), bool searchSim... method ToString (line 194) | public override string ToString() method ToJson (line 213) | public virtual string ToJson() method Equals (line 223) | public override bool Equals(object input) method Equals (line 233) | public bool Equals(SimilarityForm input) method GetHashCode (line 280) | public override int GetHashCode() method Validate (line 308) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/SimilarityPOSTObjectResponse.cs class SimilarityPOSTObjectResponse (line 30) | [DataContract] method SimilarityPOSTObjectResponse (line 36) | [JsonConstructorAttribute] method SimilarityPOSTObjectResponse (line 44) | public SimilarityPOSTObjectResponse(string detail = default(string), s... method ToString (line 82) | public override string ToString() method ToJson (line 97) | public virtual string ToJson() method Equals (line 107) | public override bool Equals(object input) method Equals (line 117) | public bool Equals(SimilarityPOSTObjectResponse input) method GetHashCode (line 144) | public override int GetHashCode() method Validate (line 164) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/SimilarityRun.cs class SimilarityRun (line 30) | [DataContract] method SimilarityRun (line 36) | [JsonConstructorAttribute] method SimilarityRun (line 48) | public SimilarityRun(string featureSource = default(string), string un... method ToString (line 131) | public override string ToString() method ToJson (line 152) | public virtual string ToJson() method Equals (line 162) | public override bool Equals(object input) method Equals (line 172) | public bool Equals(SimilarityRun input) method GetHashCode (line 229) | public override int GetHashCode() method Validate (line 261) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/SocialAccountsResponse.cs class SocialAccountsResponse (line 30) | [DataContract] method SocialAccountsResponse (line 36) | [JsonConstructorAttribute] method SocialAccountsResponse (line 42) | public SocialAccountsResponse(SocialAccountsResponseSocialAccounts soc... method ToString (line 66) | public override string ToString() method ToJson (line 79) | public virtual string ToJson() method Equals (line 89) | public override bool Equals(object input) method Equals (line 99) | public bool Equals(SocialAccountsResponse input) method GetHashCode (line 116) | public override int GetHashCode() method Validate (line 132) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/SocialAccountsResponseSocialAccounts.cs class SocialAccountsResponseSocialAccounts (line 30) | [DataContract] method SocialAccountsResponseSocialAccounts (line 36) | [JsonConstructorAttribute] method SocialAccountsResponseSocialAccounts (line 44) | public SocialAccountsResponseSocialAccounts(string name = default(stri... method ToString (line 100) | public override string ToString() method ToJson (line 115) | public virtual string ToJson() method Equals (line 125) | public override bool Equals(object input) method Equals (line 135) | public bool Equals(SocialAccountsResponseSocialAccounts input) method GetHashCode (line 162) | public override int GetHashCode() method Validate (line 182) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/SocialClientList.cs class SocialClientList (line 30) | [DataContract] type ProviderEnum (line 36) | [JsonConverter(typeof(StringEnumConverter))] method SocialClientList (line 73) | [JsonConstructorAttribute] method SocialClientList (line 82) | public SocialClientList(ProviderEnum provider = default(ProviderEnum),... method ToString (line 141) | public override string ToString() method ToJson (line 157) | public virtual string ToJson() method Equals (line 167) | public override bool Equals(object input) method Equals (line 177) | public bool Equals(SocialClientList input) method GetHashCode (line 209) | public override int GetHashCode() method Validate (line 231) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/SocialClientListUrls.cs class SocialClientListUrls (line 30) | [DataContract] method SocialClientListUrls (line 36) | [JsonConstructorAttribute] method SocialClientListUrls (line 45) | public SocialClientListUrls(string authorizeUrl = default(string), str... method ToString (line 117) | public override string ToString() method ToJson (line 133) | public virtual string ToJson() method Equals (line 143) | public override bool Equals(object input) method Equals (line 153) | public bool Equals(SocialClientListUrls input) method GetHashCode (line 185) | public override int GetHashCode() method Validate (line 207) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/SocialLogin.cs class SocialLogin (line 30) | [DataContract] method SocialLogin (line 39) | public SocialLogin(string accessToken = default(string), string code =... method ToString (line 68) | public override string ToString() method ToJson (line 83) | public virtual string ToJson() method Equals (line 93) | public override bool Equals(object input) method Equals (line 103) | public bool Equals(SocialLogin input) method GetHashCode (line 130) | public override int GetHashCode() method Validate (line 150) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/Task.cs class Task (line 30) | [DataContract] type StatusEnum (line 36) | [JsonConverter(typeof(StringEnumConverter))] method Task (line 98) | public Task(string pk = default(string), string name = default(string)... method ToString (line 179) | public override string ToString() method ToJson (line 202) | public virtual string ToJson() method Equals (line 212) | public override bool Equals(object input) method Equals (line 222) | public bool Equals(Task input) method GetHashCode (line 289) | public override int GetHashCode() method Validate (line 325) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/TaskIdResponse.cs class TaskIdResponse (line 30) | [DataContract] method TaskIdResponse (line 36) | [JsonConstructorAttribute] method TaskIdResponse (line 42) | public TaskIdResponse(Guid taskId = default(Guid)) method ToString (line 66) | public override string ToString() method ToJson (line 79) | public virtual string ToJson() method Equals (line 89) | public override bool Equals(object input) method Equals (line 99) | public bool Equals(TaskIdResponse input) method GetHashCode (line 116) | public override int GetHashCode() method Validate (line 132) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/TaskLogResponse.cs class TaskLogResponse (line 30) | [DataContract] method TaskLogResponse (line 36) | [JsonConstructorAttribute] method TaskLogResponse (line 45) | public TaskLogResponse(TaskLogResponseRecords records = default(TaskLo... method ToString (line 117) | public override string ToString() method ToJson (line 133) | public virtual string ToJson() method Equals (line 143) | public override bool Equals(object input) method Equals (line 153) | public bool Equals(TaskLogResponse input) method GetHashCode (line 185) | public override int GetHashCode() method Validate (line 207) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/TaskLogResponseRecords.cs class TaskLogResponseRecords (line 30) | [DataContract] method TaskLogResponseRecords (line 36) | [JsonConstructorAttribute] method TaskLogResponseRecords (line 46) | public TaskLogResponseRecords(string taskName = default(string), strin... method ToString (line 98) | public override string ToString() method ToJson (line 115) | public virtual string ToJson() method Equals (line 125) | public override bool Equals(object input) method Equals (line 135) | public bool Equals(TaskLogResponseRecords input) method GetHashCode (line 172) | public override int GetHashCode() method Validate (line 196) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/TaskQueue.cs class TaskQueue (line 30) | [DataContract] method TaskQueue (line 40) | public TaskQueue(string description = default(string), List docum... method ToString (line 113) | public override string ToString() method ToJson (line 135) | public virtual string ToJson() method Equals (line 145) | public override bool Equals(object input) method Equals (line 155) | public bool Equals(TaskQueue input) method GetHashCode (line 223) | public override int GetHashCode() method Validate (line 257) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/TaskQueueDocumentsData.cs class TaskQueueDocumentsData (line 30) | [DataContract] method TaskQueueDocumentsData (line 39) | public TaskQueueDocumentsData(string name = default(string), string de... method ToString (line 77) | public override string ToString() method ToJson (line 93) | public virtual string ToJson() method Equals (line 103) | public override bool Equals(object input) method Equals (line 113) | public bool Equals(TaskQueueDocumentsData input) method GetHashCode (line 145) | public override int GetHashCode() method Validate (line 167) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/TaskQueueDocumentsDataInner.cs class TaskQueueDocumentsDataInner (line 30) | [DataContract] method TaskQueueDocumentsDataInner (line 39) | public TaskQueueDocumentsDataInner(string name = default(string), stri... method ToString (line 77) | public override string ToString() method ToJson (line 93) | public virtual string ToJson() method Equals (line 103) | public override bool Equals(object input) method Equals (line 113) | public bool Equals(TaskQueueDocumentsDataInner input) method GetHashCode (line 145) | public override int GetHashCode() method Validate (line 167) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/TaskQueueReviewersData.cs class TaskQueueReviewersData (line 30) | [DataContract] method TaskQueueReviewersData (line 36) | [JsonConstructorAttribute] method TaskQueueReviewersData (line 42) | public TaskQueueReviewersData(string username = default(string)) method ToString (line 73) | public override string ToString() method ToJson (line 87) | public virtual string ToJson() method Equals (line 97) | public override bool Equals(object input) method Equals (line 107) | public bool Equals(TaskQueueReviewersData input) method GetHashCode (line 129) | public override int GetHashCode() method Validate (line 147) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/TaskQueueReviewersDataInner.cs class TaskQueueReviewersDataInner (line 30) | [DataContract] method TaskQueueReviewersDataInner (line 36) | [JsonConstructorAttribute] method TaskQueueReviewersDataInner (line 42) | public TaskQueueReviewersDataInner(string username = default(string)) method ToString (line 73) | public override string ToString() method ToJson (line 87) | public virtual string ToJson() method Equals (line 97) | public override bool Equals(object input) method Equals (line 107) | public bool Equals(TaskQueueReviewersDataInner input) method GetHashCode (line 129) | public override int GetHashCode() method Validate (line 147) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/TermTag.cs class TermTag (line 30) | [DataContract] method TermTag (line 37) | public TermTag(string name = default(string)) method ToString (line 58) | public override string ToString() method ToJson (line 72) | public virtual string ToJson() method Equals (line 82) | public override bool Equals(object input) method Equals (line 92) | public bool Equals(TermTag input) method GetHashCode (line 114) | public override int GetHashCode() method Validate (line 132) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/TermUsage.cs class TermUsage (line 30) | [DataContract] method TermUsage (line 37) | public TermUsage(int count = default(int)) method ToString (line 112) | public override string ToString() method ToJson (line 135) | public virtual string ToJson() method Equals (line 145) | public override bool Equals(object input) method Equals (line 155) | public bool Equals(TermUsage input) method GetHashCode (line 222) | public override int GetHashCode() method Validate (line 258) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/TextUnitClassification.cs class TextUnitClassification (line 30) | [DataContract] method TextUnitClassification (line 36) | [JsonConstructorAttribute] method TextUnitClassification (line 44) | public TextUnitClassification(string className = default(string), stri... method ToString (line 145) | public override string ToString() method ToJson (line 169) | public virtual string ToJson() method Equals (line 179) | public override bool Equals(object input) method Equals (line 189) | public bool Equals(TextUnitClassification input) method GetHashCode (line 261) | public override int GetHashCode() method Validate (line 299) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/TextUnitClassificationCreate.cs class TextUnitClassificationCreate (line 30) | [DataContract] method TextUnitClassificationCreate (line 36) | [JsonConstructorAttribute] method TextUnitClassificationCreate (line 44) | public TextUnitClassificationCreate(string className = default(string)... method ToString (line 112) | public override string ToString() method ToJson (line 129) | public virtual string ToJson() method Equals (line 139) | public override bool Equals(object input) method Equals (line 149) | public bool Equals(TextUnitClassificationCreate input) method GetHashCode (line 186) | public override int GetHashCode() method Validate (line 210) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/TextUnitClassifier.cs class TextUnitClassifier (line 30) | [DataContract] method TextUnitClassifier (line 36) | [JsonConstructorAttribute] method TextUnitClassifier (line 45) | public TextUnitClassifier(string name = default(string), string versio... method ToString (line 120) | public override string ToString() method ToJson (line 138) | public virtual string ToJson() method Equals (line 148) | public override bool Equals(object input) method Equals (line 158) | public bool Equals(TextUnitClassifier input) method GetHashCode (line 200) | public override int GetHashCode() method Validate (line 226) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/TextUnitClassifierSuggestion.cs class TextUnitClassifierSuggestion (line 30) | [DataContract] method TextUnitClassifierSuggestion (line 36) | [JsonConstructorAttribute] method TextUnitClassifierSuggestion (line 45) | public TextUnitClassifierSuggestion(string className = default(string)... method ToString (line 135) | public override string ToString() method ToJson (line 157) | public virtual string ToJson() method Equals (line 167) | public override bool Equals(object input) method Equals (line 177) | public bool Equals(TextUnitClassifierSuggestion input) method GetHashCode (line 239) | public override int GetHashCode() method Validate (line 273) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/TextUnitCluster.cs class TextUnitCluster (line 30) | [DataContract] method TextUnitCluster (line 36) | [JsonConstructorAttribute] method TextUnitCluster (line 48) | public TextUnitCluster(int clusterId = default(int), string name = def... method ToString (line 168) | public override string ToString() method ToJson (line 190) | public virtual string ToJson() method Equals (line 200) | public override bool Equals(object input) method Equals (line 210) | public bool Equals(TextUnitCluster input) method GetHashCode (line 273) | public override int GetHashCode() method Validate (line 307) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/TextUnitDjangoQL.cs class TextUnitDjangoQL (line 30) | [DataContract] method TextUnitDjangoQL (line 36) | [JsonConstructorAttribute] method TextUnitDjangoQL (line 45) | public TextUnitDjangoQL(string unitType = default(string), string text... method ToString (line 127) | public override string ToString() method ToJson (line 146) | public virtual string ToJson() method Equals (line 156) | public override bool Equals(object input) method Equals (line 166) | public bool Equals(TextUnitDjangoQL input) method GetHashCode (line 213) | public override int GetHashCode() method Validate (line 241) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/TextUnitSimilarity.cs class TextUnitSimilarity (line 30) | [DataContract] method TextUnitSimilarity (line 36) | [JsonConstructorAttribute] method TextUnitSimilarity (line 43) | public TextUnitSimilarity(decimal similarity = default(decimal), Docum... method ToString (line 146) | public override string ToString() method ToJson (line 172) | public virtual string ToJson() method Equals (line 182) | public override bool Equals(object input) method Equals (line 192) | public bool Equals(TextUnitSimilarity input) method GetHashCode (line 274) | public override int GetHashCode() method Validate (line 316) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/TextUnitSimilarityByFeaturesForm.cs class TextUnitSimilarityByFeaturesForm (line 30) | [DataContract] type FeatureSourceEnum (line 36) | [JsonConverter(typeof(StringEnumConverter))] type DistanceTypeEnum (line 103) | [JsonConverter(typeof(StringEnumConverter))] type UnitTypeEnum (line 248) | [JsonConverter(typeof(StringEnumConverter))] method TextUnitSimilarityByFeaturesForm (line 279) | [JsonConstructorAttribute] method TextUnitSimilarityByFeaturesForm (line 294) | public TextUnitSimilarityByFeaturesForm(string runName = default(strin... method ToString (line 447) | public override string ToString() method ToJson (line 469) | public virtual string ToJson() method Equals (line 479) | public override bool Equals(object input) method Equals (line 489) | public bool Equals(TextUnitSimilarityByFeaturesForm input) method GetHashCode (line 551) | public override int GetHashCode() method Validate (line 585) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/TrademarkUsage.cs class TrademarkUsage (line 30) | [DataContract] method TrademarkUsage (line 36) | [JsonConstructorAttribute] method TrademarkUsage (line 43) | public TrademarkUsage(string trademark = default(string), int count = ... method ToString (line 128) | public override string ToString() method ToJson (line 151) | public virtual string ToJson() method Equals (line 161) | public override bool Equals(object input) method Equals (line 171) | public bool Equals(TrademarkUsage input) method GetHashCode (line 238) | public override int GetHashCode() method Validate (line 274) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/Transformer.cs class Transformer (line 30) | [DataContract] method Transformer (line 36) | [JsonConstructorAttribute] method Transformer (line 42) | public Transformer(string name = default(string)) method ToString (line 73) | public override string ToString() method ToJson (line 87) | public virtual string ToJson() method Equals (line 97) | public override bool Equals(object input) method Equals (line 107) | public bool Equals(Transformer input) method GetHashCode (line 129) | public override int GetHashCode() method Validate (line 147) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/TusUploadSessionUploadSessionIdUploadPOST400Response.cs class TusUploadSessionUploadSessionIdUploadPOST400Response (line 30) | [DataContract] method TusUploadSessionUploadSessionIdUploadPOST400Response (line 37) | public TusUploadSessionUploadSessionIdUploadPOST400Response(string sta... method ToString (line 52) | public override string ToString() method ToJson (line 65) | public virtual string ToJson() method Equals (line 75) | public override bool Equals(object input) method Equals (line 85) | public bool Equals(TusUploadSessionUploadSessionIdUploadPOST400Respons... method GetHashCode (line 102) | public override int GetHashCode() method Validate (line 118) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/Typeahead.cs class Typeahead (line 30) | [DataContract] method Typeahead (line 36) | [JsonConstructorAttribute] method Typeahead (line 42) | public Typeahead(string q = default(string)) method ToString (line 66) | public override string ToString() method ToJson (line 79) | public virtual string ToJson() method Equals (line 89) | public override bool Equals(object input) method Equals (line 99) | public bool Equals(Typeahead input) method GetHashCode (line 116) | public override int GetHashCode() method Validate (line 132) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/UpdateProjectDocumentsFieldsRequest.cs class UpdateProjectDocumentsFieldsRequest (line 30) | [DataContract] method UpdateProjectDocumentsFieldsRequest (line 36) | [JsonConstructorAttribute] method UpdateProjectDocumentsFieldsRequest (line 46) | public UpdateProjectDocumentsFieldsRequest(bool all = default(bool), L... method ToString (line 98) | public override string ToString() method ToJson (line 115) | public virtual string ToJson() method Equals (line 125) | public override bool Equals(object input) method Equals (line 135) | public bool Equals(UpdateProjectDocumentsFieldsRequest input) method GetHashCode (line 174) | public override int GetHashCode() method Validate (line 198) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/UpdateProjectDocumentsFieldsResponse.cs class UpdateProjectDocumentsFieldsResponse (line 30) | [DataContract] method UpdateProjectDocumentsFieldsResponse (line 36) | [JsonConstructorAttribute] method UpdateProjectDocumentsFieldsResponse (line 44) | public UpdateProjectDocumentsFieldsResponse(Guid taskId = default(Guid... method ToString (line 100) | public override string ToString() method ToJson (line 115) | public virtual string ToJson() method Equals (line 125) | public override bool Equals(object input) method Equals (line 135) | public bool Equals(UpdateProjectDocumentsFieldsResponse input) method GetHashCode (line 164) | public override int GetHashCode() method Validate (line 184) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/Upload.cs class Upload (line 30) | [DataContract] method Upload (line 36) | [JsonConstructorAttribute] method Upload (line 50) | public Upload(Guid guid = default(Guid), string state = default(string... method ToString (line 139) | public override string ToString() method ToJson (line 161) | public virtual string ToJson() method Equals (line 171) | public override bool Equals(object input) method Equals (line 181) | public bool Equals(Upload input) method GetHashCode (line 243) | public override int GetHashCode() method Validate (line 277) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/UploadSessionBatchUploadRequest.cs class UploadSessionBatchUploadRequest (line 30) | [DataContract] method UploadSessionBatchUploadRequest (line 36) | [JsonConstructorAttribute] method UploadSessionBatchUploadRequest (line 42) | public UploadSessionBatchUploadRequest(string folder = default(string)) method ToString (line 66) | public override string ToString() method ToJson (line 79) | public virtual string ToJson() method Equals (line 89) | public override bool Equals(object input) method Equals (line 99) | public bool Equals(UploadSessionBatchUploadRequest input) method GetHashCode (line 116) | public override int GetHashCode() method Validate (line 132) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/UploadSessionCreate.cs class UploadSessionCreate (line 30) | [DataContract] method UploadSessionCreate (line 38) | public UploadSessionCreate(int project = default(int), int createdBy =... method ToString (line 84) | public override string ToString() method ToJson (line 102) | public virtual string ToJson() method Equals (line 112) | public override bool Equals(object input) method Equals (line 122) | public bool Equals(UploadSessionCreate input) method GetHashCode (line 164) | public override int GetHashCode() method Validate (line 190) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/UploadSessionDeleteFileRequest.cs class UploadSessionDeleteFileRequest (line 30) | [DataContract] method UploadSessionDeleteFileRequest (line 36) | [JsonConstructorAttribute] method UploadSessionDeleteFileRequest (line 42) | public UploadSessionDeleteFileRequest(string filename = default(string)) method ToString (line 66) | public override string ToString() method ToJson (line 79) | public virtual string ToJson() method Equals (line 89) | public override bool Equals(object input) method Equals (line 99) | public bool Equals(UploadSessionDeleteFileRequest input) method GetHashCode (line 116) | public override int GetHashCode() method Validate (line 132) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/UploadSessionDetail.cs class UploadSessionDetail (line 30) | [DataContract] method UploadSessionDetail (line 36) | [JsonConstructorAttribute] method UploadSessionDetail (line 44) | public UploadSessionDetail(int? project = default(int?), TaskQueueRevi... method ToString (line 114) | public override string ToString() method ToJson (line 134) | public virtual string ToJson() method Equals (line 144) | public override bool Equals(object input) method Equals (line 154) | public bool Equals(UploadSessionDetail input) method GetHashCode (line 206) | public override int GetHashCode() method Validate (line 236) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/UploadSessionUpdate.cs class UploadSessionUpdate (line 30) | [DataContract] method UploadSessionUpdate (line 39) | public UploadSessionUpdate(int? project = default(int?), int? createdB... method ToString (line 83) | public override string ToString() method ToJson (line 100) | public virtual string ToJson() method Equals (line 110) | public override bool Equals(object input) method Equals (line 120) | public bool Equals(UploadSessionUpdate input) method GetHashCode (line 157) | public override int GetHashCode() method Validate (line 181) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/UrlUsage.cs class UrlUsage (line 30) | [DataContract] method UrlUsage (line 36) | [JsonConstructorAttribute] method UrlUsage (line 43) | public UrlUsage(string sourceUrl = default(string), int count = defaul... method ToString (line 128) | public override string ToString() method ToJson (line 151) | public virtual string ToJson() method Equals (line 161) | public override bool Equals(object input) method Equals (line 171) | public bool Equals(UrlUsage input) method GetHashCode (line 238) | public override int GetHashCode() method Validate (line 274) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/User.cs class User (line 30) | [DataContract] method User (line 36) | [JsonConstructorAttribute] method User (line 52) | public User(string username = default(string), string lastName = defau... method ToString (line 185) | public override string ToString() method ToJson (line 212) | public virtual string ToJson() method Equals (line 222) | public override bool Equals(object input) method Equals (line 232) | public bool Equals(User input) method GetHashCode (line 320) | public override int GetHashCode() method Validate (line 364) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/UserProfile.cs class UserProfile (line 30) | [DataContract] method UserProfile (line 41) | public UserProfile(string lastName = default(string), string firstName... method ToString (line 118) | public override string ToString() method ToJson (line 140) | public virtual string ToJson() method Equals (line 150) | public override bool Equals(object input) method Equals (line 160) | public bool Equals(UserProfile input) method GetHashCode (line 223) | public override int GetHashCode() method Validate (line 257) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/UserStats.cs class UserStats (line 30) | [DataContract] method UserStats (line 36) | [JsonConstructorAttribute] method UserStats (line 55) | public UserStats(int id = default(int), string userName = default(stri... method ToString (line 288) | public override string ToString() method ToJson (line 314) | public virtual string ToJson() method Equals (line 324) | public override bool Equals(object input) method Equals (line 334) | public bool Equals(UserStats input) method GetHashCode (line 416) | public override int GetHashCode() method Validate (line 458) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/VerifyAuthTokenRequest.cs class VerifyAuthTokenRequest (line 30) | [DataContract] method VerifyAuthTokenRequest (line 36) | [JsonConstructorAttribute] method VerifyAuthTokenRequest (line 42) | public VerifyAuthTokenRequest(string authToken = default(string)) method ToString (line 66) | public override string ToString() method ToJson (line 79) | public virtual string ToJson() method Equals (line 89) | public override bool Equals(object input) method Equals (line 99) | public bool Equals(VerifyAuthTokenRequest input) method GetHashCode (line 116) | public override int GetHashCode() method Validate (line 132) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/VerifyAuthTokenResponse.cs class VerifyAuthTokenResponse (line 30) | [DataContract] method VerifyAuthTokenResponse (line 36) | [JsonConstructorAttribute] method VerifyAuthTokenResponse (line 45) | public VerifyAuthTokenResponse(string key = default(string), string us... method ToString (line 117) | public override string ToString() method ToJson (line 133) | public virtual string ToJson() method Equals (line 143) | public override bool Equals(object input) method Equals (line 153) | public bool Equals(VerifyAuthTokenResponse input) method GetHashCode (line 185) | public override int GetHashCode() method Validate (line 207) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/VerifyEmail.cs class VerifyEmail (line 30) | [DataContract] method VerifyEmail (line 36) | [JsonConstructorAttribute] method VerifyEmail (line 42) | public VerifyEmail(string key = default(string)) method ToString (line 66) | public override string ToString() method ToJson (line 79) | public virtual string ToJson() method Equals (line 89) | public override bool Equals(object input) method Equals (line 99) | public bool Equals(VerifyEmail input) method GetHashCode (line 116) | public override int GetHashCode() method Validate (line 132) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/WebNotificationDetail.cs class WebNotificationDetail (line 30) | [DataContract] method WebNotificationDetail (line 38) | public WebNotificationDetail(bool isSeen = default(bool), WebNotificat... method ToString (line 60) | public override string ToString() method ToJson (line 74) | public virtual string ToJson() method Equals (line 84) | public override bool Equals(object input) method Equals (line 94) | public bool Equals(WebNotificationDetail input) method GetHashCode (line 116) | public override int GetHashCode() method Validate (line 134) | IEnumerable IV... FILE: sdk/csharp/sdk/src/Org.OpenAPITools/Model/WebNotificationDetailNotification.cs class WebNotificationDetailNotification (line 30) | [DataContract] type NotificationTypeEnum (line 37) | [JsonConverter(typeof(StringEnumConverter))] method WebNotificationDetailNotification (line 138) | public WebNotificationDetailNotification(Object messageData = default(... method ToString (line 183) | public override string ToString() method ToJson (line 201) | public virtual string ToJson() method Equals (line 211) | public override bool Equals(object input) method Equals (line 221) | public bool Equals(WebNotificationDetailNotification input) method GetHashCode (line 263) | public override int GetHashCode() method Validate (line 289) | IEnumerable IV... FILE: sdk/java/sdk/src/main/java/org/openapitools/client/ApiCallback.java type ApiCallback (line 26) | public interface ApiCallback { method onFailure (line 34) | void onFailure(ApiException e, int statusCode, Map> res... method onUploadProgress (line 52) | void onUploadProgress(long bytesWritten, long contentLength, boolean d... method onDownloadProgress (line 61) | void onDownloadProgress(long bytesRead, long contentLength, boolean do... FILE: sdk/java/sdk/src/main/java/org/openapitools/client/ApiClient.java class ApiClient (line 61) | public class ApiClient { method ApiClient (line 88) | public ApiClient() { method ApiClient (line 103) | public ApiClient(OkHttpClient client) { method initHttpClient (line 114) | private void initHttpClient() { method initHttpClient (line 118) | private void initHttpClient(List interceptors) { method init (line 128) | private void init() { method getBasePath (line 144) | public String getBasePath() { method setBasePath (line 154) | public ApiClient setBasePath(String basePath) { method getHttpClient (line 164) | public OkHttpClient getHttpClient() { method setHttpClient (line 175) | public ApiClient setHttpClient(OkHttpClient newHttpClient) { method getJSON (line 185) | public JSON getJSON() { method setJSON (line 195) | public ApiClient setJSON(JSON json) { method isVerifyingSsl (line 205) | public boolean isVerifyingSsl() { method setVerifyingSsl (line 217) | public ApiClient setVerifyingSsl(boolean verifyingSsl) { method getSslCaCert (line 228) | public InputStream getSslCaCert() { method setSslCaCert (line 239) | public ApiClient setSslCaCert(InputStream sslCaCert) { method getKeyManagers (line 250) | public KeyManager[] getKeyManagers() { method setKeyManagers (line 261) | public ApiClient setKeyManagers(KeyManager[] managers) { method getDateFormat (line 272) | public DateFormat getDateFormat() { method setDateFormat (line 282) | public ApiClient setDateFormat(DateFormat dateFormat) { method setSqlDateFormat (line 293) | public ApiClient setSqlDateFormat(DateFormat dateFormat) { method setOffsetDateTimeFormat (line 304) | public ApiClient setOffsetDateTimeFormat(DateTimeFormatter dateFormat) { method setLocalDateFormat (line 315) | public ApiClient setLocalDateFormat(DateTimeFormatter dateFormat) { method setLenientOnJson (line 326) | public ApiClient setLenientOnJson(boolean lenientOnJson) { method getAuthentications (line 336) | public Map getAuthentications() { method getAuthentication (line 346) | public Authentication getAuthentication(String authName) { method setUsername (line 356) | public void setUsername(String username) { method setPassword (line 371) | public void setPassword(String password) { method setApiKey (line 386) | public void setApiKey(String apiKey) { method setApiKeyPrefix (line 401) | public void setApiKeyPrefix(String apiKeyPrefix) { method setAccessToken (line 416) | public void setAccessToken(String accessToken) { method setUserAgent (line 426) | public ApiClient setUserAgent(String userAgent) { method addDefaultHeader (line 438) | public ApiClient addDefaultHeader(String key, String value) { method addDefaultCookie (line 450) | public ApiClient addDefaultCookie(String key, String value) { method isDebugging (line 460) | public boolean isDebugging() { method setDebugging (line 470) | public ApiClient setDebugging(boolean debugging) { method getTempFolderPath (line 495) | public String getTempFolderPath() { method setTempFolderPath (line 505) | public ApiClient setTempFolderPath(String tempFolderPath) { method getConnectTimeout (line 515) | public int getConnectTimeout() { method setConnectTimeout (line 527) | public ApiClient setConnectTimeout(int connectionTimeout) { method getReadTimeout (line 537) | public int getReadTimeout() { method setReadTimeout (line 549) | public ApiClient setReadTimeout(int readTimeout) { method getWriteTimeout (line 559) | public int getWriteTimeout() { method setWriteTimeout (line 571) | public ApiClient setWriteTimeout(int writeTimeout) { method parameterToString (line 583) | public String parameterToString(Object param) { method parameterToPair (line 613) | public List parameterToPair(String name, Object value) { method parameterToPairs (line 635) | public List parameterToPairs(String collectionFormat, String nam... method collectionPathParameterToString (line 682) | public String collectionPathParameterToString(String collectionFormat,... method sanitizeFilename (line 716) | public String sanitizeFilename(String filename) { method isJsonMime (line 731) | public boolean isJsonMime(String mime) { method selectHeaderAccept (line 745) | public String selectHeaderAccept(String[] accepts) { method selectHeaderContentType (line 766) | public String selectHeaderContentType(String[] contentTypes) { method escapeString (line 790) | public String escapeString(String str) { method deserialize (line 809) | @SuppressWarnings("unchecked") method serialize (line 869) | public RequestBody serialize(Object obj, String contentType) throws Ap... method downloadFileFromResponse (line 898) | public File downloadFileFromResponse(Response response) throws ApiExce... method prepareDownloadFile (line 917) | public File prepareDownloadFile(Response response) throws IOException { method execute (line 961) | public ApiResponse execute(Call call) throws ApiException { method execute (line 976) | public ApiResponse execute(Call call, Type returnType) throws A... method executeAsync (line 993) | public void executeAsync(Call call, ApiCallback callback) { method executeAsync (line 1006) | @SuppressWarnings("unchecked") method handleResponse (line 1041) | public T handleResponse(Response response, Type returnType) throws... method buildCall (line 1087) | public Call buildCall(String baseUrl, String path, String method, List... method buildRequest (line 1110) | public Request buildRequest(String baseUrl, String path, String method... method buildUrl (line 1171) | public String buildUrl(String baseUrl, String path, List queryPa... method processHeaderParams (line 1222) | public void processHeaderParams(Map headerParams, Requ... method processCookieParams (line 1239) | public void processCookieParams(Map cookieParams, Requ... method updateParamsForAuth (line 1262) | public void updateParamsForAuth(String[] authNames, List queryPa... method buildRequestBodyFormEncoding (line 1279) | public RequestBody buildRequestBodyFormEncoding(Map fo... method buildRequestBodyMultipart (line 1294) | public RequestBody buildRequestBodyMultipart(Map formP... method guessContentTypeFromFile (line 1321) | public String guessContentTypeFromFile(File file) { method addPartToMultiPartBuilder (line 1337) | private void addPartToMultiPartBuilder(MultipartBody.Builder mpBuilder... method getProgressInterceptor (line 1347) | private Interceptor getProgressInterceptor() { method applySslSettings (line 1368) | private void applySslSettings() { method newEmptyKeyStore (line 1430) | private KeyStore newEmptyKeyStore(char[] password) throws GeneralSecur... method requestBodyToString (line 1447) | private String requestBodyToString(RequestBody requestBody) throws Api... FILE: sdk/java/sdk/src/main/java/org/openapitools/client/ApiException.java class ApiException (line 24) | @SuppressWarnings("serial") method ApiException (line 34) | public ApiException() {} method ApiException (line 41) | public ApiException(Throwable throwable) { method ApiException (line 50) | public ApiException(String message) { method ApiException (line 63) | public ApiException(String message, Throwable throwable, int code, Map... method ApiException (line 78) | public ApiException(String message, int code, Map... method ApiException (line 90) | public ApiException(String message, Throwable throwable, int code, Map... method ApiException (line 101) | public ApiException(int code, Map> responseHeader... method ApiException (line 111) | public ApiException(int code, String message) { method ApiException (line 124) | public ApiException(int code, String message, Map... method getCode (line 135) | public int getCode() { method getResponseHeaders (line 144) | public Map> getResponseHeaders() { method getResponseBody (line 153) | public String getResponseBody() { method getMessage (line 162) | public String getMessage() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/ApiResponse.java class ApiResponse (line 22) | public class ApiResponse { method ApiResponse (line 33) | public ApiResponse(int statusCode, Map> headers) { method ApiResponse (line 44) | public ApiResponse(int statusCode, Map> headers, ... method getStatusCode (line 55) | public int getStatusCode() { method getHeaders (line 64) | public Map> getHeaders() { method getData (line 73) | public T getData() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/Configuration.java class Configuration (line 16) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method getDefaultApiClient (line 26) | public static ApiClient getDefaultApiClient() { method setDefaultApiClient (line 36) | public static void setDefaultApiClient(ApiClient apiClient) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/GzipRequestInterceptor.java class GzipRequestInterceptor (line 29) | class GzipRequestInterceptor implements Interceptor { method intercept (line 30) | @Override method forceContentLength (line 44) | private RequestBody forceContentLength(final RequestBody requestBody) ... method gzip (line 65) | private RequestBody gzip(final RequestBody body) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/JSON.java class JSON (line 49) | public class JSON { method createGson (line 58) | @SuppressWarnings("unchecked") method getDiscriminatorValue (line 66) | private static String getDiscriminatorValue(JsonElement readElement, S... method getClassByDiscriminator (line 81) | private static Class getClassByDiscriminator(Map classByDiscriminatorV... method getGson (line 302) | public static Gson getGson() { method setGson (line 311) | public static void setGson(Gson gson) { method setLenientOnJson (line 315) | public static void setLenientOnJson(boolean lenientOnJson) { method serialize (line 325) | public static String serialize(Object obj) { method deserialize (line 337) | @SuppressWarnings("unchecked") class ByteArrayAdapter (line 362) | public static class ByteArrayAdapter extends TypeAdapter { method write (line 364) | @Override method read (line 373) | @Override class OffsetDateTimeTypeAdapter (line 390) | public static class OffsetDateTimeTypeAdapter extends TypeAdapter { method LocalDateTypeAdapter (line 438) | public LocalDateTypeAdapter() { method LocalDateTypeAdapter (line 442) | public LocalDateTypeAdapter(DateTimeFormatter formatter) { method setFormat (line 446) | public void setFormat(DateTimeFormatter dateFormat) { method write (line 450) | @Override method read (line 459) | @Override method setOffsetDateTimeFormat (line 472) | public static void setOffsetDateTimeFormat(DateTimeFormatter dateForma... method setLocalDateFormat (line 476) | public static void setLocalDateFormat(DateTimeFormatter dateFormat) { class SqlDateTypeAdapter (line 485) | public static class SqlDateTypeAdapter extends TypeAdapter { method DateTypeAdapter (line 542) | public DateTypeAdapter() {} method DateTypeAdapter (line 544) | public DateTypeAdapter(DateFormat dateFormat) { method setFormat (line 548) | public void setFormat(DateFormat dateFormat) { method write (line 552) | @Override method read (line 567) | @Override method setDateFormat (line 591) | public static void setDateFormat(DateFormat dateFormat) { method setSqlDateFormat (line 595) | public static void setSqlDateFormat(DateFormat dateFormat) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/Pair.java class Pair (line 16) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method Pair (line 21) | public Pair (String name, String value) { method setName (line 26) | private void setName(String name) { method setValue (line 34) | private void setValue(String value) { method getName (line 42) | public String getName() { method getValue (line 46) | public String getValue() { method isValidString (line 50) | private boolean isValidString(String arg) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/ProgressRequestBody.java class ProgressRequestBody (line 27) | public class ProgressRequestBody extends RequestBody { method ProgressRequestBody (line 33) | public ProgressRequestBody(RequestBody requestBody, ApiCallback callba... method contentType (line 38) | @Override method contentLength (line 43) | @Override method writeTo (line 48) | @Override method sink (line 55) | private Sink sink(Sink sink) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/ProgressResponseBody.java class ProgressResponseBody (line 27) | public class ProgressResponseBody extends ResponseBody { method ProgressResponseBody (line 33) | public ProgressResponseBody(ResponseBody responseBody, ApiCallback cal... method contentType (line 38) | @Override method contentLength (line 43) | @Override method source (line 48) | @Override method source (line 56) | private Source source(Source source) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/ServerConfiguration.java class ServerConfiguration (line 8) | public class ServerConfiguration { method ServerConfiguration (line 18) | public ServerConfiguration(String URL, String description, Map variables) { method URL (line 55) | public String URL() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/ServerVariable.java class ServerVariable (line 8) | public class ServerVariable { method ServerVariable (line 18) | public ServerVariable(String description, String defaultValue, HashSet... FILE: sdk/java/sdk/src/main/java/org/openapitools/client/StringUtil.java class StringUtil (line 19) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method containsIgnoreCase (line 28) | public static boolean containsIgnoreCase(String[] array, String value) { method join (line 51) | public static String join(String[] array, String separator) { method join (line 72) | public static String join(Collection list, String separator) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/api/AnalyzeApi.java class AnalyzeApi (line 55) | public class AnalyzeApi { method AnalyzeApi (line 60) | public AnalyzeApi() { method AnalyzeApi (line 64) | public AnalyzeApi(ApiClient apiClient) { method getApiClient (line 68) | public ApiClient getApiClient() { method setApiClient (line 72) | public void setApiClient(ApiClient apiClient) { method getHostIndex (line 76) | public int getHostIndex() { method setHostIndex (line 80) | public void setHostIndex(int hostIndex) { method getCustomBaseUrl (line 84) | public String getCustomBaseUrl() { method setCustomBaseUrl (line 88) | public void setCustomBaseUrl(String customBaseUrl) { method analyzeDocumentClusterGETCall (line 104) | public okhttp3.Call analyzeDocumentClusterGETCall(Map ... method analyzeDocumentClusterGETValidateBeforeCall (line 153) | @SuppressWarnings("rawtypes") method analyzeDocumentClusterGET (line 174) | public List analyzeDocumentClusterGET(Map> analyzeDocumentClusterGETWit... method analyzeDocumentClusterGETAsync (line 210) | public okhttp3.Call analyzeDocumentClusterGETAsync(Map... method analyzeDocumentClusterIdGETCall (line 230) | public okhttp3.Call analyzeDocumentClusterIdGETCall(String id, Map analyzeDocumentClusterIdGETWithHtt... method analyzeDocumentClusterIdGETAsync (line 345) | public okhttp3.Call analyzeDocumentClusterIdGETAsync(String id, Map analyzeDocumentClusterIdPATC... method analyzeDocumentClusterIdPATCHAsync (line 476) | public okhttp3.Call analyzeDocumentClusterIdPATCHAsync(String id, Docu... method analyzeDocumentClusterIdPUTCall (line 496) | public okhttp3.Call analyzeDocumentClusterIdPUTCall(String id, Documen... method analyzeDocumentClusterIdPUTValidateBeforeCall (line 542) | @SuppressWarnings("rawtypes") method analyzeDocumentClusterIdPUT (line 569) | public DocumentClusterUpdate analyzeDocumentClusterIdPUT(String id, Do... method analyzeDocumentClusterIdPUTWithHttpInfo (line 587) | public ApiResponse analyzeDocumentClusterIdPUTW... method analyzeDocumentClusterIdPUTAsync (line 607) | public okhttp3.Call analyzeDocumentClusterIdPUTAsync(String id, Docume... method analyzeDocumentSimilarityListGETCall (line 626) | public okhttp3.Call analyzeDocumentSimilarityListGETCall(Map analyzeDocumentSimilarityListGET(Map> analyzeDocumentSimilarity... method analyzeDocumentSimilarityListGETAsync (line 732) | public okhttp3.Call analyzeDocumentSimilarityListGETAsync(Map analyzeDocumentTransformerListGET(Map> analyzeDocumentTransformerListGE... method analyzeDocumentTransformerListGETAsync (line 857) | public okhttp3.Call analyzeDocumentTransformerListGETAsync(Map jqFi... method analyzeMlModelListGETValidateBeforeCall (line 925) | @SuppressWarnings("rawtypes") method analyzeMlModelListGET (line 946) | public List analyzeMlModelListGET(Map jqFilte... method analyzeMlModelListGETWithHttpInfo (line 963) | public ApiResponse> analyzeMlModelListGETWithHttpInfo(Ma... method analyzeMlModelListGETAsync (line 982) | public okhttp3.Call analyzeMlModelListGETAsync(Map jqF... method analyzePartySimilarityListGETCall (line 1001) | public okhttp3.Call analyzePartySimilarityListGETCall(Map analyzePartySimilarityListGET(Map> analyzePartySimilarityListGE... method analyzePartySimilarityListGETAsync (line 1107) | public okhttp3.Call analyzePartySimilarityListGETAsync(Map analyzeProjectDo... method analyzeProjectDocumentSimilarityListGETAsync (line 1256) | public okhttp3.Call analyzeProjectDocumentSimilarityListGETAsync(Integ... method analyzeProjectTextUnitSimilarityListGETCall (line 1283) | public okhttp3.Call analyzeProjectTextUnitSimilarityListGETCall(Map analyzeProjectTextUnitSimilarit... method analyzeProjectTextUnitSimilarityListGETWithHttpInfo (line 1418) | public ApiResponse> analyzeProjectText... method analyzeProjectTextUnitSimilarityListGETAsync (line 1445) | public okhttp3.Call analyzeProjectTextUnitSimilarityListGETAsync(Map analyzeProjectTextUnitSi... method analyzeProjectTextUnitSimilarityListPOSTAsync (line 1566) | public okhttp3.Call analyzeProjectTextUnitSimilarityListPOSTAsync(Simi... method analyzeSimilarityRunsGETCall (line 1587) | public okhttp3.Call analyzeSimilarityRunsGETCall(String unitSource, In... method analyzeSimilarityRunsGETValidateBeforeCall (line 1644) | @SuppressWarnings("rawtypes") method analyzeSimilarityRunsGET (line 1667) | public List analyzeSimilarityRunsGET(String unitSource,... method analyzeSimilarityRunsGETWithHttpInfo (line 1686) | public ApiResponse> analyzeSimilarityRunsGETWithHt... method analyzeSimilarityRunsGETAsync (line 1707) | public okhttp3.Call analyzeSimilarityRunsGETAsync(String unitSource, I... method analyzeSimilarityRunsIdDELETECall (line 1728) | public okhttp3.Call analyzeSimilarityRunsIdDELETECall(String id, Strin... method analyzeSimilarityRunsIdDELETEValidateBeforeCall (line 1782) | @SuppressWarnings("rawtypes") method analyzeSimilarityRunsIdDELETE (line 1809) | public void analyzeSimilarityRunsIdDELETE(String id, String unitSource... method analyzeSimilarityRunsIdDELETEWithHttpInfo (line 1827) | public ApiResponse analyzeSimilarityRunsIdDELETEWithHttpInfo(Str... method analyzeSimilarityRunsIdDELETEAsync (line 1847) | public okhttp3.Call analyzeSimilarityRunsIdDELETEAsync(String id, Stri... method analyzeSimilarityRunsIdGETCall (line 1868) | public okhttp3.Call analyzeSimilarityRunsIdGETCall(String id, String u... method analyzeSimilarityRunsIdGETValidateBeforeCall (line 1926) | @SuppressWarnings("rawtypes") method analyzeSimilarityRunsIdGET (line 1955) | public SimilarityRun analyzeSimilarityRunsIdGET(String id, String unit... method analyzeSimilarityRunsIdGETWithHttpInfo (line 1975) | public ApiResponse analyzeSimilarityRunsIdGETWithHttpIn... method analyzeSimilarityRunsIdGETAsync (line 1997) | public okhttp3.Call analyzeSimilarityRunsIdGETAsync(String id, String ... method analyzeTextUnitClassificationsGETCall (line 2016) | public okhttp3.Call analyzeTextUnitClassificationsGETCall(Map analyzeTextUnitClassificationsGET(... method analyzeTextUnitClassificationsGETWithHttpInfo (line 2103) | public ApiResponse> analyzeTextUnitClassi... method analyzeTextUnitClassificationsGETAsync (line 2122) | public okhttp3.Call analyzeTextUnitClassificationsGETAsync(Map analyzeTextUnitClassificationsIdDELETEWithHtt... method analyzeTextUnitClassificationsIdDELETEAsync (line 2246) | public okhttp3.Call analyzeTextUnitClassificationsIdDELETEAsync(String... method analyzeTextUnitClassificationsIdGETCall (line 2265) | public okhttp3.Call analyzeTextUnitClassificationsIdGETCall(String id,... method analyzeTextUnitClassificationsIdGETValidateBeforeCall (line 2315) | @SuppressWarnings("rawtypes") method analyzeTextUnitClassificationsIdGET (line 2342) | public TextUnitClassification analyzeTextUnitClassificationsIdGET(Stri... method analyzeTextUnitClassificationsIdGETWithHttpInfo (line 2360) | public ApiResponse analyzeTextUnitClassificati... method analyzeTextUnitClassificationsIdGETAsync (line 2380) | public okhttp3.Call analyzeTextUnitClassificationsIdGETAsync(String id... method analyzeTextUnitClassificationsPOSTCall (line 2399) | public okhttp3.Call analyzeTextUnitClassificationsPOSTCall(TextUnitCla... method analyzeTextUnitClassificationsPOSTValidateBeforeCall (line 2444) | @SuppressWarnings("rawtypes") method analyzeTextUnitClassificationsPOST (line 2465) | public TextUnitClassificationCreate analyzeTextUnitClassificationsPOST... method analyzeTextUnitClassificationsPOSTWithHttpInfo (line 2482) | public ApiResponse analyzeTextUnitClassi... method analyzeTextUnitClassificationsPOSTAsync (line 2501) | public okhttp3.Call analyzeTextUnitClassificationsPOSTAsync(TextUnitCl... method analyzeTextUnitClassifierSuggestionsGETCall (line 2520) | public okhttp3.Call analyzeTextUnitClassifierSuggestionsGETCall(Map analyzeTextUnitClassifierSug... method analyzeTextUnitClassifierSuggestionsGETWithHttpInfo (line 2607) | public ApiResponse> analyzeTextUnit... method analyzeTextUnitClassifierSuggestionsGETAsync (line 2626) | public okhttp3.Call analyzeTextUnitClassifierSuggestionsGETAsync(Map analyzeTextUnitClassifierSuggestionsIdDELETEW... method analyzeTextUnitClassifierSuggestionsIdDELETEAsync (line 2750) | public okhttp3.Call analyzeTextUnitClassifierSuggestionsIdDELETEAsync(... method analyzeTextUnitClassifierSuggestionsIdGETCall (line 2769) | public okhttp3.Call analyzeTextUnitClassifierSuggestionsIdGETCall(Stri... method analyzeTextUnitClassifierSuggestionsIdGETValidateBeforeCall (line 2819) | @SuppressWarnings("rawtypes") method analyzeTextUnitClassifierSuggestionsIdGET (line 2846) | public TextUnitClassifierSuggestion analyzeTextUnitClassifierSuggestio... method analyzeTextUnitClassifierSuggestionsIdGETWithHttpInfo (line 2864) | public ApiResponse analyzeTextUnitClassi... method analyzeTextUnitClassifierSuggestionsIdGETAsync (line 2884) | public okhttp3.Call analyzeTextUnitClassifierSuggestionsIdGETAsync(Str... method analyzeTextUnitClassifiersGETCall (line 2903) | public okhttp3.Call analyzeTextUnitClassifiersGETCall(Map analyzeTextUnitClassifiersGET(Map> analyzeTextUnitClassifier... method analyzeTextUnitClassifiersGETAsync (line 3009) | public okhttp3.Call analyzeTextUnitClassifiersGETAsync(Map analyzeTextUnitClassifiersIdDELETEWithHttpInf... method analyzeTextUnitClassifiersIdDELETEAsync (line 3133) | public okhttp3.Call analyzeTextUnitClassifiersIdDELETEAsync(String id,... method analyzeTextUnitClassifiersIdGETCall (line 3152) | public okhttp3.Call analyzeTextUnitClassifiersIdGETCall(String id, Map... method analyzeTextUnitClassifiersIdGETValidateBeforeCall (line 3202) | @SuppressWarnings("rawtypes") method analyzeTextUnitClassifiersIdGET (line 3229) | public TextUnitClassifier analyzeTextUnitClassifiersIdGET(String id, M... method analyzeTextUnitClassifiersIdGETWithHttpInfo (line 3247) | public ApiResponse analyzeTextUnitClassifiersIdGET... method analyzeTextUnitClassifiersIdGETAsync (line 3267) | public okhttp3.Call analyzeTextUnitClassifiersIdGETAsync(String id, Ma... method analyzeTextUnitClusterListGETCall (line 3286) | public okhttp3.Call analyzeTextUnitClusterListGETCall(Map analyzeTextUnitClusterListGET(Map> analyzeTextUnitClusterListGE... method analyzeTextUnitClusterListGETAsync (line 3392) | public okhttp3.Call analyzeTextUnitClusterListGETAsync(Map analyzeTextUnitSimilarityListGET(Map> analyzeTextUnitSimilarity... method analyzeTextUnitSimilarityListGETAsync (line 3517) | public okhttp3.Call analyzeTextUnitSimilarityListGETAsync(Map analyzeTextUnitTransformerListGET(Map> analyzeTextUnitTransformerListGE... method analyzeTextUnitTransformerListGETAsync (line 3642) | public okhttp3.Call analyzeTextUnitTransformerListGETAsync(Map analyzeTypeaheadTextUnitClassificationFi... method analyzeTypeaheadTextUnitClassificationFieldNameGETAsync (line 3782) | public okhttp3.Call analyzeTypeaheadTextUnitClassificationFieldNameGET... FILE: sdk/java/sdk/src/main/java/org/openapitools/client/api/ApiApi.java class ApiApi (line 38) | public class ApiApi { method ApiApi (line 43) | public ApiApi() { method ApiApi (line 47) | public ApiApi(ApiClient apiClient) { method getApiClient (line 51) | public ApiClient getApiClient() { method setApiClient (line 55) | public void setApiClient(ApiClient apiClient) { method getHostIndex (line 59) | public int getHostIndex() { method setHostIndex (line 63) | public void setHostIndex(int hostIndex) { method getCustomBaseUrl (line 67) | public String getCustomBaseUrl() { method setCustomBaseUrl (line 71) | public void setCustomBaseUrl(String customBaseUrl) { method listLocalesCall (line 87) | public okhttp3.Call listLocalesCall(final ApiCallback _callback) throw... method listLocalesValidateBeforeCall (line 132) | @SuppressWarnings("rawtypes") method listLocales (line 153) | public List> listLocales() throws ApiException { method listLocalesWithHttpInfo (line 170) | public ApiResponse>> listLocalesWithHttpInfo(... method listLocalesAsync (line 189) | public okhttp3.Call listLocalesAsync(final ApiCallback commonActionsGET(Integer projectId, Integer docume... method commonActionsGETWithHttpInfo (line 204) | public ApiResponse> commonActionsGETWithHttpInfo(Integer ... method commonActionsGETAsync (line 226) | public okhttp3.Call commonActionsGETAsync(Integer projectId, Integer d... method commonActionsIdGETCall (line 249) | public okhttp3.Call commonActionsIdGETCall(String id, Integer projectI... method commonActionsIdGETValidateBeforeCall (line 311) | @SuppressWarnings("rawtypes") method commonActionsIdGET (line 341) | public Action commonActionsIdGET(String id, Integer projectId, Integer... method commonActionsIdGETWithHttpInfo (line 362) | public ApiResponse commonActionsIdGETWithHttpInfo(String id, I... method commonActionsIdGETAsync (line 385) | public okhttp3.Call commonActionsIdGETAsync(String id, Integer project... method commonAppVariablesGETCall (line 404) | public okhttp3.Call commonAppVariablesGETCall(String name, final ApiCa... method commonAppVariablesGETValidateBeforeCall (line 453) | @SuppressWarnings("rawtypes") method commonAppVariablesGET (line 474) | public Map commonAppVariablesGET(String name) throws A... method commonAppVariablesGETWithHttpInfo (line 491) | public ApiResponse> commonAppVariablesGETWithHttpI... method commonAppVariablesGETAsync (line 510) | public okhttp3.Call commonAppVariablesGETAsync(String name, final ApiC... method commonAppVariablesListGETCall (line 529) | public okhttp3.Call commonAppVariablesListGETCall(Map ... method commonAppVariablesListGETValidateBeforeCall (line 578) | @SuppressWarnings("rawtypes") method commonAppVariablesListGET (line 599) | public List commonAppVariablesListGET(Map jqFi... method commonAppVariablesListGETWithHttpInfo (line 616) | public ApiResponse> commonAppVariablesListGETWithHttpInfo... method commonAppVariablesListGETAsync (line 635) | public okhttp3.Call commonAppVariablesListGETAsync(Map... method commonAppVariablesProjectProjectIdGETCall (line 654) | public okhttp3.Call commonAppVariablesProjectProjectIdGETCall(String p... method commonAppVariablesProjectProjectIdGETValidateBeforeCall (line 700) | @SuppressWarnings("rawtypes") method commonAppVariablesProjectProjectIdGET (line 726) | public List commonAppVariablesProjectProjectIdGET(Strin... method commonAppVariablesProjectProjectIdGETWithHttpInfo (line 743) | public ApiResponse> commonAppVariablesProjectProje... method commonAppVariablesProjectProjectIdGETAsync (line 762) | public okhttp3.Call commonAppVariablesProjectProjectIdGETAsync(String ... method commonAppVariablesProjectProjectIdPUTCall (line 782) | public okhttp3.Call commonAppVariablesProjectProjectIdPUTCall(String p... method commonAppVariablesProjectProjectIdPUTValidateBeforeCall (line 828) | @SuppressWarnings("rawtypes") method commonAppVariablesProjectProjectIdPUT (line 855) | public String commonAppVariablesProjectProjectIdPUT(String projectId, ... method commonAppVariablesProjectProjectIdPUTWithHttpInfo (line 873) | public ApiResponse commonAppVariablesProjectProjectIdPUTWithHt... method commonAppVariablesProjectProjectIdPUTAsync (line 893) | public okhttp3.Call commonAppVariablesProjectProjectIdPUTAsync(String ... method commonLogoGETCall (line 912) | public okhttp3.Call commonLogoGETCall(String action, final ApiCallback... method commonLogoGETValidateBeforeCall (line 961) | @SuppressWarnings("rawtypes") method commonLogoGET (line 982) | public Map commonLogoGET(String action) throws ApiExce... method commonLogoGETWithHttpInfo (line 999) | public ApiResponse> commonLogoGETWithHttpInfo(Stri... method commonLogoGETAsync (line 1018) | public okhttp3.Call commonLogoGETAsync(String action, final ApiCallbac... method commonMediaPathGETCall (line 1038) | public okhttp3.Call commonMediaPathGETCall(String path, String action,... method commonMediaPathGETValidateBeforeCall (line 1088) | @SuppressWarnings("rawtypes") method commonMediaPathGET (line 1115) | public Map commonMediaPathGET(String path, String acti... method commonMediaPathGETWithHttpInfo (line 1133) | public ApiResponse> commonMediaPathGETWithHttpInfo... method commonMediaPathGETAsync (line 1153) | public okhttp3.Call commonMediaPathGETAsync(String path, String action... method commonMenuGroupsFormFieldsGETCall (line 1171) | public okhttp3.Call commonMenuGroupsFormFieldsGETCall(final ApiCallbac... method commonMenuGroupsFormFieldsGETValidateBeforeCall (line 1216) | @SuppressWarnings("rawtypes") method commonMenuGroupsFormFieldsGET (line 1236) | public Map commonMenuGroupsFormFieldsGET() throws ApiE... method commonMenuGroupsFormFieldsGETWithHttpInfo (line 1252) | public ApiResponse> commonMenuGroupsFormFieldsGETW... method commonMenuGroupsFormFieldsGETAsync (line 1270) | public okhttp3.Call commonMenuGroupsFormFieldsGETAsync(final ApiCallba... method commonMenuGroupsGETCall (line 1288) | public okhttp3.Call commonMenuGroupsGETCall(final ApiCallback _callbac... method commonMenuGroupsGETValidateBeforeCall (line 1333) | @SuppressWarnings("rawtypes") method commonMenuGroupsGET (line 1353) | public List commonMenuGroupsGET() throws ApiException { method commonMenuGroupsGETWithHttpInfo (line 1369) | public ApiResponse> commonMenuGroupsGETWithHttpInfo() ... method commonMenuGroupsGETAsync (line 1387) | public okhttp3.Call commonMenuGroupsGETAsync(final ApiCallback commonMenuGroupsIdDELETEWithHttpInfo(String i... method commonMenuGroupsIdDELETEAsync (line 1511) | public okhttp3.Call commonMenuGroupsIdDELETEAsync(String id, final Api... method commonMenuGroupsIdFormFieldsGETCall (line 1529) | public okhttp3.Call commonMenuGroupsIdFormFieldsGETCall(String id, fin... method commonMenuGroupsIdFormFieldsGETValidateBeforeCall (line 1575) | @SuppressWarnings("rawtypes") method commonMenuGroupsIdFormFieldsGET (line 1601) | public Map commonMenuGroupsIdFormFieldsGET(String id) ... method commonMenuGroupsIdFormFieldsGETWithHttpInfo (line 1618) | public ApiResponse> commonMenuGroupsIdFormFieldsGE... method commonMenuGroupsIdFormFieldsGETAsync (line 1637) | public okhttp3.Call commonMenuGroupsIdFormFieldsGETAsync(String id, fi... method commonMenuGroupsIdGETCall (line 1656) | public okhttp3.Call commonMenuGroupsIdGETCall(String id, final ApiCall... method commonMenuGroupsIdGETValidateBeforeCall (line 1702) | @SuppressWarnings("rawtypes") method commonMenuGroupsIdGET (line 1728) | public MenuGroup commonMenuGroupsIdGET(String id) throws ApiException { method commonMenuGroupsIdGETWithHttpInfo (line 1745) | public ApiResponse commonMenuGroupsIdGETWithHttpInfo(String... method commonMenuGroupsIdGETAsync (line 1764) | public okhttp3.Call commonMenuGroupsIdGETAsync(String id, final ApiCal... method commonMenuGroupsIdPATCHCall (line 1784) | public okhttp3.Call commonMenuGroupsIdPATCHCall(String id, MenuGroup m... method commonMenuGroupsIdPATCHValidateBeforeCall (line 1830) | @SuppressWarnings("rawtypes") method commonMenuGroupsIdPATCH (line 1857) | public MenuGroup commonMenuGroupsIdPATCH(String id, MenuGroup menuGrou... method commonMenuGroupsIdPATCHWithHttpInfo (line 1875) | public ApiResponse commonMenuGroupsIdPATCHWithHttpInfo(Stri... method commonMenuGroupsIdPATCHAsync (line 1895) | public okhttp3.Call commonMenuGroupsIdPATCHAsync(String id, MenuGroup ... method commonMenuGroupsIdPUTCall (line 1915) | public okhttp3.Call commonMenuGroupsIdPUTCall(String id, MenuGroup men... method commonMenuGroupsIdPUTValidateBeforeCall (line 1961) | @SuppressWarnings("rawtypes") method commonMenuGroupsIdPUT (line 1988) | public MenuGroup commonMenuGroupsIdPUT(String id, MenuGroup menuGroup)... method commonMenuGroupsIdPUTWithHttpInfo (line 2006) | public ApiResponse commonMenuGroupsIdPUTWithHttpInfo(String... method commonMenuGroupsIdPUTAsync (line 2026) | public okhttp3.Call commonMenuGroupsIdPUTAsync(String id, MenuGroup me... method commonMenuGroupsPOSTCall (line 2045) | public okhttp3.Call commonMenuGroupsPOSTCall(MenuGroup menuGroup, fina... method commonMenuGroupsPOSTValidateBeforeCall (line 2090) | @SuppressWarnings("rawtypes") method commonMenuGroupsPOST (line 2111) | public MenuGroup commonMenuGroupsPOST(MenuGroup menuGroup) throws ApiE... method commonMenuGroupsPOSTWithHttpInfo (line 2128) | public ApiResponse commonMenuGroupsPOSTWithHttpInfo(MenuGro... method commonMenuGroupsPOSTAsync (line 2147) | public okhttp3.Call commonMenuGroupsPOSTAsync(MenuGroup menuGroup, fin... method commonMenuItemsFormFieldsGETCall (line 2165) | public okhttp3.Call commonMenuItemsFormFieldsGETCall(final ApiCallback... method commonMenuItemsFormFieldsGETValidateBeforeCall (line 2210) | @SuppressWarnings("rawtypes") method commonMenuItemsFormFieldsGET (line 2230) | public Map commonMenuItemsFormFieldsGET() throws ApiEx... method commonMenuItemsFormFieldsGETWithHttpInfo (line 2246) | public ApiResponse> commonMenuItemsFormFieldsGETWi... method commonMenuItemsFormFieldsGETAsync (line 2264) | public okhttp3.Call commonMenuItemsFormFieldsGETAsync(final ApiCallbac... method commonMenuItemsGETCall (line 2282) | public okhttp3.Call commonMenuItemsGETCall(final ApiCallback _callback... method commonMenuItemsGETValidateBeforeCall (line 2327) | @SuppressWarnings("rawtypes") method commonMenuItemsGET (line 2347) | public List commonMenuItemsGET() throws ApiException { method commonMenuItemsGETWithHttpInfo (line 2363) | public ApiResponse> commonMenuItemsGETWithHttpInfo() th... method commonMenuItemsGETAsync (line 2381) | public okhttp3.Call commonMenuItemsGETAsync(final ApiCallback commonMenuItemsIdDELETEWithHttpInfo(String id... method commonMenuItemsIdDELETEAsync (line 2505) | public okhttp3.Call commonMenuItemsIdDELETEAsync(String id, final ApiC... method commonMenuItemsIdFormFieldsGETCall (line 2523) | public okhttp3.Call commonMenuItemsIdFormFieldsGETCall(String id, fina... method commonMenuItemsIdFormFieldsGETValidateBeforeCall (line 2569) | @SuppressWarnings("rawtypes") method commonMenuItemsIdFormFieldsGET (line 2595) | public Map commonMenuItemsIdFormFieldsGET(String id) t... method commonMenuItemsIdFormFieldsGETWithHttpInfo (line 2612) | public ApiResponse> commonMenuItemsIdFormFieldsGET... method commonMenuItemsIdFormFieldsGETAsync (line 2631) | public okhttp3.Call commonMenuItemsIdFormFieldsGETAsync(String id, fin... method commonMenuItemsIdGETCall (line 2650) | public okhttp3.Call commonMenuItemsIdGETCall(String id, final ApiCallb... method commonMenuItemsIdGETValidateBeforeCall (line 2696) | @SuppressWarnings("rawtypes") method commonMenuItemsIdGET (line 2722) | public MenuItem commonMenuItemsIdGET(String id) throws ApiException { method commonMenuItemsIdGETWithHttpInfo (line 2739) | public ApiResponse commonMenuItemsIdGETWithHttpInfo(String i... method commonMenuItemsIdGETAsync (line 2758) | public okhttp3.Call commonMenuItemsIdGETAsync(String id, final ApiCall... method commonMenuItemsIdPATCHCall (line 2778) | public okhttp3.Call commonMenuItemsIdPATCHCall(String id, MenuItem men... method commonMenuItemsIdPATCHValidateBeforeCall (line 2824) | @SuppressWarnings("rawtypes") method commonMenuItemsIdPATCH (line 2851) | public MenuItem commonMenuItemsIdPATCH(String id, MenuItem menuItem) t... method commonMenuItemsIdPATCHWithHttpInfo (line 2869) | public ApiResponse commonMenuItemsIdPATCHWithHttpInfo(String... method commonMenuItemsIdPATCHAsync (line 2889) | public okhttp3.Call commonMenuItemsIdPATCHAsync(String id, MenuItem me... method commonMenuItemsIdPUTCall (line 2909) | public okhttp3.Call commonMenuItemsIdPUTCall(String id, MenuItem menuI... method commonMenuItemsIdPUTValidateBeforeCall (line 2955) | @SuppressWarnings("rawtypes") method commonMenuItemsIdPUT (line 2982) | public MenuItem commonMenuItemsIdPUT(String id, MenuItem menuItem) thr... method commonMenuItemsIdPUTWithHttpInfo (line 3000) | public ApiResponse commonMenuItemsIdPUTWithHttpInfo(String i... method commonMenuItemsIdPUTAsync (line 3020) | public okhttp3.Call commonMenuItemsIdPUTAsync(String id, MenuItem menu... method commonMenuItemsPOSTCall (line 3039) | public okhttp3.Call commonMenuItemsPOSTCall(MenuItem menuItem, final A... method commonMenuItemsPOSTValidateBeforeCall (line 3084) | @SuppressWarnings("rawtypes") method commonMenuItemsPOST (line 3105) | public MenuItem commonMenuItemsPOST(MenuItem menuItem) throws ApiExcep... method commonMenuItemsPOSTWithHttpInfo (line 3122) | public ApiResponse commonMenuItemsPOSTWithHttpInfo(MenuItem ... method commonMenuItemsPOSTAsync (line 3141) | public okhttp3.Call commonMenuItemsPOSTAsync(MenuItem menuItem, final ... method commonReviewStatusGroupsGETCall (line 3160) | public okhttp3.Call commonReviewStatusGroupsGETCall(Map commonReviewStatusGroupsGET(Map> commonReviewStatusGroupsGE... method commonReviewStatusGroupsGETAsync (line 3266) | public okhttp3.Call commonReviewStatusGroupsGETAsync(Map commonReviewStatusGroupsIdDELETEWithHttpInfo(... method commonReviewStatusGroupsIdDELETEAsync (line 3390) | public okhttp3.Call commonReviewStatusGroupsIdDELETEAsync(String id, f... method commonReviewStatusGroupsIdGETCall (line 3409) | public okhttp3.Call commonReviewStatusGroupsIdGETCall(String id, Map commonReviewStatusGroupsIdGETWit... method commonReviewStatusGroupsIdGETAsync (line 3524) | public okhttp3.Call commonReviewStatusGroupsIdGETAsync(String id, Map<... method commonReviewStatusGroupsIdPATCHCall (line 3544) | public okhttp3.Call commonReviewStatusGroupsIdPATCHCall(String id, Rev... method commonReviewStatusGroupsIdPATCHValidateBeforeCall (line 3590) | @SuppressWarnings("rawtypes") method commonReviewStatusGroupsIdPATCH (line 3617) | public ReviewStatusGroup commonReviewStatusGroupsIdPATCH(String id, Re... method commonReviewStatusGroupsIdPATCHWithHttpInfo (line 3635) | public ApiResponse commonReviewStatusGroupsIdPATCHW... method commonReviewStatusGroupsIdPATCHAsync (line 3655) | public okhttp3.Call commonReviewStatusGroupsIdPATCHAsync(String id, Re... method commonReviewStatusGroupsIdPUTCall (line 3675) | public okhttp3.Call commonReviewStatusGroupsIdPUTCall(String id, Revie... method commonReviewStatusGroupsIdPUTValidateBeforeCall (line 3721) | @SuppressWarnings("rawtypes") method commonReviewStatusGroupsIdPUT (line 3748) | public ReviewStatusGroup commonReviewStatusGroupsIdPUT(String id, Revi... method commonReviewStatusGroupsIdPUTWithHttpInfo (line 3766) | public ApiResponse commonReviewStatusGroupsIdPUTWit... method commonReviewStatusGroupsIdPUTAsync (line 3786) | public okhttp3.Call commonReviewStatusGroupsIdPUTAsync(String id, Revi... method commonReviewStatusGroupsPOSTCall (line 3805) | public okhttp3.Call commonReviewStatusGroupsPOSTCall(ReviewStatusGroup... method commonReviewStatusGroupsPOSTValidateBeforeCall (line 3850) | @SuppressWarnings("rawtypes") method commonReviewStatusGroupsPOST (line 3871) | public ReviewStatusGroup commonReviewStatusGroupsPOST(ReviewStatusGrou... method commonReviewStatusGroupsPOSTWithHttpInfo (line 3888) | public ApiResponse commonReviewStatusGroupsPOSTWith... method commonReviewStatusGroupsPOSTAsync (line 3907) | public okhttp3.Call commonReviewStatusGroupsPOSTAsync(ReviewStatusGrou... method commonReviewStatusesGETCall (line 3926) | public okhttp3.Call commonReviewStatusesGETCall(Map jq... method commonReviewStatusesGETValidateBeforeCall (line 3975) | @SuppressWarnings("rawtypes") method commonReviewStatusesGET (line 3996) | public List commonReviewStatusesGET(Map> commonReviewStatusesGETWi... method commonReviewStatusesGETAsync (line 4032) | public okhttp3.Call commonReviewStatusesGETAsync(Map j... method commonReviewStatusesIdDELETECall (line 4051) | public okhttp3.Call commonReviewStatusesIdDELETECall(String id, final ... method commonReviewStatusesIdDELETEValidateBeforeCall (line 4097) | @SuppressWarnings("rawtypes") method commonReviewStatusesIdDELETE (line 4122) | public void commonReviewStatusesIdDELETE(String id) throws ApiException { method commonReviewStatusesIdDELETEWithHttpInfo (line 4138) | public ApiResponse commonReviewStatusesIdDELETEWithHttpInfo(Stri... method commonReviewStatusesIdDELETEAsync (line 4156) | public okhttp3.Call commonReviewStatusesIdDELETEAsync(String id, final... method commonReviewStatusesIdGETCall (line 4175) | public okhttp3.Call commonReviewStatusesIdGETCall(String id, Map commonReviewStatusesIdGETWithHt... method commonReviewStatusesIdGETAsync (line 4290) | public okhttp3.Call commonReviewStatusesIdGETAsync(String id, Map commonReviewStatusesIdPATCHWithHttpIn... method commonReviewStatusesIdPATCHAsync (line 4421) | public okhttp3.Call commonReviewStatusesIdPATCHAsync(String id, Review... method commonReviewStatusesIdPUTCall (line 4441) | public okhttp3.Call commonReviewStatusesIdPUTCall(String id, ReviewSta... method commonReviewStatusesIdPUTValidateBeforeCall (line 4487) | @SuppressWarnings("rawtypes") method commonReviewStatusesIdPUT (line 4514) | public ReviewStatus commonReviewStatusesIdPUT(String id, ReviewStatus ... method commonReviewStatusesIdPUTWithHttpInfo (line 4532) | public ApiResponse commonReviewStatusesIdPUTWithHttpInfo... method commonReviewStatusesIdPUTAsync (line 4552) | public okhttp3.Call commonReviewStatusesIdPUTAsync(String id, ReviewSt... method commonReviewStatusesPOSTCall (line 4571) | public okhttp3.Call commonReviewStatusesPOSTCall(ReviewStatus reviewSt... method commonReviewStatusesPOSTValidateBeforeCall (line 4616) | @SuppressWarnings("rawtypes") method commonReviewStatusesPOST (line 4637) | public ReviewStatus commonReviewStatusesPOST(ReviewStatus reviewStatus... method commonReviewStatusesPOSTWithHttpInfo (line 4654) | public ApiResponse commonReviewStatusesPOSTWithHttpInfo(... method commonReviewStatusesPOSTAsync (line 4673) | public okhttp3.Call commonReviewStatusesPOSTAsync(ReviewStatus reviewS... FILE: sdk/java/sdk/src/main/java/org/openapitools/client/api/DocumentApi.java class DocumentApi (line 81) | public class DocumentApi { method DocumentApi (line 86) | public DocumentApi() { method DocumentApi (line 90) | public DocumentApi(ApiClient apiClient) { method getApiClient (line 94) | public ApiClient getApiClient() { method setApiClient (line 98) | public void setApiClient(ApiClient apiClient) { method getHostIndex (line 102) | public int getHostIndex() { method setHostIndex (line 106) | public void setHostIndex(int hostIndex) { method getCustomBaseUrl (line 110) | public String getCustomBaseUrl() { method setCustomBaseUrl (line 114) | public void setCustomBaseUrl(String customBaseUrl) { method documentAnnotationsAnnotatePUTCall (line 130) | public okhttp3.Call documentAnnotationsAnnotatePUTCall(Annotation anno... method documentAnnotationsAnnotatePUTValidateBeforeCall (line 175) | @SuppressWarnings("rawtypes") method documentAnnotationsAnnotatePUT (line 196) | public AnnotationUpdateResponse documentAnnotationsAnnotatePUT(Annotat... method documentAnnotationsAnnotatePUTWithHttpInfo (line 213) | public ApiResponse documentAnnotationsAnnota... method documentAnnotationsAnnotatePUTAsync (line 232) | public okhttp3.Call documentAnnotationsAnnotatePUTAsync(Annotation ann... method documentAnnotationsBatchPUTCall (line 251) | public okhttp3.Call documentAnnotationsBatchPUTCall(List documentAnnotationsBatchPUT(List<... method documentAnnotationsBatchPUTWithHttpInfo (line 334) | public ApiResponse> documentAnnotationsB... method documentAnnotationsBatchPUTAsync (line 353) | public okhttp3.Call documentAnnotationsBatchPUTAsync(List documentAnnotationsGET() throws ApiException { method documentAnnotationsGETWithHttpInfo (line 452) | public ApiResponse> documentAnnotationsGETWithHttpInf... method documentAnnotationsGETAsync (line 470) | public okhttp3.Call documentAnnotationsGETAsync(final ApiCallback documentAnnotationsIdDELETEWithHttpInfo(Strin... method documentAnnotationsIdDELETEAsync (line 594) | public okhttp3.Call documentAnnotationsIdDELETEAsync(String id, final ... method documentAnnotationsIdGETCall (line 612) | public okhttp3.Call documentAnnotationsIdGETCall(String id, final ApiC... method documentAnnotationsIdGETValidateBeforeCall (line 658) | @SuppressWarnings("rawtypes") method documentAnnotationsIdGET (line 684) | public Annotation documentAnnotationsIdGET(String id) throws ApiExcept... method documentAnnotationsIdGETWithHttpInfo (line 701) | public ApiResponse documentAnnotationsIdGETWithHttpInfo(St... method documentAnnotationsIdGETAsync (line 720) | public okhttp3.Call documentAnnotationsIdGETAsync(String id, final Api... method documentAnnotationsIdPUTCall (line 740) | public okhttp3.Call documentAnnotationsIdPUTCall(String id, Annotation... method documentAnnotationsIdPUTValidateBeforeCall (line 786) | @SuppressWarnings("rawtypes") method documentAnnotationsIdPUT (line 813) | public Annotation documentAnnotationsIdPUT(String id, Annotation annot... method documentAnnotationsIdPUTWithHttpInfo (line 831) | public ApiResponse documentAnnotationsIdPUTWithHttpInfo(St... method documentAnnotationsIdPUTAsync (line 851) | public okhttp3.Call documentAnnotationsIdPUTAsync(String id, Annotatio... method documentAnnotationsPOSTCall (line 870) | public okhttp3.Call documentAnnotationsPOSTCall(Annotation annotation,... method documentAnnotationsPOSTValidateBeforeCall (line 915) | @SuppressWarnings("rawtypes") method documentAnnotationsPOST (line 936) | public Annotation documentAnnotationsPOST(Annotation annotation) throw... method documentAnnotationsPOSTWithHttpInfo (line 953) | public ApiResponse documentAnnotationsPOSTWithHttpInfo(Ann... method documentAnnotationsPOSTAsync (line 972) | public okhttp3.Call documentAnnotationsPOSTAsync(Annotation annotation... method documentAnnotationsSuggestPOSTCall (line 991) | public okhttp3.Call documentAnnotationsSuggestPOSTCall(AnnotationSugge... method documentAnnotationsSuggestPOSTValidateBeforeCall (line 1036) | @SuppressWarnings("rawtypes") method documentAnnotationsSuggestPOST (line 1057) | public Annotation documentAnnotationsSuggestPOST(AnnotationSuggestRequ... method documentAnnotationsSuggestPOSTWithHttpInfo (line 1074) | public ApiResponse documentAnnotationsSuggestPOSTWithHttpI... method documentAnnotationsSuggestPOSTAsync (line 1093) | public okhttp3.Call documentAnnotationsSuggestPOSTAsync(AnnotationSugg... method documentDocumentFieldAnnotationsForUserGETCall (line 1112) | public okhttp3.Call documentDocumentFieldAnnotationsForUserGETCall(Map... method documentDocumentFieldAnnotationsForUserGETValidateBeforeCall (line 1161) | @SuppressWarnings("rawtypes") method documentDocumentFieldAnnotationsForUserGET (line 1182) | public DocumentFieldAnnotation documentDocumentFieldAnnotationsForUser... method documentDocumentFieldAnnotationsForUserGETWithHttpInfo (line 1199) | public ApiResponse documentDocumentFieldAnnot... method documentDocumentFieldAnnotationsForUserGETAsync (line 1218) | public okhttp3.Call documentDocumentFieldAnnotationsForUserGETAsync(Ma... method documentDocumentFieldAnnotationsGETCall (line 1237) | public okhttp3.Call documentDocumentFieldAnnotationsGETCall(Map documentDocumentFieldAnnotationsG... method documentDocumentFieldAnnotationsGETWithHttpInfo (line 1324) | public ApiResponse> documentDocumentFiel... method documentDocumentFieldAnnotationsGETAsync (line 1343) | public okhttp3.Call documentDocumentFieldAnnotationsGETAsync(Map documentDocumentFieldAnnot... method documentDocumentFieldAnnotationsUidGETAsync (line 1478) | public okhttp3.Call documentDocumentFieldAnnotationsUidGETAsync(String... method documentDocumentFieldCategoriesFormFieldsGETCall (line 1496) | public okhttp3.Call documentDocumentFieldCategoriesFormFieldsGETCall(f... method documentDocumentFieldCategoriesFormFieldsGETValidateBeforeCall (line 1541) | @SuppressWarnings("rawtypes") method documentDocumentFieldCategoriesFormFieldsGET (line 1561) | public Map documentDocumentFieldCategoriesFormFieldsGE... method documentDocumentFieldCategoriesFormFieldsGETWithHttpInfo (line 1577) | public ApiResponse> documentDocumentFieldCategorie... method documentDocumentFieldCategoriesFormFieldsGETAsync (line 1595) | public okhttp3.Call documentDocumentFieldCategoriesFormFieldsGETAsync(... method documentDocumentFieldCategoriesGETCall (line 1614) | public okhttp3.Call documentDocumentFieldCategoriesGETCall(Map documentDocumentFieldCategories... method documentDocumentFieldCategoriesGETWithHttpInfo (line 1701) | public ApiResponse> documentDocumentFi... method documentDocumentFieldCategoriesGETAsync (line 1720) | public okhttp3.Call documentDocumentFieldCategoriesGETAsync(Map documentDocumentFieldCategoriesIdDELETEWithHt... method documentDocumentFieldCategoriesIdDELETEAsync (line 1844) | public okhttp3.Call documentDocumentFieldCategoriesIdDELETEAsync(Strin... method documentDocumentFieldCategoriesIdFormFieldsGETCall (line 1862) | public okhttp3.Call documentDocumentFieldCategoriesIdFormFieldsGETCall... method documentDocumentFieldCategoriesIdFormFieldsGETValidateBeforeCall (line 1908) | @SuppressWarnings("rawtypes") method documentDocumentFieldCategoriesIdFormFieldsGET (line 1934) | public Map documentDocumentFieldCategoriesIdFormFields... method documentDocumentFieldCategoriesIdFormFieldsGETWithHttpInfo (line 1951) | public ApiResponse> documentDocumentFieldCategorie... method documentDocumentFieldCategoriesIdFormFieldsGETAsync (line 1970) | public okhttp3.Call documentDocumentFieldCategoriesIdFormFieldsGETAsyn... method documentDocumentFieldCategoriesIdGETCall (line 1990) | public okhttp3.Call documentDocumentFieldCategoriesIdGETCall(String id... method documentDocumentFieldCategoriesIdGETValidateBeforeCall (line 2040) | @SuppressWarnings("rawtypes") method documentDocumentFieldCategoriesIdGET (line 2067) | public DocumentFieldCategoryList documentDocumentFieldCategoriesIdGET(... method documentDocumentFieldCategoriesIdGETWithHttpInfo (line 2085) | public ApiResponse documentDocumentFieldCat... method documentDocumentFieldCategoriesIdGETAsync (line 2105) | public okhttp3.Call documentDocumentFieldCategoriesIdGETAsync(String i... method documentDocumentFieldCategoriesIdPATCHCall (line 2125) | public okhttp3.Call documentDocumentFieldCategoriesIdPATCHCall(String ... method documentDocumentFieldCategoriesIdPATCHValidateBeforeCall (line 2171) | @SuppressWarnings("rawtypes") method documentDocumentFieldCategoriesIdPATCH (line 2198) | public DocumentFieldCategoryCreate documentDocumentFieldCategoriesIdPA... method documentDocumentFieldCategoriesIdPATCHWithHttpInfo (line 2216) | public ApiResponse documentDocumentFieldC... method documentDocumentFieldCategoriesIdPATCHAsync (line 2236) | public okhttp3.Call documentDocumentFieldCategoriesIdPATCHAsync(String... method documentDocumentFieldCategoriesIdPUTCall (line 2256) | public okhttp3.Call documentDocumentFieldCategoriesIdPUTCall(String id... method documentDocumentFieldCategoriesIdPUTValidateBeforeCall (line 2302) | @SuppressWarnings("rawtypes") method documentDocumentFieldCategoriesIdPUT (line 2329) | public DocumentFieldCategoryCreate documentDocumentFieldCategoriesIdPU... method documentDocumentFieldCategoriesIdPUTWithHttpInfo (line 2347) | public ApiResponse documentDocumentFieldC... method documentDocumentFieldCategoriesIdPUTAsync (line 2367) | public okhttp3.Call documentDocumentFieldCategoriesIdPUTAsync(String i... method documentDocumentFieldCategoriesPOSTCall (line 2386) | public okhttp3.Call documentDocumentFieldCategoriesPOSTCall(DocumentFi... method documentDocumentFieldCategoriesPOSTValidateBeforeCall (line 2431) | @SuppressWarnings("rawtypes") method documentDocumentFieldCategoriesPOST (line 2452) | public DocumentFieldCategoryCreate documentDocumentFieldCategoriesPOST... method documentDocumentFieldCategoriesPOSTWithHttpInfo (line 2469) | public ApiResponse documentDocumentFieldC... method documentDocumentFieldCategoriesPOSTAsync (line 2488) | public okhttp3.Call documentDocumentFieldCategoriesPOSTAsync(DocumentF... method documentDocumentFieldDetectorsFormFieldsGETCall (line 2506) | public okhttp3.Call documentDocumentFieldDetectorsFormFieldsGETCall(fi... method documentDocumentFieldDetectorsFormFieldsGETValidateBeforeCall (line 2551) | @SuppressWarnings("rawtypes") method documentDocumentFieldDetectorsFormFieldsGET (line 2571) | public Map documentDocumentFieldDetectorsFormFieldsGET... method documentDocumentFieldDetectorsFormFieldsGETWithHttpInfo (line 2587) | public ApiResponse> documentDocumentFieldDetectors... method documentDocumentFieldDetectorsFormFieldsGETAsync (line 2605) | public okhttp3.Call documentDocumentFieldDetectorsFormFieldsGETAsync(f... method documentDocumentFieldDetectorsGETCall (line 2624) | public okhttp3.Call documentDocumentFieldDetectorsGETCall(Map documentDocumentFieldDetector... method documentDocumentFieldDetectorsGETWithHttpInfo (line 2711) | public ApiResponse> documentDocument... method documentDocumentFieldDetectorsGETAsync (line 2730) | public okhttp3.Call documentDocumentFieldDetectorsGETAsync(Map documentDocumentFieldD... method documentDocumentFieldDetectorsPOSTAsync (line 2851) | public okhttp3.Call documentDocumentFieldDetectorsPOSTAsync(DocumentFi... method documentDocumentFieldDetectorsUidDELETECall (line 2870) | public okhttp3.Call documentDocumentFieldDetectorsUidDELETECall(String... method documentDocumentFieldDetectorsUidDELETEValidateBeforeCall (line 2916) | @SuppressWarnings("rawtypes") method documentDocumentFieldDetectorsUidDELETE (line 2941) | public void documentDocumentFieldDetectorsUidDELETE(String uid) throws... method documentDocumentFieldDetectorsUidDELETEWithHttpInfo (line 2957) | public ApiResponse documentDocumentFieldDetectorsUidDELETEWithHt... method documentDocumentFieldDetectorsUidDELETEAsync (line 2975) | public okhttp3.Call documentDocumentFieldDetectorsUidDELETEAsync(Strin... method documentDocumentFieldDetectorsUidFormFieldsGETCall (line 2993) | public okhttp3.Call documentDocumentFieldDetectorsUidFormFieldsGETCall... method documentDocumentFieldDetectorsUidFormFieldsGETValidateBeforeCall (line 3039) | @SuppressWarnings("rawtypes") method documentDocumentFieldDetectorsUidFormFieldsGET (line 3065) | public Map documentDocumentFieldDetectorsUidFormFields... method documentDocumentFieldDetectorsUidFormFieldsGETWithHttpInfo (line 3082) | public ApiResponse> documentDocumentFieldDetectors... method documentDocumentFieldDetectorsUidFormFieldsGETAsync (line 3101) | public okhttp3.Call documentDocumentFieldDetectorsUidFormFieldsGETAsyn... method documentDocumentFieldDetectorsUidGETCall (line 3121) | public okhttp3.Call documentDocumentFieldDetectorsUidGETCall(String ui... method documentDocumentFieldDetectorsUidGETValidateBeforeCall (line 3171) | @SuppressWarnings("rawtypes") method documentDocumentFieldDetectorsUidGET (line 3198) | public DocumentFieldDetectorDetail documentDocumentFieldDetectorsUidGE... method documentDocumentFieldDetectorsUidGETWithHttpInfo (line 3216) | public ApiResponse documentDocumentFieldD... method documentDocumentFieldDetectorsUidGETAsync (line 3236) | public okhttp3.Call documentDocumentFieldDetectorsUidGETAsync(String u... method documentDocumentFieldDetectorsUidPATCHCall (line 3256) | public okhttp3.Call documentDocumentFieldDetectorsUidPATCHCall(String ... method documentDocumentFieldDetectorsUidPATCHValidateBeforeCall (line 3302) | @SuppressWarnings("rawtypes") method documentDocumentFieldDetectorsUidPATCH (line 3329) | public DocumentFieldDetectorCreate documentDocumentFieldDetectorsUidPA... method documentDocumentFieldDetectorsUidPATCHWithHttpInfo (line 3347) | public ApiResponse documentDocumentFieldD... method documentDocumentFieldDetectorsUidPATCHAsync (line 3367) | public okhttp3.Call documentDocumentFieldDetectorsUidPATCHAsync(String... method documentDocumentFieldDetectorsUidPUTCall (line 3387) | public okhttp3.Call documentDocumentFieldDetectorsUidPUTCall(String ui... method documentDocumentFieldDetectorsUidPUTValidateBeforeCall (line 3433) | @SuppressWarnings("rawtypes") method documentDocumentFieldDetectorsUidPUT (line 3460) | public DocumentFieldDetectorCreate documentDocumentFieldDetectorsUidPU... method documentDocumentFieldDetectorsUidPUTWithHttpInfo (line 3478) | public ApiResponse documentDocumentFieldD... method documentDocumentFieldDetectorsUidPUTAsync (line 3498) | public okhttp3.Call documentDocumentFieldDetectorsUidPUTAsync(String u... method documentDocumentFieldValuesGETCall (line 3517) | public okhttp3.Call documentDocumentFieldValuesGETCall(Map documentDocumentFieldValuesGET(Map> documentDocumentFieldValu... method documentDocumentFieldValuesGETAsync (line 3623) | public okhttp3.Call documentDocumentFieldValuesGETAsync(Map documentDocumentFieldValuesIdGE... method documentDocumentFieldValuesIdGETAsync (line 3758) | public okhttp3.Call documentDocumentFieldValuesIdGETAsync(String id, M... method documentDocumentFieldsCheckFieldFormulaPOSTCall (line 3777) | public okhttp3.Call documentDocumentFieldsCheckFieldFormulaPOSTCall(Ch... method documentDocumentFieldsCheckFieldFormulaPOSTValidateBeforeCall (line 3822) | @SuppressWarnings("rawtypes") method documentDocumentFieldsCheckFieldFormulaPOST (line 3843) | public DocumentFieldDetail documentDocumentFieldsCheckFieldFormulaPOST... method documentDocumentFieldsCheckFieldFormulaPOSTWithHttpInfo (line 3860) | public ApiResponse documentDocumentFieldsCheckFie... method documentDocumentFieldsCheckFieldFormulaPOSTAsync (line 3879) | public okhttp3.Call documentDocumentFieldsCheckFieldFormulaPOSTAsync(C... method documentDocumentFieldsFormFieldsGETCall (line 3897) | public okhttp3.Call documentDocumentFieldsFormFieldsGETCall(final ApiC... method documentDocumentFieldsFormFieldsGETValidateBeforeCall (line 3942) | @SuppressWarnings("rawtypes") method documentDocumentFieldsFormFieldsGET (line 3962) | public Map documentDocumentFieldsFormFieldsGET() throw... method documentDocumentFieldsFormFieldsGETWithHttpInfo (line 3978) | public ApiResponse> documentDocumentFieldsFormFiel... method documentDocumentFieldsFormFieldsGETAsync (line 3996) | public okhttp3.Call documentDocumentFieldsFormFieldsGETAsync(final Api... method documentDocumentFieldsGETCall (line 4015) | public okhttp3.Call documentDocumentFieldsGETCall(Map ... method documentDocumentFieldsGETValidateBeforeCall (line 4064) | @SuppressWarnings("rawtypes") method documentDocumentFieldsGET (line 4085) | public List documentDocumentFieldsGET(Map> documentDocumentFieldsGETW... method documentDocumentFieldsGETAsync (line 4121) | public okhttp3.Call documentDocumentFieldsGETAsync(Map... method documentDocumentFieldsPOSTCall (line 4140) | public okhttp3.Call documentDocumentFieldsPOSTCall(DocumentFieldCreate... method documentDocumentFieldsPOSTValidateBeforeCall (line 4185) | @SuppressWarnings("rawtypes") method documentDocumentFieldsPOST (line 4206) | public DocumentFieldCreate documentDocumentFieldsPOST(DocumentFieldCre... method documentDocumentFieldsPOSTWithHttpInfo (line 4223) | public ApiResponse documentDocumentFieldsPOSTWith... method documentDocumentFieldsPOSTAsync (line 4242) | public okhttp3.Call documentDocumentFieldsPOSTAsync(DocumentFieldCreat... method documentDocumentFieldsStatsGETCall (line 4261) | public okhttp3.Call documentDocumentFieldsStatsGETCall(String document... method documentDocumentFieldsStatsGETValidateBeforeCall (line 4310) | @SuppressWarnings("rawtypes") method documentDocumentFieldsStatsGET (line 4331) | public List documentDocumentFieldsStatsGET... method documentDocumentFieldsStatsGETWithHttpInfo (line 4348) | public ApiResponse> documentDocumentF... method documentDocumentFieldsStatsGETAsync (line 4367) | public okhttp3.Call documentDocumentFieldsStatsGETAsync(String documen... method documentDocumentFieldsUidCheckFormulaPOSTCall (line 4387) | public okhttp3.Call documentDocumentFieldsUidCheckFormulaPOSTCall(Stri... method documentDocumentFieldsUidCheckFormulaPOSTValidateBeforeCall (line 4433) | @SuppressWarnings("rawtypes") method documentDocumentFieldsUidCheckFormulaPOST (line 4460) | public Map documentDocumentFieldsUidCheckFormulaPOST(S... method documentDocumentFieldsUidCheckFormulaPOSTWithHttpInfo (line 4478) | public ApiResponse> documentDocumentFieldsUidCheck... method documentDocumentFieldsUidCheckFormulaPOSTAsync (line 4498) | public okhttp3.Call documentDocumentFieldsUidCheckFormulaPOSTAsync(Str... method documentDocumentFieldsUidClonePOSTCall (line 4518) | public okhttp3.Call documentDocumentFieldsUidClonePOSTCall(String uid,... method documentDocumentFieldsUidClonePOSTValidateBeforeCall (line 4564) | @SuppressWarnings("rawtypes") method documentDocumentFieldsUidClonePOST (line 4591) | public DocumentFieldDetail documentDocumentFieldsUidClonePOST(String u... method documentDocumentFieldsUidClonePOSTWithHttpInfo (line 4609) | public ApiResponse documentDocumentFieldsUidClone... method documentDocumentFieldsUidClonePOSTAsync (line 4629) | public okhttp3.Call documentDocumentFieldsUidClonePOSTAsync(String uid... method documentDocumentFieldsUidDELETECall (line 4648) | public okhttp3.Call documentDocumentFieldsUidDELETECall(String uid, fi... method documentDocumentFieldsUidDELETEValidateBeforeCall (line 4694) | @SuppressWarnings("rawtypes") method documentDocumentFieldsUidDELETE (line 4719) | public void documentDocumentFieldsUidDELETE(String uid) throws ApiExce... method documentDocumentFieldsUidDELETEWithHttpInfo (line 4735) | public ApiResponse documentDocumentFieldsUidDELETEWithHttpInfo(S... method documentDocumentFieldsUidDELETEAsync (line 4753) | public okhttp3.Call documentDocumentFieldsUidDELETEAsync(String uid, f... method documentDocumentFieldsUidFormFieldsGETCall (line 4771) | public okhttp3.Call documentDocumentFieldsUidFormFieldsGETCall(String ... method documentDocumentFieldsUidFormFieldsGETValidateBeforeCall (line 4817) | @SuppressWarnings("rawtypes") method documentDocumentFieldsUidFormFieldsGET (line 4843) | public Map documentDocumentFieldsUidFormFieldsGET(Stri... method documentDocumentFieldsUidFormFieldsGETWithHttpInfo (line 4860) | public ApiResponse> documentDocumentFieldsUidFormF... method documentDocumentFieldsUidFormFieldsGETAsync (line 4879) | public okhttp3.Call documentDocumentFieldsUidFormFieldsGETAsync(String... method documentDocumentFieldsUidGETCall (line 4899) | public okhttp3.Call documentDocumentFieldsUidGETCall(String uid, Map documentDocumentFieldsUidGETWi... method documentDocumentFieldsUidGETAsync (line 5014) | public okhttp3.Call documentDocumentFieldsUidGETAsync(String uid, Map<... method documentDocumentFieldsUidPATCHCall (line 5034) | public okhttp3.Call documentDocumentFieldsUidPATCHCall(String uid, Doc... method documentDocumentFieldsUidPATCHValidateBeforeCall (line 5080) | @SuppressWarnings("rawtypes") method documentDocumentFieldsUidPATCH (line 5107) | public DocumentFieldCreate documentDocumentFieldsUidPATCH(String uid, ... method documentDocumentFieldsUidPATCHWithHttpInfo (line 5125) | public ApiResponse documentDocumentFieldsUidPATCH... method documentDocumentFieldsUidPATCHAsync (line 5145) | public okhttp3.Call documentDocumentFieldsUidPATCHAsync(String uid, Do... method documentDocumentFieldsUidPUTCall (line 5165) | public okhttp3.Call documentDocumentFieldsUidPUTCall(String uid, Docum... method documentDocumentFieldsUidPUTValidateBeforeCall (line 5211) | @SuppressWarnings("rawtypes") method documentDocumentFieldsUidPUT (line 5238) | public DocumentFieldCreate documentDocumentFieldsUidPUT(String uid, Do... method documentDocumentFieldsUidPUTWithHttpInfo (line 5256) | public ApiResponse documentDocumentFieldsUidPUTWi... method documentDocumentFieldsUidPUTAsync (line 5276) | public okhttp3.Call documentDocumentFieldsUidPUTAsync(String uid, Docu... method documentDocumentFieldsUidPreDeletePOSTCall (line 5296) | public okhttp3.Call documentDocumentFieldsUidPreDeletePOSTCall(String ... method documentDocumentFieldsUidPreDeletePOSTValidateBeforeCall (line 5342) | @SuppressWarnings("rawtypes") method documentDocumentFieldsUidPreDeletePOST (line 5369) | public Map documentDocumentFieldsUidPreDeletePOST(Stri... method documentDocumentFieldsUidPreDeletePOSTWithHttpInfo (line 5387) | public ApiResponse> documentDocumentFieldsUidPreDe... method documentDocumentFieldsUidPreDeletePOSTAsync (line 5407) | public okhttp3.Call documentDocumentFieldsUidPreDeletePOSTAsync(String... method documentDocumentNotesGETCall (line 5430) | public okhttp3.Call documentDocumentNotesGETCall(Map j... method documentDocumentNotesGETValidateBeforeCall (line 5495) | @SuppressWarnings("rawtypes") method documentDocumentNotesGET (line 5520) | public List documentDocumentNotesGET(Map> documentDocumentNotesGETW... method documentDocumentNotesGETAsync (line 5564) | public okhttp3.Call documentDocumentNotesGETAsync(Map ... method documentDocumentNotesIdDELETECall (line 5583) | public okhttp3.Call documentDocumentNotesIdDELETECall(String id, final... method documentDocumentNotesIdDELETEValidateBeforeCall (line 5629) | @SuppressWarnings("rawtypes") method documentDocumentNotesIdDELETE (line 5654) | public void documentDocumentNotesIdDELETE(String id) throws ApiExcepti... method documentDocumentNotesIdDELETEWithHttpInfo (line 5670) | public ApiResponse documentDocumentNotesIdDELETEWithHttpInfo(Str... method documentDocumentNotesIdDELETEAsync (line 5688) | public okhttp3.Call documentDocumentNotesIdDELETEAsync(String id, fina... method documentDocumentNotesIdGETCall (line 5707) | public okhttp3.Call documentDocumentNotesIdGETCall(String id, Map documentDocumentNotesIdGETWithH... method documentDocumentNotesIdGETAsync (line 5822) | public okhttp3.Call documentDocumentNotesIdGETAsync(String id, Map documentDocumentNotesIdPATCHWit... method documentDocumentNotesIdPATCHAsync (line 5953) | public okhttp3.Call documentDocumentNotesIdPATCHAsync(String id, Docum... method documentDocumentNotesIdPUTCall (line 5973) | public okhttp3.Call documentDocumentNotesIdPUTCall(String id, Document... method documentDocumentNotesIdPUTValidateBeforeCall (line 6019) | @SuppressWarnings("rawtypes") method documentDocumentNotesIdPUT (line 6046) | public DocumentNoteUpdate documentDocumentNotesIdPUT(String id, Docume... method documentDocumentNotesIdPUTWithHttpInfo (line 6064) | public ApiResponse documentDocumentNotesIdPUTWithH... method documentDocumentNotesIdPUTAsync (line 6084) | public okhttp3.Call documentDocumentNotesIdPUTAsync(String id, Documen... method documentDocumentNotesPOSTCall (line 6103) | public okhttp3.Call documentDocumentNotesPOSTCall(DocumentNoteCreate d... method documentDocumentNotesPOSTValidateBeforeCall (line 6148) | @SuppressWarnings("rawtypes") method documentDocumentNotesPOST (line 6169) | public DocumentNoteCreate documentDocumentNotesPOST(DocumentNoteCreate... method documentDocumentNotesPOSTWithHttpInfo (line 6186) | public ApiResponse documentDocumentNotesPOSTWithHt... method documentDocumentNotesPOSTAsync (line 6205) | public okhttp3.Call documentDocumentNotesPOSTAsync(DocumentNoteCreate ... method documentDocumentTypesFormFieldsGETCall (line 6223) | public okhttp3.Call documentDocumentTypesFormFieldsGETCall(final ApiCa... method documentDocumentTypesFormFieldsGETValidateBeforeCall (line 6268) | @SuppressWarnings("rawtypes") method documentDocumentTypesFormFieldsGET (line 6288) | public Map documentDocumentTypesFormFieldsGET() throws... method documentDocumentTypesFormFieldsGETWithHttpInfo (line 6304) | public ApiResponse> documentDocumentTypesFormField... method documentDocumentTypesFormFieldsGETAsync (line 6322) | public okhttp3.Call documentDocumentTypesFormFieldsGETAsync(final ApiC... method documentDocumentTypesGETCall (line 6341) | public okhttp3.Call documentDocumentTypesGETCall(Map j... method documentDocumentTypesGETValidateBeforeCall (line 6390) | @SuppressWarnings("rawtypes") method documentDocumentTypesGET (line 6411) | public List documentDocumentTypesGET(Map> documentDocumentTypesGETW... method documentDocumentTypesGETAsync (line 6447) | public okhttp3.Call documentDocumentTypesGETAsync(Map ... method documentDocumentTypesImportDocTypePUTCall (line 6466) | public okhttp3.Call documentDocumentTypesImportDocTypePUTCall(Document... method documentDocumentTypesImportDocTypePUTValidateBeforeCall (line 6511) | @SuppressWarnings("rawtypes") method documentDocumentTypesImportDocTypePUT (line 6532) | public DocumentTypeImportResponse documentDocumentTypesImportDocTypePU... method documentDocumentTypesImportDocTypePUTWithHttpInfo (line 6549) | public ApiResponse documentDocumentTypesIm... method documentDocumentTypesImportDocTypePUTAsync (line 6568) | public okhttp3.Call documentDocumentTypesImportDocTypePUTAsync(Documen... method documentDocumentTypesPOSTCall (line 6587) | public okhttp3.Call documentDocumentTypesPOSTCall(DocumentTypeCreate d... method documentDocumentTypesPOSTValidateBeforeCall (line 6632) | @SuppressWarnings("rawtypes") method documentDocumentTypesPOST (line 6653) | public DocumentTypeCreate documentDocumentTypesPOST(DocumentTypeCreate... method documentDocumentTypesPOSTWithHttpInfo (line 6670) | public ApiResponse documentDocumentTypesPOSTWithHt... method documentDocumentTypesPOSTAsync (line 6689) | public okhttp3.Call documentDocumentTypesPOSTAsync(DocumentTypeCreate ... method documentDocumentTypesSchemeMigrationsGETCall (line 6707) | public okhttp3.Call documentDocumentTypesSchemeMigrationsGETCall(final... method documentDocumentTypesSchemeMigrationsGETValidateBeforeCall (line 6752) | @SuppressWarnings("rawtypes") method documentDocumentTypesSchemeMigrationsGET (line 6772) | public Map documentDocumentTypesSchemeMigrationsGET() ... method documentDocumentTypesSchemeMigrationsGETWithHttpInfo (line 6788) | public ApiResponse> documentDocumentTypesSchemeMig... method documentDocumentTypesSchemeMigrationsGETAsync (line 6806) | public okhttp3.Call documentDocumentTypesSchemeMigrationsGETAsync(fina... method documentDocumentTypesStatsGETCall (line 6824) | public okhttp3.Call documentDocumentTypesStatsGETCall(final ApiCallbac... method documentDocumentTypesStatsGETValidateBeforeCall (line 6869) | @SuppressWarnings("rawtypes") method documentDocumentTypesStatsGET (line 6889) | public List documentDocumentTypesStatsGET() throws ... method documentDocumentTypesStatsGETWithHttpInfo (line 6905) | public ApiResponse> documentDocumentTypesStats... method documentDocumentTypesStatsGETAsync (line 6923) | public okhttp3.Call documentDocumentTypesStatsGETAsync(final ApiCallba... method documentDocumentTypesUidClonePOSTCall (line 6943) | public okhttp3.Call documentDocumentTypesUidClonePOSTCall(String uid, ... method documentDocumentTypesUidClonePOSTValidateBeforeCall (line 6989) | @SuppressWarnings("rawtypes") method documentDocumentTypesUidClonePOST (line 7016) | public DocumentTypeDetail documentDocumentTypesUidClonePOST(String uid... method documentDocumentTypesUidClonePOSTWithHttpInfo (line 7034) | public ApiResponse documentDocumentTypesUidClonePO... method documentDocumentTypesUidClonePOSTAsync (line 7054) | public okhttp3.Call documentDocumentTypesUidClonePOSTAsync(String uid,... method documentDocumentTypesUidDELETECall (line 7073) | public okhttp3.Call documentDocumentTypesUidDELETECall(String uid, fin... method documentDocumentTypesUidDELETEValidateBeforeCall (line 7119) | @SuppressWarnings("rawtypes") method documentDocumentTypesUidDELETE (line 7144) | public void documentDocumentTypesUidDELETE(String uid) throws ApiExcep... method documentDocumentTypesUidDELETEWithHttpInfo (line 7160) | public ApiResponse documentDocumentTypesUidDELETEWithHttpInfo(St... method documentDocumentTypesUidDELETEAsync (line 7178) | public okhttp3.Call documentDocumentTypesUidDELETEAsync(String uid, fi... method documentDocumentTypesUidExportDocTypeGETCall (line 7197) | public okhttp3.Call documentDocumentTypesUidExportDocTypeGETCall(Strin... method documentDocumentTypesUidExportDocTypeGETValidateBeforeCall (line 7247) | @SuppressWarnings("rawtypes") method documentDocumentTypesUidExportDocTypeGET (line 7274) | public File documentDocumentTypesUidExportDocTypeGET(String uid, Strin... method documentDocumentTypesUidExportDocTypeGETWithHttpInfo (line 7292) | public ApiResponse documentDocumentTypesUidExportDocTypeGETWithH... method documentDocumentTypesUidExportDocTypeGETAsync (line 7312) | public okhttp3.Call documentDocumentTypesUidExportDocTypeGETAsync(Stri... method documentDocumentTypesUidFormFieldsGETCall (line 7331) | public okhttp3.Call documentDocumentTypesUidFormFieldsGETCall(String u... method documentDocumentTypesUidFormFieldsGETValidateBeforeCall (line 7377) | @SuppressWarnings("rawtypes") method documentDocumentTypesUidFormFieldsGET (line 7403) | public Map documentDocumentTypesUidFormFieldsGET(Strin... method documentDocumentTypesUidFormFieldsGETWithHttpInfo (line 7420) | public ApiResponse> documentDocumentTypesUidFormFi... method documentDocumentTypesUidFormFieldsGETAsync (line 7439) | public okhttp3.Call documentDocumentTypesUidFormFieldsGETAsync(String ... method documentDocumentTypesUidGETCall (line 7459) | public okhttp3.Call documentDocumentTypesUidGETCall(String uid, Map documentDocumentTypesUidGETWith... method documentDocumentTypesUidGETAsync (line 7574) | public okhttp3.Call documentDocumentTypesUidGETAsync(String uid, Map documentDocumentTypesUidPATCHWi... method documentDocumentTypesUidPATCHAsync (line 7705) | public okhttp3.Call documentDocumentTypesUidPATCHAsync(String uid, Doc... method documentDocumentTypesUidPUTCall (line 7725) | public okhttp3.Call documentDocumentTypesUidPUTCall(String uid, Docume... method documentDocumentTypesUidPUTValidateBeforeCall (line 7771) | @SuppressWarnings("rawtypes") method documentDocumentTypesUidPUT (line 7798) | public DocumentTypeCreate documentDocumentTypesUidPUT(String uid, Docu... method documentDocumentTypesUidPUTWithHttpInfo (line 7816) | public ApiResponse documentDocumentTypesUidPUTWith... method documentDocumentTypesUidPUTAsync (line 7836) | public okhttp3.Call documentDocumentTypesUidPUTAsync(String uid, Docum... method documentDocumentTypesUidPreDeletePOSTCall (line 7856) | public okhttp3.Call documentDocumentTypesUidPreDeletePOSTCall(String u... method documentDocumentTypesUidPreDeletePOSTValidateBeforeCall (line 7902) | @SuppressWarnings("rawtypes") method documentDocumentTypesUidPreDeletePOST (line 7929) | public Map documentDocumentTypesUidPreDeletePOST(Strin... method documentDocumentTypesUidPreDeletePOSTWithHttpInfo (line 7947) | public ApiResponse> documentDocumentTypesUidPreDel... method documentDocumentTypesUidPreDeletePOSTAsync (line 7967) | public okhttp3.Call documentDocumentTypesUidPreDeletePOSTAsync(String ... method documentDocumentTypesUserProjectTypesGETCall (line 7986) | public okhttp3.Call documentDocumentTypesUserProjectTypesGETCall(Map documentDocumentTypesUserProjec... method documentDocumentTypesUserProjectTypesGETAsync (line 8092) | public okhttp3.Call documentDocumentTypesUserProjectTypesGETAsync(Map<... method documentDocumentsDownloadZipGETCall (line 8113) | public okhttp3.Call documentDocumentsDownloadZipGETCall(String documen... method documentDocumentsDownloadZipGETValidateBeforeCall (line 8166) | @SuppressWarnings("rawtypes") method documentDocumentsDownloadZipGET (line 8189) | public DocumentDownloadZipResponse documentDocumentsDownloadZipGET(Str... method documentDocumentsDownloadZipGETWithHttpInfo (line 8208) | public ApiResponse documentDocumentsDownl... method documentDocumentsDownloadZipGETAsync (line 8229) | public okhttp3.Call documentDocumentsDownloadZipGETAsync(String docume... method documentDocumentsForUserGETCall (line 8247) | public okhttp3.Call documentDocumentsForUserGETCall(final ApiCallback ... method documentDocumentsForUserGETValidateBeforeCall (line 8292) | @SuppressWarnings("rawtypes") method documentDocumentsForUserGET (line 8312) | public DocumentsForUserResponse documentDocumentsForUserGET() throws A... method documentDocumentsForUserGETWithHttpInfo (line 8328) | public ApiResponse documentDocumentsForUserG... method documentDocumentsForUserGETAsync (line 8346) | public okhttp3.Call documentDocumentsForUserGETAsync(final ApiCallback... method documentDocumentsGETCall (line 8367) | public okhttp3.Call documentDocumentsGETCall(Map jqFil... method documentDocumentsGETValidateBeforeCall (line 8424) | @SuppressWarnings("rawtypes") method documentDocumentsGET (line 8447) | public List documentDocumentsGET(Map... method documentDocumentsGETWithHttpInfo (line 8466) | public ApiResponse> documentDocumentsGETWithHtt... method documentDocumentsGETAsync (line 8487) | public okhttp3.Call documentDocumentsGETAsync(Map jqFi... method documentDocumentsIdActionsGETCall (line 8510) | public okhttp3.Call documentDocumentsIdActionsGETCall(String id, Integ... method documentDocumentsIdActionsGETValidateBeforeCall (line 8572) | @SuppressWarnings("rawtypes") method documentDocumentsIdActionsGET (line 8602) | public DocumentsForUser documentDocumentsIdActionsGET(String id, Integ... method documentDocumentsIdActionsGETWithHttpInfo (line 8623) | public ApiResponse documentDocumentsIdActionsGETWith... method documentDocumentsIdActionsGETAsync (line 8646) | public okhttp3.Call documentDocumentsIdActionsGETAsync(String id, Inte... method documentDocumentsIdDELETECall (line 8665) | public okhttp3.Call documentDocumentsIdDELETECall(String id, final Api... method documentDocumentsIdDELETEValidateBeforeCall (line 8711) | @SuppressWarnings("rawtypes") method documentDocumentsIdDELETE (line 8736) | public void documentDocumentsIdDELETE(String id) throws ApiException { method documentDocumentsIdDELETEWithHttpInfo (line 8752) | public ApiResponse documentDocumentsIdDELETEWithHttpInfo(String ... method documentDocumentsIdDELETEAsync (line 8770) | public okhttp3.Call documentDocumentsIdDELETEAsync(String id, final Ap... method documentDocumentsIdDataGETCall (line 8789) | public okhttp3.Call documentDocumentsIdDataGETCall(String id, Map documentDocumentsIdDataGETWithHttpI... method documentDocumentsIdDataGETAsync (line 8904) | public okhttp3.Call documentDocumentsIdDataGETAsync(String id, Map documentDocumentsIdDefinitionsGET(Str... method documentDocumentsIdDefinitionsGETWithHttpInfo (line 9012) | public ApiResponse> documentDocumentsIdDefin... method documentDocumentsIdDefinitionsGETAsync (line 9031) | public okhttp3.Call documentDocumentsIdDefinitionsGETAsync(String id, ... method documentDocumentsIdExtractionGETCall (line 9050) | public okhttp3.Call documentDocumentsIdExtractionGETCall(String id, fi... method documentDocumentsIdExtractionGETValidateBeforeCall (line 9096) | @SuppressWarnings("rawtypes") method documentDocumentsIdExtractionGET (line 9122) | public Map documentDocumentsIdExtractionGET(String id)... method documentDocumentsIdExtractionGETWithHttpInfo (line 9139) | public ApiResponse> documentDocumentsIdExtractionG... method documentDocumentsIdExtractionGETAsync (line 9158) | public okhttp3.Call documentDocumentsIdExtractionGETAsync(String id, f... method documentDocumentsIdFieldsGETCall (line 9177) | public okhttp3.Call documentDocumentsIdFieldsGETCall(String id, final ... method documentDocumentsIdFieldsGETValidateBeforeCall (line 9223) | @SuppressWarnings("rawtypes") method documentDocumentsIdFieldsGET (line 9249) | public Map documentDocumentsIdFieldsGET(String id) thr... method documentDocumentsIdFieldsGETWithHttpInfo (line 9266) | public ApiResponse> documentDocumentsIdFieldsGETWi... method documentDocumentsIdFieldsGETAsync (line 9285) | public okhttp3.Call documentDocumentsIdFieldsGETAsync(String id, final... method documentDocumentsIdFieldsPATCHCall (line 9305) | public okhttp3.Call documentDocumentsIdFieldsPATCHCall(String id, Docu... method documentDocumentsIdFieldsPATCHValidateBeforeCall (line 9351) | @SuppressWarnings("rawtypes") method documentDocumentsIdFieldsPATCH (line 9378) | public DocumentDetail documentDocumentsIdFieldsPATCH(String id, Docume... method documentDocumentsIdFieldsPATCHWithHttpInfo (line 9396) | public ApiResponse documentDocumentsIdFieldsPATCHWithH... method documentDocumentsIdFieldsPATCHAsync (line 9416) | public okhttp3.Call documentDocumentsIdFieldsPATCHAsync(String id, Doc... method documentDocumentsIdFieldsPOSTCall (line 9436) | public okhttp3.Call documentDocumentsIdFieldsPOSTCall(String id, Docum... method documentDocumentsIdFieldsPOSTValidateBeforeCall (line 9482) | @SuppressWarnings("rawtypes") method documentDocumentsIdFieldsPOST (line 9509) | public DocumentDetail documentDocumentsIdFieldsPOST(String id, Documen... method documentDocumentsIdFieldsPOSTWithHttpInfo (line 9527) | public ApiResponse documentDocumentsIdFieldsPOSTWithHt... method documentDocumentsIdFieldsPOSTAsync (line 9547) | public okhttp3.Call documentDocumentsIdFieldsPOSTAsync(String id, Docu... method documentDocumentsIdFieldsPUTCall (line 9567) | public okhttp3.Call documentDocumentsIdFieldsPUTCall(String id, Docume... method documentDocumentsIdFieldsPUTValidateBeforeCall (line 9613) | @SuppressWarnings("rawtypes") method documentDocumentsIdFieldsPUT (line 9640) | public DocumentDetail documentDocumentsIdFieldsPUT(String id, Document... method documentDocumentsIdFieldsPUTWithHttpInfo (line 9658) | public ApiResponse documentDocumentsIdFieldsPUTWithHtt... method documentDocumentsIdFieldsPUTAsync (line 9678) | public okhttp3.Call documentDocumentsIdFieldsPUTAsync(String id, Docum... method documentDocumentsIdFullTextGETCall (line 9697) | public okhttp3.Call documentDocumentsIdFullTextGETCall(String id, fina... method documentDocumentsIdFullTextGETValidateBeforeCall (line 9743) | @SuppressWarnings("rawtypes") method documentDocumentsIdFullTextGET (line 9769) | public String documentDocumentsIdFullTextGET(String id) throws ApiExce... method documentDocumentsIdFullTextGETWithHttpInfo (line 9786) | public ApiResponse documentDocumentsIdFullTextGETWithHttpInfo(... method documentDocumentsIdFullTextGETAsync (line 9805) | public okhttp3.Call documentDocumentsIdFullTextGETAsync(String id, fin... method documentDocumentsIdGETCall (line 9825) | public okhttp3.Call documentDocumentsIdGETCall(String id, Map documentDocumentsIdGETWithHttpInf... method documentDocumentsIdGETAsync (line 9940) | public okhttp3.Call documentDocumentsIdGETAsync(String id, Map documentDocumentsIdHasPdfInfoGETWithHttpIn... method documentDocumentsIdHasPdfInfoGETAsync (line 10067) | public okhttp3.Call documentDocumentsIdHasPdfInfoGETAsync(String id, f... method documentDocumentsIdPATCHCall (line 10087) | public okhttp3.Call documentDocumentsIdPATCHCall(String id, DocumentDe... method documentDocumentsIdPATCHValidateBeforeCall (line 10133) | @SuppressWarnings("rawtypes") method documentDocumentsIdPATCH (line 10160) | public DocumentDetail documentDocumentsIdPATCH(String id, DocumentDeta... method documentDocumentsIdPATCHWithHttpInfo (line 10178) | public ApiResponse documentDocumentsIdPATCHWithHttpInf... method documentDocumentsIdPATCHAsync (line 10198) | public okhttp3.Call documentDocumentsIdPATCHAsync(String id, DocumentD... method documentDocumentsIdPUTCall (line 10218) | public okhttp3.Call documentDocumentsIdPUTCall(String id, DocumentsFor... method documentDocumentsIdPUTValidateBeforeCall (line 10264) | @SuppressWarnings("rawtypes") method documentDocumentsIdPUT (line 10291) | public DocumentsForUser documentDocumentsIdPUT(String id, DocumentsFor... method documentDocumentsIdPUTWithHttpInfo (line 10309) | public ApiResponse documentDocumentsIdPUTWithHttpInf... method documentDocumentsIdPUTAsync (line 10329) | public okhttp3.Call documentDocumentsIdPUTAsync(String id, DocumentsFo... method documentDocumentsIdPdfReprGETCall (line 10348) | public okhttp3.Call documentDocumentsIdPdfReprGETCall(String id, final... method documentDocumentsIdPdfReprGETValidateBeforeCall (line 10394) | @SuppressWarnings("rawtypes") method documentDocumentsIdPdfReprGET (line 10420) | public DocumentPDFRepr documentDocumentsIdPdfReprGET(String id) throws... method documentDocumentsIdPdfReprGETWithHttpInfo (line 10437) | public ApiResponse documentDocumentsIdPdfReprGETWithH... method documentDocumentsIdPdfReprGETAsync (line 10456) | public okhttp3.Call documentDocumentsIdPdfReprGETAsync(String id, fina... method documentDocumentsIdSetAnnotatorCoordDifferencePOSTCall (line 10476) | public okhttp3.Call documentDocumentsIdSetAnnotatorCoordDifferencePOST... method documentDocumentsIdSetAnnotatorCoordDifferencePOSTValidateBeforeCall (line 10522) | @SuppressWarnings("rawtypes") method documentDocumentsIdSetAnnotatorCoordDifferencePOST (line 10549) | public DocumentSetAnnotatorCoordinatesDifferenceResponse documentDocum... method documentDocumentsIdSetAnnotatorCoordDifferencePOSTWithHttpInfo (line 10567) | public ApiResponse ... method documentDocumentsIdSetAnnotatorCoordDifferencePOSTAsync (line 10587) | public okhttp3.Call documentDocumentsIdSetAnnotatorCoordDifferencePOST... method documentDocumentsIdShowGETCall (line 10607) | public okhttp3.Call documentDocumentsIdShowGETCall(String id, String a... method documentDocumentsIdShowGETValidateBeforeCall (line 10657) | @SuppressWarnings("rawtypes") method documentDocumentsIdShowGET (line 10684) | public File documentDocumentsIdShowGET(String id, String alt) throws A... method documentDocumentsIdShowGETWithHttpInfo (line 10702) | public ApiResponse documentDocumentsIdShowGETWithHttpInfo(String... method documentDocumentsIdShowGETAsync (line 10722) | public okhttp3.Call documentDocumentsIdShowGETAsync(String id, String ... method documentDocumentsIdSimilarGETCall (line 10743) | public okhttp3.Call documentDocumentsIdSimilarGETCall(String id, Integ... method documentDocumentsIdSimilarGETValidateBeforeCall (line 10797) | @SuppressWarnings("rawtypes") method documentDocumentsIdSimilarGET (line 10825) | public ProjectDocumentSimilarity documentDocumentsIdSimilarGET(String ... method documentDocumentsIdSimilarGETWithHttpInfo (line 10844) | public ApiResponse documentDocumentsIdSimil... method documentDocumentsIdSimilarGETAsync (line 10865) | public okhttp3.Call documentDocumentsIdSimilarGETAsync(String id, Inte... method documentDocumentsMarkDeletePOSTCall (line 10884) | public okhttp3.Call documentDocumentsMarkDeletePOSTCall(MarkUnmarkForD... method documentDocumentsMarkDeletePOSTValidateBeforeCall (line 10929) | @SuppressWarnings("rawtypes") method documentDocumentsMarkDeletePOST (line 10950) | public MarkUnmarkForDeleteDocumentsResponse documentDocumentsMarkDelet... method documentDocumentsMarkDeletePOSTWithHttpInfo (line 10967) | public ApiResponse documentDocum... method documentDocumentsMarkDeletePOSTAsync (line 10986) | public okhttp3.Call documentDocumentsMarkDeletePOSTAsync(MarkUnmarkFor... method documentDocumentsPOSTCall (line 11005) | public okhttp3.Call documentDocumentsPOSTCall(DocumentsForUser documen... method documentDocumentsPOSTValidateBeforeCall (line 11050) | @SuppressWarnings("rawtypes") method documentDocumentsPOST (line 11071) | public DocumentsForUser documentDocumentsPOST(DocumentsForUser documen... method documentDocumentsPOSTWithHttpInfo (line 11088) | public ApiResponse documentDocumentsPOSTWithHttpInfo... method documentDocumentsPOSTAsync (line 11107) | public okhttp3.Call documentDocumentsPOSTAsync(DocumentsForUser docume... method documentDocumentsUnmarkDeletePOSTCall (line 11126) | public okhttp3.Call documentDocumentsUnmarkDeletePOSTCall(MarkUnmarkFo... method documentDocumentsUnmarkDeletePOSTValidateBeforeCall (line 11171) | @SuppressWarnings("rawtypes") method documentDocumentsUnmarkDeletePOST (line 11192) | public MarkUnmarkForDeleteDocumentsResponse documentDocumentsUnmarkDel... method documentDocumentsUnmarkDeletePOSTWithHttpInfo (line 11209) | public ApiResponse documentDocum... method documentDocumentsUnmarkDeletePOSTAsync (line 11228) | public okhttp3.Call documentDocumentsUnmarkDeletePOSTAsync(MarkUnmarkF... method documentFieldAnnotationStatusesGETCall (line 11247) | public okhttp3.Call documentFieldAnnotationStatusesGETCall(Map documentFieldAnnotationStatusesGET(... method documentFieldAnnotationStatusesGETWithHttpInfo (line 11334) | public ApiResponse> documentFieldAnnotatio... method documentFieldAnnotationStatusesGETAsync (line 11353) | public okhttp3.Call documentFieldAnnotationStatusesGETAsync(Map documentFieldAnnotationStatusesIdDELETEWithHt... method documentFieldAnnotationStatusesIdDELETEAsync (line 11477) | public okhttp3.Call documentFieldAnnotationStatusesIdDELETEAsync(Strin... method documentFieldAnnotationStatusesIdGETCall (line 11496) | public okhttp3.Call documentFieldAnnotationStatusesIdGETCall(String id... method documentFieldAnnotationStatusesIdGETValidateBeforeCall (line 11546) | @SuppressWarnings("rawtypes") method documentFieldAnnotationStatusesIdGET (line 11573) | public FieldAnnotationStatus documentFieldAnnotationStatusesIdGET(Stri... method documentFieldAnnotationStatusesIdGETWithHttpInfo (line 11591) | public ApiResponse documentFieldAnnotationStatu... method documentFieldAnnotationStatusesIdGETAsync (line 11611) | public okhttp3.Call documentFieldAnnotationStatusesIdGETAsync(String i... method documentFieldAnnotationStatusesIdPATCHCall (line 11631) | public okhttp3.Call documentFieldAnnotationStatusesIdPATCHCall(String ... method documentFieldAnnotationStatusesIdPATCHValidateBeforeCall (line 11677) | @SuppressWarnings("rawtypes") method documentFieldAnnotationStatusesIdPATCH (line 11704) | public FieldAnnotationStatus documentFieldAnnotationStatusesIdPATCH(St... method documentFieldAnnotationStatusesIdPATCHWithHttpInfo (line 11722) | public ApiResponse documentFieldAnnotationStatu... method documentFieldAnnotationStatusesIdPATCHAsync (line 11742) | public okhttp3.Call documentFieldAnnotationStatusesIdPATCHAsync(String... method documentFieldAnnotationStatusesIdPUTCall (line 11762) | public okhttp3.Call documentFieldAnnotationStatusesIdPUTCall(String id... method documentFieldAnnotationStatusesIdPUTValidateBeforeCall (line 11808) | @SuppressWarnings("rawtypes") method documentFieldAnnotationStatusesIdPUT (line 11835) | public FieldAnnotationStatus documentFieldAnnotationStatusesIdPUT(Stri... method documentFieldAnnotationStatusesIdPUTWithHttpInfo (line 11853) | public ApiResponse documentFieldAnnotationStatu... method documentFieldAnnotationStatusesIdPUTAsync (line 11873) | public okhttp3.Call documentFieldAnnotationStatusesIdPUTAsync(String i... method documentFieldAnnotationStatusesPOSTCall (line 11892) | public okhttp3.Call documentFieldAnnotationStatusesPOSTCall(FieldAnnot... method documentFieldAnnotationStatusesPOSTValidateBeforeCall (line 11937) | @SuppressWarnings("rawtypes") method documentFieldAnnotationStatusesPOST (line 11958) | public FieldAnnotationStatus documentFieldAnnotationStatusesPOST(Field... method documentFieldAnnotationStatusesPOSTWithHttpInfo (line 11975) | public ApiResponse documentFieldAnnotationStatu... method documentFieldAnnotationStatusesPOSTAsync (line 11994) | public okhttp3.Call documentFieldAnnotationStatusesPOSTAsync(FieldAnno... method documentProjectProjectPkDocumentFieldAnnotationsForUserGETCall (line 12014) | public okhttp3.Call documentProjectProjectPkDocumentFieldAnnotationsFo... method documentProjectProjectPkDocumentFieldAnnotationsForUserGETValidateBeforeCall (line 12064) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentFieldAnnotationsForUserGET (line 12091) | public DocumentFieldAnnotation documentProjectProjectPkDocumentFieldAn... method documentProjectProjectPkDocumentFieldAnnotationsForUserGETWithHttpInfo (line 12109) | public ApiResponse documentProjectProjectPkDo... method documentProjectProjectPkDocumentFieldAnnotationsForUserGETAsync (line 12129) | public okhttp3.Call documentProjectProjectPkDocumentFieldAnnotationsFo... method documentProjectProjectPkDocumentFieldAnnotationsGETCall (line 12149) | public okhttp3.Call documentProjectProjectPkDocumentFieldAnnotationsGE... method documentProjectProjectPkDocumentFieldAnnotationsGETValidateBeforeCall (line 12199) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentFieldAnnotationsGET (line 12226) | public List documentProjectProjectPkDocumentF... method documentProjectProjectPkDocumentFieldAnnotationsGETWithHttpInfo (line 12244) | public ApiResponse> documentProjectProje... method documentProjectProjectPkDocumentFieldAnnotationsGETAsync (line 12264) | public okhttp3.Call documentProjectProjectPkDocumentFieldAnnotationsGE... method documentProjectProjectPkDocumentFieldAnnotationsUidGETCall (line 12285) | public okhttp3.Call documentProjectProjectPkDocumentFieldAnnotationsUi... method documentProjectProjectPkDocumentFieldAnnotationsUidGETValidateBeforeCall (line 12336) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentFieldAnnotationsUidGET (line 12369) | public DocumentFieldAnnotation documentProjectProjectPkDocumentFieldAn... method documentProjectProjectPkDocumentFieldAnnotationsUidGETWithHttpInfo (line 12388) | public ApiResponse documentProjectProjectPkDo... method documentProjectProjectPkDocumentFieldAnnotationsUidGETAsync (line 12409) | public okhttp3.Call documentProjectProjectPkDocumentFieldAnnotationsUi... method documentProjectProjectPkDocumentFieldValuesGETCall (line 12429) | public okhttp3.Call documentProjectProjectPkDocumentFieldValuesGETCall... method documentProjectProjectPkDocumentFieldValuesGETValidateBeforeCall (line 12479) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentFieldValuesGET (line 12506) | public List documentProjectProjectPkDocumentFieldV... method documentProjectProjectPkDocumentFieldValuesGETWithHttpInfo (line 12524) | public ApiResponse> documentProjectProjectPkD... method documentProjectProjectPkDocumentFieldValuesGETAsync (line 12544) | public okhttp3.Call documentProjectProjectPkDocumentFieldValuesGETAsyn... method documentProjectProjectPkDocumentFieldValuesIdGETCall (line 12565) | public okhttp3.Call documentProjectProjectPkDocumentFieldValuesIdGETCa... method documentProjectProjectPkDocumentFieldValuesIdGETValidateBeforeCall (line 12616) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentFieldValuesIdGET (line 12649) | public DocumentFieldValue documentProjectProjectPkDocumentFieldValuesI... method documentProjectProjectPkDocumentFieldValuesIdGETWithHttpInfo (line 12668) | public ApiResponse documentProjectProjectPkDocumen... method documentProjectProjectPkDocumentFieldValuesIdGETAsync (line 12689) | public okhttp3.Call documentProjectProjectPkDocumentFieldValuesIdGETAs... method documentProjectProjectPkDocumentsDocumentPkAnnotationsGETCall (line 12709) | public okhttp3.Call documentProjectProjectPkDocumentsDocumentPkAnnotat... method documentProjectProjectPkDocumentsDocumentPkAnnotationsGETValidateBeforeCall (line 12756) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsDocumentPkAnnotationsGET (line 12788) | public List documentProjectProjectPkDocumentsDoc... method documentProjectProjectPkDocumentsDocumentPkAnnotationsGETWithHttpInfo (line 12806) | public ApiResponse> documentProjectProjectP... method documentProjectProjectPkDocumentsDocumentPkAnnotationsGETAsync (line 12826) | public okhttp3.Call documentProjectProjectPkDocumentsDocumentPkAnnotat... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETECall (line 12847) | public okhttp3.Call documentProjectProjectPkDocumentsDocumentPkAnnotat... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETEValidateBeforeCall (line 12895) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETE (line 12932) | public void documentProjectProjectPkDocumentsDocumentPkAnnotationsIdDE... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETEWithHttpInfo (line 12950) | public ApiResponse documentProjectProjectPkDocumentsDocumentPkAn... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETEAsync (line 12970) | public okhttp3.Call documentProjectProjectPkDocumentsDocumentPkAnnotat... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdGETCall (line 12990) | public okhttp3.Call documentProjectProjectPkDocumentsDocumentPkAnnotat... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdGETValidateBeforeCall (line 13038) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdGET (line 13076) | public AnnotationInDocument documentProjectProjectPkDocumentsDocumentP... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdGETWithHttpInfo (line 13095) | public ApiResponse documentProjectProjectPkDocum... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdGETAsync (line 13116) | public okhttp3.Call documentProjectProjectPkDocumentsDocumentPkAnnotat... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCHCall (line 13138) | public okhttp3.Call documentProjectProjectPkDocumentsDocumentPkAnnotat... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCHValidateBeforeCall (line 13186) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCH (line 13225) | public AnnotationInDocument documentProjectProjectPkDocumentsDocumentP... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCHWithHttpInfo (line 13245) | public ApiResponse documentProjectProjectPkDocum... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCHAsync (line 13267) | public okhttp3.Call documentProjectProjectPkDocumentsDocumentPkAnnotat... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUTCall (line 13289) | public okhttp3.Call documentProjectProjectPkDocumentsDocumentPkAnnotat... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUTValidateBeforeCall (line 13337) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUT (line 13376) | public AnnotationInDocument documentProjectProjectPkDocumentsDocumentP... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUTWithHttpInfo (line 13396) | public ApiResponse documentProjectProjectPkDocum... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUTAsync (line 13418) | public okhttp3.Call documentProjectProjectPkDocumentsDocumentPkAnnotat... method documentProjectProjectPkDocumentsDocumentPkAnnotationsPOSTCall (line 13439) | public okhttp3.Call documentProjectProjectPkDocumentsDocumentPkAnnotat... method documentProjectProjectPkDocumentsDocumentPkAnnotationsPOSTValidateBeforeCall (line 13486) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsDocumentPkAnnotationsPOST (line 13519) | public AnnotationInDocument documentProjectProjectPkDocumentsDocumentP... method documentProjectProjectPkDocumentsDocumentPkAnnotationsPOSTWithHttpInfo (line 13538) | public ApiResponse documentProjectProjectPkDocum... method documentProjectProjectPkDocumentsDocumentPkAnnotationsPOSTAsync (line 13559) | public okhttp3.Call documentProjectProjectPkDocumentsDocumentPkAnnotat... method documentProjectProjectPkDocumentsDownloadZipGETCall (line 13581) | public okhttp3.Call documentProjectProjectPkDocumentsDownloadZipGETCal... method documentProjectProjectPkDocumentsDownloadZipGETValidateBeforeCall (line 13635) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsDownloadZipGET (line 13664) | public DocumentDownloadZipResponse documentProjectProjectPkDocumentsDo... method documentProjectProjectPkDocumentsDownloadZipGETWithHttpInfo (line 13684) | public ApiResponse documentProjectProject... method documentProjectProjectPkDocumentsDownloadZipGETAsync (line 13706) | public okhttp3.Call documentProjectProjectPkDocumentsDownloadZipGETAsy... method documentProjectProjectPkDocumentsForUserGETCall (line 13725) | public okhttp3.Call documentProjectProjectPkDocumentsForUserGETCall(St... method documentProjectProjectPkDocumentsForUserGETValidateBeforeCall (line 13771) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsForUserGET (line 13797) | public DocumentsForUserResponse documentProjectProjectPkDocumentsForUs... method documentProjectProjectPkDocumentsForUserGETWithHttpInfo (line 13814) | public ApiResponse documentProjectProjectPkD... method documentProjectProjectPkDocumentsForUserGETAsync (line 13833) | public okhttp3.Call documentProjectProjectPkDocumentsForUserGETAsync(S... method documentProjectProjectPkDocumentsGETCall (line 13855) | public okhttp3.Call documentProjectProjectPkDocumentsGETCall(String pr... method documentProjectProjectPkDocumentsGETValidateBeforeCall (line 13913) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsGET (line 13942) | public List documentProjectProjectPkDocumentsGET(Str... method documentProjectProjectPkDocumentsGETWithHttpInfo (line 13962) | public ApiResponse> documentProjectProjectPkDoc... method documentProjectProjectPkDocumentsGETAsync (line 13984) | public okhttp3.Call documentProjectProjectPkDocumentsGETAsync(String p... method documentProjectProjectPkDocumentsIdActionsGETCall (line 14008) | public okhttp3.Call documentProjectProjectPkDocumentsIdActionsGETCall(... method documentProjectProjectPkDocumentsIdActionsGETValidateBeforeCall (line 14071) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdActionsGET (line 14107) | public DocumentsForUser documentProjectProjectPkDocumentsIdActionsGET(... method documentProjectProjectPkDocumentsIdActionsGETWithHttpInfo (line 14129) | public ApiResponse documentProjectProjectPkDocuments... method documentProjectProjectPkDocumentsIdActionsGETAsync (line 14153) | public okhttp3.Call documentProjectProjectPkDocumentsIdActionsGETAsync... method documentProjectProjectPkDocumentsIdDELETECall (line 14173) | public okhttp3.Call documentProjectProjectPkDocumentsIdDELETECall(Stri... method documentProjectProjectPkDocumentsIdDELETEValidateBeforeCall (line 14220) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdDELETE (line 14251) | public void documentProjectProjectPkDocumentsIdDELETE(String projectPk... method documentProjectProjectPkDocumentsIdDELETEWithHttpInfo (line 14268) | public ApiResponse documentProjectProjectPkDocumentsIdDELETEWith... method documentProjectProjectPkDocumentsIdDELETEAsync (line 14287) | public okhttp3.Call documentProjectProjectPkDocumentsIdDELETEAsync(Str... method documentProjectProjectPkDocumentsIdDataGETCall (line 14307) | public okhttp3.Call documentProjectProjectPkDocumentsIdDataGETCall(Str... method documentProjectProjectPkDocumentsIdDataGETValidateBeforeCall (line 14358) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdDataGET (line 14391) | public DocumentDetail documentProjectProjectPkDocumentsIdDataGET(Strin... method documentProjectProjectPkDocumentsIdDataGETWithHttpInfo (line 14410) | public ApiResponse documentProjectProjectPkDocumentsId... method documentProjectProjectPkDocumentsIdDataGETAsync (line 14431) | public okhttp3.Call documentProjectProjectPkDocumentsIdDataGETAsync(St... method documentProjectProjectPkDocumentsIdDefinitionsGETCall (line 14451) | public okhttp3.Call documentProjectProjectPkDocumentsIdDefinitionsGETC... method documentProjectProjectPkDocumentsIdDefinitionsGETValidateBeforeCall (line 14498) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdDefinitionsGET (line 14530) | public List documentProjectProjectPkDocumentsIdDe... method documentProjectProjectPkDocumentsIdDefinitionsGETWithHttpInfo (line 14548) | public ApiResponse> documentProjectProjectPk... method documentProjectProjectPkDocumentsIdDefinitionsGETAsync (line 14568) | public okhttp3.Call documentProjectProjectPkDocumentsIdDefinitionsGETA... method documentProjectProjectPkDocumentsIdExtractionGETCall (line 14588) | public okhttp3.Call documentProjectProjectPkDocumentsIdExtractionGETCa... method documentProjectProjectPkDocumentsIdExtractionGETValidateBeforeCall (line 14635) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdExtractionGET (line 14667) | public Map documentProjectProjectPkDocumentsIdExtracti... method documentProjectProjectPkDocumentsIdExtractionGETWithHttpInfo (line 14685) | public ApiResponse> documentProjectProjectPkDocume... method documentProjectProjectPkDocumentsIdExtractionGETAsync (line 14705) | public okhttp3.Call documentProjectProjectPkDocumentsIdExtractionGETAs... method documentProjectProjectPkDocumentsIdFieldsGETCall (line 14725) | public okhttp3.Call documentProjectProjectPkDocumentsIdFieldsGETCall(S... method documentProjectProjectPkDocumentsIdFieldsGETValidateBeforeCall (line 14772) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdFieldsGET (line 14804) | public Map documentProjectProjectPkDocumentsIdFieldsGE... method documentProjectProjectPkDocumentsIdFieldsGETWithHttpInfo (line 14822) | public ApiResponse> documentProjectProjectPkDocume... method documentProjectProjectPkDocumentsIdFieldsGETAsync (line 14842) | public okhttp3.Call documentProjectProjectPkDocumentsIdFieldsGETAsync(... method documentProjectProjectPkDocumentsIdFieldsPATCHCall (line 14863) | public okhttp3.Call documentProjectProjectPkDocumentsIdFieldsPATCHCall... method documentProjectProjectPkDocumentsIdFieldsPATCHValidateBeforeCall (line 14910) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdFieldsPATCH (line 14943) | public DocumentDetail documentProjectProjectPkDocumentsIdFieldsPATCH(S... method documentProjectProjectPkDocumentsIdFieldsPATCHWithHttpInfo (line 14962) | public ApiResponse documentProjectProjectPkDocumentsId... method documentProjectProjectPkDocumentsIdFieldsPATCHAsync (line 14983) | public okhttp3.Call documentProjectProjectPkDocumentsIdFieldsPATCHAsyn... method documentProjectProjectPkDocumentsIdFieldsPOSTCall (line 15004) | public okhttp3.Call documentProjectProjectPkDocumentsIdFieldsPOSTCall(... method documentProjectProjectPkDocumentsIdFieldsPOSTValidateBeforeCall (line 15051) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdFieldsPOST (line 15084) | public DocumentDetail documentProjectProjectPkDocumentsIdFieldsPOST(St... method documentProjectProjectPkDocumentsIdFieldsPOSTWithHttpInfo (line 15103) | public ApiResponse documentProjectProjectPkDocumentsId... method documentProjectProjectPkDocumentsIdFieldsPOSTAsync (line 15124) | public okhttp3.Call documentProjectProjectPkDocumentsIdFieldsPOSTAsync... method documentProjectProjectPkDocumentsIdFieldsPUTCall (line 15145) | public okhttp3.Call documentProjectProjectPkDocumentsIdFieldsPUTCall(S... method documentProjectProjectPkDocumentsIdFieldsPUTValidateBeforeCall (line 15192) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdFieldsPUT (line 15225) | public DocumentDetail documentProjectProjectPkDocumentsIdFieldsPUT(Str... method documentProjectProjectPkDocumentsIdFieldsPUTWithHttpInfo (line 15244) | public ApiResponse documentProjectProjectPkDocumentsId... method documentProjectProjectPkDocumentsIdFieldsPUTAsync (line 15265) | public okhttp3.Call documentProjectProjectPkDocumentsIdFieldsPUTAsync(... method documentProjectProjectPkDocumentsIdFullTextGETCall (line 15285) | public okhttp3.Call documentProjectProjectPkDocumentsIdFullTextGETCall... method documentProjectProjectPkDocumentsIdFullTextGETValidateBeforeCall (line 15332) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdFullTextGET (line 15364) | public String documentProjectProjectPkDocumentsIdFullTextGET(String pr... method documentProjectProjectPkDocumentsIdFullTextGETWithHttpInfo (line 15382) | public ApiResponse documentProjectProjectPkDocumentsIdFullText... method documentProjectProjectPkDocumentsIdFullTextGETAsync (line 15402) | public okhttp3.Call documentProjectProjectPkDocumentsIdFullTextGETAsyn... method documentProjectProjectPkDocumentsIdGETCall (line 15423) | public okhttp3.Call documentProjectProjectPkDocumentsIdGETCall(String ... method documentProjectProjectPkDocumentsIdGETValidateBeforeCall (line 15474) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdGET (line 15507) | public DocumentsForUser documentProjectProjectPkDocumentsIdGET(String ... method documentProjectProjectPkDocumentsIdGETWithHttpInfo (line 15526) | public ApiResponse documentProjectProjectPkDocuments... method documentProjectProjectPkDocumentsIdGETAsync (line 15547) | public okhttp3.Call documentProjectProjectPkDocumentsIdGETAsync(String... method documentProjectProjectPkDocumentsIdHasPdfInfoGETCall (line 15567) | public okhttp3.Call documentProjectProjectPkDocumentsIdHasPdfInfoGETCa... method documentProjectProjectPkDocumentsIdHasPdfInfoGETValidateBeforeCall (line 15614) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdHasPdfInfoGET (line 15646) | public Boolean documentProjectProjectPkDocumentsIdHasPdfInfoGET(String... method documentProjectProjectPkDocumentsIdHasPdfInfoGETWithHttpInfo (line 15664) | public ApiResponse documentProjectProjectPkDocumentsIdHasPdfI... method documentProjectProjectPkDocumentsIdHasPdfInfoGETAsync (line 15684) | public okhttp3.Call documentProjectProjectPkDocumentsIdHasPdfInfoGETAs... method documentProjectProjectPkDocumentsIdPATCHCall (line 15705) | public okhttp3.Call documentProjectProjectPkDocumentsIdPATCHCall(Strin... method documentProjectProjectPkDocumentsIdPATCHValidateBeforeCall (line 15752) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdPATCH (line 15785) | public DocumentDetail documentProjectProjectPkDocumentsIdPATCH(String ... method documentProjectProjectPkDocumentsIdPATCHWithHttpInfo (line 15804) | public ApiResponse documentProjectProjectPkDocumentsId... method documentProjectProjectPkDocumentsIdPATCHAsync (line 15825) | public okhttp3.Call documentProjectProjectPkDocumentsIdPATCHAsync(Stri... method documentProjectProjectPkDocumentsIdPUTCall (line 15846) | public okhttp3.Call documentProjectProjectPkDocumentsIdPUTCall(String ... method documentProjectProjectPkDocumentsIdPUTValidateBeforeCall (line 15893) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdPUT (line 15926) | public DocumentsForUser documentProjectProjectPkDocumentsIdPUT(String ... method documentProjectProjectPkDocumentsIdPUTWithHttpInfo (line 15945) | public ApiResponse documentProjectProjectPkDocuments... method documentProjectProjectPkDocumentsIdPUTAsync (line 15966) | public okhttp3.Call documentProjectProjectPkDocumentsIdPUTAsync(String... method documentProjectProjectPkDocumentsIdPdfReprGETCall (line 15986) | public okhttp3.Call documentProjectProjectPkDocumentsIdPdfReprGETCall(... method documentProjectProjectPkDocumentsIdPdfReprGETValidateBeforeCall (line 16033) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdPdfReprGET (line 16065) | public DocumentPDFRepr documentProjectProjectPkDocumentsIdPdfReprGET(S... method documentProjectProjectPkDocumentsIdPdfReprGETWithHttpInfo (line 16083) | public ApiResponse documentProjectProjectPkDocumentsI... method documentProjectProjectPkDocumentsIdPdfReprGETAsync (line 16103) | public okhttp3.Call documentProjectProjectPkDocumentsIdPdfReprGETAsync... method documentProjectProjectPkDocumentsIdSetAnnotatorCoordDifferencePOSTCall (line 16124) | public okhttp3.Call documentProjectProjectPkDocumentsIdSetAnnotatorCoo... method documentProjectProjectPkDocumentsIdSetAnnotatorCoordDifferencePOSTValidateBeforeCall (line 16171) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdSetAnnotatorCoordDifferencePOST (line 16204) | public DocumentSetAnnotatorCoordinatesDifferenceResponse documentProje... method documentProjectProjectPkDocumentsIdSetAnnotatorCoordDifferencePOSTWithHttpInfo (line 16223) | public ApiResponse ... method documentProjectProjectPkDocumentsIdSetAnnotatorCoordDifferencePOSTAsync (line 16244) | public okhttp3.Call documentProjectProjectPkDocumentsIdSetAnnotatorCoo... method documentProjectProjectPkDocumentsIdShowGETCall (line 16265) | public okhttp3.Call documentProjectProjectPkDocumentsIdShowGETCall(Str... method documentProjectProjectPkDocumentsIdShowGETValidateBeforeCall (line 16316) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdShowGET (line 16349) | public File documentProjectProjectPkDocumentsIdShowGET(String projectP... method documentProjectProjectPkDocumentsIdShowGETWithHttpInfo (line 16368) | public ApiResponse documentProjectProjectPkDocumentsIdShowGETWit... method documentProjectProjectPkDocumentsIdShowGETAsync (line 16389) | public okhttp3.Call documentProjectProjectPkDocumentsIdShowGETAsync(St... method documentProjectProjectPkDocumentsIdSimilarGETCall (line 16411) | public okhttp3.Call documentProjectProjectPkDocumentsIdSimilarGETCall(... method documentProjectProjectPkDocumentsIdSimilarGETValidateBeforeCall (line 16466) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdSimilarGET (line 16500) | public ProjectDocumentSimilarity documentProjectProjectPkDocumentsIdSi... method documentProjectProjectPkDocumentsIdSimilarGETWithHttpInfo (line 16520) | public ApiResponse documentProjectProjectPk... method documentProjectProjectPkDocumentsIdSimilarGETAsync (line 16542) | public okhttp3.Call documentProjectProjectPkDocumentsIdSimilarGETAsync... method documentProjectProjectPkDocumentsMarkDeletePOSTCall (line 16562) | public okhttp3.Call documentProjectProjectPkDocumentsMarkDeletePOSTCal... method documentProjectProjectPkDocumentsMarkDeletePOSTValidateBeforeCall (line 16608) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsMarkDeletePOST (line 16635) | public MarkUnmarkForDeleteDocumentsResponse documentProjectProjectPkDo... method documentProjectProjectPkDocumentsMarkDeletePOSTWithHttpInfo (line 16653) | public ApiResponse documentProje... method documentProjectProjectPkDocumentsMarkDeletePOSTAsync (line 16673) | public okhttp3.Call documentProjectProjectPkDocumentsMarkDeletePOSTAsy... method documentProjectProjectPkDocumentsPOSTCall (line 16693) | public okhttp3.Call documentProjectProjectPkDocumentsPOSTCall(String p... method documentProjectProjectPkDocumentsPOSTValidateBeforeCall (line 16739) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsPOST (line 16766) | public DocumentsForUser documentProjectProjectPkDocumentsPOST(String p... method documentProjectProjectPkDocumentsPOSTWithHttpInfo (line 16784) | public ApiResponse documentProjectProjectPkDocuments... method documentProjectProjectPkDocumentsPOSTAsync (line 16804) | public okhttp3.Call documentProjectProjectPkDocumentsPOSTAsync(String ... method documentProjectProjectPkDocumentsUnmarkDeletePOSTCall (line 16824) | public okhttp3.Call documentProjectProjectPkDocumentsUnmarkDeletePOSTC... method documentProjectProjectPkDocumentsUnmarkDeletePOSTValidateBeforeCall (line 16870) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsUnmarkDeletePOST (line 16897) | public MarkUnmarkForDeleteDocumentsResponse documentProjectProjectPkDo... method documentProjectProjectPkDocumentsUnmarkDeletePOSTWithHttpInfo (line 16915) | public ApiResponse documentProje... method documentProjectProjectPkDocumentsUnmarkDeletePOSTAsync (line 16935) | public okhttp3.Call documentProjectProjectPkDocumentsUnmarkDeletePOSTA... method documentStatsGETCall (line 16953) | public okhttp3.Call documentStatsGETCall(final ApiCallback _callback) ... method documentStatsGETValidateBeforeCall (line 16998) | @SuppressWarnings("rawtypes") method documentStatsGET (line 17018) | public Map documentStatsGET() throws ApiException { method documentStatsGETWithHttpInfo (line 17034) | public ApiResponse> documentStatsGETWithHttpInfo()... method documentStatsGETAsync (line 17052) | public okhttp3.Call documentStatsGETAsync(final ApiCallback documentTextunitsGET(String q) throws Ap... method documentTextunitsGETWithHttpInfo (line 17158) | public ApiResponse> documentTextunitsGETWithHtt... method documentTextunitsGETAsync (line 17177) | public okhttp3.Call documentTextunitsGETAsync(String q, final ApiCallb... method documentTextunitsIdGETCall (line 17197) | public okhttp3.Call documentTextunitsIdGETCall(String id, String q, fi... method documentTextunitsIdGETValidateBeforeCall (line 17247) | @SuppressWarnings("rawtypes") method documentTextunitsIdGET (line 17274) | public TextUnitDjangoQL documentTextunitsIdGET(String id, String q) th... method documentTextunitsIdGETWithHttpInfo (line 17292) | public ApiResponse documentTextunitsIdGETWithHttpInf... method documentTextunitsIdGETAsync (line 17312) | public okhttp3.Call documentTextunitsIdGETAsync(String id, String q, f... FILE: sdk/java/sdk/src/main/java/org/openapitools/client/api/DumpApi.java class DumpApi (line 43) | public class DumpApi { method DumpApi (line 48) | public DumpApi() { method DumpApi (line 52) | public DumpApi(ApiClient apiClient) { method getApiClient (line 56) | public ApiClient getApiClient() { method setApiClient (line 60) | public void setApiClient(ApiClient apiClient) { method getHostIndex (line 64) | public int getHostIndex() { method setHostIndex (line 68) | public void setHostIndex(int hostIndex) { method getCustomBaseUrl (line 72) | public String getCustomBaseUrl() { method setCustomBaseUrl (line 76) | public void setCustomBaseUrl(String customBaseUrl) { method dumpDocumentConfigGETCall (line 94) | public okhttp3.Call dumpDocumentConfigGETCall(Boolean download, String... method dumpDocumentConfigGETValidateBeforeCall (line 147) | @SuppressWarnings("rawtypes") method dumpDocumentConfigGET (line 170) | public DumpDocumentConfigGET200Response dumpDocumentConfigGET(Boolean ... method dumpDocumentConfigGETWithHttpInfo (line 189) | public ApiResponse dumpDocumentConfi... method dumpDocumentConfigGETAsync (line 210) | public okhttp3.Call dumpDocumentConfigGETAsync(Boolean download, Strin... method dumpDocumentConfigPUTCall (line 230) | public okhttp3.Call dumpDocumentConfigPUTCall(List... method dumpDocumentConfigPUTValidateBeforeCall (line 275) | @SuppressWarnings("rawtypes") method dumpDocumentConfigPUT (line 297) | public String dumpDocumentConfigPUT(List> requestB... method dumpDocumentConfigPUTWithHttpInfo (line 315) | public ApiResponse dumpDocumentConfigPUTWithHttpInfo(List dumpDumpFixturePOSTWithHttpInfo(DumpFixture d... method dumpDumpFixturePOSTAsync (line 456) | public okhttp3.Call dumpDumpFixturePOSTAsync(DumpFixture dumpFixture, ... method dumpDumpGETCall (line 476) | public okhttp3.Call dumpDumpGETCall(Boolean download, final ApiCallbac... method dumpDumpGETValidateBeforeCall (line 525) | @SuppressWarnings("rawtypes") method dumpDumpGET (line 547) | public DumpDocumentConfigGET200Response dumpDumpGET(Boolean download) ... method dumpDumpGETWithHttpInfo (line 565) | public ApiResponse dumpDumpGETWithHt... method dumpDumpGETAsync (line 585) | public okhttp3.Call dumpDumpGETAsync(Boolean download, final ApiCallba... method dumpDumpPUTCall (line 605) | public okhttp3.Call dumpDumpPUTCall(List> requestB... method dumpDumpPUTValidateBeforeCall (line 650) | @SuppressWarnings("rawtypes") method dumpDumpPUT (line 672) | public String dumpDumpPUT(List> requestBody) throw... method dumpDumpPUTWithHttpInfo (line 690) | public ApiResponse dumpDumpPUTWithHttpInfo(List> request... method dumpFieldValuesGETCall (line 730) | public okhttp3.Call dumpFieldValuesGETCall(Boolean download, final Api... method dumpFieldValuesGETValidateBeforeCall (line 779) | @SuppressWarnings("rawtypes") method dumpFieldValuesGET (line 801) | public DumpDocumentConfigGET200Response dumpFieldValuesGET(Boolean dow... method dumpFieldValuesGETWithHttpInfo (line 819) | public ApiResponse dumpFieldValuesGE... method dumpFieldValuesGETAsync (line 839) | public okhttp3.Call dumpFieldValuesGETAsync(Boolean download, final Ap... method dumpFieldValuesPUTCall (line 859) | public okhttp3.Call dumpFieldValuesPUTCall(List> r... method dumpFieldValuesPUTValidateBeforeCall (line 904) | @SuppressWarnings("rawtypes") method dumpFieldValuesPUT (line 926) | public String dumpFieldValuesPUT(List> requestBody... method dumpFieldValuesPUTWithHttpInfo (line 944) | public ApiResponse dumpFieldValuesPUTWithHttpInfo(List> ... method dumpLoadFixturePOSTCall (line 984) | public okhttp3.Call dumpLoadFixturePOSTCall(LoadFixture loadFixture, f... method dumpLoadFixturePOSTValidateBeforeCall (line 1029) | @SuppressWarnings("rawtypes") method dumpLoadFixturePOST (line 1051) | public List> dumpLoadFixturePOST(LoadFixture loadF... method dumpLoadFixturePOSTWithHttpInfo (line 1069) | public ApiResponse>> dumpLoadFixturePOSTWithH... method dumpLoadFixturePOSTAsync (line 1089) | public okhttp3.Call dumpLoadFixturePOSTAsync(LoadFixture loadFixture, ... FILE: sdk/java/sdk/src/main/java/org/openapitools/client/api/ExtractApi.java class ExtractApi (line 63) | public class ExtractApi { method ExtractApi (line 68) | public ExtractApi() { method ExtractApi (line 72) | public ExtractApi(ApiClient apiClient) { method getApiClient (line 76) | public ApiClient getApiClient() { method setApiClient (line 80) | public void setApiClient(ApiClient apiClient) { method getHostIndex (line 84) | public int getHostIndex() { method setHostIndex (line 88) | public void setHostIndex(int hostIndex) { method getCustomBaseUrl (line 92) | public String getCustomBaseUrl() { method setCustomBaseUrl (line 96) | public void setCustomBaseUrl(String customBaseUrl) { method extractAmountUsageGETCall (line 112) | public okhttp3.Call extractAmountUsageGETCall(Map jqFi... method extractAmountUsageGETValidateBeforeCall (line 161) | @SuppressWarnings("rawtypes") method extractAmountUsageGET (line 182) | public List extractAmountUsageGET(Map jqF... method extractAmountUsageGETWithHttpInfo (line 199) | public ApiResponse> extractAmountUsageGETWithHttpInf... method extractAmountUsageGETAsync (line 218) | public okhttp3.Call extractAmountUsageGETAsync(Map jqF... method extractAmountUsageTopGETCall (line 236) | public okhttp3.Call extractAmountUsageTopGETCall(final ApiCallback _ca... method extractAmountUsageTopGETValidateBeforeCall (line 281) | @SuppressWarnings("rawtypes") method extractAmountUsageTopGET (line 301) | public List> extractAmountUsageTopGET() throws Api... method extractAmountUsageTopGETWithHttpInfo (line 317) | public ApiResponse>> extractAmountUsageTopGET... method extractAmountUsageTopGETAsync (line 335) | public okhttp3.Call extractAmountUsageTopGETAsync(final ApiCallback jq... method extractCitationUsageGETValidateBeforeCall (line 403) | @SuppressWarnings("rawtypes") method extractCitationUsageGET (line 424) | public List extractCitationUsageGET(Map... method extractCitationUsageGETWithHttpInfo (line 441) | public ApiResponse> extractCitationUsageGETWithHtt... method extractCitationUsageGETAsync (line 460) | public okhttp3.Call extractCitationUsageGETAsync(Map j... method extractCitationUsageTopGETCall (line 478) | public okhttp3.Call extractCitationUsageTopGETCall(final ApiCallback _... method extractCitationUsageTopGETValidateBeforeCall (line 523) | @SuppressWarnings("rawtypes") method extractCitationUsageTopGET (line 543) | public List> extractCitationUsageTopGET() throws A... method extractCitationUsageTopGETWithHttpInfo (line 559) | public ApiResponse>> extractCitationUsageTopG... method extractCitationUsageTopGETAsync (line 577) | public okhttp3.Call extractCitationUsageTopGETAsync(final ApiCallback<... method extractCopyrightUsageGETCall (line 596) | public okhttp3.Call extractCopyrightUsageGETCall(Map j... method extractCopyrightUsageGETValidateBeforeCall (line 645) | @SuppressWarnings("rawtypes") method extractCopyrightUsageGET (line 666) | public List extractCopyrightUsageGET(Map> extractCopyrightUsageGETWithH... method extractCopyrightUsageGETAsync (line 702) | public okhttp3.Call extractCopyrightUsageGETAsync(Map ... method extractCopyrightUsageTopGETCall (line 720) | public okhttp3.Call extractCopyrightUsageTopGETCall(final ApiCallback ... method extractCopyrightUsageTopGETValidateBeforeCall (line 765) | @SuppressWarnings("rawtypes") method extractCopyrightUsageTopGET (line 785) | public List> extractCopyrightUsageTopGET() throws ... method extractCopyrightUsageTopGETWithHttpInfo (line 801) | public ApiResponse>> extractCopyrightUsageTop... method extractCopyrightUsageTopGETAsync (line 819) | public okhttp3.Call extractCopyrightUsageTopGETAsync(final ApiCallback... method extractCourtUsageGETCall (line 838) | public okhttp3.Call extractCourtUsageGETCall(Map jqFil... method extractCourtUsageGETValidateBeforeCall (line 887) | @SuppressWarnings("rawtypes") method extractCourtUsageGET (line 908) | public List extractCourtUsageGET(Map jqFil... method extractCourtUsageGETWithHttpInfo (line 925) | public ApiResponse> extractCourtUsageGETWithHttpInfo(... method extractCourtUsageGETAsync (line 944) | public okhttp3.Call extractCourtUsageGETAsync(Map jqFi... method extractCourtUsageTopGETCall (line 962) | public okhttp3.Call extractCourtUsageTopGETCall(final ApiCallback _cal... method extractCourtUsageTopGETValidateBeforeCall (line 1007) | @SuppressWarnings("rawtypes") method extractCourtUsageTopGET (line 1027) | public List> extractCourtUsageTopGET() throws ApiE... method extractCourtUsageTopGETWithHttpInfo (line 1043) | public ApiResponse>> extractCourtUsageTopGETW... method extractCourtUsageTopGETAsync (line 1061) | public okhttp3.Call extractCourtUsageTopGETAsync(final ApiCallback jq... method extractCurrencyUsageGETValidateBeforeCall (line 1129) | @SuppressWarnings("rawtypes") method extractCurrencyUsageGET (line 1150) | public List extractCurrencyUsageGET(Map... method extractCurrencyUsageGETWithHttpInfo (line 1167) | public ApiResponse> extractCurrencyUsageGETWithHtt... method extractCurrencyUsageGETAsync (line 1186) | public okhttp3.Call extractCurrencyUsageGETAsync(Map j... method extractCurrencyUsageTopGETCall (line 1204) | public okhttp3.Call extractCurrencyUsageTopGETCall(final ApiCallback _... method extractCurrencyUsageTopGETValidateBeforeCall (line 1249) | @SuppressWarnings("rawtypes") method extractCurrencyUsageTopGET (line 1269) | public List> extractCurrencyUsageTopGET() throws A... method extractCurrencyUsageTopGETWithHttpInfo (line 1285) | public ApiResponse>> extractCurrencyUsageTopG... method extractCurrencyUsageTopGETAsync (line 1303) | public okhttp3.Call extractCurrencyUsageTopGETAsync(final ApiCallback<... method extractDateDurationUsageGETCall (line 1322) | public okhttp3.Call extractDateDurationUsageGETCall(Map extractDateDurationUsageGET(Map> extractDateDurationUsageGE... method extractDateDurationUsageGETAsync (line 1428) | public okhttp3.Call extractDateDurationUsageGETAsync(Map> extractDateDurationUsageTopGET() thro... method extractDateDurationUsageTopGETWithHttpInfo (line 1527) | public ApiResponse>> extractDateDurationUsage... method extractDateDurationUsageTopGETAsync (line 1545) | public okhttp3.Call extractDateDurationUsageTopGETAsync(final ApiCallb... method extractDateUsageCalendarChartGETCall (line 1563) | public okhttp3.Call extractDateUsageCalendarChartGETCall(final ApiCall... method extractDateUsageCalendarChartGETValidateBeforeCall (line 1608) | @SuppressWarnings("rawtypes") method extractDateUsageCalendarChartGET (line 1628) | public List extractDateUsageCalendarChartGET() thro... method extractDateUsageCalendarChartGETWithHttpInfo (line 1644) | public ApiResponse> extractDateUsageCalendarCh... method extractDateUsageCalendarChartGETAsync (line 1662) | public okhttp3.Call extractDateUsageCalendarChartGETAsync(final ApiCal... method extractDateUsageGETCall (line 1681) | public okhttp3.Call extractDateUsageGETCall(Map jqFilt... method extractDateUsageGETValidateBeforeCall (line 1730) | @SuppressWarnings("rawtypes") method extractDateUsageGET (line 1751) | public List extractDateUsageGET(Map jqFilte... method extractDateUsageGETWithHttpInfo (line 1768) | public ApiResponse> extractDateUsageGETWithHttpInfo(Ma... method extractDateUsageGETAsync (line 1787) | public okhttp3.Call extractDateUsageGETAsync(Map jqFil... method extractDateUsageTimelineChartGETCall (line 1805) | public okhttp3.Call extractDateUsageTimelineChartGETCall(final ApiCall... method extractDateUsageTimelineChartGETValidateBeforeCall (line 1850) | @SuppressWarnings("rawtypes") method extractDateUsageTimelineChartGET (line 1870) | public List extractDateUsageTimelineChartGET() thro... method extractDateUsageTimelineChartGETWithHttpInfo (line 1886) | public ApiResponse> extractDateUsageTimelineCh... method extractDateUsageTimelineChartGETAsync (line 1904) | public okhttp3.Call extractDateUsageTimelineChartGETAsync(final ApiCal... method extractDateUsageToIcalGETCall (line 1923) | public okhttp3.Call extractDateUsageToIcalGETCall(Map ... method extractDateUsageToIcalGETValidateBeforeCall (line 1972) | @SuppressWarnings("rawtypes") method extractDateUsageToIcalGET (line 1993) | public List extractDateUsageToIcalGET(Map j... method extractDateUsageToIcalGETWithHttpInfo (line 2010) | public ApiResponse> extractDateUsageToIcalGETWithHttpI... method extractDateUsageToIcalGETAsync (line 2029) | public okhttp3.Call extractDateUsageToIcalGETAsync(Map... method extractDateUsageTopGETCall (line 2047) | public okhttp3.Call extractDateUsageTopGETCall(final ApiCallback _call... method extractDateUsageTopGETValidateBeforeCall (line 2092) | @SuppressWarnings("rawtypes") method extractDateUsageTopGET (line 2112) | public List> extractDateUsageTopGET() throws ApiEx... method extractDateUsageTopGETWithHttpInfo (line 2128) | public ApiResponse>> extractDateUsageTopGETWi... method extractDateUsageTopGETAsync (line 2146) | public okhttp3.Call extractDateUsageTopGETAsync(final ApiCallback ... method extractDefinitionUsageGETValidateBeforeCall (line 2214) | @SuppressWarnings("rawtypes") method extractDefinitionUsageGET (line 2235) | public List extractDefinitionUsageGET(Map> extractDefinitionUsageGETWit... method extractDefinitionUsageGETAsync (line 2271) | public okhttp3.Call extractDefinitionUsageGETAsync(Map... method extractDefinitionUsageTopGETCall (line 2289) | public okhttp3.Call extractDefinitionUsageTopGETCall(final ApiCallback... method extractDefinitionUsageTopGETValidateBeforeCall (line 2334) | @SuppressWarnings("rawtypes") method extractDefinitionUsageTopGET (line 2354) | public List> extractDefinitionUsageTopGET() throws... method extractDefinitionUsageTopGETWithHttpInfo (line 2370) | public ApiResponse>> extractDefinitionUsageTo... method extractDefinitionUsageTopGETAsync (line 2388) | public okhttp3.Call extractDefinitionUsageTopGETAsync(final ApiCallbac... method extractDistanceUsageGETCall (line 2407) | public okhttp3.Call extractDistanceUsageGETCall(Map jq... method extractDistanceUsageGETValidateBeforeCall (line 2456) | @SuppressWarnings("rawtypes") method extractDistanceUsageGET (line 2477) | public List extractDistanceUsageGET(Map... method extractDistanceUsageGETWithHttpInfo (line 2494) | public ApiResponse> extractDistanceUsageGETWithHtt... method extractDistanceUsageGETAsync (line 2513) | public okhttp3.Call extractDistanceUsageGETAsync(Map j... method extractDistanceUsageTopGETCall (line 2531) | public okhttp3.Call extractDistanceUsageTopGETCall(final ApiCallback _... method extractDistanceUsageTopGETValidateBeforeCall (line 2576) | @SuppressWarnings("rawtypes") method extractDistanceUsageTopGET (line 2596) | public List> extractDistanceUsageTopGET() throws A... method extractDistanceUsageTopGETWithHttpInfo (line 2612) | public ApiResponse>> extractDistanceUsageTopG... method extractDistanceUsageTopGETAsync (line 2630) | public okhttp3.Call extractDistanceUsageTopGETAsync(final ApiCallback<... method extractGeoAliasUsageGETCall (line 2649) | public okhttp3.Call extractGeoAliasUsageGETCall(Map jq... method extractGeoAliasUsageGETValidateBeforeCall (line 2698) | @SuppressWarnings("rawtypes") method extractGeoAliasUsageGET (line 2719) | public List extractGeoAliasUsageGET(Map... method extractGeoAliasUsageGETWithHttpInfo (line 2736) | public ApiResponse> extractGeoAliasUsageGETWithHtt... method extractGeoAliasUsageGETAsync (line 2755) | public okhttp3.Call extractGeoAliasUsageGETAsync(Map j... method extractGeoAliasUsageTopGETCall (line 2773) | public okhttp3.Call extractGeoAliasUsageTopGETCall(final ApiCallback _... method extractGeoAliasUsageTopGETValidateBeforeCall (line 2818) | @SuppressWarnings("rawtypes") method extractGeoAliasUsageTopGET (line 2838) | public List> extractGeoAliasUsageTopGET() throws A... method extractGeoAliasUsageTopGETWithHttpInfo (line 2854) | public ApiResponse>> extractGeoAliasUsageTopG... method extractGeoAliasUsageTopGETAsync (line 2872) | public okhttp3.Call extractGeoAliasUsageTopGETAsync(final ApiCallback<... method extractGeoEntitiesGETCall (line 2891) | public okhttp3.Call extractGeoEntitiesGETCall(Map jqFi... method extractGeoEntitiesGETValidateBeforeCall (line 2940) | @SuppressWarnings("rawtypes") method extractGeoEntitiesGET (line 2961) | public List extractGeoEntitiesGET(Map j... method extractGeoEntitiesGETWithHttpInfo (line 2978) | public ApiResponse> extractGeoEntitiesGETWithHttpI... method extractGeoEntitiesGETAsync (line 2997) | public okhttp3.Call extractGeoEntitiesGETAsync(Map jqF... method extractGeoEntitiesIdGETCall (line 3017) | public okhttp3.Call extractGeoEntitiesIdGETCall(String id, Map extractGeoEntitiesIdGETWithHttpInfo(... method extractGeoEntitiesIdGETAsync (line 3132) | public okhttp3.Call extractGeoEntitiesIdGETAsync(String id, Map extractGeoEntitiesIdPUTWithHttpInf... method extractGeoEntitiesIdPUTAsync (line 3263) | public okhttp3.Call extractGeoEntitiesIdPUTAsync(String id, GeoEntityU... method extractGeoEntityUsageGETCall (line 3282) | public okhttp3.Call extractGeoEntityUsageGETCall(Map j... method extractGeoEntityUsageGETValidateBeforeCall (line 3331) | @SuppressWarnings("rawtypes") method extractGeoEntityUsageGET (line 3352) | public List extractGeoEntityUsageGET(Map> extractGeoEntityUsageGETWithH... method extractGeoEntityUsageGETAsync (line 3388) | public okhttp3.Call extractGeoEntityUsageGETAsync(Map ... method extractGeoEntityUsageTopGETCall (line 3406) | public okhttp3.Call extractGeoEntityUsageTopGETCall(final ApiCallback ... method extractGeoEntityUsageTopGETValidateBeforeCall (line 3451) | @SuppressWarnings("rawtypes") method extractGeoEntityUsageTopGET (line 3471) | public List> extractGeoEntityUsageTopGET() throws ... method extractGeoEntityUsageTopGETWithHttpInfo (line 3487) | public ApiResponse>> extractGeoEntityUsageTop... method extractGeoEntityUsageTopGETAsync (line 3505) | public okhttp3.Call extractGeoEntityUsageTopGETAsync(final ApiCallback... method extractPartiesGETCall (line 3524) | public okhttp3.Call extractPartiesGETCall(Map jqFilter... method extractPartiesGETValidateBeforeCall (line 3573) | @SuppressWarnings("rawtypes") method extractPartiesGET (line 3594) | public List extractPartiesGET(Map jqFilters) th... method extractPartiesGETWithHttpInfo (line 3611) | public ApiResponse> extractPartiesGETWithHttpInfo(Map jqFilte... method extractPartiesIdGETCall (line 3650) | public okhttp3.Call extractPartiesIdGETCall(String id, Map jqFilt... method extractPartiesIdGETWithHttpInfo (line 3745) | public ApiResponse extractPartiesIdGETWithHttpInfo(String id, M... method extractPartiesIdGETAsync (line 3765) | public okhttp3.Call extractPartiesIdGETAsync(String id, Map extractPartyNetworkChartGET(Map> extractPartyNetworkChartGETWithHt... method extractPartyNetworkChartGETAsync (line 3890) | public okhttp3.Call extractPartyNetworkChartGETAsync(Map jqFil... method extractPartyUsageGETValidateBeforeCall (line 3958) | @SuppressWarnings("rawtypes") method extractPartyUsageGET (line 3979) | public List extractPartyUsageGET(Map jqFil... method extractPartyUsageGETWithHttpInfo (line 3996) | public ApiResponse> extractPartyUsageGETWithHttpInfo(... method extractPartyUsageGETAsync (line 4015) | public okhttp3.Call extractPartyUsageGETAsync(Map jqFi... method extractPartyUsageTopGETCall (line 4033) | public okhttp3.Call extractPartyUsageTopGETCall(final ApiCallback _cal... method extractPartyUsageTopGETValidateBeforeCall (line 4078) | @SuppressWarnings("rawtypes") method extractPartyUsageTopGET (line 4098) | public List> extractPartyUsageTopGET() throws ApiE... method extractPartyUsageTopGETWithHttpInfo (line 4114) | public ApiResponse>> extractPartyUsageTopGETW... method extractPartyUsageTopGETAsync (line 4132) | public okhttp3.Call extractPartyUsageTopGETAsync(final ApiCallback jqF... method extractPercentUsageGETValidateBeforeCall (line 4200) | @SuppressWarnings("rawtypes") method extractPercentUsageGET (line 4221) | public List extractPercentUsageGET(Map j... method extractPercentUsageGETWithHttpInfo (line 4238) | public ApiResponse> extractPercentUsageGETWithHttpI... method extractPercentUsageGETAsync (line 4257) | public okhttp3.Call extractPercentUsageGETAsync(Map jq... method extractPercentUsageTopGETCall (line 4275) | public okhttp3.Call extractPercentUsageTopGETCall(final ApiCallback _c... method extractPercentUsageTopGETValidateBeforeCall (line 4320) | @SuppressWarnings("rawtypes") method extractPercentUsageTopGET (line 4340) | public List> extractPercentUsageTopGET() throws Ap... method extractPercentUsageTopGETWithHttpInfo (line 4356) | public ApiResponse>> extractPercentUsageTopGE... method extractPercentUsageTopGETAsync (line 4374) | public okhttp3.Call extractPercentUsageTopGETAsync(final ApiCallback jqFil... method extractRatioUsageGETValidateBeforeCall (line 4442) | @SuppressWarnings("rawtypes") method extractRatioUsageGET (line 4463) | public List extractRatioUsageGET(Map jqFil... method extractRatioUsageGETWithHttpInfo (line 4480) | public ApiResponse> extractRatioUsageGETWithHttpInfo(... method extractRatioUsageGETAsync (line 4499) | public okhttp3.Call extractRatioUsageGETAsync(Map jqFi... method extractRatioUsageTopGETCall (line 4517) | public okhttp3.Call extractRatioUsageTopGETCall(final ApiCallback _cal... method extractRatioUsageTopGETValidateBeforeCall (line 4562) | @SuppressWarnings("rawtypes") method extractRatioUsageTopGET (line 4582) | public List> extractRatioUsageTopGET() throws ApiE... method extractRatioUsageTopGETWithHttpInfo (line 4598) | public ApiResponse>> extractRatioUsageTopGETW... method extractRatioUsageTopGETAsync (line 4616) | public okhttp3.Call extractRatioUsageTopGETAsync(final ApiCallback ... method extractRegulationUsageGETValidateBeforeCall (line 4684) | @SuppressWarnings("rawtypes") method extractRegulationUsageGET (line 4705) | public List extractRegulationUsageGET(Map> extractRegulationUsageGETWit... method extractRegulationUsageGETAsync (line 4741) | public okhttp3.Call extractRegulationUsageGETAsync(Map... method extractRegulationUsageTopGETCall (line 4759) | public okhttp3.Call extractRegulationUsageTopGETCall(final ApiCallback... method extractRegulationUsageTopGETValidateBeforeCall (line 4804) | @SuppressWarnings("rawtypes") method extractRegulationUsageTopGET (line 4824) | public List> extractRegulationUsageTopGET() throws... method extractRegulationUsageTopGETWithHttpInfo (line 4840) | public ApiResponse>> extractRegulationUsageTo... method extractRegulationUsageTopGETAsync (line 4858) | public okhttp3.Call extractRegulationUsageTopGETAsync(final ApiCallbac... method extractTermTagsGETCall (line 4877) | public okhttp3.Call extractTermTagsGETCall(Map jqFilte... method extractTermTagsGETValidateBeforeCall (line 4926) | @SuppressWarnings("rawtypes") method extractTermTagsGET (line 4947) | public List extractTermTagsGET(Map jqFilters)... method extractTermTagsGETWithHttpInfo (line 4964) | public ApiResponse> extractTermTagsGETWithHttpInfo(Map jqFilt... method extractTermUsageGETCall (line 5002) | public okhttp3.Call extractTermUsageGETCall(Map jqFilt... method extractTermUsageGETValidateBeforeCall (line 5051) | @SuppressWarnings("rawtypes") method extractTermUsageGET (line 5072) | public List extractTermUsageGET(Map jqFilte... method extractTermUsageGETWithHttpInfo (line 5089) | public ApiResponse> extractTermUsageGETWithHttpInfo(Ma... method extractTermUsageGETAsync (line 5108) | public okhttp3.Call extractTermUsageGETAsync(Map jqFil... method extractTermUsageTopGETCall (line 5126) | public okhttp3.Call extractTermUsageTopGETCall(final ApiCallback _call... method extractTermUsageTopGETValidateBeforeCall (line 5171) | @SuppressWarnings("rawtypes") method extractTermUsageTopGET (line 5191) | public List> extractTermUsageTopGET() throws ApiEx... method extractTermUsageTopGETWithHttpInfo (line 5207) | public ApiResponse>> extractTermUsageTopGETWi... method extractTermUsageTopGETAsync (line 5225) | public okhttp3.Call extractTermUsageTopGETAsync(final ApiCallback j... method extractTrademarkUsageGETValidateBeforeCall (line 5293) | @SuppressWarnings("rawtypes") method extractTrademarkUsageGET (line 5314) | public List extractTrademarkUsageGET(Map> extractTrademarkUsageGETWithH... method extractTrademarkUsageGETAsync (line 5350) | public okhttp3.Call extractTrademarkUsageGETAsync(Map ... method extractTrademarkUsageTopGETCall (line 5368) | public okhttp3.Call extractTrademarkUsageTopGETCall(final ApiCallback ... method extractTrademarkUsageTopGETValidateBeforeCall (line 5413) | @SuppressWarnings("rawtypes") method extractTrademarkUsageTopGET (line 5433) | public List> extractTrademarkUsageTopGET() throws ... method extractTrademarkUsageTopGETWithHttpInfo (line 5449) | public ApiResponse>> extractTrademarkUsageTop... method extractTrademarkUsageTopGETAsync (line 5467) | public okhttp3.Call extractTrademarkUsageTopGETAsync(final ApiCallback... method extractTypeaheadGeoEntityUsageFieldNameGETCall (line 5486) | public okhttp3.Call extractTypeaheadGeoEntityUsageFieldNameGETCall(Str... method extractTypeaheadGeoEntityUsageFieldNameGETValidateBeforeCall (line 5532) | @SuppressWarnings("rawtypes") method extractTypeaheadGeoEntityUsageFieldNameGET (line 5558) | public Typeahead extractTypeaheadGeoEntityUsageFieldNameGET(String fie... method extractTypeaheadGeoEntityUsageFieldNameGETWithHttpInfo (line 5575) | public ApiResponse extractTypeaheadGeoEntityUsageFieldNameG... method extractTypeaheadGeoEntityUsageFieldNameGETAsync (line 5594) | public okhttp3.Call extractTypeaheadGeoEntityUsageFieldNameGETAsync(St... method extractTypeaheadPartyUsageFieldNameGETCall (line 5613) | public okhttp3.Call extractTypeaheadPartyUsageFieldNameGETCall(String ... method extractTypeaheadPartyUsageFieldNameGETValidateBeforeCall (line 5659) | @SuppressWarnings("rawtypes") method extractTypeaheadPartyUsageFieldNameGET (line 5685) | public Typeahead extractTypeaheadPartyUsageFieldNameGET(String fieldNa... method extractTypeaheadPartyUsageFieldNameGETWithHttpInfo (line 5702) | public ApiResponse extractTypeaheadPartyUsageFieldNameGETWi... method extractTypeaheadPartyUsageFieldNameGETAsync (line 5721) | public okhttp3.Call extractTypeaheadPartyUsageFieldNameGETAsync(String... method extractTypeaheadTermUsageFieldNameGETCall (line 5740) | public okhttp3.Call extractTypeaheadTermUsageFieldNameGETCall(String f... method extractTypeaheadTermUsageFieldNameGETValidateBeforeCall (line 5786) | @SuppressWarnings("rawtypes") method extractTypeaheadTermUsageFieldNameGET (line 5812) | public Typeahead extractTypeaheadTermUsageFieldNameGET(String fieldNam... method extractTypeaheadTermUsageFieldNameGETWithHttpInfo (line 5829) | public ApiResponse extractTypeaheadTermUsageFieldNameGETWit... method extractTypeaheadTermUsageFieldNameGETAsync (line 5848) | public okhttp3.Call extractTypeaheadTermUsageFieldNameGETAsync(String ... method extractUrlUsageGETCall (line 5867) | public okhttp3.Call extractUrlUsageGETCall(Map jqFilte... method extractUrlUsageGETValidateBeforeCall (line 5916) | @SuppressWarnings("rawtypes") method extractUrlUsageGET (line 5937) | public List extractUrlUsageGET(Map jqFilters... method extractUrlUsageGETWithHttpInfo (line 5954) | public ApiResponse> extractUrlUsageGETWithHttpInfo(Map<... method extractUrlUsageGETAsync (line 5973) | public okhttp3.Call extractUrlUsageGETAsync(Map jqFilt... method extractUrlUsageTopGETCall (line 5991) | public okhttp3.Call extractUrlUsageTopGETCall(final ApiCallback _callb... method extractUrlUsageTopGETValidateBeforeCall (line 6036) | @SuppressWarnings("rawtypes") method extractUrlUsageTopGET (line 6056) | public List> extractUrlUsageTopGET() throws ApiExc... method extractUrlUsageTopGETWithHttpInfo (line 6072) | public ApiResponse>> extractUrlUsageTopGETWit... method extractUrlUsageTopGETAsync (line 6090) | public okhttp3.Call extractUrlUsageTopGETAsync(final ApiCallback loggingLogMessagePOST(LoggingAPIViewRequest... method loggingLogMessagePOSTWithHttpInfo (line 177) | public ApiResponse> loggingLogMessagePOSTWithHttpI... method loggingLogMessagePOSTAsync (line 198) | public okhttp3.Call loggingLogMessagePOSTAsync(LoggingAPIViewRequest l... FILE: sdk/java/sdk/src/main/java/org/openapitools/client/api/MediaDataApi.java class MediaDataApi (line 39) | public class MediaDataApi { method MediaDataApi (line 44) | public MediaDataApi() { method MediaDataApi (line 48) | public MediaDataApi(ApiClient apiClient) { method getApiClient (line 52) | public ApiClient getApiClient() { method setApiClient (line 56) | public void setApiClient(ApiClient apiClient) { method getHostIndex (line 60) | public int getHostIndex() { method setHostIndex (line 64) | public void setHostIndex(int hostIndex) { method getCustomBaseUrl (line 68) | public String getCustomBaseUrl() { method setCustomBaseUrl (line 72) | public void setCustomBaseUrl(String customBaseUrl) { method mediaDataPathGETCall (line 89) | public okhttp3.Call mediaDataPathGETCall(String path, String action, f... method mediaDataPathGETValidateBeforeCall (line 139) | @SuppressWarnings("rawtypes") method mediaDataPathGET (line 166) | public Map mediaDataPathGET(String path, String action... method mediaDataPathGETWithHttpInfo (line 184) | public ApiResponse> mediaDataPathGETWithHttpInfo(S... method mediaDataPathGETAsync (line 204) | public okhttp3.Call mediaDataPathGETAsync(String path, String action, ... FILE: sdk/java/sdk/src/main/java/org/openapitools/client/api/NotificationsApi.java class NotificationsApi (line 40) | public class NotificationsApi { method NotificationsApi (line 45) | public NotificationsApi() { method NotificationsApi (line 49) | public NotificationsApi(ApiClient apiClient) { method getApiClient (line 53) | public ApiClient getApiClient() { method setApiClient (line 57) | public void setApiClient(ApiClient apiClient) { method getHostIndex (line 61) | public int getHostIndex() { method setHostIndex (line 65) | public void setHostIndex(int hostIndex) { method getCustomBaseUrl (line 69) | public String getCustomBaseUrl() { method setCustomBaseUrl (line 73) | public void setCustomBaseUrl(String customBaseUrl) { method notificationsWebNotificationsGETCall (line 88) | public okhttp3.Call notificationsWebNotificationsGETCall(final ApiCall... method notificationsWebNotificationsGETValidateBeforeCall (line 133) | @SuppressWarnings("rawtypes") method notificationsWebNotificationsGET (line 153) | public Map notificationsWebNotificationsGET() throws A... method notificationsWebNotificationsGETWithHttpInfo (line 169) | public ApiResponse> notificationsWebNotificationsG... method notificationsWebNotificationsGETAsync (line 187) | public okhttp3.Call notificationsWebNotificationsGETAsync(final ApiCal... method notificationsWebNotificationsMarkSeenPOSTCall (line 206) | public okhttp3.Call notificationsWebNotificationsMarkSeenPOSTCall(Mark... method notificationsWebNotificationsMarkSeenPOSTValidateBeforeCall (line 251) | @SuppressWarnings("rawtypes") method notificationsWebNotificationsMarkSeenPOST (line 272) | public MarkForSeenWebNotificationResponse notificationsWebNotification... method notificationsWebNotificationsMarkSeenPOSTWithHttpInfo (line 289) | public ApiResponse notificationsWe... method notificationsWebNotificationsMarkSeenPOSTAsync (line 308) | public okhttp3.Call notificationsWebNotificationsMarkSeenPOSTAsync(Mar... FILE: sdk/java/sdk/src/main/java/org/openapitools/client/api/ProjectApi.java class ProjectApi (line 84) | public class ProjectApi { method ProjectApi (line 89) | public ProjectApi() { method ProjectApi (line 93) | public ProjectApi(ApiClient apiClient) { method getApiClient (line 97) | public ApiClient getApiClient() { method setApiClient (line 101) | public void setApiClient(ApiClient apiClient) { method getHostIndex (line 105) | public int getHostIndex() { method setHostIndex (line 109) | public void setHostIndex(int hostIndex) { method getCustomBaseUrl (line 113) | public String getCustomBaseUrl() { method setCustomBaseUrl (line 117) | public void setCustomBaseUrl(String customBaseUrl) { method projectProjectClusteringGETCall (line 133) | public okhttp3.Call projectProjectClusteringGETCall(Map projectProjectClusteringGET(Map> projectProjectClusteringGE... method projectProjectClusteringGETAsync (line 239) | public okhttp3.Call projectProjectClusteringGETAsync(Map projectProjectClusteringIdGETWit... method projectProjectClusteringIdGETAsync (line 374) | public okhttp3.Call projectProjectClusteringIdGETAsync(String id, Map<... method projectProjectsFormFieldsGETCall (line 392) | public okhttp3.Call projectProjectsFormFieldsGETCall(final ApiCallback... method projectProjectsFormFieldsGETValidateBeforeCall (line 437) | @SuppressWarnings("rawtypes") method projectProjectsFormFieldsGET (line 457) | public Map projectProjectsFormFieldsGET() throws ApiEx... method projectProjectsFormFieldsGETWithHttpInfo (line 473) | public ApiResponse> projectProjectsFormFieldsGETWi... method projectProjectsFormFieldsGETAsync (line 491) | public okhttp3.Call projectProjectsFormFieldsGETAsync(final ApiCallbac... method projectProjectsGETCall (line 510) | public okhttp3.Call projectProjectsGETCall(Map jqFilte... method projectProjectsGETValidateBeforeCall (line 559) | @SuppressWarnings("rawtypes") method projectProjectsGET (line 580) | public List projectProjectsGET(Map jqFilt... method projectProjectsGETWithHttpInfo (line 597) | public ApiResponse> projectProjectsGETWithHttpInfo(M... method projectProjectsGETAsync (line 616) | public okhttp3.Call projectProjectsGETAsync(Map jqFilt... method projectProjectsIdActiveTasksGETCall (line 636) | public okhttp3.Call projectProjectsIdActiveTasksGETCall(String id, Map... method projectProjectsIdActiveTasksGETValidateBeforeCall (line 686) | @SuppressWarnings("rawtypes") method projectProjectsIdActiveTasksGET (line 713) | public List projectProjectsIdActiveTasksGET(String... method projectProjectsIdActiveTasksGETWithHttpInfo (line 731) | public ApiResponse> projectProjectsIdActiveTa... method projectProjectsIdActiveTasksGETAsync (line 751) | public okhttp3.Call projectProjectsIdActiveTasksGETAsync(String id, Ma... method projectProjectsIdAnnotationsAssigneesGETCall (line 770) | public okhttp3.Call projectProjectsIdAnnotationsAssigneesGETCall(Strin... method projectProjectsIdAnnotationsAssigneesGETValidateBeforeCall (line 816) | @SuppressWarnings("rawtypes") method projectProjectsIdAnnotationsAssigneesGET (line 842) | public List projectProjectsIdAnno... method projectProjectsIdAnnotationsAssigneesGETWithHttpInfo (line 859) | public ApiResponse> projectP... method projectProjectsIdAnnotationsAssigneesGETAsync (line 878) | public okhttp3.Call projectProjectsIdAnnotationsAssigneesGETAsync(Stri... method projectProjectsIdAssignAnnotationsPOSTCall (line 899) | public okhttp3.Call projectProjectsIdAssignAnnotationsPOSTCall(String ... method projectProjectsIdAssignAnnotationsPOSTValidateBeforeCall (line 945) | @SuppressWarnings("rawtypes") method projectProjectsIdAssignAnnotationsPOST (line 973) | public CountSuccessResponse projectProjectsIdAssignAnnotationsPOST(Str... method projectProjectsIdAssignAnnotationsPOSTWithHttpInfo (line 992) | public ApiResponse projectProjectsIdAssignAnnota... method projectProjectsIdAssignAnnotationsPOSTAsync (line 1013) | public okhttp3.Call projectProjectsIdAssignAnnotationsPOSTAsync(String... method projectProjectsIdAssignDocumentPOSTCall (line 1034) | public okhttp3.Call projectProjectsIdAssignDocumentPOSTCall(String id,... method projectProjectsIdAssignDocumentPOSTValidateBeforeCall (line 1080) | @SuppressWarnings("rawtypes") method projectProjectsIdAssignDocumentPOST (line 1108) | public CountSuccessResponse projectProjectsIdAssignDocumentPOST(String... method projectProjectsIdAssignDocumentPOSTWithHttpInfo (line 1127) | public ApiResponse projectProjectsIdAssignDocume... method projectProjectsIdAssignDocumentPOSTAsync (line 1148) | public okhttp3.Call projectProjectsIdAssignDocumentPOSTAsync(String id... method projectProjectsIdAssignDocumentsPOSTCall (line 1169) | public okhttp3.Call projectProjectsIdAssignDocumentsPOSTCall(String id... method projectProjectsIdAssignDocumentsPOSTValidateBeforeCall (line 1215) | @SuppressWarnings("rawtypes") method projectProjectsIdAssignDocumentsPOST (line 1243) | public CountSuccessResponse projectProjectsIdAssignDocumentsPOST(Strin... method projectProjectsIdAssignDocumentsPOSTWithHttpInfo (line 1262) | public ApiResponse projectProjectsIdAssignDocume... method projectProjectsIdAssignDocumentsPOSTAsync (line 1283) | public okhttp3.Call projectProjectsIdAssignDocumentsPOSTAsync(String i... method projectProjectsIdAssigneesGETCall (line 1302) | public okhttp3.Call projectProjectsIdAssigneesGETCall(String id, final... method projectProjectsIdAssigneesGETValidateBeforeCall (line 1348) | @SuppressWarnings("rawtypes") method projectProjectsIdAssigneesGET (line 1374) | public List projectProjectsIdAssign... method projectProjectsIdAssigneesGETWithHttpInfo (line 1391) | public ApiResponse> projectPro... method projectProjectsIdAssigneesGETAsync (line 1410) | public okhttp3.Call projectProjectsIdAssigneesGETAsync(String id, fina... method projectProjectsIdCheckSimilarityProcessAllowedPOSTCall (line 1430) | public okhttp3.Call projectProjectsIdCheckSimilarityProcessAllowedPOST... method projectProjectsIdCheckSimilarityProcessAllowedPOSTValidateBeforeCall (line 1476) | @SuppressWarnings("rawtypes") method projectProjectsIdCheckSimilarityProcessAllowedPOST (line 1503) | public ProjectDetail projectProjectsIdCheckSimilarityProcessAllowedPOS... method projectProjectsIdCheckSimilarityProcessAllowedPOSTWithHttpInfo (line 1521) | public ApiResponse projectProjectsIdCheckSimilarityProc... method projectProjectsIdCheckSimilarityProcessAllowedPOSTAsync (line 1541) | public okhttp3.Call projectProjectsIdCheckSimilarityProcessAllowedPOST... method projectProjectsIdCleanupPOSTCall (line 1562) | public okhttp3.Call projectProjectsIdCleanupPOSTCall(String id, Cleanu... method projectProjectsIdCleanupPOSTValidateBeforeCall (line 1608) | @SuppressWarnings("rawtypes") method projectProjectsIdCleanupPOST (line 1636) | public String projectProjectsIdCleanupPOST(String id, CleanupProjectRe... method projectProjectsIdCleanupPOSTWithHttpInfo (line 1655) | public ApiResponse projectProjectsIdCleanupPOSTWithHttpInfo(St... method projectProjectsIdCleanupPOSTAsync (line 1676) | public okhttp3.Call projectProjectsIdCleanupPOSTAsync(String id, Clean... method projectProjectsIdClusterActionsGETCall (line 1699) | public okhttp3.Call projectProjectsIdClusterActionsGETCall(String id, ... method projectProjectsIdClusterActionsGETValidateBeforeCall (line 1761) | @SuppressWarnings("rawtypes") method projectProjectsIdClusterActionsGET (line 1791) | public ProjectDetail projectProjectsIdClusterActionsGET(String id, Int... method projectProjectsIdClusterActionsGETWithHttpInfo (line 1812) | public ApiResponse projectProjectsIdClusterActionsGETWi... method projectProjectsIdClusterActionsGETAsync (line 1835) | public okhttp3.Call projectProjectsIdClusterActionsGETAsync(String id,... method projectProjectsIdClusterPOSTCall (line 1856) | public okhttp3.Call projectProjectsIdClusterPOSTCall(String id, Cluste... method projectProjectsIdClusterPOSTValidateBeforeCall (line 1902) | @SuppressWarnings("rawtypes") method projectProjectsIdClusterPOST (line 1930) | public ClusterProjectResponse projectProjectsIdClusterPOST(String id, ... method projectProjectsIdClusterPOSTWithHttpInfo (line 1949) | public ApiResponse projectProjectsIdClusterPOS... method projectProjectsIdClusterPOSTAsync (line 1970) | public okhttp3.Call projectProjectsIdClusterPOSTAsync(String id, Clust... method projectProjectsIdClusteringStatusGETCall (line 1991) | public okhttp3.Call projectProjectsIdClusteringStatusGETCall(String id... method projectProjectsIdClusteringStatusGETValidateBeforeCall (line 2041) | @SuppressWarnings("rawtypes") method projectProjectsIdClusteringStatusGET (line 2069) | public ProjectClusteringStatusResponse projectProjectsIdClusteringStat... method projectProjectsIdClusteringStatusGETWithHttpInfo (line 2088) | public ApiResponse projectProjectsIdC... method projectProjectsIdClusteringStatusGETAsync (line 2109) | public okhttp3.Call projectProjectsIdClusteringStatusGETAsync(String i... method projectProjectsIdDELETECall (line 2128) | public okhttp3.Call projectProjectsIdDELETECall(String id, final ApiCa... method projectProjectsIdDELETEValidateBeforeCall (line 2174) | @SuppressWarnings("rawtypes") method projectProjectsIdDELETE (line 2199) | public void projectProjectsIdDELETE(String id) throws ApiException { method projectProjectsIdDELETEWithHttpInfo (line 2215) | public ApiResponse projectProjectsIdDELETEWithHttpInfo(String id... method projectProjectsIdDELETEAsync (line 2233) | public okhttp3.Call projectProjectsIdDELETEAsync(String id, final ApiC... method projectProjectsIdDeleteDocumentSimilarityResultsDELETECall (line 2251) | public okhttp3.Call projectProjectsIdDeleteDocumentSimilarityResultsDE... method projectProjectsIdDeleteDocumentSimilarityResultsDELETEValidateBeforeCall (line 2297) | @SuppressWarnings("rawtypes") method projectProjectsIdDeleteDocumentSimilarityResultsDELETE (line 2322) | public void projectProjectsIdDeleteDocumentSimilarityResultsDELETE(Str... method projectProjectsIdDeleteDocumentSimilarityResultsDELETEWithHttpInfo (line 2338) | public ApiResponse projectProjectsIdDeleteDocumentSimilarityResu... method projectProjectsIdDeleteDocumentSimilarityResultsDELETEAsync (line 2356) | public okhttp3.Call projectProjectsIdDeleteDocumentSimilarityResultsDE... method projectProjectsIdDeleteTextUnitSimilarityResultsDELETECall (line 2374) | public okhttp3.Call projectProjectsIdDeleteTextUnitSimilarityResultsDE... method projectProjectsIdDeleteTextUnitSimilarityResultsDELETEValidateBeforeCall (line 2420) | @SuppressWarnings("rawtypes") method projectProjectsIdDeleteTextUnitSimilarityResultsDELETE (line 2445) | public void projectProjectsIdDeleteTextUnitSimilarityResultsDELETE(Str... method projectProjectsIdDeleteTextUnitSimilarityResultsDELETEWithHttpInfo (line 2461) | public ApiResponse projectProjectsIdDeleteTextUnitSimilarityResu... method projectProjectsIdDeleteTextUnitSimilarityResultsDELETEAsync (line 2479) | public okhttp3.Call projectProjectsIdDeleteTextUnitSimilarityResultsDE... method projectProjectsIdDetectFieldValuesPOSTCall (line 2498) | public okhttp3.Call projectProjectsIdDetectFieldValuesPOSTCall(String ... method projectProjectsIdDetectFieldValuesPOSTValidateBeforeCall (line 2544) | @SuppressWarnings("rawtypes") method projectProjectsIdDetectFieldValuesPOST (line 2571) | public TaskIdResponse projectProjectsIdDetectFieldValuesPOST(String id... method projectProjectsIdDetectFieldValuesPOSTWithHttpInfo (line 2589) | public ApiResponse projectProjectsIdDetectFieldValuesP... method projectProjectsIdDetectFieldValuesPOSTAsync (line 2609) | public okhttp3.Call projectProjectsIdDetectFieldValuesPOSTAsync(String... method projectProjectsIdFormFieldsGETCall (line 2628) | public okhttp3.Call projectProjectsIdFormFieldsGETCall(String id, fina... method projectProjectsIdFormFieldsGETValidateBeforeCall (line 2674) | @SuppressWarnings("rawtypes") method projectProjectsIdFormFieldsGET (line 2700) | public Map projectProjectsIdFormFieldsGET(String id) t... method projectProjectsIdFormFieldsGETWithHttpInfo (line 2717) | public ApiResponse> projectProjectsIdFormFieldsGET... method projectProjectsIdFormFieldsGETAsync (line 2736) | public okhttp3.Call projectProjectsIdFormFieldsGETAsync(String id, fin... method projectProjectsIdGETCall (line 2756) | public okhttp3.Call projectProjectsIdGETCall(String id, Map projectProjectsIdGETWithHttpInfo(Str... method projectProjectsIdGETAsync (line 2871) | public okhttp3.Call projectProjectsIdGETAsync(String id, Map projectProjectsIdLocateItemsPOSTWit... method projectProjectsIdLocateItemsPOSTAsync (line 3002) | public okhttp3.Call projectProjectsIdLocateItemsPOSTAsync(String id, L... method projectProjectsIdMarkDeletePOSTCall (line 3022) | public okhttp3.Call projectProjectsIdMarkDeletePOSTCall(String id, Mar... method projectProjectsIdMarkDeletePOSTValidateBeforeCall (line 3068) | @SuppressWarnings("rawtypes") method projectProjectsIdMarkDeletePOST (line 3095) | public MarkUnmarkForDeleteProjectsReponse projectProjectsIdMarkDeleteP... method projectProjectsIdMarkDeletePOSTWithHttpInfo (line 3113) | public ApiResponse projectProjects... method projectProjectsIdMarkDeletePOSTAsync (line 3133) | public okhttp3.Call projectProjectsIdMarkDeletePOSTAsync(String id, Ma... method projectProjectsIdPATCHCall (line 3153) | public okhttp3.Call projectProjectsIdPATCHCall(String id, ProjectUpdat... method projectProjectsIdPATCHValidateBeforeCall (line 3199) | @SuppressWarnings("rawtypes") method projectProjectsIdPATCH (line 3226) | public ProjectUpdate projectProjectsIdPATCH(String id, ProjectUpdate p... method projectProjectsIdPATCHWithHttpInfo (line 3244) | public ApiResponse projectProjectsIdPATCHWithHttpInfo(S... method projectProjectsIdPATCHAsync (line 3264) | public okhttp3.Call projectProjectsIdPATCHAsync(String id, ProjectUpda... method projectProjectsIdPUTCall (line 3284) | public okhttp3.Call projectProjectsIdPUTCall(String id, ProjectUpdate ... method projectProjectsIdPUTValidateBeforeCall (line 3330) | @SuppressWarnings("rawtypes") method projectProjectsIdPUT (line 3357) | public ProjectUpdate projectProjectsIdPUT(String id, ProjectUpdate pro... method projectProjectsIdPUTWithHttpInfo (line 3375) | public ApiResponse projectProjectsIdPUTWithHttpInfo(Str... method projectProjectsIdPUTAsync (line 3395) | public okhttp3.Call projectProjectsIdPUTAsync(String id, ProjectUpdate... method projectProjectsIdProgressGETCall (line 3414) | public okhttp3.Call projectProjectsIdProgressGETCall(String id, final ... method projectProjectsIdProgressGETValidateBeforeCall (line 3460) | @SuppressWarnings("rawtypes") method projectProjectsIdProgressGET (line 3486) | public ProjectProgressResponse projectProjectsIdProgressGET(String id)... method projectProjectsIdProgressGETWithHttpInfo (line 3503) | public ApiResponse projectProjectsIdProgressG... method projectProjectsIdProgressGETAsync (line 3522) | public okhttp3.Call projectProjectsIdProgressGETAsync(String id, final... method projectProjectsIdSearchSimilarDocumentsPOSTCall (line 3542) | public okhttp3.Call projectProjectsIdSearchSimilarDocumentsPOSTCall(St... method projectProjectsIdSearchSimilarDocumentsPOSTValidateBeforeCall (line 3588) | @SuppressWarnings("rawtypes") method projectProjectsIdSearchSimilarDocumentsPOST (line 3615) | public TaskIdResponse projectProjectsIdSearchSimilarDocumentsPOST(Stri... method projectProjectsIdSearchSimilarDocumentsPOSTWithHttpInfo (line 3633) | public ApiResponse projectProjectsIdSearchSimilarDocum... method projectProjectsIdSearchSimilarDocumentsPOSTAsync (line 3653) | public okhttp3.Call projectProjectsIdSearchSimilarDocumentsPOSTAsync(S... method projectProjectsIdSearchSimilarTextUnitsPOSTCall (line 3673) | public okhttp3.Call projectProjectsIdSearchSimilarTextUnitsPOSTCall(St... method projectProjectsIdSearchSimilarTextUnitsPOSTValidateBeforeCall (line 3719) | @SuppressWarnings("rawtypes") method projectProjectsIdSearchSimilarTextUnitsPOST (line 3746) | public TaskIdResponse projectProjectsIdSearchSimilarTextUnitsPOST(Stri... method projectProjectsIdSearchSimilarTextUnitsPOSTWithHttpInfo (line 3764) | public ApiResponse projectProjectsIdSearchSimilarTextU... method projectProjectsIdSearchSimilarTextUnitsPOSTAsync (line 3784) | public okhttp3.Call projectProjectsIdSearchSimilarTextUnitsPOSTAsync(S... method projectProjectsIdSendClustersToProjectPOSTCall (line 3806) | public okhttp3.Call projectProjectsIdSendClustersToProjectPOSTCall(Str... method projectProjectsIdSendClustersToProjectPOSTValidateBeforeCall (line 3852) | @SuppressWarnings("rawtypes") method projectProjectsIdSendClustersToProjectPOST (line 3881) | public String projectProjectsIdSendClustersToProjectPOST(String id, Se... method projectProjectsIdSendClustersToProjectPOSTWithHttpInfo (line 3901) | public ApiResponse projectProjectsIdSendClustersToProjectPOSTW... method projectProjectsIdSendClustersToProjectPOSTAsync (line 3923) | public okhttp3.Call projectProjectsIdSendClustersToProjectPOSTAsync(St... method projectProjectsIdSetAnnotationStatusPOSTCall (line 3943) | public okhttp3.Call projectProjectsIdSetAnnotationStatusPOSTCall(Strin... method projectProjectsIdSetAnnotationStatusPOSTValidateBeforeCall (line 3989) | @SuppressWarnings("rawtypes") method projectProjectsIdSetAnnotationStatusPOST (line 4016) | public ProjectProjectsIdSetAnnotationStatusPOST200Response projectProj... method projectProjectsIdSetAnnotationStatusPOSTWithHttpInfo (line 4034) | public ApiResponse projectProjectsIdSetStatusPOS... method projectProjectsIdSetStatusPOSTAsync (line 4185) | public okhttp3.Call projectProjectsIdSetStatusPOSTAsync(String id, Set... method projectProjectsIdSettingsActionsGETCall (line 4208) | public okhttp3.Call projectProjectsIdSettingsActionsGETCall(String id,... method projectProjectsIdSettingsActionsGETValidateBeforeCall (line 4270) | @SuppressWarnings("rawtypes") method projectProjectsIdSettingsActionsGET (line 4300) | public ProjectDetail projectProjectsIdSettingsActionsGET(String id, In... method projectProjectsIdSettingsActionsGETWithHttpInfo (line 4321) | public ApiResponse projectProjectsIdSettingsActionsGETW... method projectProjectsIdSettingsActionsGETAsync (line 4344) | public okhttp3.Call projectProjectsIdSettingsActionsGETAsync(String id... method projectProjectsIdTaskTaskIdTaskLogsGETCall (line 4366) | public okhttp3.Call projectProjectsIdTaskTaskIdTaskLogsGETCall(String ... method projectProjectsIdTaskTaskIdTaskLogsGETValidateBeforeCall (line 4421) | @SuppressWarnings("rawtypes") method projectProjectsIdTaskTaskIdTaskLogsGET (line 4455) | public TaskLogResponse projectProjectsIdTaskTaskIdTaskLogsGET(String i... method projectProjectsIdTaskTaskIdTaskLogsGETWithHttpInfo (line 4475) | public ApiResponse projectProjectsIdTaskTaskIdTaskLog... method projectProjectsIdTaskTaskIdTaskLogsGETAsync (line 4497) | public okhttp3.Call projectProjectsIdTaskTaskIdTaskLogsGETAsync(String... method projectProjectsIdTasksGETCall (line 4517) | public okhttp3.Call projectProjectsIdTasksGETCall(String id, Map projectProjectsIdTasksGET(String id, Map> projectProjectsIdTasksGETWithHt... method projectProjectsIdTasksGETAsync (line 4632) | public okhttp3.Call projectProjectsIdTasksGETAsync(String id, Map projectProjects... method projectProjectsIdUnmarkDeletePOSTAsync (line 4763) | public okhttp3.Call projectProjectsIdUnmarkDeletePOSTAsync(String id, ... method projectProjectsIdUpdateDocumentFieldsPOSTCall (line 4784) | public okhttp3.Call projectProjectsIdUpdateDocumentFieldsPOSTCall(Stri... method projectProjectsIdUpdateDocumentFieldsPOSTValidateBeforeCall (line 4830) | @SuppressWarnings("rawtypes") method projectProjectsIdUpdateDocumentFieldsPOST (line 4858) | public UpdateProjectDocumentsFieldsResponse projectProjectsIdUpdateDoc... method projectProjectsIdUpdateDocumentFieldsPOSTWithHttpInfo (line 4877) | public ApiResponse projectProjec... method projectProjectsIdUpdateDocumentFieldsPOSTAsync (line 4898) | public okhttp3.Call projectProjectsIdUpdateDocumentFieldsPOSTAsync(Str... method projectProjectsPOSTCall (line 4917) | public okhttp3.Call projectProjectsPOSTCall(ProjectCreate projectCreat... method projectProjectsPOSTValidateBeforeCall (line 4962) | @SuppressWarnings("rawtypes") method projectProjectsPOST (line 4983) | public ProjectCreate projectProjectsPOST(ProjectCreate projectCreate) ... method projectProjectsPOSTWithHttpInfo (line 5000) | public ApiResponse projectProjectsPOSTWithHttpInfo(Proj... method projectProjectsPOSTAsync (line 5019) | public okhttp3.Call projectProjectsPOSTAsync(ProjectCreate projectCrea... method projectProjectsProjectStatsGETCall (line 5038) | public okhttp3.Call projectProjectsProjectStatsGETCall(String projectI... method projectProjectsProjectStatsGETValidateBeforeCall (line 5087) | @SuppressWarnings("rawtypes") method projectProjectsProjectStatsGET (line 5108) | public List projectProjectsProjectStatsGET(String projec... method projectProjectsProjectStatsGETWithHttpInfo (line 5125) | public ApiResponse> projectProjectsProjectStatsGETW... method projectProjectsProjectStatsGETAsync (line 5144) | public okhttp3.Call projectProjectsProjectStatsGETAsync(String project... method projectProjectsRecentGETCall (line 5163) | public okhttp3.Call projectProjectsRecentGETCall(Integer n, final ApiC... method projectProjectsRecentGETValidateBeforeCall (line 5212) | @SuppressWarnings("rawtypes") method projectProjectsRecentGET (line 5233) | public List> projectProjectsRecentGET(Integer n) t... method projectProjectsRecentGETWithHttpInfo (line 5250) | public ApiResponse>> projectProjectsRecentGET... method projectProjectsRecentGETAsync (line 5269) | public okhttp3.Call projectProjectsRecentGETAsync(Integer n, final Api... method projectProjectsSelectProjectsPOSTCall (line 5288) | public okhttp3.Call projectProjectsSelectProjectsPOSTCall(SelectProjec... method projectProjectsSelectProjectsPOSTValidateBeforeCall (line 5333) | @SuppressWarnings("rawtypes") method projectProjectsSelectProjectsPOST (line 5354) | public SelectProjectsResponse projectProjectsSelectProjectsPOST(Select... method projectProjectsSelectProjectsPOSTWithHttpInfo (line 5371) | public ApiResponse projectProjectsSelectProjec... method projectProjectsSelectProjectsPOSTAsync (line 5390) | public okhttp3.Call projectProjectsSelectProjectsPOSTAsync(SelectProje... method projectTaskQueuesGETCall (line 5409) | public okhttp3.Call projectTaskQueuesGETCall(Map jqFil... method projectTaskQueuesGETValidateBeforeCall (line 5458) | @SuppressWarnings("rawtypes") method projectTaskQueuesGET (line 5479) | public List projectTaskQueuesGET(Map jqFilt... method projectTaskQueuesGETWithHttpInfo (line 5496) | public ApiResponse> projectTaskQueuesGETWithHttpInfo(M... method projectTaskQueuesGETAsync (line 5515) | public okhttp3.Call projectTaskQueuesGETAsync(Map jqFi... method projectTaskQueuesIdDELETECall (line 5534) | public okhttp3.Call projectTaskQueuesIdDELETECall(String id, final Api... method projectTaskQueuesIdDELETEValidateBeforeCall (line 5580) | @SuppressWarnings("rawtypes") method projectTaskQueuesIdDELETE (line 5605) | public void projectTaskQueuesIdDELETE(String id) throws ApiException { method projectTaskQueuesIdDELETEWithHttpInfo (line 5621) | public ApiResponse projectTaskQueuesIdDELETEWithHttpInfo(String ... method projectTaskQueuesIdDELETEAsync (line 5639) | public okhttp3.Call projectTaskQueuesIdDELETEAsync(String id, final Ap... method projectTaskQueuesIdGETCall (line 5658) | public okhttp3.Call projectTaskQueuesIdGETCall(String id, Map... method projectTaskQueuesIdGETWithHttpInfo (line 5753) | public ApiResponse projectTaskQueuesIdGETWithHttpInfo(Strin... method projectTaskQueuesIdGETAsync (line 5773) | public okhttp3.Call projectTaskQueuesIdGETAsync(String id, Map projectTaskQueuesIdPATCHWithHttpInfo(Str... method projectTaskQueuesIdPATCHAsync (line 5904) | public okhttp3.Call projectTaskQueuesIdPATCHAsync(String id, TaskQueue... method projectTaskQueuesIdPUTCall (line 5924) | public okhttp3.Call projectTaskQueuesIdPUTCall(String id, TaskQueue ta... method projectTaskQueuesIdPUTValidateBeforeCall (line 5970) | @SuppressWarnings("rawtypes") method projectTaskQueuesIdPUT (line 5997) | public TaskQueue projectTaskQueuesIdPUT(String id, TaskQueue taskQueue... method projectTaskQueuesIdPUTWithHttpInfo (line 6015) | public ApiResponse projectTaskQueuesIdPUTWithHttpInfo(Strin... method projectTaskQueuesIdPUTAsync (line 6035) | public okhttp3.Call projectTaskQueuesIdPUTAsync(String id, TaskQueue t... method projectTaskQueuesPOSTCall (line 6054) | public okhttp3.Call projectTaskQueuesPOSTCall(TaskQueue taskQueue, fin... method projectTaskQueuesPOSTValidateBeforeCall (line 6099) | @SuppressWarnings("rawtypes") method projectTaskQueuesPOST (line 6120) | public TaskQueue projectTaskQueuesPOST(TaskQueue taskQueue) throws Api... method projectTaskQueuesPOSTWithHttpInfo (line 6137) | public ApiResponse projectTaskQueuesPOSTWithHttpInfo(TaskQu... method projectTaskQueuesPOSTAsync (line 6156) | public okhttp3.Call projectTaskQueuesPOSTAsync(TaskQueue taskQueue, fi... method projectUploadSessionGETCall (line 6175) | public okhttp3.Call projectUploadSessionGETCall(Map jq... method projectUploadSessionGETValidateBeforeCall (line 6224) | @SuppressWarnings("rawtypes") method projectUploadSessionGET (line 6245) | public List projectUploadSessionGET(Map> projectUploadSessionGETW... method projectUploadSessionGETAsync (line 6281) | public okhttp3.Call projectUploadSessionGETAsync(Map j... method projectUploadSessionPOSTCall (line 6300) | public okhttp3.Call projectUploadSessionPOSTCall(UploadSessionCreate u... method projectUploadSessionPOSTValidateBeforeCall (line 6345) | @SuppressWarnings("rawtypes") method projectUploadSessionPOST (line 6366) | public UploadSessionCreate projectUploadSessionPOST(UploadSessionCreat... method projectUploadSessionPOSTWithHttpInfo (line 6383) | public ApiResponse projectUploadSessionPOSTWithHt... method projectUploadSessionPOSTAsync (line 6402) | public okhttp3.Call projectUploadSessionPOSTAsync(UploadSessionCreate ... method projectUploadSessionStatusGETCall (line 6421) | public okhttp3.Call projectUploadSessionStatusGETCall(String projectId... method projectUploadSessionStatusGETValidateBeforeCall (line 6470) | @SuppressWarnings("rawtypes") method projectUploadSessionStatusGET (line 6491) | public Map projectUploadSessionStatusGET(String projec... method projectUploadSessionStatusGETWithHttpInfo (line 6508) | public ApiResponse> projectUploadSessionStatusGETW... method projectUploadSessionStatusGETAsync (line 6527) | public okhttp3.Call projectUploadSessionStatusGETAsync(String projectI... method projectUploadSessionUidBatchUploadPOSTCall (line 6547) | public okhttp3.Call projectUploadSessionUidBatchUploadPOSTCall(String ... method projectUploadSessionUidBatchUploadPOSTValidateBeforeCall (line 6593) | @SuppressWarnings("rawtypes") method projectUploadSessionUidBatchUploadPOST (line 6620) | public UploadSessionDetail projectUploadSessionUidBatchUploadPOST(Stri... method projectUploadSessionUidBatchUploadPOSTWithHttpInfo (line 6638) | public ApiResponse projectUploadSessionUidBatchUp... method projectUploadSessionUidBatchUploadPOSTAsync (line 6658) | public okhttp3.Call projectUploadSessionUidBatchUploadPOSTAsync(String... method projectUploadSessionUidBatchUploadPOST_0Call (line 6678) | public okhttp3.Call projectUploadSessionUidBatchUploadPOST_0Call(Strin... method projectUploadSessionUidBatchUploadPOST_0ValidateBeforeCall (line 6724) | @SuppressWarnings("rawtypes") method projectUploadSessionUidBatchUploadPOST_0 (line 6751) | public UploadSessionDetail projectUploadSessionUidBatchUploadPOST_0(St... method projectUploadSessionUidBatchUploadPOST_0WithHttpInfo (line 6769) | public ApiResponse projectUploadSessionUidBatchUp... method projectUploadSessionUidBatchUploadPOST_0Async (line 6789) | public okhttp3.Call projectUploadSessionUidBatchUploadPOST_0Async(Stri... method projectUploadSessionUidCancelDELETECall (line 6808) | public okhttp3.Call projectUploadSessionUidCancelDELETECall(String uid... method projectUploadSessionUidCancelDELETEValidateBeforeCall (line 6854) | @SuppressWarnings("rawtypes") method projectUploadSessionUidCancelDELETE (line 6879) | public void projectUploadSessionUidCancelDELETE(String uid) throws Api... method projectUploadSessionUidCancelDELETEWithHttpInfo (line 6895) | public ApiResponse projectUploadSessionUidCancelDELETEWithHttpIn... method projectUploadSessionUidCancelDELETEAsync (line 6913) | public okhttp3.Call projectUploadSessionUidCancelDELETEAsync(String ui... method projectUploadSessionUidDELETECall (line 6931) | public okhttp3.Call projectUploadSessionUidDELETECall(String uid, fina... method projectUploadSessionUidDELETEValidateBeforeCall (line 6977) | @SuppressWarnings("rawtypes") method projectUploadSessionUidDELETE (line 7002) | public void projectUploadSessionUidDELETE(String uid) throws ApiExcept... method projectUploadSessionUidDELETEWithHttpInfo (line 7018) | public ApiResponse projectUploadSessionUidDELETEWithHttpInfo(Str... method projectUploadSessionUidDELETEAsync (line 7036) | public okhttp3.Call projectUploadSessionUidDELETEAsync(String uid, fin... method projectUploadSessionUidDeleteFileDELETECall (line 7058) | public okhttp3.Call projectUploadSessionUidDeleteFileDELETECall(String... method projectUploadSessionUidDeleteFileDELETEValidateBeforeCall (line 7104) | @SuppressWarnings("rawtypes") method projectUploadSessionUidDeleteFileDELETE (line 7134) | public String projectUploadSessionUidDeleteFileDELETE(String uid, Uplo... method projectUploadSessionUidDeleteFileDELETEWithHttpInfo (line 7155) | public ApiResponse projectUploadSessionUidDeleteFileDELETEWith... method projectUploadSessionUidDeleteFileDELETEAsync (line 7178) | public okhttp3.Call projectUploadSessionUidDeleteFileDELETEAsync(Strin... method projectUploadSessionUidFilesPOSTCall (line 7206) | public okhttp3.Call projectUploadSessionUidFilesPOSTCall(String uid, I... method projectUploadSessionUidFilesPOSTValidateBeforeCall (line 7272) | @SuppressWarnings("rawtypes") method projectUploadSessionUidFilesPOST (line 7317) | public ProjectUploadSessionFilesResponse projectUploadSessionUidFilesP... method projectUploadSessionUidFilesPOSTWithHttpInfo (line 7343) | public ApiResponse projectUploadSes... method projectUploadSessionUidFilesPOSTAsync (line 7371) | public okhttp3.Call projectUploadSessionUidFilesPOSTAsync(String uid, ... method projectUploadSessionUidGETCall (line 7391) | public okhttp3.Call projectUploadSessionUidGETCall(String uid, Map projectUploadSessionUidGETWith... method projectUploadSessionUidGETAsync (line 7506) | public okhttp3.Call projectUploadSessionUidGETAsync(String uid, Map projectUploadSessionUidPATCHWi... method projectUploadSessionUidPATCHAsync (line 7637) | public okhttp3.Call projectUploadSessionUidPATCHAsync(String uid, Uplo... method projectUploadSessionUidProgressGETCall (line 7656) | public okhttp3.Call projectUploadSessionUidProgressGETCall(String uid,... method projectUploadSessionUidProgressGETValidateBeforeCall (line 7702) | @SuppressWarnings("rawtypes") method projectUploadSessionUidProgressGET (line 7728) | public ProjectUploadSessionProgressResponse projectUploadSessionUidPro... method projectUploadSessionUidProgressGETWithHttpInfo (line 7745) | public ApiResponse projectUpload... method projectUploadSessionUidProgressGETAsync (line 7764) | public okhttp3.Call projectUploadSessionUidProgressGETAsync(String uid... method projectUploadSessionUidUploadPOSTCall (line 7791) | public okhttp3.Call projectUploadSessionUidUploadPOSTCall(String uid, ... method projectUploadSessionUidUploadPOSTValidateBeforeCall (line 7857) | @SuppressWarnings("rawtypes") method projectUploadSessionUidUploadPOST (line 7901) | public ProjectUploadSessionPOSTResponse projectUploadSessionUidUploadP... method projectUploadSessionUidUploadPOSTWithHttpInfo (line 7926) | public ApiResponse projectUploadSess... method projectUploadSessionUidUploadPOSTAsync (line 7953) | public okhttp3.Call projectUploadSessionUidUploadPOSTAsync(String uid,... FILE: sdk/java/sdk/src/main/java/org/openapitools/client/api/RawdbApi.java class RawdbApi (line 39) | public class RawdbApi { method RawdbApi (line 44) | public RawdbApi() { method RawdbApi (line 48) | public RawdbApi(ApiClient apiClient) { method getApiClient (line 52) | public ApiClient getApiClient() { method setApiClient (line 56) | public void setApiClient(ApiClient apiClient) { method getHostIndex (line 60) | public int getHostIndex() { method setHostIndex (line 64) | public void setHostIndex(int hostIndex) { method getCustomBaseUrl (line 68) | public String getCustomBaseUrl() { method setCustomBaseUrl (line 72) | public void setCustomBaseUrl(String customBaseUrl) { method rawdbConfigGETCall (line 87) | public okhttp3.Call rawdbConfigGETCall(final ApiCallback _callback) th... method rawdbConfigGETValidateBeforeCall (line 132) | @SuppressWarnings("rawtypes") method rawdbConfigGET (line 152) | public Map rawdbConfigGET() throws ApiException { method rawdbConfigGETWithHttpInfo (line 168) | public ApiResponse> rawdbConfigGETWithHttpInfo() t... method rawdbConfigGETAsync (line 186) | public okhttp3.Call rawdbConfigGETAsync(final ApiCallback rawdbDocumentsDocumentTypeCodeGET(String do... method rawdbDocumentsDocumentTypeCodeGETWithHttpInfo (line 392) | public ApiResponse> rawdbDocumentsDocumentTypeCode... method rawdbDocumentsDocumentTypeCodeGETAsync (line 425) | public okhttp3.Call rawdbDocumentsDocumentTypeCodeGETAsync(String docu... method rawdbDocumentsDocumentTypeCodePOSTCall (line 445) | public okhttp3.Call rawdbDocumentsDocumentTypeCodePOSTCall(String docu... method rawdbDocumentsDocumentTypeCodePOSTValidateBeforeCall (line 491) | @SuppressWarnings("rawtypes") method rawdbDocumentsDocumentTypeCodePOST (line 518) | public Map rawdbDocumentsDocumentTypeCodePOST(String d... method rawdbDocumentsDocumentTypeCodePOSTWithHttpInfo (line 536) | public ApiResponse> rawdbDocumentsDocumentTypeCode... method rawdbDocumentsDocumentTypeCodePOSTAsync (line 556) | public okhttp3.Call rawdbDocumentsDocumentTypeCodePOSTAsync(String doc... method rawdbProjectStatsProjectIdGETCall (line 575) | public okhttp3.Call rawdbProjectStatsProjectIdGETCall(String projectId... method rawdbProjectStatsProjectIdGETValidateBeforeCall (line 621) | @SuppressWarnings("rawtypes") method rawdbProjectStatsProjectIdGET (line 647) | public Map rawdbProjectStatsProjectIdGET(String projec... method rawdbProjectStatsProjectIdGETWithHttpInfo (line 664) | public ApiResponse> rawdbProjectStatsProjectIdGETW... method rawdbProjectStatsProjectIdGETAsync (line 683) | public okhttp3.Call rawdbProjectStatsProjectIdGETAsync(String projectI... FILE: sdk/java/sdk/src/main/java/org/openapitools/client/api/RestAuthApi.java class RestAuthApi (line 44) | public class RestAuthApi { method RestAuthApi (line 49) | public RestAuthApi() { method RestAuthApi (line 53) | public RestAuthApi(ApiClient apiClient) { method getApiClient (line 57) | public ApiClient getApiClient() { method setApiClient (line 61) | public void setApiClient(ApiClient apiClient) { method getHostIndex (line 65) | public int getHostIndex() { method setHostIndex (line 69) | public void setHostIndex(int hostIndex) { method getCustomBaseUrl (line 73) | public String getCustomBaseUrl() { method setCustomBaseUrl (line 77) | public void setCustomBaseUrl(String customBaseUrl) { method restAuthLoginPOSTCall (line 93) | public okhttp3.Call restAuthLoginPOSTCall(Login login, final ApiCallba... method restAuthLoginPOSTValidateBeforeCall (line 138) | @SuppressWarnings("rawtypes") method restAuthLoginPOST (line 159) | public LoginResponse restAuthLoginPOST(Login login) throws ApiException { method restAuthLoginPOSTWithHttpInfo (line 176) | public ApiResponse restAuthLoginPOSTWithHttpInfo(Login ... method restAuthLoginPOSTAsync (line 195) | public okhttp3.Call restAuthLoginPOSTAsync(Login login, final ApiCallb... method restAuthLogoutGETCall (line 213) | public okhttp3.Call restAuthLogoutGETCall(final ApiCallback _callback)... method restAuthLogoutGETValidateBeforeCall (line 258) | @SuppressWarnings("rawtypes") method restAuthLogoutGET (line 278) | public List restAuthLogoutGET() throws ApiExce... method restAuthLogoutGETWithHttpInfo (line 294) | public ApiResponse> restAuthLogoutGETWith... method restAuthLogoutGETAsync (line 312) | public okhttp3.Call restAuthLogoutGETAsync(final ApiCallback request... method restAuthLogoutPOSTValidateBeforeCall (line 376) | @SuppressWarnings("rawtypes") method restAuthLogoutPOST (line 397) | public RestAuthCommonResponse restAuthLogoutPOST(Map r... method restAuthLogoutPOSTWithHttpInfo (line 414) | public ApiResponse restAuthLogoutPOSTWithHttpI... method restAuthLogoutPOSTAsync (line 433) | public okhttp3.Call restAuthLogoutPOSTAsync(Map reques... method restAuthPasswordChangePOSTCall (line 452) | public okhttp3.Call restAuthPasswordChangePOSTCall(CustomPasswordChang... method restAuthPasswordChangePOSTValidateBeforeCall (line 497) | @SuppressWarnings("rawtypes") method restAuthPasswordChangePOST (line 518) | public RestAuthCommonResponse restAuthPasswordChangePOST(CustomPasswor... method restAuthPasswordChangePOSTWithHttpInfo (line 535) | public ApiResponse restAuthPasswordChangePOSTW... method restAuthPasswordChangePOSTAsync (line 554) | public okhttp3.Call restAuthPasswordChangePOSTAsync(CustomPasswordChan... method restAuthPasswordResetConfirmPOSTCall (line 573) | public okhttp3.Call restAuthPasswordResetConfirmPOSTCall(CustomPasswor... method restAuthPasswordResetConfirmPOSTValidateBeforeCall (line 618) | @SuppressWarnings("rawtypes") method restAuthPasswordResetConfirmPOST (line 639) | public RestAuthCommonResponse restAuthPasswordResetConfirmPOST(CustomP... method restAuthPasswordResetConfirmPOSTWithHttpInfo (line 656) | public ApiResponse restAuthPasswordResetConfir... method restAuthPasswordResetConfirmPOSTAsync (line 675) | public okhttp3.Call restAuthPasswordResetConfirmPOSTAsync(CustomPasswo... method restAuthPasswordResetPOSTCall (line 694) | public okhttp3.Call restAuthPasswordResetPOSTCall(CustomPasswordReset ... method restAuthPasswordResetPOSTValidateBeforeCall (line 739) | @SuppressWarnings("rawtypes") method restAuthPasswordResetPOST (line 760) | public RestAuthCommonResponse restAuthPasswordResetPOST(CustomPassword... method restAuthPasswordResetPOSTWithHttpInfo (line 777) | public ApiResponse restAuthPasswordResetPOSTWi... method restAuthPasswordResetPOSTAsync (line 796) | public okhttp3.Call restAuthPasswordResetPOSTAsync(CustomPasswordReset... FILE: sdk/java/sdk/src/main/java/org/openapitools/client/api/SimilarityApi.java class SimilarityApi (line 45) | public class SimilarityApi { method SimilarityApi (line 50) | public SimilarityApi() { method SimilarityApi (line 54) | public SimilarityApi(ApiClient apiClient) { method getApiClient (line 58) | public ApiClient getApiClient() { method setApiClient (line 62) | public void setApiClient(ApiClient apiClient) { method getHostIndex (line 66) | public int getHostIndex() { method setHostIndex (line 70) | public void setHostIndex(int hostIndex) { method getCustomBaseUrl (line 74) | public String getCustomBaseUrl() { method setCustomBaseUrl (line 78) | public void setCustomBaseUrl(String customBaseUrl) { method similarityDocumentSimilarityByFeaturesGETCall (line 93) | public okhttp3.Call similarityDocumentSimilarityByFeaturesGETCall(fina... method similarityDocumentSimilarityByFeaturesGETValidateBeforeCall (line 138) | @SuppressWarnings("rawtypes") method similarityDocumentSimilarityByFeaturesGET (line 158) | public Map similarityDocumentSimilarityByFeaturesGET()... method similarityDocumentSimilarityByFeaturesGETWithHttpInfo (line 174) | public ApiResponse> similarityDocumentSimilarityBy... method similarityDocumentSimilarityByFeaturesGETAsync (line 192) | public okhttp3.Call similarityDocumentSimilarityByFeaturesGETAsync(fin... method similarityDocumentSimilarityByFeaturesPOSTCall (line 211) | public okhttp3.Call similarityDocumentSimilarityByFeaturesPOSTCall(Doc... method similarityDocumentSimilarityByFeaturesPOSTValidateBeforeCall (line 256) | @SuppressWarnings("rawtypes") method similarityDocumentSimilarityByFeaturesPOST (line 277) | public SimilarityPOSTObjectResponse similarityDocumentSimilarityByFeat... method similarityDocumentSimilarityByFeaturesPOSTWithHttpInfo (line 294) | public ApiResponse similarityDocumentSim... method similarityDocumentSimilarityByFeaturesPOSTAsync (line 313) | public okhttp3.Call similarityDocumentSimilarityByFeaturesPOSTAsync(Do... method similarityPartySimilarityGETCall (line 331) | public okhttp3.Call similarityPartySimilarityGETCall(final ApiCallback... method similarityPartySimilarityGETValidateBeforeCall (line 376) | @SuppressWarnings("rawtypes") method similarityPartySimilarityGET (line 396) | public Map similarityPartySimilarityGET() throws ApiEx... method similarityPartySimilarityGETWithHttpInfo (line 412) | public ApiResponse> similarityPartySimilarityGETWi... method similarityPartySimilarityGETAsync (line 430) | public okhttp3.Call similarityPartySimilarityGETAsync(final ApiCallbac... method similarityPartySimilarityPOSTCall (line 449) | public okhttp3.Call similarityPartySimilarityPOSTCall(PartySimilarityF... method similarityPartySimilarityPOSTValidateBeforeCall (line 494) | @SuppressWarnings("rawtypes") method similarityPartySimilarityPOST (line 515) | public SimilarityPOSTObjectResponse similarityPartySimilarityPOST(Part... method similarityPartySimilarityPOSTWithHttpInfo (line 532) | public ApiResponse similarityPartySimila... method similarityPartySimilarityPOSTAsync (line 551) | public okhttp3.Call similarityPartySimilarityPOSTAsync(PartySimilarity... method similarityProjectDocumentsSimilarityByVectorsGETCall (line 569) | public okhttp3.Call similarityProjectDocumentsSimilarityByVectorsGETCa... method similarityProjectDocumentsSimilarityByVectorsGETValidateBeforeCall (line 614) | @SuppressWarnings("rawtypes") method similarityProjectDocumentsSimilarityByVectorsGET (line 634) | public Map similarityProjectDocumentsSimilarityByVecto... method similarityProjectDocumentsSimilarityByVectorsGETWithHttpInfo (line 650) | public ApiResponse> similarityProjectDocumentsSimi... method similarityProjectDocumentsSimilarityByVectorsGETAsync (line 668) | public okhttp3.Call similarityProjectDocumentsSimilarityByVectorsGETAs... method similarityProjectDocumentsSimilarityByVectorsPOSTCall (line 687) | public okhttp3.Call similarityProjectDocumentsSimilarityByVectorsPOSTC... method similarityProjectDocumentsSimilarityByVectorsPOSTValidateBeforeCall (line 732) | @SuppressWarnings("rawtypes") method similarityProjectDocumentsSimilarityByVectorsPOST (line 753) | public SimilarityPOSTObjectResponse similarityProjectDocumentsSimilari... method similarityProjectDocumentsSimilarityByVectorsPOSTWithHttpInfo (line 770) | public ApiResponse similarityProjectDocu... method similarityProjectDocumentsSimilarityByVectorsPOSTAsync (line 789) | public okhttp3.Call similarityProjectDocumentsSimilarityByVectorsPOSTA... method similarityProjectTextUnitsSimilarityByVectorsGETCall (line 807) | public okhttp3.Call similarityProjectTextUnitsSimilarityByVectorsGETCa... method similarityProjectTextUnitsSimilarityByVectorsGETValidateBeforeCall (line 852) | @SuppressWarnings("rawtypes") method similarityProjectTextUnitsSimilarityByVectorsGET (line 872) | public Map similarityProjectTextUnitsSimilarityByVecto... method similarityProjectTextUnitsSimilarityByVectorsGETWithHttpInfo (line 888) | public ApiResponse> similarityProjectTextUnitsSimi... method similarityProjectTextUnitsSimilarityByVectorsGETAsync (line 906) | public okhttp3.Call similarityProjectTextUnitsSimilarityByVectorsGETAs... method similarityProjectTextUnitsSimilarityByVectorsPOSTCall (line 925) | public okhttp3.Call similarityProjectTextUnitsSimilarityByVectorsPOSTC... method similarityProjectTextUnitsSimilarityByVectorsPOSTValidateBeforeCall (line 970) | @SuppressWarnings("rawtypes") method similarityProjectTextUnitsSimilarityByVectorsPOST (line 991) | public SimilarityPOSTObjectResponse similarityProjectTextUnitsSimilari... method similarityProjectTextUnitsSimilarityByVectorsPOSTWithHttpInfo (line 1008) | public ApiResponse similarityProjectText... method similarityProjectTextUnitsSimilarityByVectorsPOSTAsync (line 1027) | public okhttp3.Call similarityProjectTextUnitsSimilarityByVectorsPOSTA... method similaritySimilarityGETCall (line 1045) | public okhttp3.Call similaritySimilarityGETCall(final ApiCallback _cal... method similaritySimilarityGETValidateBeforeCall (line 1090) | @SuppressWarnings("rawtypes") method similaritySimilarityGET (line 1110) | public Map similaritySimilarityGET() throws ApiExcepti... method similaritySimilarityGETWithHttpInfo (line 1126) | public ApiResponse> similaritySimilarityGETWithHtt... method similaritySimilarityGETAsync (line 1144) | public okhttp3.Call similaritySimilarityGETAsync(final ApiCallback similaritySimilarityP... method similaritySimilarityPOSTAsync (line 1265) | public okhttp3.Call similaritySimilarityPOSTAsync(SimilarityForm simil... method similarityTextUnitSimilarityByFeaturesGETCall (line 1283) | public okhttp3.Call similarityTextUnitSimilarityByFeaturesGETCall(fina... method similarityTextUnitSimilarityByFeaturesGETValidateBeforeCall (line 1328) | @SuppressWarnings("rawtypes") method similarityTextUnitSimilarityByFeaturesGET (line 1348) | public Map similarityTextUnitSimilarityByFeaturesGET()... method similarityTextUnitSimilarityByFeaturesGETWithHttpInfo (line 1364) | public ApiResponse> similarityTextUnitSimilarityBy... method similarityTextUnitSimilarityByFeaturesGETAsync (line 1382) | public okhttp3.Call similarityTextUnitSimilarityByFeaturesGETAsync(fin... method similarityTextUnitSimilarityByFeaturesPOSTCall (line 1401) | public okhttp3.Call similarityTextUnitSimilarityByFeaturesPOSTCall(Tex... method similarityTextUnitSimilarityByFeaturesPOSTValidateBeforeCall (line 1446) | @SuppressWarnings("rawtypes") method similarityTextUnitSimilarityByFeaturesPOST (line 1467) | public SimilarityPOSTObjectResponse similarityTextUnitSimilarityByFeat... method similarityTextUnitSimilarityByFeaturesPOSTWithHttpInfo (line 1484) | public ApiResponse similarityTextUnitSim... method similarityTextUnitSimilarityByFeaturesPOSTAsync (line 1503) | public okhttp3.Call similarityTextUnitSimilarityByFeaturesPOSTAsync(Te... FILE: sdk/java/sdk/src/main/java/org/openapitools/client/api/TaskApi.java class TaskApi (line 42) | public class TaskApi { method TaskApi (line 47) | public TaskApi() { method TaskApi (line 51) | public TaskApi(ApiClient apiClient) { method getApiClient (line 55) | public ApiClient getApiClient() { method setApiClient (line 59) | public void setApiClient(ApiClient apiClient) { method getHostIndex (line 63) | public int getHostIndex() { method setHostIndex (line 67) | public void setHostIndex(int hostIndex) { method getCustomBaseUrl (line 71) | public String getCustomBaseUrl() { method setCustomBaseUrl (line 75) | public void setCustomBaseUrl(String customBaseUrl) { method taskCleanTasksPOSTCall (line 91) | public okhttp3.Call taskCleanTasksPOSTCall(Map request... method taskCleanTasksPOSTValidateBeforeCall (line 136) | @SuppressWarnings("rawtypes") method taskCleanTasksPOST (line 157) | public Map taskCleanTasksPOST(Map requ... method taskCleanTasksPOSTWithHttpInfo (line 174) | public ApiResponse> taskCleanTasksPOSTWithHttpInfo... method taskCleanTasksPOSTAsync (line 193) | public okhttp3.Call taskCleanTasksPOSTAsync(Map reques... method taskLoadDictionariesPOSTCall (line 212) | public okhttp3.Call taskLoadDictionariesPOSTCall(Map r... method taskLoadDictionariesPOSTValidateBeforeCall (line 257) | @SuppressWarnings("rawtypes") method taskLoadDictionariesPOST (line 278) | public Map taskLoadDictionariesPOST(Map> taskLoadDictionariesPOSTWithHt... method taskLoadDictionariesPOSTAsync (line 314) | public okhttp3.Call taskLoadDictionariesPOSTAsync(Map ... method taskLoadDocumentsGETCall (line 332) | public okhttp3.Call taskLoadDocumentsGETCall(final ApiCallback _callba... method taskLoadDocumentsGETValidateBeforeCall (line 377) | @SuppressWarnings("rawtypes") method taskLoadDocumentsGET (line 397) | public Map taskLoadDocumentsGET() throws ApiException { method taskLoadDocumentsGETWithHttpInfo (line 413) | public ApiResponse> taskLoadDocumentsGETWithHttpIn... method taskLoadDocumentsGETAsync (line 431) | public okhttp3.Call taskLoadDocumentsGETAsync(final ApiCallback requ... method taskLoadDocumentsPOSTValidateBeforeCall (line 495) | @SuppressWarnings("rawtypes") method taskLoadDocumentsPOST (line 516) | public Map taskLoadDocumentsPOST(Map r... method taskLoadDocumentsPOSTWithHttpInfo (line 533) | public ApiResponse> taskLoadDocumentsPOSTWithHttpI... method taskLoadDocumentsPOSTAsync (line 552) | public okhttp3.Call taskLoadDocumentsPOSTAsync(Map req... method taskLocateGETCall (line 570) | public okhttp3.Call taskLocateGETCall(final ApiCallback _callback) thr... method taskLocateGETValidateBeforeCall (line 615) | @SuppressWarnings("rawtypes") method taskLocateGET (line 635) | public Map taskLocateGET() throws ApiException { method taskLocateGETWithHttpInfo (line 651) | public ApiResponse> taskLocateGETWithHttpInfo() th... method taskLocateGETAsync (line 669) | public okhttp3.Call taskLocateGETAsync(final ApiCallback requestBody... method taskLocatePOSTValidateBeforeCall (line 733) | @SuppressWarnings("rawtypes") method taskLocatePOST (line 754) | public Map taskLocatePOST(Map requestB... method taskLocatePOSTWithHttpInfo (line 771) | public ApiResponse> taskLocatePOSTWithHttpInfo(Map... method taskLocatePOSTAsync (line 790) | public okhttp3.Call taskLocatePOSTAsync(Map requestBod... method taskProcessTextExtractionResultsRequestIdPOSTCall (line 810) | public okhttp3.Call taskProcessTextExtractionResultsRequestIdPOSTCall(... method taskProcessTextExtractionResultsRequestIdPOSTValidateBeforeCall (line 856) | @SuppressWarnings("rawtypes") method taskProcessTextExtractionResultsRequestIdPOST (line 883) | public Object taskProcessTextExtractionResultsRequestIdPOST(String req... method taskProcessTextExtractionResultsRequestIdPOSTWithHttpInfo (line 901) | public ApiResponse taskProcessTextExtractionResultsRequestIdPO... method taskProcessTextExtractionResultsRequestIdPOSTAsync (line 921) | public okhttp3.Call taskProcessTextExtractionResultsRequestIdPOSTAsync... method taskPurgeTaskPOSTCall (line 940) | public okhttp3.Call taskPurgeTaskPOSTCall(Map requestB... method taskPurgeTaskPOSTValidateBeforeCall (line 985) | @SuppressWarnings("rawtypes") method taskPurgeTaskPOST (line 1006) | public Map taskPurgeTaskPOST(Map reque... method taskPurgeTaskPOSTWithHttpInfo (line 1023) | public ApiResponse> taskPurgeTaskPOSTWithHttpInfo(... method taskPurgeTaskPOSTAsync (line 1042) | public okhttp3.Call taskPurgeTaskPOSTAsync(Map request... method taskRecallTaskGETCall (line 1060) | public okhttp3.Call taskRecallTaskGETCall(final ApiCallback _callback)... method taskRecallTaskGETValidateBeforeCall (line 1105) | @SuppressWarnings("rawtypes") method taskRecallTaskGET (line 1125) | public Map taskRecallTaskGET() throws ApiException { method taskRecallTaskGETWithHttpInfo (line 1141) | public ApiResponse> taskRecallTaskGETWithHttpInfo(... method taskRecallTaskGETAsync (line 1159) | public okhttp3.Call taskRecallTaskGETAsync(final ApiCallback request... method taskRecallTaskPOSTValidateBeforeCall (line 1223) | @SuppressWarnings("rawtypes") method taskRecallTaskPOST (line 1244) | public Map taskRecallTaskPOST(Map requ... method taskRecallTaskPOSTWithHttpInfo (line 1261) | public ApiResponse> taskRecallTaskPOSTWithHttpInfo... method taskRecallTaskPOSTAsync (line 1280) | public okhttp3.Call taskRecallTaskPOSTAsync(Map reques... method taskReindexroutinesCheckSchedulePOSTCall (line 1299) | public okhttp3.Call taskReindexroutinesCheckSchedulePOSTCall(Map... method taskReindexroutinesCheckSchedulePOSTWithHttpInfo (line 1382) | public ApiResponse taskReindexroutinesCheckSchedulePOSTWithHtt... method taskReindexroutinesCheckSchedulePOSTAsync (line 1401) | public okhttp3.Call taskReindexroutinesCheckSchedulePOSTAsync(Map taskTaskLogGET(String taskId, Integer rec... method taskTaskLogGETWithHttpInfo (line 1526) | public ApiResponse> taskTaskLogGETWithHttpInfo(S... method taskTaskLogGETAsync (line 1547) | public okhttp3.Call taskTaskLogGETAsync(String taskId, Integer records... method taskTaskStatusGETCall (line 1567) | public okhttp3.Call taskTaskStatusGETCall(String taskId, final ApiCall... method taskTaskStatusGETValidateBeforeCall (line 1616) | @SuppressWarnings("rawtypes") method taskTaskStatusGET (line 1638) | public Map taskTaskStatusGET(String taskId) throws Api... method taskTaskStatusGETWithHttpInfo (line 1656) | public ApiResponse> taskTaskStatusGETWithHttpInfo(... method taskTaskStatusGETAsync (line 1676) | public okhttp3.Call taskTaskStatusGETAsync(String taskId, final ApiCal... method taskTasksGETCall (line 1695) | public okhttp3.Call taskTasksGETCall(Map jqFilters, fi... method taskTasksGETValidateBeforeCall (line 1744) | @SuppressWarnings("rawtypes") method taskTasksGET (line 1765) | public List taskTasksGET(Map jqFilters) throws A... method taskTasksGETWithHttpInfo (line 1782) | public ApiResponse> taskTasksGETWithHttpInfo(Map jqFilters, f... method taskTasksIdGETCall (line 1821) | public okhttp3.Call taskTasksIdGETCall(String id, Map ... method taskTasksIdGETValidateBeforeCall (line 1871) | @SuppressWarnings("rawtypes") method taskTasksIdGET (line 1898) | public Task taskTasksIdGET(String id, Map jqFilters) t... method taskTasksIdGETWithHttpInfo (line 1916) | public ApiResponse taskTasksIdGETWithHttpInfo(String id, Map... method taskTasksProjectProjectIdActiveTasksGETCall (line 1956) | public okhttp3.Call taskTasksProjectProjectIdActiveTasksGETCall(String... method taskTasksProjectProjectIdActiveTasksGETValidateBeforeCall (line 2006) | @SuppressWarnings("rawtypes") method taskTasksProjectProjectIdActiveTasksGET (line 2033) | public List taskTasksProjectProjectIdActiveTasksGE... method taskTasksProjectProjectIdActiveTasksGETWithHttpInfo (line 2051) | public ApiResponse> taskTasksProjectProjectId... method taskTasksProjectProjectIdActiveTasksGETAsync (line 2071) | public okhttp3.Call taskTasksProjectProjectIdActiveTasksGETAsync(Strin... method taskTasksProjectProjectIdTasksGETCall (line 2091) | public okhttp3.Call taskTasksProjectProjectIdTasksGETCall(String proje... method taskTasksProjectProjectIdTasksGETValidateBeforeCall (line 2141) | @SuppressWarnings("rawtypes") method taskTasksProjectProjectIdTasksGET (line 2168) | public List taskTasksProjectProjectIdTasksGET(String pro... method taskTasksProjectProjectIdTasksGETWithHttpInfo (line 2186) | public ApiResponse> taskTasksProjectProjectIdTasksG... method taskTasksProjectProjectIdTasksGETAsync (line 2206) | public okhttp3.Call taskTasksProjectProjectIdTasksGETAsync(String proj... method taskUpdateElasticIndexGETCall (line 2224) | public okhttp3.Call taskUpdateElasticIndexGETCall(final ApiCallback _c... method taskUpdateElasticIndexGETValidateBeforeCall (line 2269) | @SuppressWarnings("rawtypes") method taskUpdateElasticIndexGET (line 2289) | public Map taskUpdateElasticIndexGET() throws ApiExcep... method taskUpdateElasticIndexGETWithHttpInfo (line 2305) | public ApiResponse> taskUpdateElasticIndexGETWithH... method taskUpdateElasticIndexGETAsync (line 2323) | public okhttp3.Call taskUpdateElasticIndexGETAsync(final ApiCallback... method taskUpdateElasticIndexPOSTValidateBeforeCall (line 2387) | @SuppressWarnings("rawtypes") method taskUpdateElasticIndexPOST (line 2408) | public Map taskUpdateElasticIndexPOST(Map> taskUpdateElasticIndexPOSTWith... method taskUpdateElasticIndexPOSTAsync (line 2444) | public okhttp3.Call taskUpdateElasticIndexPOSTAsync(Map tusUploadSessionUploadSessionIdUploadPOSTWith... method tusUploadSessionUploadSessionIdUploadPOSTAsync (line 436) | public okhttp3.Call tusUploadSessionUploadSessionIdUploadPOSTAsync(Str... FILE: sdk/java/sdk/src/main/java/org/openapitools/client/api/UsersApi.java class UsersApi (line 47) | public class UsersApi { method UsersApi (line 52) | public UsersApi() { method UsersApi (line 56) | public UsersApi(ApiClient apiClient) { method getApiClient (line 60) | public ApiClient getApiClient() { method setApiClient (line 64) | public void setApiClient(ApiClient apiClient) { method getHostIndex (line 68) | public int getHostIndex() { method setHostIndex (line 72) | public void setHostIndex(int hostIndex) { method getCustomBaseUrl (line 76) | public String getCustomBaseUrl() { method setCustomBaseUrl (line 80) | public void setCustomBaseUrl(String customBaseUrl) { method usersClientIdsGETCall (line 95) | public okhttp3.Call usersClientIdsGETCall(final ApiCallback _callback)... method usersClientIdsGETValidateBeforeCall (line 140) | @SuppressWarnings("rawtypes") method usersClientIdsGET (line 160) | public List usersClientIdsGET() throws ApiException { method usersClientIdsGETWithHttpInfo (line 176) | public ApiResponse> usersClientIdsGETWithHttpIn... method usersClientIdsGETAsync (line 194) | public okhttp3.Call usersClientIdsGETAsync(final ApiCallback usersElevatePOSTWithHttpInfo(AccessTok... method usersElevatePOSTAsync (line 315) | public okhttp3.Call usersElevatePOSTAsync(AccessTokenSchema accessToke... method usersGooglePOSTCall (line 334) | public okhttp3.Call usersGooglePOSTCall(Code code, final ApiCallback _... method usersGooglePOSTValidateBeforeCall (line 379) | @SuppressWarnings("rawtypes") method usersGooglePOST (line 400) | public SocialLogin usersGooglePOST(Code code) throws ApiException { method usersGooglePOSTWithHttpInfo (line 417) | public ApiResponse usersGooglePOSTWithHttpInfo(Code code)... method usersGooglePOSTAsync (line 436) | public okhttp3.Call usersGooglePOSTAsync(Code code, final ApiCallback<... method usersOffice365POSTCall (line 455) | public okhttp3.Call usersOffice365POSTCall(Code code, final ApiCallbac... method usersOffice365POSTValidateBeforeCall (line 500) | @SuppressWarnings("rawtypes") method usersOffice365POST (line 521) | public SocialLogin usersOffice365POST(Code code) throws ApiException { method usersOffice365POSTWithHttpInfo (line 538) | public ApiResponse usersOffice365POSTWithHttpInfo(Code co... method usersOffice365POSTAsync (line 557) | public okhttp3.Call usersOffice365POSTAsync(Code code, final ApiCallba... method usersOktaPOSTCall (line 576) | public okhttp3.Call usersOktaPOSTCall(Code code, final ApiCallback _ca... method usersOktaPOSTValidateBeforeCall (line 621) | @SuppressWarnings("rawtypes") method usersOktaPOST (line 642) | public SocialLogin usersOktaPOST(Code code) throws ApiException { method usersOktaPOSTWithHttpInfo (line 659) | public ApiResponse usersOktaPOSTWithHttpInfo(Code code) t... method usersOktaPOSTAsync (line 678) | public okhttp3.Call usersOktaPOSTAsync(Code code, final ApiCallback usersUsersFormFieldsGET() throws ApiExcepti... method usersUsersFormFieldsGETWithHttpInfo (line 777) | public ApiResponse> usersUsersFormFieldsGETWithHtt... method usersUsersFormFieldsGETAsync (line 795) | public okhttp3.Call usersUsersFormFieldsGETAsync(final ApiCallback jqFilters, f... method usersUsersGETValidateBeforeCall (line 863) | @SuppressWarnings("rawtypes") method usersUsersGET (line 884) | public List usersUsersGET(Map jqFilters) throws ... method usersUsersGETWithHttpInfo (line 901) | public ApiResponse> usersUsersGETWithHttpInfo(Map jqFilters, ... method usersUsersIdFormFieldsGETCall (line 939) | public okhttp3.Call usersUsersIdFormFieldsGETCall(String id, final Api... method usersUsersIdFormFieldsGETValidateBeforeCall (line 985) | @SuppressWarnings("rawtypes") method usersUsersIdFormFieldsGET (line 1011) | public Map usersUsersIdFormFieldsGET(String id) throws... method usersUsersIdFormFieldsGETWithHttpInfo (line 1028) | public ApiResponse> usersUsersIdFormFieldsGETWithH... method usersUsersIdFormFieldsGETAsync (line 1047) | public okhttp3.Call usersUsersIdFormFieldsGETAsync(String id, final Ap... method usersUsersIdGETCall (line 1067) | public okhttp3.Call usersUsersIdGETCall(String id, Map... method usersUsersIdGETValidateBeforeCall (line 1117) | @SuppressWarnings("rawtypes") method usersUsersIdGET (line 1144) | public User usersUsersIdGET(String id, Map jqFilters) ... method usersUsersIdGETWithHttpInfo (line 1162) | public ApiResponse usersUsersIdGETWithHttpInfo(String id, Map usersUsersIdPATCHWithHttpInfo(String i... method usersUsersIdPATCHAsync (line 1313) | public okhttp3.Call usersUsersIdPATCHAsync(String id, UserProfile user... method usersUsersIdPUTCall (line 1333) | public okhttp3.Call usersUsersIdPUTCall(String id, UserProfile userPro... method usersUsersIdPUTValidateBeforeCall (line 1379) | @SuppressWarnings("rawtypes") method usersUsersIdPUT (line 1406) | public UserProfile usersUsersIdPUT(String id, UserProfile userProfile)... method usersUsersIdPUTWithHttpInfo (line 1424) | public ApiResponse usersUsersIdPUTWithHttpInfo(String id,... method usersUsersIdPUTAsync (line 1444) | public okhttp3.Call usersUsersIdPUTAsync(String id, UserProfile userPr... method usersUsersPOSTCall (line 1463) | public okhttp3.Call usersUsersPOSTCall(UserProfile userProfile, final ... method usersUsersPOSTValidateBeforeCall (line 1508) | @SuppressWarnings("rawtypes") method usersUsersPOST (line 1529) | public UserProfile usersUsersPOST(UserProfile userProfile) throws ApiE... method usersUsersPOSTWithHttpInfo (line 1546) | public ApiResponse usersUsersPOSTWithHttpInfo(UserProfile... method usersUsersPOSTAsync (line 1565) | public okhttp3.Call usersUsersPOSTAsync(UserProfile userProfile, final... method usersUsersUserStatsGETCall (line 1583) | public okhttp3.Call usersUsersUserStatsGETCall(final ApiCallback _call... method usersUsersUserStatsGETValidateBeforeCall (line 1628) | @SuppressWarnings("rawtypes") method usersUsersUserStatsGET (line 1648) | public List usersUsersUserStatsGET() throws ApiException { method usersUsersUserStatsGETWithHttpInfo (line 1664) | public ApiResponse> usersUsersUserStatsGETWithHttpInfo... method usersUsersUserStatsGETAsync (line 1682) | public okhttp3.Call usersUsersUserStatsGETAsync(final ApiCallback usersVerifyTokenPOSTWithHt... method usersVerifyTokenPOSTAsync (line 1807) | public okhttp3.Call usersVerifyTokenPOSTAsync(VerifyAuthTokenRequest v... FILE: sdk/java/sdk/src/main/java/org/openapitools/client/api/V1Api.java class V1Api (line 207) | public class V1Api { method V1Api (line 212) | public V1Api() { method V1Api (line 216) | public V1Api(ApiClient apiClient) { method getApiClient (line 220) | public ApiClient getApiClient() { method setApiClient (line 224) | public void setApiClient(ApiClient apiClient) { method getHostIndex (line 228) | public int getHostIndex() { method setHostIndex (line 232) | public void setHostIndex(int hostIndex) { method getCustomBaseUrl (line 236) | public String getCustomBaseUrl() { method setCustomBaseUrl (line 240) | public void setCustomBaseUrl(String customBaseUrl) { method analyzeDocumentClusterGETCall (line 256) | public okhttp3.Call analyzeDocumentClusterGETCall(Map ... method analyzeDocumentClusterGETValidateBeforeCall (line 305) | @SuppressWarnings("rawtypes") method analyzeDocumentClusterGET (line 326) | public List analyzeDocumentClusterGET(Map> analyzeDocumentClusterGETWit... method analyzeDocumentClusterGETAsync (line 362) | public okhttp3.Call analyzeDocumentClusterGETAsync(Map... method analyzeDocumentClusterIdGETCall (line 382) | public okhttp3.Call analyzeDocumentClusterIdGETCall(String id, Map analyzeDocumentClusterIdGETWithHtt... method analyzeDocumentClusterIdGETAsync (line 497) | public okhttp3.Call analyzeDocumentClusterIdGETAsync(String id, Map analyzeDocumentClusterIdPATC... method analyzeDocumentClusterIdPATCHAsync (line 628) | public okhttp3.Call analyzeDocumentClusterIdPATCHAsync(String id, Docu... method analyzeDocumentClusterIdPUTCall (line 648) | public okhttp3.Call analyzeDocumentClusterIdPUTCall(String id, Documen... method analyzeDocumentClusterIdPUTValidateBeforeCall (line 694) | @SuppressWarnings("rawtypes") method analyzeDocumentClusterIdPUT (line 721) | public DocumentClusterUpdate analyzeDocumentClusterIdPUT(String id, Do... method analyzeDocumentClusterIdPUTWithHttpInfo (line 739) | public ApiResponse analyzeDocumentClusterIdPUTW... method analyzeDocumentClusterIdPUTAsync (line 759) | public okhttp3.Call analyzeDocumentClusterIdPUTAsync(String id, Docume... method analyzeDocumentSimilarityListGETCall (line 778) | public okhttp3.Call analyzeDocumentSimilarityListGETCall(Map analyzeDocumentSimilarityListGET(Map> analyzeDocumentSimilarity... method analyzeDocumentSimilarityListGETAsync (line 884) | public okhttp3.Call analyzeDocumentSimilarityListGETAsync(Map analyzeDocumentTransformerListGET(Map> analyzeDocumentTransformerListGE... method analyzeDocumentTransformerListGETAsync (line 1009) | public okhttp3.Call analyzeDocumentTransformerListGETAsync(Map jqFi... method analyzeMlModelListGETValidateBeforeCall (line 1077) | @SuppressWarnings("rawtypes") method analyzeMlModelListGET (line 1098) | public List analyzeMlModelListGET(Map jqFilte... method analyzeMlModelListGETWithHttpInfo (line 1115) | public ApiResponse> analyzeMlModelListGETWithHttpInfo(Ma... method analyzeMlModelListGETAsync (line 1134) | public okhttp3.Call analyzeMlModelListGETAsync(Map jqF... method analyzePartySimilarityListGETCall (line 1153) | public okhttp3.Call analyzePartySimilarityListGETCall(Map analyzePartySimilarityListGET(Map> analyzePartySimilarityListGE... method analyzePartySimilarityListGETAsync (line 1259) | public okhttp3.Call analyzePartySimilarityListGETAsync(Map analyzeProjectDo... method analyzeProjectDocumentSimilarityListGETAsync (line 1408) | public okhttp3.Call analyzeProjectDocumentSimilarityListGETAsync(Integ... method analyzeProjectTextUnitSimilarityListGETCall (line 1435) | public okhttp3.Call analyzeProjectTextUnitSimilarityListGETCall(Map analyzeProjectTextUnitSimilarit... method analyzeProjectTextUnitSimilarityListGETWithHttpInfo (line 1570) | public ApiResponse> analyzeProjectText... method analyzeProjectTextUnitSimilarityListGETAsync (line 1597) | public okhttp3.Call analyzeProjectTextUnitSimilarityListGETAsync(Map analyzeProjectTextUnitSi... method analyzeProjectTextUnitSimilarityListPOSTAsync (line 1718) | public okhttp3.Call analyzeProjectTextUnitSimilarityListPOSTAsync(Simi... method analyzeSimilarityRunsGETCall (line 1739) | public okhttp3.Call analyzeSimilarityRunsGETCall(String unitSource, In... method analyzeSimilarityRunsGETValidateBeforeCall (line 1796) | @SuppressWarnings("rawtypes") method analyzeSimilarityRunsGET (line 1819) | public List analyzeSimilarityRunsGET(String unitSource,... method analyzeSimilarityRunsGETWithHttpInfo (line 1838) | public ApiResponse> analyzeSimilarityRunsGETWithHt... method analyzeSimilarityRunsGETAsync (line 1859) | public okhttp3.Call analyzeSimilarityRunsGETAsync(String unitSource, I... method analyzeSimilarityRunsIdDELETECall (line 1880) | public okhttp3.Call analyzeSimilarityRunsIdDELETECall(String id, Strin... method analyzeSimilarityRunsIdDELETEValidateBeforeCall (line 1934) | @SuppressWarnings("rawtypes") method analyzeSimilarityRunsIdDELETE (line 1961) | public void analyzeSimilarityRunsIdDELETE(String id, String unitSource... method analyzeSimilarityRunsIdDELETEWithHttpInfo (line 1979) | public ApiResponse analyzeSimilarityRunsIdDELETEWithHttpInfo(Str... method analyzeSimilarityRunsIdDELETEAsync (line 1999) | public okhttp3.Call analyzeSimilarityRunsIdDELETEAsync(String id, Stri... method analyzeSimilarityRunsIdGETCall (line 2020) | public okhttp3.Call analyzeSimilarityRunsIdGETCall(String id, String u... method analyzeSimilarityRunsIdGETValidateBeforeCall (line 2078) | @SuppressWarnings("rawtypes") method analyzeSimilarityRunsIdGET (line 2107) | public SimilarityRun analyzeSimilarityRunsIdGET(String id, String unit... method analyzeSimilarityRunsIdGETWithHttpInfo (line 2127) | public ApiResponse analyzeSimilarityRunsIdGETWithHttpIn... method analyzeSimilarityRunsIdGETAsync (line 2149) | public okhttp3.Call analyzeSimilarityRunsIdGETAsync(String id, String ... method analyzeTextUnitClassificationsGETCall (line 2168) | public okhttp3.Call analyzeTextUnitClassificationsGETCall(Map analyzeTextUnitClassificationsGET(... method analyzeTextUnitClassificationsGETWithHttpInfo (line 2255) | public ApiResponse> analyzeTextUnitClassi... method analyzeTextUnitClassificationsGETAsync (line 2274) | public okhttp3.Call analyzeTextUnitClassificationsGETAsync(Map analyzeTextUnitClassificationsIdDELETEWithHtt... method analyzeTextUnitClassificationsIdDELETEAsync (line 2398) | public okhttp3.Call analyzeTextUnitClassificationsIdDELETEAsync(String... method analyzeTextUnitClassificationsIdGETCall (line 2417) | public okhttp3.Call analyzeTextUnitClassificationsIdGETCall(String id,... method analyzeTextUnitClassificationsIdGETValidateBeforeCall (line 2467) | @SuppressWarnings("rawtypes") method analyzeTextUnitClassificationsIdGET (line 2494) | public TextUnitClassification analyzeTextUnitClassificationsIdGET(Stri... method analyzeTextUnitClassificationsIdGETWithHttpInfo (line 2512) | public ApiResponse analyzeTextUnitClassificati... method analyzeTextUnitClassificationsIdGETAsync (line 2532) | public okhttp3.Call analyzeTextUnitClassificationsIdGETAsync(String id... method analyzeTextUnitClassificationsPOSTCall (line 2551) | public okhttp3.Call analyzeTextUnitClassificationsPOSTCall(TextUnitCla... method analyzeTextUnitClassificationsPOSTValidateBeforeCall (line 2596) | @SuppressWarnings("rawtypes") method analyzeTextUnitClassificationsPOST (line 2617) | public TextUnitClassificationCreate analyzeTextUnitClassificationsPOST... method analyzeTextUnitClassificationsPOSTWithHttpInfo (line 2634) | public ApiResponse analyzeTextUnitClassi... method analyzeTextUnitClassificationsPOSTAsync (line 2653) | public okhttp3.Call analyzeTextUnitClassificationsPOSTAsync(TextUnitCl... method analyzeTextUnitClassifierSuggestionsGETCall (line 2672) | public okhttp3.Call analyzeTextUnitClassifierSuggestionsGETCall(Map analyzeTextUnitClassifierSug... method analyzeTextUnitClassifierSuggestionsGETWithHttpInfo (line 2759) | public ApiResponse> analyzeTextUnit... method analyzeTextUnitClassifierSuggestionsGETAsync (line 2778) | public okhttp3.Call analyzeTextUnitClassifierSuggestionsGETAsync(Map analyzeTextUnitClassifierSuggestionsIdDELETEW... method analyzeTextUnitClassifierSuggestionsIdDELETEAsync (line 2902) | public okhttp3.Call analyzeTextUnitClassifierSuggestionsIdDELETEAsync(... method analyzeTextUnitClassifierSuggestionsIdGETCall (line 2921) | public okhttp3.Call analyzeTextUnitClassifierSuggestionsIdGETCall(Stri... method analyzeTextUnitClassifierSuggestionsIdGETValidateBeforeCall (line 2971) | @SuppressWarnings("rawtypes") method analyzeTextUnitClassifierSuggestionsIdGET (line 2998) | public TextUnitClassifierSuggestion analyzeTextUnitClassifierSuggestio... method analyzeTextUnitClassifierSuggestionsIdGETWithHttpInfo (line 3016) | public ApiResponse analyzeTextUnitClassi... method analyzeTextUnitClassifierSuggestionsIdGETAsync (line 3036) | public okhttp3.Call analyzeTextUnitClassifierSuggestionsIdGETAsync(Str... method analyzeTextUnitClassifiersGETCall (line 3055) | public okhttp3.Call analyzeTextUnitClassifiersGETCall(Map analyzeTextUnitClassifiersGET(Map> analyzeTextUnitClassifier... method analyzeTextUnitClassifiersGETAsync (line 3161) | public okhttp3.Call analyzeTextUnitClassifiersGETAsync(Map analyzeTextUnitClassifiersIdDELETEWithHttpInf... method analyzeTextUnitClassifiersIdDELETEAsync (line 3285) | public okhttp3.Call analyzeTextUnitClassifiersIdDELETEAsync(String id,... method analyzeTextUnitClassifiersIdGETCall (line 3304) | public okhttp3.Call analyzeTextUnitClassifiersIdGETCall(String id, Map... method analyzeTextUnitClassifiersIdGETValidateBeforeCall (line 3354) | @SuppressWarnings("rawtypes") method analyzeTextUnitClassifiersIdGET (line 3381) | public TextUnitClassifier analyzeTextUnitClassifiersIdGET(String id, M... method analyzeTextUnitClassifiersIdGETWithHttpInfo (line 3399) | public ApiResponse analyzeTextUnitClassifiersIdGET... method analyzeTextUnitClassifiersIdGETAsync (line 3419) | public okhttp3.Call analyzeTextUnitClassifiersIdGETAsync(String id, Ma... method analyzeTextUnitClusterListGETCall (line 3438) | public okhttp3.Call analyzeTextUnitClusterListGETCall(Map analyzeTextUnitClusterListGET(Map> analyzeTextUnitClusterListGE... method analyzeTextUnitClusterListGETAsync (line 3544) | public okhttp3.Call analyzeTextUnitClusterListGETAsync(Map analyzeTextUnitSimilarityListGET(Map> analyzeTextUnitSimilarity... method analyzeTextUnitSimilarityListGETAsync (line 3669) | public okhttp3.Call analyzeTextUnitSimilarityListGETAsync(Map analyzeTextUnitTransformerListGET(Map> analyzeTextUnitTransformerListGE... method analyzeTextUnitTransformerListGETAsync (line 3794) | public okhttp3.Call analyzeTextUnitTransformerListGETAsync(Map analyzeTypeaheadTextUnitClassificationFi... method analyzeTypeaheadTextUnitClassificationFieldNameGETAsync (line 3934) | public okhttp3.Call analyzeTypeaheadTextUnitClassificationFieldNameGET... method commonActionsGETCall (line 3956) | public okhttp3.Call commonActionsGETCall(Integer projectId, Integer do... method commonActionsGETValidateBeforeCall (line 4017) | @SuppressWarnings("rawtypes") method commonActionsGET (line 4041) | public List commonActionsGET(Integer projectId, Integer docume... method commonActionsGETWithHttpInfo (line 4061) | public ApiResponse> commonActionsGETWithHttpInfo(Integer ... method commonActionsGETAsync (line 4083) | public okhttp3.Call commonActionsGETAsync(Integer projectId, Integer d... method commonActionsIdGETCall (line 4106) | public okhttp3.Call commonActionsIdGETCall(String id, Integer projectI... method commonActionsIdGETValidateBeforeCall (line 4168) | @SuppressWarnings("rawtypes") method commonActionsIdGET (line 4198) | public Action commonActionsIdGET(String id, Integer projectId, Integer... method commonActionsIdGETWithHttpInfo (line 4219) | public ApiResponse commonActionsIdGETWithHttpInfo(String id, I... method commonActionsIdGETAsync (line 4242) | public okhttp3.Call commonActionsIdGETAsync(String id, Integer project... method commonAppVariablesGETCall (line 4261) | public okhttp3.Call commonAppVariablesGETCall(String name, final ApiCa... method commonAppVariablesGETValidateBeforeCall (line 4310) | @SuppressWarnings("rawtypes") method commonAppVariablesGET (line 4331) | public Map commonAppVariablesGET(String name) throws A... method commonAppVariablesGETWithHttpInfo (line 4348) | public ApiResponse> commonAppVariablesGETWithHttpI... method commonAppVariablesGETAsync (line 4367) | public okhttp3.Call commonAppVariablesGETAsync(String name, final ApiC... method commonAppVariablesListGETCall (line 4386) | public okhttp3.Call commonAppVariablesListGETCall(Map ... method commonAppVariablesListGETValidateBeforeCall (line 4435) | @SuppressWarnings("rawtypes") method commonAppVariablesListGET (line 4456) | public List commonAppVariablesListGET(Map jqFi... method commonAppVariablesListGETWithHttpInfo (line 4473) | public ApiResponse> commonAppVariablesListGETWithHttpInfo... method commonAppVariablesListGETAsync (line 4492) | public okhttp3.Call commonAppVariablesListGETAsync(Map... method commonAppVariablesProjectProjectIdGETCall (line 4511) | public okhttp3.Call commonAppVariablesProjectProjectIdGETCall(String p... method commonAppVariablesProjectProjectIdGETValidateBeforeCall (line 4557) | @SuppressWarnings("rawtypes") method commonAppVariablesProjectProjectIdGET (line 4583) | public List commonAppVariablesProjectProjectIdGET(Strin... method commonAppVariablesProjectProjectIdGETWithHttpInfo (line 4600) | public ApiResponse> commonAppVariablesProjectProje... method commonAppVariablesProjectProjectIdGETAsync (line 4619) | public okhttp3.Call commonAppVariablesProjectProjectIdGETAsync(String ... method commonAppVariablesProjectProjectIdPUTCall (line 4639) | public okhttp3.Call commonAppVariablesProjectProjectIdPUTCall(String p... method commonAppVariablesProjectProjectIdPUTValidateBeforeCall (line 4685) | @SuppressWarnings("rawtypes") method commonAppVariablesProjectProjectIdPUT (line 4712) | public String commonAppVariablesProjectProjectIdPUT(String projectId, ... method commonAppVariablesProjectProjectIdPUTWithHttpInfo (line 4730) | public ApiResponse commonAppVariablesProjectProjectIdPUTWithHt... method commonAppVariablesProjectProjectIdPUTAsync (line 4750) | public okhttp3.Call commonAppVariablesProjectProjectIdPUTAsync(String ... method commonLogoGETCall (line 4769) | public okhttp3.Call commonLogoGETCall(String action, final ApiCallback... method commonLogoGETValidateBeforeCall (line 4818) | @SuppressWarnings("rawtypes") method commonLogoGET (line 4839) | public Map commonLogoGET(String action) throws ApiExce... method commonLogoGETWithHttpInfo (line 4856) | public ApiResponse> commonLogoGETWithHttpInfo(Stri... method commonLogoGETAsync (line 4875) | public okhttp3.Call commonLogoGETAsync(String action, final ApiCallbac... method commonMediaPathGETCall (line 4895) | public okhttp3.Call commonMediaPathGETCall(String path, String action,... method commonMediaPathGETValidateBeforeCall (line 4945) | @SuppressWarnings("rawtypes") method commonMediaPathGET (line 4972) | public Map commonMediaPathGET(String path, String acti... method commonMediaPathGETWithHttpInfo (line 4990) | public ApiResponse> commonMediaPathGETWithHttpInfo... method commonMediaPathGETAsync (line 5010) | public okhttp3.Call commonMediaPathGETAsync(String path, String action... method commonMenuGroupsFormFieldsGETCall (line 5028) | public okhttp3.Call commonMenuGroupsFormFieldsGETCall(final ApiCallbac... method commonMenuGroupsFormFieldsGETValidateBeforeCall (line 5073) | @SuppressWarnings("rawtypes") method commonMenuGroupsFormFieldsGET (line 5093) | public Map commonMenuGroupsFormFieldsGET() throws ApiE... method commonMenuGroupsFormFieldsGETWithHttpInfo (line 5109) | public ApiResponse> commonMenuGroupsFormFieldsGETW... method commonMenuGroupsFormFieldsGETAsync (line 5127) | public okhttp3.Call commonMenuGroupsFormFieldsGETAsync(final ApiCallba... method commonMenuGroupsGETCall (line 5145) | public okhttp3.Call commonMenuGroupsGETCall(final ApiCallback _callbac... method commonMenuGroupsGETValidateBeforeCall (line 5190) | @SuppressWarnings("rawtypes") method commonMenuGroupsGET (line 5210) | public List commonMenuGroupsGET() throws ApiException { method commonMenuGroupsGETWithHttpInfo (line 5226) | public ApiResponse> commonMenuGroupsGETWithHttpInfo() ... method commonMenuGroupsGETAsync (line 5244) | public okhttp3.Call commonMenuGroupsGETAsync(final ApiCallback commonMenuGroupsIdDELETEWithHttpInfo(String i... method commonMenuGroupsIdDELETEAsync (line 5368) | public okhttp3.Call commonMenuGroupsIdDELETEAsync(String id, final Api... method commonMenuGroupsIdFormFieldsGETCall (line 5386) | public okhttp3.Call commonMenuGroupsIdFormFieldsGETCall(String id, fin... method commonMenuGroupsIdFormFieldsGETValidateBeforeCall (line 5432) | @SuppressWarnings("rawtypes") method commonMenuGroupsIdFormFieldsGET (line 5458) | public Map commonMenuGroupsIdFormFieldsGET(String id) ... method commonMenuGroupsIdFormFieldsGETWithHttpInfo (line 5475) | public ApiResponse> commonMenuGroupsIdFormFieldsGE... method commonMenuGroupsIdFormFieldsGETAsync (line 5494) | public okhttp3.Call commonMenuGroupsIdFormFieldsGETAsync(String id, fi... method commonMenuGroupsIdGETCall (line 5513) | public okhttp3.Call commonMenuGroupsIdGETCall(String id, final ApiCall... method commonMenuGroupsIdGETValidateBeforeCall (line 5559) | @SuppressWarnings("rawtypes") method commonMenuGroupsIdGET (line 5585) | public MenuGroup commonMenuGroupsIdGET(String id) throws ApiException { method commonMenuGroupsIdGETWithHttpInfo (line 5602) | public ApiResponse commonMenuGroupsIdGETWithHttpInfo(String... method commonMenuGroupsIdGETAsync (line 5621) | public okhttp3.Call commonMenuGroupsIdGETAsync(String id, final ApiCal... method commonMenuGroupsIdPATCHCall (line 5641) | public okhttp3.Call commonMenuGroupsIdPATCHCall(String id, MenuGroup m... method commonMenuGroupsIdPATCHValidateBeforeCall (line 5687) | @SuppressWarnings("rawtypes") method commonMenuGroupsIdPATCH (line 5714) | public MenuGroup commonMenuGroupsIdPATCH(String id, MenuGroup menuGrou... method commonMenuGroupsIdPATCHWithHttpInfo (line 5732) | public ApiResponse commonMenuGroupsIdPATCHWithHttpInfo(Stri... method commonMenuGroupsIdPATCHAsync (line 5752) | public okhttp3.Call commonMenuGroupsIdPATCHAsync(String id, MenuGroup ... method commonMenuGroupsIdPUTCall (line 5772) | public okhttp3.Call commonMenuGroupsIdPUTCall(String id, MenuGroup men... method commonMenuGroupsIdPUTValidateBeforeCall (line 5818) | @SuppressWarnings("rawtypes") method commonMenuGroupsIdPUT (line 5845) | public MenuGroup commonMenuGroupsIdPUT(String id, MenuGroup menuGroup)... method commonMenuGroupsIdPUTWithHttpInfo (line 5863) | public ApiResponse commonMenuGroupsIdPUTWithHttpInfo(String... method commonMenuGroupsIdPUTAsync (line 5883) | public okhttp3.Call commonMenuGroupsIdPUTAsync(String id, MenuGroup me... method commonMenuGroupsPOSTCall (line 5902) | public okhttp3.Call commonMenuGroupsPOSTCall(MenuGroup menuGroup, fina... method commonMenuGroupsPOSTValidateBeforeCall (line 5947) | @SuppressWarnings("rawtypes") method commonMenuGroupsPOST (line 5968) | public MenuGroup commonMenuGroupsPOST(MenuGroup menuGroup) throws ApiE... method commonMenuGroupsPOSTWithHttpInfo (line 5985) | public ApiResponse commonMenuGroupsPOSTWithHttpInfo(MenuGro... method commonMenuGroupsPOSTAsync (line 6004) | public okhttp3.Call commonMenuGroupsPOSTAsync(MenuGroup menuGroup, fin... method commonMenuItemsFormFieldsGETCall (line 6022) | public okhttp3.Call commonMenuItemsFormFieldsGETCall(final ApiCallback... method commonMenuItemsFormFieldsGETValidateBeforeCall (line 6067) | @SuppressWarnings("rawtypes") method commonMenuItemsFormFieldsGET (line 6087) | public Map commonMenuItemsFormFieldsGET() throws ApiEx... method commonMenuItemsFormFieldsGETWithHttpInfo (line 6103) | public ApiResponse> commonMenuItemsFormFieldsGETWi... method commonMenuItemsFormFieldsGETAsync (line 6121) | public okhttp3.Call commonMenuItemsFormFieldsGETAsync(final ApiCallbac... method commonMenuItemsGETCall (line 6139) | public okhttp3.Call commonMenuItemsGETCall(final ApiCallback _callback... method commonMenuItemsGETValidateBeforeCall (line 6184) | @SuppressWarnings("rawtypes") method commonMenuItemsGET (line 6204) | public List commonMenuItemsGET() throws ApiException { method commonMenuItemsGETWithHttpInfo (line 6220) | public ApiResponse> commonMenuItemsGETWithHttpInfo() th... method commonMenuItemsGETAsync (line 6238) | public okhttp3.Call commonMenuItemsGETAsync(final ApiCallback commonMenuItemsIdDELETEWithHttpInfo(String id... method commonMenuItemsIdDELETEAsync (line 6362) | public okhttp3.Call commonMenuItemsIdDELETEAsync(String id, final ApiC... method commonMenuItemsIdFormFieldsGETCall (line 6380) | public okhttp3.Call commonMenuItemsIdFormFieldsGETCall(String id, fina... method commonMenuItemsIdFormFieldsGETValidateBeforeCall (line 6426) | @SuppressWarnings("rawtypes") method commonMenuItemsIdFormFieldsGET (line 6452) | public Map commonMenuItemsIdFormFieldsGET(String id) t... method commonMenuItemsIdFormFieldsGETWithHttpInfo (line 6469) | public ApiResponse> commonMenuItemsIdFormFieldsGET... method commonMenuItemsIdFormFieldsGETAsync (line 6488) | public okhttp3.Call commonMenuItemsIdFormFieldsGETAsync(String id, fin... method commonMenuItemsIdGETCall (line 6507) | public okhttp3.Call commonMenuItemsIdGETCall(String id, final ApiCallb... method commonMenuItemsIdGETValidateBeforeCall (line 6553) | @SuppressWarnings("rawtypes") method commonMenuItemsIdGET (line 6579) | public MenuItem commonMenuItemsIdGET(String id) throws ApiException { method commonMenuItemsIdGETWithHttpInfo (line 6596) | public ApiResponse commonMenuItemsIdGETWithHttpInfo(String i... method commonMenuItemsIdGETAsync (line 6615) | public okhttp3.Call commonMenuItemsIdGETAsync(String id, final ApiCall... method commonMenuItemsIdPATCHCall (line 6635) | public okhttp3.Call commonMenuItemsIdPATCHCall(String id, MenuItem men... method commonMenuItemsIdPATCHValidateBeforeCall (line 6681) | @SuppressWarnings("rawtypes") method commonMenuItemsIdPATCH (line 6708) | public MenuItem commonMenuItemsIdPATCH(String id, MenuItem menuItem) t... method commonMenuItemsIdPATCHWithHttpInfo (line 6726) | public ApiResponse commonMenuItemsIdPATCHWithHttpInfo(String... method commonMenuItemsIdPATCHAsync (line 6746) | public okhttp3.Call commonMenuItemsIdPATCHAsync(String id, MenuItem me... method commonMenuItemsIdPUTCall (line 6766) | public okhttp3.Call commonMenuItemsIdPUTCall(String id, MenuItem menuI... method commonMenuItemsIdPUTValidateBeforeCall (line 6812) | @SuppressWarnings("rawtypes") method commonMenuItemsIdPUT (line 6839) | public MenuItem commonMenuItemsIdPUT(String id, MenuItem menuItem) thr... method commonMenuItemsIdPUTWithHttpInfo (line 6857) | public ApiResponse commonMenuItemsIdPUTWithHttpInfo(String i... method commonMenuItemsIdPUTAsync (line 6877) | public okhttp3.Call commonMenuItemsIdPUTAsync(String id, MenuItem menu... method commonMenuItemsPOSTCall (line 6896) | public okhttp3.Call commonMenuItemsPOSTCall(MenuItem menuItem, final A... method commonMenuItemsPOSTValidateBeforeCall (line 6941) | @SuppressWarnings("rawtypes") method commonMenuItemsPOST (line 6962) | public MenuItem commonMenuItemsPOST(MenuItem menuItem) throws ApiExcep... method commonMenuItemsPOSTWithHttpInfo (line 6979) | public ApiResponse commonMenuItemsPOSTWithHttpInfo(MenuItem ... method commonMenuItemsPOSTAsync (line 6998) | public okhttp3.Call commonMenuItemsPOSTAsync(MenuItem menuItem, final ... method commonReviewStatusGroupsGETCall (line 7017) | public okhttp3.Call commonReviewStatusGroupsGETCall(Map commonReviewStatusGroupsGET(Map> commonReviewStatusGroupsGE... method commonReviewStatusGroupsGETAsync (line 7123) | public okhttp3.Call commonReviewStatusGroupsGETAsync(Map commonReviewStatusGroupsIdDELETEWithHttpInfo(... method commonReviewStatusGroupsIdDELETEAsync (line 7247) | public okhttp3.Call commonReviewStatusGroupsIdDELETEAsync(String id, f... method commonReviewStatusGroupsIdGETCall (line 7266) | public okhttp3.Call commonReviewStatusGroupsIdGETCall(String id, Map commonReviewStatusGroupsIdGETWit... method commonReviewStatusGroupsIdGETAsync (line 7381) | public okhttp3.Call commonReviewStatusGroupsIdGETAsync(String id, Map<... method commonReviewStatusGroupsIdPATCHCall (line 7401) | public okhttp3.Call commonReviewStatusGroupsIdPATCHCall(String id, Rev... method commonReviewStatusGroupsIdPATCHValidateBeforeCall (line 7447) | @SuppressWarnings("rawtypes") method commonReviewStatusGroupsIdPATCH (line 7474) | public ReviewStatusGroup commonReviewStatusGroupsIdPATCH(String id, Re... method commonReviewStatusGroupsIdPATCHWithHttpInfo (line 7492) | public ApiResponse commonReviewStatusGroupsIdPATCHW... method commonReviewStatusGroupsIdPATCHAsync (line 7512) | public okhttp3.Call commonReviewStatusGroupsIdPATCHAsync(String id, Re... method commonReviewStatusGroupsIdPUTCall (line 7532) | public okhttp3.Call commonReviewStatusGroupsIdPUTCall(String id, Revie... method commonReviewStatusGroupsIdPUTValidateBeforeCall (line 7578) | @SuppressWarnings("rawtypes") method commonReviewStatusGroupsIdPUT (line 7605) | public ReviewStatusGroup commonReviewStatusGroupsIdPUT(String id, Revi... method commonReviewStatusGroupsIdPUTWithHttpInfo (line 7623) | public ApiResponse commonReviewStatusGroupsIdPUTWit... method commonReviewStatusGroupsIdPUTAsync (line 7643) | public okhttp3.Call commonReviewStatusGroupsIdPUTAsync(String id, Revi... method commonReviewStatusGroupsPOSTCall (line 7662) | public okhttp3.Call commonReviewStatusGroupsPOSTCall(ReviewStatusGroup... method commonReviewStatusGroupsPOSTValidateBeforeCall (line 7707) | @SuppressWarnings("rawtypes") method commonReviewStatusGroupsPOST (line 7728) | public ReviewStatusGroup commonReviewStatusGroupsPOST(ReviewStatusGrou... method commonReviewStatusGroupsPOSTWithHttpInfo (line 7745) | public ApiResponse commonReviewStatusGroupsPOSTWith... method commonReviewStatusGroupsPOSTAsync (line 7764) | public okhttp3.Call commonReviewStatusGroupsPOSTAsync(ReviewStatusGrou... method commonReviewStatusesGETCall (line 7783) | public okhttp3.Call commonReviewStatusesGETCall(Map jq... method commonReviewStatusesGETValidateBeforeCall (line 7832) | @SuppressWarnings("rawtypes") method commonReviewStatusesGET (line 7853) | public List commonReviewStatusesGET(Map> commonReviewStatusesGETWi... method commonReviewStatusesGETAsync (line 7889) | public okhttp3.Call commonReviewStatusesGETAsync(Map j... method commonReviewStatusesIdDELETECall (line 7908) | public okhttp3.Call commonReviewStatusesIdDELETECall(String id, final ... method commonReviewStatusesIdDELETEValidateBeforeCall (line 7954) | @SuppressWarnings("rawtypes") method commonReviewStatusesIdDELETE (line 7979) | public void commonReviewStatusesIdDELETE(String id) throws ApiException { method commonReviewStatusesIdDELETEWithHttpInfo (line 7995) | public ApiResponse commonReviewStatusesIdDELETEWithHttpInfo(Stri... method commonReviewStatusesIdDELETEAsync (line 8013) | public okhttp3.Call commonReviewStatusesIdDELETEAsync(String id, final... method commonReviewStatusesIdGETCall (line 8032) | public okhttp3.Call commonReviewStatusesIdGETCall(String id, Map commonReviewStatusesIdGETWithHt... method commonReviewStatusesIdGETAsync (line 8147) | public okhttp3.Call commonReviewStatusesIdGETAsync(String id, Map commonReviewStatusesIdPATCHWithHttpIn... method commonReviewStatusesIdPATCHAsync (line 8278) | public okhttp3.Call commonReviewStatusesIdPATCHAsync(String id, Review... method commonReviewStatusesIdPUTCall (line 8298) | public okhttp3.Call commonReviewStatusesIdPUTCall(String id, ReviewSta... method commonReviewStatusesIdPUTValidateBeforeCall (line 8344) | @SuppressWarnings("rawtypes") method commonReviewStatusesIdPUT (line 8371) | public ReviewStatus commonReviewStatusesIdPUT(String id, ReviewStatus ... method commonReviewStatusesIdPUTWithHttpInfo (line 8389) | public ApiResponse commonReviewStatusesIdPUTWithHttpInfo... method commonReviewStatusesIdPUTAsync (line 8409) | public okhttp3.Call commonReviewStatusesIdPUTAsync(String id, ReviewSt... method commonReviewStatusesPOSTCall (line 8428) | public okhttp3.Call commonReviewStatusesPOSTCall(ReviewStatus reviewSt... method commonReviewStatusesPOSTValidateBeforeCall (line 8473) | @SuppressWarnings("rawtypes") method commonReviewStatusesPOST (line 8494) | public ReviewStatus commonReviewStatusesPOST(ReviewStatus reviewStatus... method commonReviewStatusesPOSTWithHttpInfo (line 8511) | public ApiResponse commonReviewStatusesPOSTWithHttpInfo(... method commonReviewStatusesPOSTAsync (line 8530) | public okhttp3.Call commonReviewStatusesPOSTAsync(ReviewStatus reviewS... method documentAnnotationsAnnotatePUTCall (line 8549) | public okhttp3.Call documentAnnotationsAnnotatePUTCall(Annotation anno... method documentAnnotationsAnnotatePUTValidateBeforeCall (line 8594) | @SuppressWarnings("rawtypes") method documentAnnotationsAnnotatePUT (line 8615) | public AnnotationUpdateResponse documentAnnotationsAnnotatePUT(Annotat... method documentAnnotationsAnnotatePUTWithHttpInfo (line 8632) | public ApiResponse documentAnnotationsAnnota... method documentAnnotationsAnnotatePUTAsync (line 8651) | public okhttp3.Call documentAnnotationsAnnotatePUTAsync(Annotation ann... method documentAnnotationsBatchPUTCall (line 8670) | public okhttp3.Call documentAnnotationsBatchPUTCall(List documentAnnotationsBatchPUT(List<... method documentAnnotationsBatchPUTWithHttpInfo (line 8753) | public ApiResponse> documentAnnotationsB... method documentAnnotationsBatchPUTAsync (line 8772) | public okhttp3.Call documentAnnotationsBatchPUTAsync(List documentAnnotationsGET() throws ApiException { method documentAnnotationsGETWithHttpInfo (line 8871) | public ApiResponse> documentAnnotationsGETWithHttpInf... method documentAnnotationsGETAsync (line 8889) | public okhttp3.Call documentAnnotationsGETAsync(final ApiCallback documentAnnotationsIdDELETEWithHttpInfo(Strin... method documentAnnotationsIdDELETEAsync (line 9013) | public okhttp3.Call documentAnnotationsIdDELETEAsync(String id, final ... method documentAnnotationsIdGETCall (line 9031) | public okhttp3.Call documentAnnotationsIdGETCall(String id, final ApiC... method documentAnnotationsIdGETValidateBeforeCall (line 9077) | @SuppressWarnings("rawtypes") method documentAnnotationsIdGET (line 9103) | public Annotation documentAnnotationsIdGET(String id) throws ApiExcept... method documentAnnotationsIdGETWithHttpInfo (line 9120) | public ApiResponse documentAnnotationsIdGETWithHttpInfo(St... method documentAnnotationsIdGETAsync (line 9139) | public okhttp3.Call documentAnnotationsIdGETAsync(String id, final Api... method documentAnnotationsIdPUTCall (line 9159) | public okhttp3.Call documentAnnotationsIdPUTCall(String id, Annotation... method documentAnnotationsIdPUTValidateBeforeCall (line 9205) | @SuppressWarnings("rawtypes") method documentAnnotationsIdPUT (line 9232) | public Annotation documentAnnotationsIdPUT(String id, Annotation annot... method documentAnnotationsIdPUTWithHttpInfo (line 9250) | public ApiResponse documentAnnotationsIdPUTWithHttpInfo(St... method documentAnnotationsIdPUTAsync (line 9270) | public okhttp3.Call documentAnnotationsIdPUTAsync(String id, Annotatio... method documentAnnotationsPOSTCall (line 9289) | public okhttp3.Call documentAnnotationsPOSTCall(Annotation annotation,... method documentAnnotationsPOSTValidateBeforeCall (line 9334) | @SuppressWarnings("rawtypes") method documentAnnotationsPOST (line 9355) | public Annotation documentAnnotationsPOST(Annotation annotation) throw... method documentAnnotationsPOSTWithHttpInfo (line 9372) | public ApiResponse documentAnnotationsPOSTWithHttpInfo(Ann... method documentAnnotationsPOSTAsync (line 9391) | public okhttp3.Call documentAnnotationsPOSTAsync(Annotation annotation... method documentAnnotationsSuggestPOSTCall (line 9410) | public okhttp3.Call documentAnnotationsSuggestPOSTCall(AnnotationSugge... method documentAnnotationsSuggestPOSTValidateBeforeCall (line 9455) | @SuppressWarnings("rawtypes") method documentAnnotationsSuggestPOST (line 9476) | public Annotation documentAnnotationsSuggestPOST(AnnotationSuggestRequ... method documentAnnotationsSuggestPOSTWithHttpInfo (line 9493) | public ApiResponse documentAnnotationsSuggestPOSTWithHttpI... method documentAnnotationsSuggestPOSTAsync (line 9512) | public okhttp3.Call documentAnnotationsSuggestPOSTAsync(AnnotationSugg... method documentDocumentFieldAnnotationsForUserGETCall (line 9531) | public okhttp3.Call documentDocumentFieldAnnotationsForUserGETCall(Map... method documentDocumentFieldAnnotationsForUserGETValidateBeforeCall (line 9580) | @SuppressWarnings("rawtypes") method documentDocumentFieldAnnotationsForUserGET (line 9601) | public DocumentFieldAnnotation documentDocumentFieldAnnotationsForUser... method documentDocumentFieldAnnotationsForUserGETWithHttpInfo (line 9618) | public ApiResponse documentDocumentFieldAnnot... method documentDocumentFieldAnnotationsForUserGETAsync (line 9637) | public okhttp3.Call documentDocumentFieldAnnotationsForUserGETAsync(Ma... method documentDocumentFieldAnnotationsGETCall (line 9656) | public okhttp3.Call documentDocumentFieldAnnotationsGETCall(Map documentDocumentFieldAnnotationsG... method documentDocumentFieldAnnotationsGETWithHttpInfo (line 9743) | public ApiResponse> documentDocumentFiel... method documentDocumentFieldAnnotationsGETAsync (line 9762) | public okhttp3.Call documentDocumentFieldAnnotationsGETAsync(Map documentDocumentFieldAnnot... method documentDocumentFieldAnnotationsUidGETAsync (line 9897) | public okhttp3.Call documentDocumentFieldAnnotationsUidGETAsync(String... method documentDocumentFieldCategoriesFormFieldsGETCall (line 9915) | public okhttp3.Call documentDocumentFieldCategoriesFormFieldsGETCall(f... method documentDocumentFieldCategoriesFormFieldsGETValidateBeforeCall (line 9960) | @SuppressWarnings("rawtypes") method documentDocumentFieldCategoriesFormFieldsGET (line 9980) | public Map documentDocumentFieldCategoriesFormFieldsGE... method documentDocumentFieldCategoriesFormFieldsGETWithHttpInfo (line 9996) | public ApiResponse> documentDocumentFieldCategorie... method documentDocumentFieldCategoriesFormFieldsGETAsync (line 10014) | public okhttp3.Call documentDocumentFieldCategoriesFormFieldsGETAsync(... method documentDocumentFieldCategoriesGETCall (line 10033) | public okhttp3.Call documentDocumentFieldCategoriesGETCall(Map documentDocumentFieldCategories... method documentDocumentFieldCategoriesGETWithHttpInfo (line 10120) | public ApiResponse> documentDocumentFi... method documentDocumentFieldCategoriesGETAsync (line 10139) | public okhttp3.Call documentDocumentFieldCategoriesGETAsync(Map documentDocumentFieldCategoriesIdDELETEWithHt... method documentDocumentFieldCategoriesIdDELETEAsync (line 10263) | public okhttp3.Call documentDocumentFieldCategoriesIdDELETEAsync(Strin... method documentDocumentFieldCategoriesIdFormFieldsGETCall (line 10281) | public okhttp3.Call documentDocumentFieldCategoriesIdFormFieldsGETCall... method documentDocumentFieldCategoriesIdFormFieldsGETValidateBeforeCall (line 10327) | @SuppressWarnings("rawtypes") method documentDocumentFieldCategoriesIdFormFieldsGET (line 10353) | public Map documentDocumentFieldCategoriesIdFormFields... method documentDocumentFieldCategoriesIdFormFieldsGETWithHttpInfo (line 10370) | public ApiResponse> documentDocumentFieldCategorie... method documentDocumentFieldCategoriesIdFormFieldsGETAsync (line 10389) | public okhttp3.Call documentDocumentFieldCategoriesIdFormFieldsGETAsyn... method documentDocumentFieldCategoriesIdGETCall (line 10409) | public okhttp3.Call documentDocumentFieldCategoriesIdGETCall(String id... method documentDocumentFieldCategoriesIdGETValidateBeforeCall (line 10459) | @SuppressWarnings("rawtypes") method documentDocumentFieldCategoriesIdGET (line 10486) | public DocumentFieldCategoryList documentDocumentFieldCategoriesIdGET(... method documentDocumentFieldCategoriesIdGETWithHttpInfo (line 10504) | public ApiResponse documentDocumentFieldCat... method documentDocumentFieldCategoriesIdGETAsync (line 10524) | public okhttp3.Call documentDocumentFieldCategoriesIdGETAsync(String i... method documentDocumentFieldCategoriesIdPATCHCall (line 10544) | public okhttp3.Call documentDocumentFieldCategoriesIdPATCHCall(String ... method documentDocumentFieldCategoriesIdPATCHValidateBeforeCall (line 10590) | @SuppressWarnings("rawtypes") method documentDocumentFieldCategoriesIdPATCH (line 10617) | public DocumentFieldCategoryCreate documentDocumentFieldCategoriesIdPA... method documentDocumentFieldCategoriesIdPATCHWithHttpInfo (line 10635) | public ApiResponse documentDocumentFieldC... method documentDocumentFieldCategoriesIdPATCHAsync (line 10655) | public okhttp3.Call documentDocumentFieldCategoriesIdPATCHAsync(String... method documentDocumentFieldCategoriesIdPUTCall (line 10675) | public okhttp3.Call documentDocumentFieldCategoriesIdPUTCall(String id... method documentDocumentFieldCategoriesIdPUTValidateBeforeCall (line 10721) | @SuppressWarnings("rawtypes") method documentDocumentFieldCategoriesIdPUT (line 10748) | public DocumentFieldCategoryCreate documentDocumentFieldCategoriesIdPU... method documentDocumentFieldCategoriesIdPUTWithHttpInfo (line 10766) | public ApiResponse documentDocumentFieldC... method documentDocumentFieldCategoriesIdPUTAsync (line 10786) | public okhttp3.Call documentDocumentFieldCategoriesIdPUTAsync(String i... method documentDocumentFieldCategoriesPOSTCall (line 10805) | public okhttp3.Call documentDocumentFieldCategoriesPOSTCall(DocumentFi... method documentDocumentFieldCategoriesPOSTValidateBeforeCall (line 10850) | @SuppressWarnings("rawtypes") method documentDocumentFieldCategoriesPOST (line 10871) | public DocumentFieldCategoryCreate documentDocumentFieldCategoriesPOST... method documentDocumentFieldCategoriesPOSTWithHttpInfo (line 10888) | public ApiResponse documentDocumentFieldC... method documentDocumentFieldCategoriesPOSTAsync (line 10907) | public okhttp3.Call documentDocumentFieldCategoriesPOSTAsync(DocumentF... method documentDocumentFieldDetectorsFormFieldsGETCall (line 10925) | public okhttp3.Call documentDocumentFieldDetectorsFormFieldsGETCall(fi... method documentDocumentFieldDetectorsFormFieldsGETValidateBeforeCall (line 10970) | @SuppressWarnings("rawtypes") method documentDocumentFieldDetectorsFormFieldsGET (line 10990) | public Map documentDocumentFieldDetectorsFormFieldsGET... method documentDocumentFieldDetectorsFormFieldsGETWithHttpInfo (line 11006) | public ApiResponse> documentDocumentFieldDetectors... method documentDocumentFieldDetectorsFormFieldsGETAsync (line 11024) | public okhttp3.Call documentDocumentFieldDetectorsFormFieldsGETAsync(f... method documentDocumentFieldDetectorsGETCall (line 11043) | public okhttp3.Call documentDocumentFieldDetectorsGETCall(Map documentDocumentFieldDetector... method documentDocumentFieldDetectorsGETWithHttpInfo (line 11130) | public ApiResponse> documentDocument... method documentDocumentFieldDetectorsGETAsync (line 11149) | public okhttp3.Call documentDocumentFieldDetectorsGETAsync(Map documentDocumentFieldD... method documentDocumentFieldDetectorsPOSTAsync (line 11270) | public okhttp3.Call documentDocumentFieldDetectorsPOSTAsync(DocumentFi... method documentDocumentFieldDetectorsUidDELETECall (line 11289) | public okhttp3.Call documentDocumentFieldDetectorsUidDELETECall(String... method documentDocumentFieldDetectorsUidDELETEValidateBeforeCall (line 11335) | @SuppressWarnings("rawtypes") method documentDocumentFieldDetectorsUidDELETE (line 11360) | public void documentDocumentFieldDetectorsUidDELETE(String uid) throws... method documentDocumentFieldDetectorsUidDELETEWithHttpInfo (line 11376) | public ApiResponse documentDocumentFieldDetectorsUidDELETEWithHt... method documentDocumentFieldDetectorsUidDELETEAsync (line 11394) | public okhttp3.Call documentDocumentFieldDetectorsUidDELETEAsync(Strin... method documentDocumentFieldDetectorsUidFormFieldsGETCall (line 11412) | public okhttp3.Call documentDocumentFieldDetectorsUidFormFieldsGETCall... method documentDocumentFieldDetectorsUidFormFieldsGETValidateBeforeCall (line 11458) | @SuppressWarnings("rawtypes") method documentDocumentFieldDetectorsUidFormFieldsGET (line 11484) | public Map documentDocumentFieldDetectorsUidFormFields... method documentDocumentFieldDetectorsUidFormFieldsGETWithHttpInfo (line 11501) | public ApiResponse> documentDocumentFieldDetectors... method documentDocumentFieldDetectorsUidFormFieldsGETAsync (line 11520) | public okhttp3.Call documentDocumentFieldDetectorsUidFormFieldsGETAsyn... method documentDocumentFieldDetectorsUidGETCall (line 11540) | public okhttp3.Call documentDocumentFieldDetectorsUidGETCall(String ui... method documentDocumentFieldDetectorsUidGETValidateBeforeCall (line 11590) | @SuppressWarnings("rawtypes") method documentDocumentFieldDetectorsUidGET (line 11617) | public DocumentFieldDetectorDetail documentDocumentFieldDetectorsUidGE... method documentDocumentFieldDetectorsUidGETWithHttpInfo (line 11635) | public ApiResponse documentDocumentFieldD... method documentDocumentFieldDetectorsUidGETAsync (line 11655) | public okhttp3.Call documentDocumentFieldDetectorsUidGETAsync(String u... method documentDocumentFieldDetectorsUidPATCHCall (line 11675) | public okhttp3.Call documentDocumentFieldDetectorsUidPATCHCall(String ... method documentDocumentFieldDetectorsUidPATCHValidateBeforeCall (line 11721) | @SuppressWarnings("rawtypes") method documentDocumentFieldDetectorsUidPATCH (line 11748) | public DocumentFieldDetectorCreate documentDocumentFieldDetectorsUidPA... method documentDocumentFieldDetectorsUidPATCHWithHttpInfo (line 11766) | public ApiResponse documentDocumentFieldD... method documentDocumentFieldDetectorsUidPATCHAsync (line 11786) | public okhttp3.Call documentDocumentFieldDetectorsUidPATCHAsync(String... method documentDocumentFieldDetectorsUidPUTCall (line 11806) | public okhttp3.Call documentDocumentFieldDetectorsUidPUTCall(String ui... method documentDocumentFieldDetectorsUidPUTValidateBeforeCall (line 11852) | @SuppressWarnings("rawtypes") method documentDocumentFieldDetectorsUidPUT (line 11879) | public DocumentFieldDetectorCreate documentDocumentFieldDetectorsUidPU... method documentDocumentFieldDetectorsUidPUTWithHttpInfo (line 11897) | public ApiResponse documentDocumentFieldD... method documentDocumentFieldDetectorsUidPUTAsync (line 11917) | public okhttp3.Call documentDocumentFieldDetectorsUidPUTAsync(String u... method documentDocumentFieldValuesGETCall (line 11936) | public okhttp3.Call documentDocumentFieldValuesGETCall(Map documentDocumentFieldValuesGET(Map> documentDocumentFieldValu... method documentDocumentFieldValuesGETAsync (line 12042) | public okhttp3.Call documentDocumentFieldValuesGETAsync(Map documentDocumentFieldValuesIdGE... method documentDocumentFieldValuesIdGETAsync (line 12177) | public okhttp3.Call documentDocumentFieldValuesIdGETAsync(String id, M... method documentDocumentFieldsCheckFieldFormulaPOSTCall (line 12196) | public okhttp3.Call documentDocumentFieldsCheckFieldFormulaPOSTCall(Ch... method documentDocumentFieldsCheckFieldFormulaPOSTValidateBeforeCall (line 12241) | @SuppressWarnings("rawtypes") method documentDocumentFieldsCheckFieldFormulaPOST (line 12262) | public DocumentFieldDetail documentDocumentFieldsCheckFieldFormulaPOST... method documentDocumentFieldsCheckFieldFormulaPOSTWithHttpInfo (line 12279) | public ApiResponse documentDocumentFieldsCheckFie... method documentDocumentFieldsCheckFieldFormulaPOSTAsync (line 12298) | public okhttp3.Call documentDocumentFieldsCheckFieldFormulaPOSTAsync(C... method documentDocumentFieldsFormFieldsGETCall (line 12316) | public okhttp3.Call documentDocumentFieldsFormFieldsGETCall(final ApiC... method documentDocumentFieldsFormFieldsGETValidateBeforeCall (line 12361) | @SuppressWarnings("rawtypes") method documentDocumentFieldsFormFieldsGET (line 12381) | public Map documentDocumentFieldsFormFieldsGET() throw... method documentDocumentFieldsFormFieldsGETWithHttpInfo (line 12397) | public ApiResponse> documentDocumentFieldsFormFiel... method documentDocumentFieldsFormFieldsGETAsync (line 12415) | public okhttp3.Call documentDocumentFieldsFormFieldsGETAsync(final Api... method documentDocumentFieldsGETCall (line 12434) | public okhttp3.Call documentDocumentFieldsGETCall(Map ... method documentDocumentFieldsGETValidateBeforeCall (line 12483) | @SuppressWarnings("rawtypes") method documentDocumentFieldsGET (line 12504) | public List documentDocumentFieldsGET(Map> documentDocumentFieldsGETW... method documentDocumentFieldsGETAsync (line 12540) | public okhttp3.Call documentDocumentFieldsGETAsync(Map... method documentDocumentFieldsPOSTCall (line 12559) | public okhttp3.Call documentDocumentFieldsPOSTCall(DocumentFieldCreate... method documentDocumentFieldsPOSTValidateBeforeCall (line 12604) | @SuppressWarnings("rawtypes") method documentDocumentFieldsPOST (line 12625) | public DocumentFieldCreate documentDocumentFieldsPOST(DocumentFieldCre... method documentDocumentFieldsPOSTWithHttpInfo (line 12642) | public ApiResponse documentDocumentFieldsPOSTWith... method documentDocumentFieldsPOSTAsync (line 12661) | public okhttp3.Call documentDocumentFieldsPOSTAsync(DocumentFieldCreat... method documentDocumentFieldsStatsGETCall (line 12680) | public okhttp3.Call documentDocumentFieldsStatsGETCall(String document... method documentDocumentFieldsStatsGETValidateBeforeCall (line 12729) | @SuppressWarnings("rawtypes") method documentDocumentFieldsStatsGET (line 12750) | public List documentDocumentFieldsStatsGET... method documentDocumentFieldsStatsGETWithHttpInfo (line 12767) | public ApiResponse> documentDocumentF... method documentDocumentFieldsStatsGETAsync (line 12786) | public okhttp3.Call documentDocumentFieldsStatsGETAsync(String documen... method documentDocumentFieldsUidCheckFormulaPOSTCall (line 12806) | public okhttp3.Call documentDocumentFieldsUidCheckFormulaPOSTCall(Stri... method documentDocumentFieldsUidCheckFormulaPOSTValidateBeforeCall (line 12852) | @SuppressWarnings("rawtypes") method documentDocumentFieldsUidCheckFormulaPOST (line 12879) | public Map documentDocumentFieldsUidCheckFormulaPOST(S... method documentDocumentFieldsUidCheckFormulaPOSTWithHttpInfo (line 12897) | public ApiResponse> documentDocumentFieldsUidCheck... method documentDocumentFieldsUidCheckFormulaPOSTAsync (line 12917) | public okhttp3.Call documentDocumentFieldsUidCheckFormulaPOSTAsync(Str... method documentDocumentFieldsUidClonePOSTCall (line 12937) | public okhttp3.Call documentDocumentFieldsUidClonePOSTCall(String uid,... method documentDocumentFieldsUidClonePOSTValidateBeforeCall (line 12983) | @SuppressWarnings("rawtypes") method documentDocumentFieldsUidClonePOST (line 13010) | public DocumentFieldDetail documentDocumentFieldsUidClonePOST(String u... method documentDocumentFieldsUidClonePOSTWithHttpInfo (line 13028) | public ApiResponse documentDocumentFieldsUidClone... method documentDocumentFieldsUidClonePOSTAsync (line 13048) | public okhttp3.Call documentDocumentFieldsUidClonePOSTAsync(String uid... method documentDocumentFieldsUidDELETECall (line 13067) | public okhttp3.Call documentDocumentFieldsUidDELETECall(String uid, fi... method documentDocumentFieldsUidDELETEValidateBeforeCall (line 13113) | @SuppressWarnings("rawtypes") method documentDocumentFieldsUidDELETE (line 13138) | public void documentDocumentFieldsUidDELETE(String uid) throws ApiExce... method documentDocumentFieldsUidDELETEWithHttpInfo (line 13154) | public ApiResponse documentDocumentFieldsUidDELETEWithHttpInfo(S... method documentDocumentFieldsUidDELETEAsync (line 13172) | public okhttp3.Call documentDocumentFieldsUidDELETEAsync(String uid, f... method documentDocumentFieldsUidFormFieldsGETCall (line 13190) | public okhttp3.Call documentDocumentFieldsUidFormFieldsGETCall(String ... method documentDocumentFieldsUidFormFieldsGETValidateBeforeCall (line 13236) | @SuppressWarnings("rawtypes") method documentDocumentFieldsUidFormFieldsGET (line 13262) | public Map documentDocumentFieldsUidFormFieldsGET(Stri... method documentDocumentFieldsUidFormFieldsGETWithHttpInfo (line 13279) | public ApiResponse> documentDocumentFieldsUidFormF... method documentDocumentFieldsUidFormFieldsGETAsync (line 13298) | public okhttp3.Call documentDocumentFieldsUidFormFieldsGETAsync(String... method documentDocumentFieldsUidGETCall (line 13318) | public okhttp3.Call documentDocumentFieldsUidGETCall(String uid, Map documentDocumentFieldsUidGETWi... method documentDocumentFieldsUidGETAsync (line 13433) | public okhttp3.Call documentDocumentFieldsUidGETAsync(String uid, Map<... method documentDocumentFieldsUidPATCHCall (line 13453) | public okhttp3.Call documentDocumentFieldsUidPATCHCall(String uid, Doc... method documentDocumentFieldsUidPATCHValidateBeforeCall (line 13499) | @SuppressWarnings("rawtypes") method documentDocumentFieldsUidPATCH (line 13526) | public DocumentFieldCreate documentDocumentFieldsUidPATCH(String uid, ... method documentDocumentFieldsUidPATCHWithHttpInfo (line 13544) | public ApiResponse documentDocumentFieldsUidPATCH... method documentDocumentFieldsUidPATCHAsync (line 13564) | public okhttp3.Call documentDocumentFieldsUidPATCHAsync(String uid, Do... method documentDocumentFieldsUidPUTCall (line 13584) | public okhttp3.Call documentDocumentFieldsUidPUTCall(String uid, Docum... method documentDocumentFieldsUidPUTValidateBeforeCall (line 13630) | @SuppressWarnings("rawtypes") method documentDocumentFieldsUidPUT (line 13657) | public DocumentFieldCreate documentDocumentFieldsUidPUT(String uid, Do... method documentDocumentFieldsUidPUTWithHttpInfo (line 13675) | public ApiResponse documentDocumentFieldsUidPUTWi... method documentDocumentFieldsUidPUTAsync (line 13695) | public okhttp3.Call documentDocumentFieldsUidPUTAsync(String uid, Docu... method documentDocumentFieldsUidPreDeletePOSTCall (line 13715) | public okhttp3.Call documentDocumentFieldsUidPreDeletePOSTCall(String ... method documentDocumentFieldsUidPreDeletePOSTValidateBeforeCall (line 13761) | @SuppressWarnings("rawtypes") method documentDocumentFieldsUidPreDeletePOST (line 13788) | public Map documentDocumentFieldsUidPreDeletePOST(Stri... method documentDocumentFieldsUidPreDeletePOSTWithHttpInfo (line 13806) | public ApiResponse> documentDocumentFieldsUidPreDe... method documentDocumentFieldsUidPreDeletePOSTAsync (line 13826) | public okhttp3.Call documentDocumentFieldsUidPreDeletePOSTAsync(String... method documentDocumentNotesGETCall (line 13849) | public okhttp3.Call documentDocumentNotesGETCall(Map j... method documentDocumentNotesGETValidateBeforeCall (line 13914) | @SuppressWarnings("rawtypes") method documentDocumentNotesGET (line 13939) | public List documentDocumentNotesGET(Map> documentDocumentNotesGETW... method documentDocumentNotesGETAsync (line 13983) | public okhttp3.Call documentDocumentNotesGETAsync(Map ... method documentDocumentNotesIdDELETECall (line 14002) | public okhttp3.Call documentDocumentNotesIdDELETECall(String id, final... method documentDocumentNotesIdDELETEValidateBeforeCall (line 14048) | @SuppressWarnings("rawtypes") method documentDocumentNotesIdDELETE (line 14073) | public void documentDocumentNotesIdDELETE(String id) throws ApiExcepti... method documentDocumentNotesIdDELETEWithHttpInfo (line 14089) | public ApiResponse documentDocumentNotesIdDELETEWithHttpInfo(Str... method documentDocumentNotesIdDELETEAsync (line 14107) | public okhttp3.Call documentDocumentNotesIdDELETEAsync(String id, fina... method documentDocumentNotesIdGETCall (line 14126) | public okhttp3.Call documentDocumentNotesIdGETCall(String id, Map documentDocumentNotesIdGETWithH... method documentDocumentNotesIdGETAsync (line 14241) | public okhttp3.Call documentDocumentNotesIdGETAsync(String id, Map documentDocumentNotesIdPATCHWit... method documentDocumentNotesIdPATCHAsync (line 14372) | public okhttp3.Call documentDocumentNotesIdPATCHAsync(String id, Docum... method documentDocumentNotesIdPUTCall (line 14392) | public okhttp3.Call documentDocumentNotesIdPUTCall(String id, Document... method documentDocumentNotesIdPUTValidateBeforeCall (line 14438) | @SuppressWarnings("rawtypes") method documentDocumentNotesIdPUT (line 14465) | public DocumentNoteUpdate documentDocumentNotesIdPUT(String id, Docume... method documentDocumentNotesIdPUTWithHttpInfo (line 14483) | public ApiResponse documentDocumentNotesIdPUTWithH... method documentDocumentNotesIdPUTAsync (line 14503) | public okhttp3.Call documentDocumentNotesIdPUTAsync(String id, Documen... method documentDocumentNotesPOSTCall (line 14522) | public okhttp3.Call documentDocumentNotesPOSTCall(DocumentNoteCreate d... method documentDocumentNotesPOSTValidateBeforeCall (line 14567) | @SuppressWarnings("rawtypes") method documentDocumentNotesPOST (line 14588) | public DocumentNoteCreate documentDocumentNotesPOST(DocumentNoteCreate... method documentDocumentNotesPOSTWithHttpInfo (line 14605) | public ApiResponse documentDocumentNotesPOSTWithHt... method documentDocumentNotesPOSTAsync (line 14624) | public okhttp3.Call documentDocumentNotesPOSTAsync(DocumentNoteCreate ... method documentDocumentTypesFormFieldsGETCall (line 14642) | public okhttp3.Call documentDocumentTypesFormFieldsGETCall(final ApiCa... method documentDocumentTypesFormFieldsGETValidateBeforeCall (line 14687) | @SuppressWarnings("rawtypes") method documentDocumentTypesFormFieldsGET (line 14707) | public Map documentDocumentTypesFormFieldsGET() throws... method documentDocumentTypesFormFieldsGETWithHttpInfo (line 14723) | public ApiResponse> documentDocumentTypesFormField... method documentDocumentTypesFormFieldsGETAsync (line 14741) | public okhttp3.Call documentDocumentTypesFormFieldsGETAsync(final ApiC... method documentDocumentTypesGETCall (line 14760) | public okhttp3.Call documentDocumentTypesGETCall(Map j... method documentDocumentTypesGETValidateBeforeCall (line 14809) | @SuppressWarnings("rawtypes") method documentDocumentTypesGET (line 14830) | public List documentDocumentTypesGET(Map> documentDocumentTypesGETW... method documentDocumentTypesGETAsync (line 14866) | public okhttp3.Call documentDocumentTypesGETAsync(Map ... method documentDocumentTypesImportDocTypePUTCall (line 14885) | public okhttp3.Call documentDocumentTypesImportDocTypePUTCall(Document... method documentDocumentTypesImportDocTypePUTValidateBeforeCall (line 14930) | @SuppressWarnings("rawtypes") method documentDocumentTypesImportDocTypePUT (line 14951) | public DocumentTypeImportResponse documentDocumentTypesImportDocTypePU... method documentDocumentTypesImportDocTypePUTWithHttpInfo (line 14968) | public ApiResponse documentDocumentTypesIm... method documentDocumentTypesImportDocTypePUTAsync (line 14987) | public okhttp3.Call documentDocumentTypesImportDocTypePUTAsync(Documen... method documentDocumentTypesPOSTCall (line 15006) | public okhttp3.Call documentDocumentTypesPOSTCall(DocumentTypeCreate d... method documentDocumentTypesPOSTValidateBeforeCall (line 15051) | @SuppressWarnings("rawtypes") method documentDocumentTypesPOST (line 15072) | public DocumentTypeCreate documentDocumentTypesPOST(DocumentTypeCreate... method documentDocumentTypesPOSTWithHttpInfo (line 15089) | public ApiResponse documentDocumentTypesPOSTWithHt... method documentDocumentTypesPOSTAsync (line 15108) | public okhttp3.Call documentDocumentTypesPOSTAsync(DocumentTypeCreate ... method documentDocumentTypesSchemeMigrationsGETCall (line 15126) | public okhttp3.Call documentDocumentTypesSchemeMigrationsGETCall(final... method documentDocumentTypesSchemeMigrationsGETValidateBeforeCall (line 15171) | @SuppressWarnings("rawtypes") method documentDocumentTypesSchemeMigrationsGET (line 15191) | public Map documentDocumentTypesSchemeMigrationsGET() ... method documentDocumentTypesSchemeMigrationsGETWithHttpInfo (line 15207) | public ApiResponse> documentDocumentTypesSchemeMig... method documentDocumentTypesSchemeMigrationsGETAsync (line 15225) | public okhttp3.Call documentDocumentTypesSchemeMigrationsGETAsync(fina... method documentDocumentTypesStatsGETCall (line 15243) | public okhttp3.Call documentDocumentTypesStatsGETCall(final ApiCallbac... method documentDocumentTypesStatsGETValidateBeforeCall (line 15288) | @SuppressWarnings("rawtypes") method documentDocumentTypesStatsGET (line 15308) | public List documentDocumentTypesStatsGET() throws ... method documentDocumentTypesStatsGETWithHttpInfo (line 15324) | public ApiResponse> documentDocumentTypesStats... method documentDocumentTypesStatsGETAsync (line 15342) | public okhttp3.Call documentDocumentTypesStatsGETAsync(final ApiCallba... method documentDocumentTypesUidClonePOSTCall (line 15362) | public okhttp3.Call documentDocumentTypesUidClonePOSTCall(String uid, ... method documentDocumentTypesUidClonePOSTValidateBeforeCall (line 15408) | @SuppressWarnings("rawtypes") method documentDocumentTypesUidClonePOST (line 15435) | public DocumentTypeDetail documentDocumentTypesUidClonePOST(String uid... method documentDocumentTypesUidClonePOSTWithHttpInfo (line 15453) | public ApiResponse documentDocumentTypesUidClonePO... method documentDocumentTypesUidClonePOSTAsync (line 15473) | public okhttp3.Call documentDocumentTypesUidClonePOSTAsync(String uid,... method documentDocumentTypesUidDELETECall (line 15492) | public okhttp3.Call documentDocumentTypesUidDELETECall(String uid, fin... method documentDocumentTypesUidDELETEValidateBeforeCall (line 15538) | @SuppressWarnings("rawtypes") method documentDocumentTypesUidDELETE (line 15563) | public void documentDocumentTypesUidDELETE(String uid) throws ApiExcep... method documentDocumentTypesUidDELETEWithHttpInfo (line 15579) | public ApiResponse documentDocumentTypesUidDELETEWithHttpInfo(St... method documentDocumentTypesUidDELETEAsync (line 15597) | public okhttp3.Call documentDocumentTypesUidDELETEAsync(String uid, fi... method documentDocumentTypesUidExportDocTypeGETCall (line 15616) | public okhttp3.Call documentDocumentTypesUidExportDocTypeGETCall(Strin... method documentDocumentTypesUidExportDocTypeGETValidateBeforeCall (line 15666) | @SuppressWarnings("rawtypes") method documentDocumentTypesUidExportDocTypeGET (line 15693) | public File documentDocumentTypesUidExportDocTypeGET(String uid, Strin... method documentDocumentTypesUidExportDocTypeGETWithHttpInfo (line 15711) | public ApiResponse documentDocumentTypesUidExportDocTypeGETWithH... method documentDocumentTypesUidExportDocTypeGETAsync (line 15731) | public okhttp3.Call documentDocumentTypesUidExportDocTypeGETAsync(Stri... method documentDocumentTypesUidFormFieldsGETCall (line 15750) | public okhttp3.Call documentDocumentTypesUidFormFieldsGETCall(String u... method documentDocumentTypesUidFormFieldsGETValidateBeforeCall (line 15796) | @SuppressWarnings("rawtypes") method documentDocumentTypesUidFormFieldsGET (line 15822) | public Map documentDocumentTypesUidFormFieldsGET(Strin... method documentDocumentTypesUidFormFieldsGETWithHttpInfo (line 15839) | public ApiResponse> documentDocumentTypesUidFormFi... method documentDocumentTypesUidFormFieldsGETAsync (line 15858) | public okhttp3.Call documentDocumentTypesUidFormFieldsGETAsync(String ... method documentDocumentTypesUidGETCall (line 15878) | public okhttp3.Call documentDocumentTypesUidGETCall(String uid, Map documentDocumentTypesUidGETWith... method documentDocumentTypesUidGETAsync (line 15993) | public okhttp3.Call documentDocumentTypesUidGETAsync(String uid, Map documentDocumentTypesUidPATCHWi... method documentDocumentTypesUidPATCHAsync (line 16124) | public okhttp3.Call documentDocumentTypesUidPATCHAsync(String uid, Doc... method documentDocumentTypesUidPUTCall (line 16144) | public okhttp3.Call documentDocumentTypesUidPUTCall(String uid, Docume... method documentDocumentTypesUidPUTValidateBeforeCall (line 16190) | @SuppressWarnings("rawtypes") method documentDocumentTypesUidPUT (line 16217) | public DocumentTypeCreate documentDocumentTypesUidPUT(String uid, Docu... method documentDocumentTypesUidPUTWithHttpInfo (line 16235) | public ApiResponse documentDocumentTypesUidPUTWith... method documentDocumentTypesUidPUTAsync (line 16255) | public okhttp3.Call documentDocumentTypesUidPUTAsync(String uid, Docum... method documentDocumentTypesUidPreDeletePOSTCall (line 16275) | public okhttp3.Call documentDocumentTypesUidPreDeletePOSTCall(String u... method documentDocumentTypesUidPreDeletePOSTValidateBeforeCall (line 16321) | @SuppressWarnings("rawtypes") method documentDocumentTypesUidPreDeletePOST (line 16348) | public Map documentDocumentTypesUidPreDeletePOST(Strin... method documentDocumentTypesUidPreDeletePOSTWithHttpInfo (line 16366) | public ApiResponse> documentDocumentTypesUidPreDel... method documentDocumentTypesUidPreDeletePOSTAsync (line 16386) | public okhttp3.Call documentDocumentTypesUidPreDeletePOSTAsync(String ... method documentDocumentTypesUserProjectTypesGETCall (line 16405) | public okhttp3.Call documentDocumentTypesUserProjectTypesGETCall(Map documentDocumentTypesUserProjec... method documentDocumentTypesUserProjectTypesGETAsync (line 16511) | public okhttp3.Call documentDocumentTypesUserProjectTypesGETAsync(Map<... method documentDocumentsDownloadZipGETCall (line 16532) | public okhttp3.Call documentDocumentsDownloadZipGETCall(String documen... method documentDocumentsDownloadZipGETValidateBeforeCall (line 16585) | @SuppressWarnings("rawtypes") method documentDocumentsDownloadZipGET (line 16608) | public DocumentDownloadZipResponse documentDocumentsDownloadZipGET(Str... method documentDocumentsDownloadZipGETWithHttpInfo (line 16627) | public ApiResponse documentDocumentsDownl... method documentDocumentsDownloadZipGETAsync (line 16648) | public okhttp3.Call documentDocumentsDownloadZipGETAsync(String docume... method documentDocumentsForUserGETCall (line 16666) | public okhttp3.Call documentDocumentsForUserGETCall(final ApiCallback ... method documentDocumentsForUserGETValidateBeforeCall (line 16711) | @SuppressWarnings("rawtypes") method documentDocumentsForUserGET (line 16731) | public DocumentsForUserResponse documentDocumentsForUserGET() throws A... method documentDocumentsForUserGETWithHttpInfo (line 16747) | public ApiResponse documentDocumentsForUserG... method documentDocumentsForUserGETAsync (line 16765) | public okhttp3.Call documentDocumentsForUserGETAsync(final ApiCallback... method documentDocumentsGETCall (line 16786) | public okhttp3.Call documentDocumentsGETCall(Map jqFil... method documentDocumentsGETValidateBeforeCall (line 16843) | @SuppressWarnings("rawtypes") method documentDocumentsGET (line 16866) | public List documentDocumentsGET(Map... method documentDocumentsGETWithHttpInfo (line 16885) | public ApiResponse> documentDocumentsGETWithHtt... method documentDocumentsGETAsync (line 16906) | public okhttp3.Call documentDocumentsGETAsync(Map jqFi... method documentDocumentsIdActionsGETCall (line 16929) | public okhttp3.Call documentDocumentsIdActionsGETCall(String id, Integ... method documentDocumentsIdActionsGETValidateBeforeCall (line 16991) | @SuppressWarnings("rawtypes") method documentDocumentsIdActionsGET (line 17021) | public DocumentsForUser documentDocumentsIdActionsGET(String id, Integ... method documentDocumentsIdActionsGETWithHttpInfo (line 17042) | public ApiResponse documentDocumentsIdActionsGETWith... method documentDocumentsIdActionsGETAsync (line 17065) | public okhttp3.Call documentDocumentsIdActionsGETAsync(String id, Inte... method documentDocumentsIdDELETECall (line 17084) | public okhttp3.Call documentDocumentsIdDELETECall(String id, final Api... method documentDocumentsIdDELETEValidateBeforeCall (line 17130) | @SuppressWarnings("rawtypes") method documentDocumentsIdDELETE (line 17155) | public void documentDocumentsIdDELETE(String id) throws ApiException { method documentDocumentsIdDELETEWithHttpInfo (line 17171) | public ApiResponse documentDocumentsIdDELETEWithHttpInfo(String ... method documentDocumentsIdDELETEAsync (line 17189) | public okhttp3.Call documentDocumentsIdDELETEAsync(String id, final Ap... method documentDocumentsIdDataGETCall (line 17208) | public okhttp3.Call documentDocumentsIdDataGETCall(String id, Map documentDocumentsIdDataGETWithHttpI... method documentDocumentsIdDataGETAsync (line 17323) | public okhttp3.Call documentDocumentsIdDataGETAsync(String id, Map documentDocumentsIdDefinitionsGET(Str... method documentDocumentsIdDefinitionsGETWithHttpInfo (line 17431) | public ApiResponse> documentDocumentsIdDefin... method documentDocumentsIdDefinitionsGETAsync (line 17450) | public okhttp3.Call documentDocumentsIdDefinitionsGETAsync(String id, ... method documentDocumentsIdExtractionGETCall (line 17469) | public okhttp3.Call documentDocumentsIdExtractionGETCall(String id, fi... method documentDocumentsIdExtractionGETValidateBeforeCall (line 17515) | @SuppressWarnings("rawtypes") method documentDocumentsIdExtractionGET (line 17541) | public Map documentDocumentsIdExtractionGET(String id)... method documentDocumentsIdExtractionGETWithHttpInfo (line 17558) | public ApiResponse> documentDocumentsIdExtractionG... method documentDocumentsIdExtractionGETAsync (line 17577) | public okhttp3.Call documentDocumentsIdExtractionGETAsync(String id, f... method documentDocumentsIdFieldsGETCall (line 17596) | public okhttp3.Call documentDocumentsIdFieldsGETCall(String id, final ... method documentDocumentsIdFieldsGETValidateBeforeCall (line 17642) | @SuppressWarnings("rawtypes") method documentDocumentsIdFieldsGET (line 17668) | public Map documentDocumentsIdFieldsGET(String id) thr... method documentDocumentsIdFieldsGETWithHttpInfo (line 17685) | public ApiResponse> documentDocumentsIdFieldsGETWi... method documentDocumentsIdFieldsGETAsync (line 17704) | public okhttp3.Call documentDocumentsIdFieldsGETAsync(String id, final... method documentDocumentsIdFieldsPATCHCall (line 17724) | public okhttp3.Call documentDocumentsIdFieldsPATCHCall(String id, Docu... method documentDocumentsIdFieldsPATCHValidateBeforeCall (line 17770) | @SuppressWarnings("rawtypes") method documentDocumentsIdFieldsPATCH (line 17797) | public DocumentDetail documentDocumentsIdFieldsPATCH(String id, Docume... method documentDocumentsIdFieldsPATCHWithHttpInfo (line 17815) | public ApiResponse documentDocumentsIdFieldsPATCHWithH... method documentDocumentsIdFieldsPATCHAsync (line 17835) | public okhttp3.Call documentDocumentsIdFieldsPATCHAsync(String id, Doc... method documentDocumentsIdFieldsPOSTCall (line 17855) | public okhttp3.Call documentDocumentsIdFieldsPOSTCall(String id, Docum... method documentDocumentsIdFieldsPOSTValidateBeforeCall (line 17901) | @SuppressWarnings("rawtypes") method documentDocumentsIdFieldsPOST (line 17928) | public DocumentDetail documentDocumentsIdFieldsPOST(String id, Documen... method documentDocumentsIdFieldsPOSTWithHttpInfo (line 17946) | public ApiResponse documentDocumentsIdFieldsPOSTWithHt... method documentDocumentsIdFieldsPOSTAsync (line 17966) | public okhttp3.Call documentDocumentsIdFieldsPOSTAsync(String id, Docu... method documentDocumentsIdFieldsPUTCall (line 17986) | public okhttp3.Call documentDocumentsIdFieldsPUTCall(String id, Docume... method documentDocumentsIdFieldsPUTValidateBeforeCall (line 18032) | @SuppressWarnings("rawtypes") method documentDocumentsIdFieldsPUT (line 18059) | public DocumentDetail documentDocumentsIdFieldsPUT(String id, Document... method documentDocumentsIdFieldsPUTWithHttpInfo (line 18077) | public ApiResponse documentDocumentsIdFieldsPUTWithHtt... method documentDocumentsIdFieldsPUTAsync (line 18097) | public okhttp3.Call documentDocumentsIdFieldsPUTAsync(String id, Docum... method documentDocumentsIdFullTextGETCall (line 18116) | public okhttp3.Call documentDocumentsIdFullTextGETCall(String id, fina... method documentDocumentsIdFullTextGETValidateBeforeCall (line 18162) | @SuppressWarnings("rawtypes") method documentDocumentsIdFullTextGET (line 18188) | public String documentDocumentsIdFullTextGET(String id) throws ApiExce... method documentDocumentsIdFullTextGETWithHttpInfo (line 18205) | public ApiResponse documentDocumentsIdFullTextGETWithHttpInfo(... method documentDocumentsIdFullTextGETAsync (line 18224) | public okhttp3.Call documentDocumentsIdFullTextGETAsync(String id, fin... method documentDocumentsIdGETCall (line 18244) | public okhttp3.Call documentDocumentsIdGETCall(String id, Map documentDocumentsIdGETWithHttpInf... method documentDocumentsIdGETAsync (line 18359) | public okhttp3.Call documentDocumentsIdGETAsync(String id, Map documentDocumentsIdHasPdfInfoGETWithHttpIn... method documentDocumentsIdHasPdfInfoGETAsync (line 18486) | public okhttp3.Call documentDocumentsIdHasPdfInfoGETAsync(String id, f... method documentDocumentsIdPATCHCall (line 18506) | public okhttp3.Call documentDocumentsIdPATCHCall(String id, DocumentDe... method documentDocumentsIdPATCHValidateBeforeCall (line 18552) | @SuppressWarnings("rawtypes") method documentDocumentsIdPATCH (line 18579) | public DocumentDetail documentDocumentsIdPATCH(String id, DocumentDeta... method documentDocumentsIdPATCHWithHttpInfo (line 18597) | public ApiResponse documentDocumentsIdPATCHWithHttpInf... method documentDocumentsIdPATCHAsync (line 18617) | public okhttp3.Call documentDocumentsIdPATCHAsync(String id, DocumentD... method documentDocumentsIdPUTCall (line 18637) | public okhttp3.Call documentDocumentsIdPUTCall(String id, DocumentsFor... method documentDocumentsIdPUTValidateBeforeCall (line 18683) | @SuppressWarnings("rawtypes") method documentDocumentsIdPUT (line 18710) | public DocumentsForUser documentDocumentsIdPUT(String id, DocumentsFor... method documentDocumentsIdPUTWithHttpInfo (line 18728) | public ApiResponse documentDocumentsIdPUTWithHttpInf... method documentDocumentsIdPUTAsync (line 18748) | public okhttp3.Call documentDocumentsIdPUTAsync(String id, DocumentsFo... method documentDocumentsIdPdfReprGETCall (line 18767) | public okhttp3.Call documentDocumentsIdPdfReprGETCall(String id, final... method documentDocumentsIdPdfReprGETValidateBeforeCall (line 18813) | @SuppressWarnings("rawtypes") method documentDocumentsIdPdfReprGET (line 18839) | public DocumentPDFRepr documentDocumentsIdPdfReprGET(String id) throws... method documentDocumentsIdPdfReprGETWithHttpInfo (line 18856) | public ApiResponse documentDocumentsIdPdfReprGETWithH... method documentDocumentsIdPdfReprGETAsync (line 18875) | public okhttp3.Call documentDocumentsIdPdfReprGETAsync(String id, fina... method documentDocumentsIdSetAnnotatorCoordDifferencePOSTCall (line 18895) | public okhttp3.Call documentDocumentsIdSetAnnotatorCoordDifferencePOST... method documentDocumentsIdSetAnnotatorCoordDifferencePOSTValidateBeforeCall (line 18941) | @SuppressWarnings("rawtypes") method documentDocumentsIdSetAnnotatorCoordDifferencePOST (line 18968) | public DocumentSetAnnotatorCoordinatesDifferenceResponse documentDocum... method documentDocumentsIdSetAnnotatorCoordDifferencePOSTWithHttpInfo (line 18986) | public ApiResponse ... method documentDocumentsIdSetAnnotatorCoordDifferencePOSTAsync (line 19006) | public okhttp3.Call documentDocumentsIdSetAnnotatorCoordDifferencePOST... method documentDocumentsIdShowGETCall (line 19026) | public okhttp3.Call documentDocumentsIdShowGETCall(String id, String a... method documentDocumentsIdShowGETValidateBeforeCall (line 19076) | @SuppressWarnings("rawtypes") method documentDocumentsIdShowGET (line 19103) | public File documentDocumentsIdShowGET(String id, String alt) throws A... method documentDocumentsIdShowGETWithHttpInfo (line 19121) | public ApiResponse documentDocumentsIdShowGETWithHttpInfo(String... method documentDocumentsIdShowGETAsync (line 19141) | public okhttp3.Call documentDocumentsIdShowGETAsync(String id, String ... method documentDocumentsIdSimilarGETCall (line 19162) | public okhttp3.Call documentDocumentsIdSimilarGETCall(String id, Integ... method documentDocumentsIdSimilarGETValidateBeforeCall (line 19216) | @SuppressWarnings("rawtypes") method documentDocumentsIdSimilarGET (line 19244) | public ProjectDocumentSimilarity documentDocumentsIdSimilarGET(String ... method documentDocumentsIdSimilarGETWithHttpInfo (line 19263) | public ApiResponse documentDocumentsIdSimil... method documentDocumentsIdSimilarGETAsync (line 19284) | public okhttp3.Call documentDocumentsIdSimilarGETAsync(String id, Inte... method documentDocumentsMarkDeletePOSTCall (line 19303) | public okhttp3.Call documentDocumentsMarkDeletePOSTCall(MarkUnmarkForD... method documentDocumentsMarkDeletePOSTValidateBeforeCall (line 19348) | @SuppressWarnings("rawtypes") method documentDocumentsMarkDeletePOST (line 19369) | public MarkUnmarkForDeleteDocumentsResponse documentDocumentsMarkDelet... method documentDocumentsMarkDeletePOSTWithHttpInfo (line 19386) | public ApiResponse documentDocum... method documentDocumentsMarkDeletePOSTAsync (line 19405) | public okhttp3.Call documentDocumentsMarkDeletePOSTAsync(MarkUnmarkFor... method documentDocumentsPOSTCall (line 19424) | public okhttp3.Call documentDocumentsPOSTCall(DocumentsForUser documen... method documentDocumentsPOSTValidateBeforeCall (line 19469) | @SuppressWarnings("rawtypes") method documentDocumentsPOST (line 19490) | public DocumentsForUser documentDocumentsPOST(DocumentsForUser documen... method documentDocumentsPOSTWithHttpInfo (line 19507) | public ApiResponse documentDocumentsPOSTWithHttpInfo... method documentDocumentsPOSTAsync (line 19526) | public okhttp3.Call documentDocumentsPOSTAsync(DocumentsForUser docume... method documentDocumentsUnmarkDeletePOSTCall (line 19545) | public okhttp3.Call documentDocumentsUnmarkDeletePOSTCall(MarkUnmarkFo... method documentDocumentsUnmarkDeletePOSTValidateBeforeCall (line 19590) | @SuppressWarnings("rawtypes") method documentDocumentsUnmarkDeletePOST (line 19611) | public MarkUnmarkForDeleteDocumentsResponse documentDocumentsUnmarkDel... method documentDocumentsUnmarkDeletePOSTWithHttpInfo (line 19628) | public ApiResponse documentDocum... method documentDocumentsUnmarkDeletePOSTAsync (line 19647) | public okhttp3.Call documentDocumentsUnmarkDeletePOSTAsync(MarkUnmarkF... method documentFieldAnnotationStatusesGETCall (line 19666) | public okhttp3.Call documentFieldAnnotationStatusesGETCall(Map documentFieldAnnotationStatusesGET(... method documentFieldAnnotationStatusesGETWithHttpInfo (line 19753) | public ApiResponse> documentFieldAnnotatio... method documentFieldAnnotationStatusesGETAsync (line 19772) | public okhttp3.Call documentFieldAnnotationStatusesGETAsync(Map documentFieldAnnotationStatusesIdDELETEWithHt... method documentFieldAnnotationStatusesIdDELETEAsync (line 19896) | public okhttp3.Call documentFieldAnnotationStatusesIdDELETEAsync(Strin... method documentFieldAnnotationStatusesIdGETCall (line 19915) | public okhttp3.Call documentFieldAnnotationStatusesIdGETCall(String id... method documentFieldAnnotationStatusesIdGETValidateBeforeCall (line 19965) | @SuppressWarnings("rawtypes") method documentFieldAnnotationStatusesIdGET (line 19992) | public FieldAnnotationStatus documentFieldAnnotationStatusesIdGET(Stri... method documentFieldAnnotationStatusesIdGETWithHttpInfo (line 20010) | public ApiResponse documentFieldAnnotationStatu... method documentFieldAnnotationStatusesIdGETAsync (line 20030) | public okhttp3.Call documentFieldAnnotationStatusesIdGETAsync(String i... method documentFieldAnnotationStatusesIdPATCHCall (line 20050) | public okhttp3.Call documentFieldAnnotationStatusesIdPATCHCall(String ... method documentFieldAnnotationStatusesIdPATCHValidateBeforeCall (line 20096) | @SuppressWarnings("rawtypes") method documentFieldAnnotationStatusesIdPATCH (line 20123) | public FieldAnnotationStatus documentFieldAnnotationStatusesIdPATCH(St... method documentFieldAnnotationStatusesIdPATCHWithHttpInfo (line 20141) | public ApiResponse documentFieldAnnotationStatu... method documentFieldAnnotationStatusesIdPATCHAsync (line 20161) | public okhttp3.Call documentFieldAnnotationStatusesIdPATCHAsync(String... method documentFieldAnnotationStatusesIdPUTCall (line 20181) | public okhttp3.Call documentFieldAnnotationStatusesIdPUTCall(String id... method documentFieldAnnotationStatusesIdPUTValidateBeforeCall (line 20227) | @SuppressWarnings("rawtypes") method documentFieldAnnotationStatusesIdPUT (line 20254) | public FieldAnnotationStatus documentFieldAnnotationStatusesIdPUT(Stri... method documentFieldAnnotationStatusesIdPUTWithHttpInfo (line 20272) | public ApiResponse documentFieldAnnotationStatu... method documentFieldAnnotationStatusesIdPUTAsync (line 20292) | public okhttp3.Call documentFieldAnnotationStatusesIdPUTAsync(String i... method documentFieldAnnotationStatusesPOSTCall (line 20311) | public okhttp3.Call documentFieldAnnotationStatusesPOSTCall(FieldAnnot... method documentFieldAnnotationStatusesPOSTValidateBeforeCall (line 20356) | @SuppressWarnings("rawtypes") method documentFieldAnnotationStatusesPOST (line 20377) | public FieldAnnotationStatus documentFieldAnnotationStatusesPOST(Field... method documentFieldAnnotationStatusesPOSTWithHttpInfo (line 20394) | public ApiResponse documentFieldAnnotationStatu... method documentFieldAnnotationStatusesPOSTAsync (line 20413) | public okhttp3.Call documentFieldAnnotationStatusesPOSTAsync(FieldAnno... method documentProjectProjectPkDocumentFieldAnnotationsForUserGETCall (line 20433) | public okhttp3.Call documentProjectProjectPkDocumentFieldAnnotationsFo... method documentProjectProjectPkDocumentFieldAnnotationsForUserGETValidateBeforeCall (line 20483) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentFieldAnnotationsForUserGET (line 20510) | public DocumentFieldAnnotation documentProjectProjectPkDocumentFieldAn... method documentProjectProjectPkDocumentFieldAnnotationsForUserGETWithHttpInfo (line 20528) | public ApiResponse documentProjectProjectPkDo... method documentProjectProjectPkDocumentFieldAnnotationsForUserGETAsync (line 20548) | public okhttp3.Call documentProjectProjectPkDocumentFieldAnnotationsFo... method documentProjectProjectPkDocumentFieldAnnotationsGETCall (line 20568) | public okhttp3.Call documentProjectProjectPkDocumentFieldAnnotationsGE... method documentProjectProjectPkDocumentFieldAnnotationsGETValidateBeforeCall (line 20618) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentFieldAnnotationsGET (line 20645) | public List documentProjectProjectPkDocumentF... method documentProjectProjectPkDocumentFieldAnnotationsGETWithHttpInfo (line 20663) | public ApiResponse> documentProjectProje... method documentProjectProjectPkDocumentFieldAnnotationsGETAsync (line 20683) | public okhttp3.Call documentProjectProjectPkDocumentFieldAnnotationsGE... method documentProjectProjectPkDocumentFieldAnnotationsUidGETCall (line 20704) | public okhttp3.Call documentProjectProjectPkDocumentFieldAnnotationsUi... method documentProjectProjectPkDocumentFieldAnnotationsUidGETValidateBeforeCall (line 20755) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentFieldAnnotationsUidGET (line 20788) | public DocumentFieldAnnotation documentProjectProjectPkDocumentFieldAn... method documentProjectProjectPkDocumentFieldAnnotationsUidGETWithHttpInfo (line 20807) | public ApiResponse documentProjectProjectPkDo... method documentProjectProjectPkDocumentFieldAnnotationsUidGETAsync (line 20828) | public okhttp3.Call documentProjectProjectPkDocumentFieldAnnotationsUi... method documentProjectProjectPkDocumentFieldValuesGETCall (line 20848) | public okhttp3.Call documentProjectProjectPkDocumentFieldValuesGETCall... method documentProjectProjectPkDocumentFieldValuesGETValidateBeforeCall (line 20898) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentFieldValuesGET (line 20925) | public List documentProjectProjectPkDocumentFieldV... method documentProjectProjectPkDocumentFieldValuesGETWithHttpInfo (line 20943) | public ApiResponse> documentProjectProjectPkD... method documentProjectProjectPkDocumentFieldValuesGETAsync (line 20963) | public okhttp3.Call documentProjectProjectPkDocumentFieldValuesGETAsyn... method documentProjectProjectPkDocumentFieldValuesIdGETCall (line 20984) | public okhttp3.Call documentProjectProjectPkDocumentFieldValuesIdGETCa... method documentProjectProjectPkDocumentFieldValuesIdGETValidateBeforeCall (line 21035) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentFieldValuesIdGET (line 21068) | public DocumentFieldValue documentProjectProjectPkDocumentFieldValuesI... method documentProjectProjectPkDocumentFieldValuesIdGETWithHttpInfo (line 21087) | public ApiResponse documentProjectProjectPkDocumen... method documentProjectProjectPkDocumentFieldValuesIdGETAsync (line 21108) | public okhttp3.Call documentProjectProjectPkDocumentFieldValuesIdGETAs... method documentProjectProjectPkDocumentsDocumentPkAnnotationsGETCall (line 21128) | public okhttp3.Call documentProjectProjectPkDocumentsDocumentPkAnnotat... method documentProjectProjectPkDocumentsDocumentPkAnnotationsGETValidateBeforeCall (line 21175) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsDocumentPkAnnotationsGET (line 21207) | public List documentProjectProjectPkDocumentsDoc... method documentProjectProjectPkDocumentsDocumentPkAnnotationsGETWithHttpInfo (line 21225) | public ApiResponse> documentProjectProjectP... method documentProjectProjectPkDocumentsDocumentPkAnnotationsGETAsync (line 21245) | public okhttp3.Call documentProjectProjectPkDocumentsDocumentPkAnnotat... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETECall (line 21266) | public okhttp3.Call documentProjectProjectPkDocumentsDocumentPkAnnotat... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETEValidateBeforeCall (line 21314) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETE (line 21351) | public void documentProjectProjectPkDocumentsDocumentPkAnnotationsIdDE... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETEWithHttpInfo (line 21369) | public ApiResponse documentProjectProjectPkDocumentsDocumentPkAn... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETEAsync (line 21389) | public okhttp3.Call documentProjectProjectPkDocumentsDocumentPkAnnotat... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdGETCall (line 21409) | public okhttp3.Call documentProjectProjectPkDocumentsDocumentPkAnnotat... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdGETValidateBeforeCall (line 21457) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdGET (line 21495) | public AnnotationInDocument documentProjectProjectPkDocumentsDocumentP... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdGETWithHttpInfo (line 21514) | public ApiResponse documentProjectProjectPkDocum... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdGETAsync (line 21535) | public okhttp3.Call documentProjectProjectPkDocumentsDocumentPkAnnotat... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCHCall (line 21557) | public okhttp3.Call documentProjectProjectPkDocumentsDocumentPkAnnotat... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCHValidateBeforeCall (line 21605) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCH (line 21644) | public AnnotationInDocument documentProjectProjectPkDocumentsDocumentP... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCHWithHttpInfo (line 21664) | public ApiResponse documentProjectProjectPkDocum... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCHAsync (line 21686) | public okhttp3.Call documentProjectProjectPkDocumentsDocumentPkAnnotat... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUTCall (line 21708) | public okhttp3.Call documentProjectProjectPkDocumentsDocumentPkAnnotat... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUTValidateBeforeCall (line 21756) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUT (line 21795) | public AnnotationInDocument documentProjectProjectPkDocumentsDocumentP... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUTWithHttpInfo (line 21815) | public ApiResponse documentProjectProjectPkDocum... method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUTAsync (line 21837) | public okhttp3.Call documentProjectProjectPkDocumentsDocumentPkAnnotat... method documentProjectProjectPkDocumentsDocumentPkAnnotationsPOSTCall (line 21858) | public okhttp3.Call documentProjectProjectPkDocumentsDocumentPkAnnotat... method documentProjectProjectPkDocumentsDocumentPkAnnotationsPOSTValidateBeforeCall (line 21905) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsDocumentPkAnnotationsPOST (line 21938) | public AnnotationInDocument documentProjectProjectPkDocumentsDocumentP... method documentProjectProjectPkDocumentsDocumentPkAnnotationsPOSTWithHttpInfo (line 21957) | public ApiResponse documentProjectProjectPkDocum... method documentProjectProjectPkDocumentsDocumentPkAnnotationsPOSTAsync (line 21978) | public okhttp3.Call documentProjectProjectPkDocumentsDocumentPkAnnotat... method documentProjectProjectPkDocumentsDownloadZipGETCall (line 22000) | public okhttp3.Call documentProjectProjectPkDocumentsDownloadZipGETCal... method documentProjectProjectPkDocumentsDownloadZipGETValidateBeforeCall (line 22054) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsDownloadZipGET (line 22083) | public DocumentDownloadZipResponse documentProjectProjectPkDocumentsDo... method documentProjectProjectPkDocumentsDownloadZipGETWithHttpInfo (line 22103) | public ApiResponse documentProjectProject... method documentProjectProjectPkDocumentsDownloadZipGETAsync (line 22125) | public okhttp3.Call documentProjectProjectPkDocumentsDownloadZipGETAsy... method documentProjectProjectPkDocumentsForUserGETCall (line 22144) | public okhttp3.Call documentProjectProjectPkDocumentsForUserGETCall(St... method documentProjectProjectPkDocumentsForUserGETValidateBeforeCall (line 22190) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsForUserGET (line 22216) | public DocumentsForUserResponse documentProjectProjectPkDocumentsForUs... method documentProjectProjectPkDocumentsForUserGETWithHttpInfo (line 22233) | public ApiResponse documentProjectProjectPkD... method documentProjectProjectPkDocumentsForUserGETAsync (line 22252) | public okhttp3.Call documentProjectProjectPkDocumentsForUserGETAsync(S... method documentProjectProjectPkDocumentsGETCall (line 22274) | public okhttp3.Call documentProjectProjectPkDocumentsGETCall(String pr... method documentProjectProjectPkDocumentsGETValidateBeforeCall (line 22332) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsGET (line 22361) | public List documentProjectProjectPkDocumentsGET(Str... method documentProjectProjectPkDocumentsGETWithHttpInfo (line 22381) | public ApiResponse> documentProjectProjectPkDoc... method documentProjectProjectPkDocumentsGETAsync (line 22403) | public okhttp3.Call documentProjectProjectPkDocumentsGETAsync(String p... method documentProjectProjectPkDocumentsIdActionsGETCall (line 22427) | public okhttp3.Call documentProjectProjectPkDocumentsIdActionsGETCall(... method documentProjectProjectPkDocumentsIdActionsGETValidateBeforeCall (line 22490) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdActionsGET (line 22526) | public DocumentsForUser documentProjectProjectPkDocumentsIdActionsGET(... method documentProjectProjectPkDocumentsIdActionsGETWithHttpInfo (line 22548) | public ApiResponse documentProjectProjectPkDocuments... method documentProjectProjectPkDocumentsIdActionsGETAsync (line 22572) | public okhttp3.Call documentProjectProjectPkDocumentsIdActionsGETAsync... method documentProjectProjectPkDocumentsIdDELETECall (line 22592) | public okhttp3.Call documentProjectProjectPkDocumentsIdDELETECall(Stri... method documentProjectProjectPkDocumentsIdDELETEValidateBeforeCall (line 22639) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdDELETE (line 22670) | public void documentProjectProjectPkDocumentsIdDELETE(String projectPk... method documentProjectProjectPkDocumentsIdDELETEWithHttpInfo (line 22687) | public ApiResponse documentProjectProjectPkDocumentsIdDELETEWith... method documentProjectProjectPkDocumentsIdDELETEAsync (line 22706) | public okhttp3.Call documentProjectProjectPkDocumentsIdDELETEAsync(Str... method documentProjectProjectPkDocumentsIdDataGETCall (line 22726) | public okhttp3.Call documentProjectProjectPkDocumentsIdDataGETCall(Str... method documentProjectProjectPkDocumentsIdDataGETValidateBeforeCall (line 22777) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdDataGET (line 22810) | public DocumentDetail documentProjectProjectPkDocumentsIdDataGET(Strin... method documentProjectProjectPkDocumentsIdDataGETWithHttpInfo (line 22829) | public ApiResponse documentProjectProjectPkDocumentsId... method documentProjectProjectPkDocumentsIdDataGETAsync (line 22850) | public okhttp3.Call documentProjectProjectPkDocumentsIdDataGETAsync(St... method documentProjectProjectPkDocumentsIdDefinitionsGETCall (line 22870) | public okhttp3.Call documentProjectProjectPkDocumentsIdDefinitionsGETC... method documentProjectProjectPkDocumentsIdDefinitionsGETValidateBeforeCall (line 22917) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdDefinitionsGET (line 22949) | public List documentProjectProjectPkDocumentsIdDe... method documentProjectProjectPkDocumentsIdDefinitionsGETWithHttpInfo (line 22967) | public ApiResponse> documentProjectProjectPk... method documentProjectProjectPkDocumentsIdDefinitionsGETAsync (line 22987) | public okhttp3.Call documentProjectProjectPkDocumentsIdDefinitionsGETA... method documentProjectProjectPkDocumentsIdExtractionGETCall (line 23007) | public okhttp3.Call documentProjectProjectPkDocumentsIdExtractionGETCa... method documentProjectProjectPkDocumentsIdExtractionGETValidateBeforeCall (line 23054) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdExtractionGET (line 23086) | public Map documentProjectProjectPkDocumentsIdExtracti... method documentProjectProjectPkDocumentsIdExtractionGETWithHttpInfo (line 23104) | public ApiResponse> documentProjectProjectPkDocume... method documentProjectProjectPkDocumentsIdExtractionGETAsync (line 23124) | public okhttp3.Call documentProjectProjectPkDocumentsIdExtractionGETAs... method documentProjectProjectPkDocumentsIdFieldsGETCall (line 23144) | public okhttp3.Call documentProjectProjectPkDocumentsIdFieldsGETCall(S... method documentProjectProjectPkDocumentsIdFieldsGETValidateBeforeCall (line 23191) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdFieldsGET (line 23223) | public Map documentProjectProjectPkDocumentsIdFieldsGE... method documentProjectProjectPkDocumentsIdFieldsGETWithHttpInfo (line 23241) | public ApiResponse> documentProjectProjectPkDocume... method documentProjectProjectPkDocumentsIdFieldsGETAsync (line 23261) | public okhttp3.Call documentProjectProjectPkDocumentsIdFieldsGETAsync(... method documentProjectProjectPkDocumentsIdFieldsPATCHCall (line 23282) | public okhttp3.Call documentProjectProjectPkDocumentsIdFieldsPATCHCall... method documentProjectProjectPkDocumentsIdFieldsPATCHValidateBeforeCall (line 23329) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdFieldsPATCH (line 23362) | public DocumentDetail documentProjectProjectPkDocumentsIdFieldsPATCH(S... method documentProjectProjectPkDocumentsIdFieldsPATCHWithHttpInfo (line 23381) | public ApiResponse documentProjectProjectPkDocumentsId... method documentProjectProjectPkDocumentsIdFieldsPATCHAsync (line 23402) | public okhttp3.Call documentProjectProjectPkDocumentsIdFieldsPATCHAsyn... method documentProjectProjectPkDocumentsIdFieldsPOSTCall (line 23423) | public okhttp3.Call documentProjectProjectPkDocumentsIdFieldsPOSTCall(... method documentProjectProjectPkDocumentsIdFieldsPOSTValidateBeforeCall (line 23470) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdFieldsPOST (line 23503) | public DocumentDetail documentProjectProjectPkDocumentsIdFieldsPOST(St... method documentProjectProjectPkDocumentsIdFieldsPOSTWithHttpInfo (line 23522) | public ApiResponse documentProjectProjectPkDocumentsId... method documentProjectProjectPkDocumentsIdFieldsPOSTAsync (line 23543) | public okhttp3.Call documentProjectProjectPkDocumentsIdFieldsPOSTAsync... method documentProjectProjectPkDocumentsIdFieldsPUTCall (line 23564) | public okhttp3.Call documentProjectProjectPkDocumentsIdFieldsPUTCall(S... method documentProjectProjectPkDocumentsIdFieldsPUTValidateBeforeCall (line 23611) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdFieldsPUT (line 23644) | public DocumentDetail documentProjectProjectPkDocumentsIdFieldsPUT(Str... method documentProjectProjectPkDocumentsIdFieldsPUTWithHttpInfo (line 23663) | public ApiResponse documentProjectProjectPkDocumentsId... method documentProjectProjectPkDocumentsIdFieldsPUTAsync (line 23684) | public okhttp3.Call documentProjectProjectPkDocumentsIdFieldsPUTAsync(... method documentProjectProjectPkDocumentsIdFullTextGETCall (line 23704) | public okhttp3.Call documentProjectProjectPkDocumentsIdFullTextGETCall... method documentProjectProjectPkDocumentsIdFullTextGETValidateBeforeCall (line 23751) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdFullTextGET (line 23783) | public String documentProjectProjectPkDocumentsIdFullTextGET(String pr... method documentProjectProjectPkDocumentsIdFullTextGETWithHttpInfo (line 23801) | public ApiResponse documentProjectProjectPkDocumentsIdFullText... method documentProjectProjectPkDocumentsIdFullTextGETAsync (line 23821) | public okhttp3.Call documentProjectProjectPkDocumentsIdFullTextGETAsyn... method documentProjectProjectPkDocumentsIdGETCall (line 23842) | public okhttp3.Call documentProjectProjectPkDocumentsIdGETCall(String ... method documentProjectProjectPkDocumentsIdGETValidateBeforeCall (line 23893) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdGET (line 23926) | public DocumentsForUser documentProjectProjectPkDocumentsIdGET(String ... method documentProjectProjectPkDocumentsIdGETWithHttpInfo (line 23945) | public ApiResponse documentProjectProjectPkDocuments... method documentProjectProjectPkDocumentsIdGETAsync (line 23966) | public okhttp3.Call documentProjectProjectPkDocumentsIdGETAsync(String... method documentProjectProjectPkDocumentsIdHasPdfInfoGETCall (line 23986) | public okhttp3.Call documentProjectProjectPkDocumentsIdHasPdfInfoGETCa... method documentProjectProjectPkDocumentsIdHasPdfInfoGETValidateBeforeCall (line 24033) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdHasPdfInfoGET (line 24065) | public Boolean documentProjectProjectPkDocumentsIdHasPdfInfoGET(String... method documentProjectProjectPkDocumentsIdHasPdfInfoGETWithHttpInfo (line 24083) | public ApiResponse documentProjectProjectPkDocumentsIdHasPdfI... method documentProjectProjectPkDocumentsIdHasPdfInfoGETAsync (line 24103) | public okhttp3.Call documentProjectProjectPkDocumentsIdHasPdfInfoGETAs... method documentProjectProjectPkDocumentsIdPATCHCall (line 24124) | public okhttp3.Call documentProjectProjectPkDocumentsIdPATCHCall(Strin... method documentProjectProjectPkDocumentsIdPATCHValidateBeforeCall (line 24171) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdPATCH (line 24204) | public DocumentDetail documentProjectProjectPkDocumentsIdPATCH(String ... method documentProjectProjectPkDocumentsIdPATCHWithHttpInfo (line 24223) | public ApiResponse documentProjectProjectPkDocumentsId... method documentProjectProjectPkDocumentsIdPATCHAsync (line 24244) | public okhttp3.Call documentProjectProjectPkDocumentsIdPATCHAsync(Stri... method documentProjectProjectPkDocumentsIdPUTCall (line 24265) | public okhttp3.Call documentProjectProjectPkDocumentsIdPUTCall(String ... method documentProjectProjectPkDocumentsIdPUTValidateBeforeCall (line 24312) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdPUT (line 24345) | public DocumentsForUser documentProjectProjectPkDocumentsIdPUT(String ... method documentProjectProjectPkDocumentsIdPUTWithHttpInfo (line 24364) | public ApiResponse documentProjectProjectPkDocuments... method documentProjectProjectPkDocumentsIdPUTAsync (line 24385) | public okhttp3.Call documentProjectProjectPkDocumentsIdPUTAsync(String... method documentProjectProjectPkDocumentsIdPdfReprGETCall (line 24405) | public okhttp3.Call documentProjectProjectPkDocumentsIdPdfReprGETCall(... method documentProjectProjectPkDocumentsIdPdfReprGETValidateBeforeCall (line 24452) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdPdfReprGET (line 24484) | public DocumentPDFRepr documentProjectProjectPkDocumentsIdPdfReprGET(S... method documentProjectProjectPkDocumentsIdPdfReprGETWithHttpInfo (line 24502) | public ApiResponse documentProjectProjectPkDocumentsI... method documentProjectProjectPkDocumentsIdPdfReprGETAsync (line 24522) | public okhttp3.Call documentProjectProjectPkDocumentsIdPdfReprGETAsync... method documentProjectProjectPkDocumentsIdSetAnnotatorCoordDifferencePOSTCall (line 24543) | public okhttp3.Call documentProjectProjectPkDocumentsIdSetAnnotatorCoo... method documentProjectProjectPkDocumentsIdSetAnnotatorCoordDifferencePOSTValidateBeforeCall (line 24590) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdSetAnnotatorCoordDifferencePOST (line 24623) | public DocumentSetAnnotatorCoordinatesDifferenceResponse documentProje... method documentProjectProjectPkDocumentsIdSetAnnotatorCoordDifferencePOSTWithHttpInfo (line 24642) | public ApiResponse ... method documentProjectProjectPkDocumentsIdSetAnnotatorCoordDifferencePOSTAsync (line 24663) | public okhttp3.Call documentProjectProjectPkDocumentsIdSetAnnotatorCoo... method documentProjectProjectPkDocumentsIdShowGETCall (line 24684) | public okhttp3.Call documentProjectProjectPkDocumentsIdShowGETCall(Str... method documentProjectProjectPkDocumentsIdShowGETValidateBeforeCall (line 24735) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdShowGET (line 24768) | public File documentProjectProjectPkDocumentsIdShowGET(String projectP... method documentProjectProjectPkDocumentsIdShowGETWithHttpInfo (line 24787) | public ApiResponse documentProjectProjectPkDocumentsIdShowGETWit... method documentProjectProjectPkDocumentsIdShowGETAsync (line 24808) | public okhttp3.Call documentProjectProjectPkDocumentsIdShowGETAsync(St... method documentProjectProjectPkDocumentsIdSimilarGETCall (line 24830) | public okhttp3.Call documentProjectProjectPkDocumentsIdSimilarGETCall(... method documentProjectProjectPkDocumentsIdSimilarGETValidateBeforeCall (line 24885) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsIdSimilarGET (line 24919) | public ProjectDocumentSimilarity documentProjectProjectPkDocumentsIdSi... method documentProjectProjectPkDocumentsIdSimilarGETWithHttpInfo (line 24939) | public ApiResponse documentProjectProjectPk... method documentProjectProjectPkDocumentsIdSimilarGETAsync (line 24961) | public okhttp3.Call documentProjectProjectPkDocumentsIdSimilarGETAsync... method documentProjectProjectPkDocumentsMarkDeletePOSTCall (line 24981) | public okhttp3.Call documentProjectProjectPkDocumentsMarkDeletePOSTCal... method documentProjectProjectPkDocumentsMarkDeletePOSTValidateBeforeCall (line 25027) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsMarkDeletePOST (line 25054) | public MarkUnmarkForDeleteDocumentsResponse documentProjectProjectPkDo... method documentProjectProjectPkDocumentsMarkDeletePOSTWithHttpInfo (line 25072) | public ApiResponse documentProje... method documentProjectProjectPkDocumentsMarkDeletePOSTAsync (line 25092) | public okhttp3.Call documentProjectProjectPkDocumentsMarkDeletePOSTAsy... method documentProjectProjectPkDocumentsPOSTCall (line 25112) | public okhttp3.Call documentProjectProjectPkDocumentsPOSTCall(String p... method documentProjectProjectPkDocumentsPOSTValidateBeforeCall (line 25158) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsPOST (line 25185) | public DocumentsForUser documentProjectProjectPkDocumentsPOST(String p... method documentProjectProjectPkDocumentsPOSTWithHttpInfo (line 25203) | public ApiResponse documentProjectProjectPkDocuments... method documentProjectProjectPkDocumentsPOSTAsync (line 25223) | public okhttp3.Call documentProjectProjectPkDocumentsPOSTAsync(String ... method documentProjectProjectPkDocumentsUnmarkDeletePOSTCall (line 25243) | public okhttp3.Call documentProjectProjectPkDocumentsUnmarkDeletePOSTC... method documentProjectProjectPkDocumentsUnmarkDeletePOSTValidateBeforeCall (line 25289) | @SuppressWarnings("rawtypes") method documentProjectProjectPkDocumentsUnmarkDeletePOST (line 25316) | public MarkUnmarkForDeleteDocumentsResponse documentProjectProjectPkDo... method documentProjectProjectPkDocumentsUnmarkDeletePOSTWithHttpInfo (line 25334) | public ApiResponse documentProje... method documentProjectProjectPkDocumentsUnmarkDeletePOSTAsync (line 25354) | public okhttp3.Call documentProjectProjectPkDocumentsUnmarkDeletePOSTA... method documentStatsGETCall (line 25372) | public okhttp3.Call documentStatsGETCall(final ApiCallback _callback) ... method documentStatsGETValidateBeforeCall (line 25417) | @SuppressWarnings("rawtypes") method documentStatsGET (line 25437) | public Map documentStatsGET() throws ApiException { method documentStatsGETWithHttpInfo (line 25453) | public ApiResponse> documentStatsGETWithHttpInfo()... method documentStatsGETAsync (line 25471) | public okhttp3.Call documentStatsGETAsync(final ApiCallback documentTextunitsGET(String q) throws Ap... method documentTextunitsGETWithHttpInfo (line 25577) | public ApiResponse> documentTextunitsGETWithHtt... method documentTextunitsGETAsync (line 25596) | public okhttp3.Call documentTextunitsGETAsync(String q, final ApiCallb... method documentTextunitsIdGETCall (line 25616) | public okhttp3.Call documentTextunitsIdGETCall(String id, String q, fi... method documentTextunitsIdGETValidateBeforeCall (line 25666) | @SuppressWarnings("rawtypes") method documentTextunitsIdGET (line 25693) | public TextUnitDjangoQL documentTextunitsIdGET(String id, String q) th... method documentTextunitsIdGETWithHttpInfo (line 25711) | public ApiResponse documentTextunitsIdGETWithHttpInf... method documentTextunitsIdGETAsync (line 25731) | public okhttp3.Call documentTextunitsIdGETAsync(String id, String q, f... method dumpDocumentConfigGETCall (line 25752) | public okhttp3.Call dumpDocumentConfigGETCall(Boolean download, String... method dumpDocumentConfigGETValidateBeforeCall (line 25805) | @SuppressWarnings("rawtypes") method dumpDocumentConfigGET (line 25828) | public DumpDocumentConfigGET200Response dumpDocumentConfigGET(Boolean ... method dumpDocumentConfigGETWithHttpInfo (line 25847) | public ApiResponse dumpDocumentConfi... method dumpDocumentConfigGETAsync (line 25868) | public okhttp3.Call dumpDocumentConfigGETAsync(Boolean download, Strin... method dumpDocumentConfigPUTCall (line 25888) | public okhttp3.Call dumpDocumentConfigPUTCall(List... method dumpDocumentConfigPUTValidateBeforeCall (line 25933) | @SuppressWarnings("rawtypes") method dumpDocumentConfigPUT (line 25955) | public String dumpDocumentConfigPUT(List> requestB... method dumpDocumentConfigPUTWithHttpInfo (line 25973) | public ApiResponse dumpDocumentConfigPUTWithHttpInfo(List dumpDumpFixturePOSTWithHttpInfo(DumpFixture d... method dumpDumpFixturePOSTAsync (line 26114) | public okhttp3.Call dumpDumpFixturePOSTAsync(DumpFixture dumpFixture, ... method dumpDumpGETCall (line 26134) | public okhttp3.Call dumpDumpGETCall(Boolean download, final ApiCallbac... method dumpDumpGETValidateBeforeCall (line 26183) | @SuppressWarnings("rawtypes") method dumpDumpGET (line 26205) | public DumpDocumentConfigGET200Response dumpDumpGET(Boolean download) ... method dumpDumpGETWithHttpInfo (line 26223) | public ApiResponse dumpDumpGETWithHt... method dumpDumpGETAsync (line 26243) | public okhttp3.Call dumpDumpGETAsync(Boolean download, final ApiCallba... method dumpDumpPUTCall (line 26263) | public okhttp3.Call dumpDumpPUTCall(List> requestB... method dumpDumpPUTValidateBeforeCall (line 26308) | @SuppressWarnings("rawtypes") method dumpDumpPUT (line 26330) | public String dumpDumpPUT(List> requestBody) throw... method dumpDumpPUTWithHttpInfo (line 26348) | public ApiResponse dumpDumpPUTWithHttpInfo(List> request... method dumpFieldValuesGETCall (line 26388) | public okhttp3.Call dumpFieldValuesGETCall(Boolean download, final Api... method dumpFieldValuesGETValidateBeforeCall (line 26437) | @SuppressWarnings("rawtypes") method dumpFieldValuesGET (line 26459) | public DumpDocumentConfigGET200Response dumpFieldValuesGET(Boolean dow... method dumpFieldValuesGETWithHttpInfo (line 26477) | public ApiResponse dumpFieldValuesGE... method dumpFieldValuesGETAsync (line 26497) | public okhttp3.Call dumpFieldValuesGETAsync(Boolean download, final Ap... method dumpFieldValuesPUTCall (line 26517) | public okhttp3.Call dumpFieldValuesPUTCall(List> r... method dumpFieldValuesPUTValidateBeforeCall (line 26562) | @SuppressWarnings("rawtypes") method dumpFieldValuesPUT (line 26584) | public String dumpFieldValuesPUT(List> requestBody... method dumpFieldValuesPUTWithHttpInfo (line 26602) | public ApiResponse dumpFieldValuesPUTWithHttpInfo(List> ... method dumpLoadFixturePOSTCall (line 26642) | public okhttp3.Call dumpLoadFixturePOSTCall(LoadFixture loadFixture, f... method dumpLoadFixturePOSTValidateBeforeCall (line 26687) | @SuppressWarnings("rawtypes") method dumpLoadFixturePOST (line 26709) | public List> dumpLoadFixturePOST(LoadFixture loadF... method dumpLoadFixturePOSTWithHttpInfo (line 26727) | public ApiResponse>> dumpLoadFixturePOSTWithH... method dumpLoadFixturePOSTAsync (line 26747) | public okhttp3.Call dumpLoadFixturePOSTAsync(LoadFixture loadFixture, ... method extractAmountUsageGETCall (line 26766) | public okhttp3.Call extractAmountUsageGETCall(Map jqFi... method extractAmountUsageGETValidateBeforeCall (line 26815) | @SuppressWarnings("rawtypes") method extractAmountUsageGET (line 26836) | public List extractAmountUsageGET(Map jqF... method extractAmountUsageGETWithHttpInfo (line 26853) | public ApiResponse> extractAmountUsageGETWithHttpInf... method extractAmountUsageGETAsync (line 26872) | public okhttp3.Call extractAmountUsageGETAsync(Map jqF... method extractAmountUsageTopGETCall (line 26890) | public okhttp3.Call extractAmountUsageTopGETCall(final ApiCallback _ca... method extractAmountUsageTopGETValidateBeforeCall (line 26935) | @SuppressWarnings("rawtypes") method extractAmountUsageTopGET (line 26955) | public List> extractAmountUsageTopGET() throws Api... method extractAmountUsageTopGETWithHttpInfo (line 26971) | public ApiResponse>> extractAmountUsageTopGET... method extractAmountUsageTopGETAsync (line 26989) | public okhttp3.Call extractAmountUsageTopGETAsync(final ApiCallback jq... method extractCitationUsageGETValidateBeforeCall (line 27057) | @SuppressWarnings("rawtypes") method extractCitationUsageGET (line 27078) | public List extractCitationUsageGET(Map... method extractCitationUsageGETWithHttpInfo (line 27095) | public ApiResponse> extractCitationUsageGETWithHtt... method extractCitationUsageGETAsync (line 27114) | public okhttp3.Call extractCitationUsageGETAsync(Map j... method extractCitationUsageTopGETCall (line 27132) | public okhttp3.Call extractCitationUsageTopGETCall(final ApiCallback _... method extractCitationUsageTopGETValidateBeforeCall (line 27177) | @SuppressWarnings("rawtypes") method extractCitationUsageTopGET (line 27197) | public List> extractCitationUsageTopGET() throws A... method extractCitationUsageTopGETWithHttpInfo (line 27213) | public ApiResponse>> extractCitationUsageTopG... method extractCitationUsageTopGETAsync (line 27231) | public okhttp3.Call extractCitationUsageTopGETAsync(final ApiCallback<... method extractCopyrightUsageGETCall (line 27250) | public okhttp3.Call extractCopyrightUsageGETCall(Map j... method extractCopyrightUsageGETValidateBeforeCall (line 27299) | @SuppressWarnings("rawtypes") method extractCopyrightUsageGET (line 27320) | public List extractCopyrightUsageGET(Map> extractCopyrightUsageGETWithH... method extractCopyrightUsageGETAsync (line 27356) | public okhttp3.Call extractCopyrightUsageGETAsync(Map ... method extractCopyrightUsageTopGETCall (line 27374) | public okhttp3.Call extractCopyrightUsageTopGETCall(final ApiCallback ... method extractCopyrightUsageTopGETValidateBeforeCall (line 27419) | @SuppressWarnings("rawtypes") method extractCopyrightUsageTopGET (line 27439) | public List> extractCopyrightUsageTopGET() throws ... method extractCopyrightUsageTopGETWithHttpInfo (line 27455) | public ApiResponse>> extractCopyrightUsageTop... method extractCopyrightUsageTopGETAsync (line 27473) | public okhttp3.Call extractCopyrightUsageTopGETAsync(final ApiCallback... method extractCourtUsageGETCall (line 27492) | public okhttp3.Call extractCourtUsageGETCall(Map jqFil... method extractCourtUsageGETValidateBeforeCall (line 27541) | @SuppressWarnings("rawtypes") method extractCourtUsageGET (line 27562) | public List extractCourtUsageGET(Map jqFil... method extractCourtUsageGETWithHttpInfo (line 27579) | public ApiResponse> extractCourtUsageGETWithHttpInfo(... method extractCourtUsageGETAsync (line 27598) | public okhttp3.Call extractCourtUsageGETAsync(Map jqFi... method extractCourtUsageTopGETCall (line 27616) | public okhttp3.Call extractCourtUsageTopGETCall(final ApiCallback _cal... method extractCourtUsageTopGETValidateBeforeCall (line 27661) | @SuppressWarnings("rawtypes") method extractCourtUsageTopGET (line 27681) | public List> extractCourtUsageTopGET() throws ApiE... method extractCourtUsageTopGETWithHttpInfo (line 27697) | public ApiResponse>> extractCourtUsageTopGETW... method extractCourtUsageTopGETAsync (line 27715) | public okhttp3.Call extractCourtUsageTopGETAsync(final ApiCallback jq... method extractCurrencyUsageGETValidateBeforeCall (line 27783) | @SuppressWarnings("rawtypes") method extractCurrencyUsageGET (line 27804) | public List extractCurrencyUsageGET(Map... method extractCurrencyUsageGETWithHttpInfo (line 27821) | public ApiResponse> extractCurrencyUsageGETWithHtt... method extractCurrencyUsageGETAsync (line 27840) | public okhttp3.Call extractCurrencyUsageGETAsync(Map j... method extractCurrencyUsageTopGETCall (line 27858) | public okhttp3.Call extractCurrencyUsageTopGETCall(final ApiCallback _... method extractCurrencyUsageTopGETValidateBeforeCall (line 27903) | @SuppressWarnings("rawtypes") method extractCurrencyUsageTopGET (line 27923) | public List> extractCurrencyUsageTopGET() throws A... method extractCurrencyUsageTopGETWithHttpInfo (line 27939) | public ApiResponse>> extractCurrencyUsageTopG... method extractCurrencyUsageTopGETAsync (line 27957) | public okhttp3.Call extractCurrencyUsageTopGETAsync(final ApiCallback<... method extractDateDurationUsageGETCall (line 27976) | public okhttp3.Call extractDateDurationUsageGETCall(Map extractDateDurationUsageGET(Map> extractDateDurationUsageGE... method extractDateDurationUsageGETAsync (line 28082) | public okhttp3.Call extractDateDurationUsageGETAsync(Map> extractDateDurationUsageTopGET() thro... method extractDateDurationUsageTopGETWithHttpInfo (line 28181) | public ApiResponse>> extractDateDurationUsage... method extractDateDurationUsageTopGETAsync (line 28199) | public okhttp3.Call extractDateDurationUsageTopGETAsync(final ApiCallb... method extractDateUsageCalendarChartGETCall (line 28217) | public okhttp3.Call extractDateUsageCalendarChartGETCall(final ApiCall... method extractDateUsageCalendarChartGETValidateBeforeCall (line 28262) | @SuppressWarnings("rawtypes") method extractDateUsageCalendarChartGET (line 28282) | public List extractDateUsageCalendarChartGET() thro... method extractDateUsageCalendarChartGETWithHttpInfo (line 28298) | public ApiResponse> extractDateUsageCalendarCh... method extractDateUsageCalendarChartGETAsync (line 28316) | public okhttp3.Call extractDateUsageCalendarChartGETAsync(final ApiCal... method extractDateUsageGETCall (line 28335) | public okhttp3.Call extractDateUsageGETCall(Map jqFilt... method extractDateUsageGETValidateBeforeCall (line 28384) | @SuppressWarnings("rawtypes") method extractDateUsageGET (line 28405) | public List extractDateUsageGET(Map jqFilte... method extractDateUsageGETWithHttpInfo (line 28422) | public ApiResponse> extractDateUsageGETWithHttpInfo(Ma... method extractDateUsageGETAsync (line 28441) | public okhttp3.Call extractDateUsageGETAsync(Map jqFil... method extractDateUsageTimelineChartGETCall (line 28459) | public okhttp3.Call extractDateUsageTimelineChartGETCall(final ApiCall... method extractDateUsageTimelineChartGETValidateBeforeCall (line 28504) | @SuppressWarnings("rawtypes") method extractDateUsageTimelineChartGET (line 28524) | public List extractDateUsageTimelineChartGET() thro... method extractDateUsageTimelineChartGETWithHttpInfo (line 28540) | public ApiResponse> extractDateUsageTimelineCh... method extractDateUsageTimelineChartGETAsync (line 28558) | public okhttp3.Call extractDateUsageTimelineChartGETAsync(final ApiCal... method extractDateUsageToIcalGETCall (line 28577) | public okhttp3.Call extractDateUsageToIcalGETCall(Map ... method extractDateUsageToIcalGETValidateBeforeCall (line 28626) | @SuppressWarnings("rawtypes") method extractDateUsageToIcalGET (line 28647) | public List extractDateUsageToIcalGET(Map j... method extractDateUsageToIcalGETWithHttpInfo (line 28664) | public ApiResponse> extractDateUsageToIcalGETWithHttpI... method extractDateUsageToIcalGETAsync (line 28683) | public okhttp3.Call extractDateUsageToIcalGETAsync(Map... method extractDateUsageTopGETCall (line 28701) | public okhttp3.Call extractDateUsageTopGETCall(final ApiCallback _call... method extractDateUsageTopGETValidateBeforeCall (line 28746) | @SuppressWarnings("rawtypes") method extractDateUsageTopGET (line 28766) | public List> extractDateUsageTopGET() throws ApiEx... method extractDateUsageTopGETWithHttpInfo (line 28782) | public ApiResponse>> extractDateUsageTopGETWi... method extractDateUsageTopGETAsync (line 28800) | public okhttp3.Call extractDateUsageTopGETAsync(final ApiCallback ... method extractDefinitionUsageGETValidateBeforeCall (line 28868) | @SuppressWarnings("rawtypes") method extractDefinitionUsageGET (line 28889) | public List extractDefinitionUsageGET(Map> extractDefinitionUsageGETWit... method extractDefinitionUsageGETAsync (line 28925) | public okhttp3.Call extractDefinitionUsageGETAsync(Map... method extractDefinitionUsageTopGETCall (line 28943) | public okhttp3.Call extractDefinitionUsageTopGETCall(final ApiCallback... method extractDefinitionUsageTopGETValidateBeforeCall (line 28988) | @SuppressWarnings("rawtypes") method extractDefinitionUsageTopGET (line 29008) | public List> extractDefinitionUsageTopGET() throws... method extractDefinitionUsageTopGETWithHttpInfo (line 29024) | public ApiResponse>> extractDefinitionUsageTo... method extractDefinitionUsageTopGETAsync (line 29042) | public okhttp3.Call extractDefinitionUsageTopGETAsync(final ApiCallbac... method extractDistanceUsageGETCall (line 29061) | public okhttp3.Call extractDistanceUsageGETCall(Map jq... method extractDistanceUsageGETValidateBeforeCall (line 29110) | @SuppressWarnings("rawtypes") method extractDistanceUsageGET (line 29131) | public List extractDistanceUsageGET(Map... method extractDistanceUsageGETWithHttpInfo (line 29148) | public ApiResponse> extractDistanceUsageGETWithHtt... method extractDistanceUsageGETAsync (line 29167) | public okhttp3.Call extractDistanceUsageGETAsync(Map j... method extractDistanceUsageTopGETCall (line 29185) | public okhttp3.Call extractDistanceUsageTopGETCall(final ApiCallback _... method extractDistanceUsageTopGETValidateBeforeCall (line 29230) | @SuppressWarnings("rawtypes") method extractDistanceUsageTopGET (line 29250) | public List> extractDistanceUsageTopGET() throws A... method extractDistanceUsageTopGETWithHttpInfo (line 29266) | public ApiResponse>> extractDistanceUsageTopG... method extractDistanceUsageTopGETAsync (line 29284) | public okhttp3.Call extractDistanceUsageTopGETAsync(final ApiCallback<... method extractGeoAliasUsageGETCall (line 29303) | public okhttp3.Call extractGeoAliasUsageGETCall(Map jq... method extractGeoAliasUsageGETValidateBeforeCall (line 29352) | @SuppressWarnings("rawtypes") method extractGeoAliasUsageGET (line 29373) | public List extractGeoAliasUsageGET(Map... method extractGeoAliasUsageGETWithHttpInfo (line 29390) | public ApiResponse> extractGeoAliasUsageGETWithHtt... method extractGeoAliasUsageGETAsync (line 29409) | public okhttp3.Call extractGeoAliasUsageGETAsync(Map j... method extractGeoAliasUsageTopGETCall (line 29427) | public okhttp3.Call extractGeoAliasUsageTopGETCall(final ApiCallback _... method extractGeoAliasUsageTopGETValidateBeforeCall (line 29472) | @SuppressWarnings("rawtypes") method extractGeoAliasUsageTopGET (line 29492) | public List> extractGeoAliasUsageTopGET() throws A... method extractGeoAliasUsageTopGETWithHttpInfo (line 29508) | public ApiResponse>> extractGeoAliasUsageTopG... method extractGeoAliasUsageTopGETAsync (line 29526) | public okhttp3.Call extractGeoAliasUsageTopGETAsync(final ApiCallback<... method extractGeoEntitiesGETCall (line 29545) | public okhttp3.Call extractGeoEntitiesGETCall(Map jqFi... method extractGeoEntitiesGETValidateBeforeCall (line 29594) | @SuppressWarnings("rawtypes") method extractGeoEntitiesGET (line 29615) | public List extractGeoEntitiesGET(Map j... method extractGeoEntitiesGETWithHttpInfo (line 29632) | public ApiResponse> extractGeoEntitiesGETWithHttpI... method extractGeoEntitiesGETAsync (line 29651) | public okhttp3.Call extractGeoEntitiesGETAsync(Map jqF... method extractGeoEntitiesIdGETCall (line 29671) | public okhttp3.Call extractGeoEntitiesIdGETCall(String id, Map extractGeoEntitiesIdGETWithHttpInfo(... method extractGeoEntitiesIdGETAsync (line 29786) | public okhttp3.Call extractGeoEntitiesIdGETAsync(String id, Map extractGeoEntitiesIdPUTWithHttpInf... method extractGeoEntitiesIdPUTAsync (line 29917) | public okhttp3.Call extractGeoEntitiesIdPUTAsync(String id, GeoEntityU... method extractGeoEntityUsageGETCall (line 29936) | public okhttp3.Call extractGeoEntityUsageGETCall(Map j... method extractGeoEntityUsageGETValidateBeforeCall (line 29985) | @SuppressWarnings("rawtypes") method extractGeoEntityUsageGET (line 30006) | public List extractGeoEntityUsageGET(Map> extractGeoEntityUsageGETWithH... method extractGeoEntityUsageGETAsync (line 30042) | public okhttp3.Call extractGeoEntityUsageGETAsync(Map ... method extractGeoEntityUsageTopGETCall (line 30060) | public okhttp3.Call extractGeoEntityUsageTopGETCall(final ApiCallback ... method extractGeoEntityUsageTopGETValidateBeforeCall (line 30105) | @SuppressWarnings("rawtypes") method extractGeoEntityUsageTopGET (line 30125) | public List> extractGeoEntityUsageTopGET() throws ... method extractGeoEntityUsageTopGETWithHttpInfo (line 30141) | public ApiResponse>> extractGeoEntityUsageTop... method extractGeoEntityUsageTopGETAsync (line 30159) | public okhttp3.Call extractGeoEntityUsageTopGETAsync(final ApiCallback... method extractPartiesGETCall (line 30178) | public okhttp3.Call extractPartiesGETCall(Map jqFilter... method extractPartiesGETValidateBeforeCall (line 30227) | @SuppressWarnings("rawtypes") method extractPartiesGET (line 30248) | public List extractPartiesGET(Map jqFilters) th... method extractPartiesGETWithHttpInfo (line 30265) | public ApiResponse> extractPartiesGETWithHttpInfo(Map jqFilte... method extractPartiesIdGETCall (line 30304) | public okhttp3.Call extractPartiesIdGETCall(String id, Map jqFilt... method extractPartiesIdGETWithHttpInfo (line 30399) | public ApiResponse extractPartiesIdGETWithHttpInfo(String id, M... method extractPartiesIdGETAsync (line 30419) | public okhttp3.Call extractPartiesIdGETAsync(String id, Map extractPartyNetworkChartGET(Map> extractPartyNetworkChartGETWithHt... method extractPartyNetworkChartGETAsync (line 30544) | public okhttp3.Call extractPartyNetworkChartGETAsync(Map jqFil... method extractPartyUsageGETValidateBeforeCall (line 30612) | @SuppressWarnings("rawtypes") method extractPartyUsageGET (line 30633) | public List extractPartyUsageGET(Map jqFil... method extractPartyUsageGETWithHttpInfo (line 30650) | public ApiResponse> extractPartyUsageGETWithHttpInfo(... method extractPartyUsageGETAsync (line 30669) | public okhttp3.Call extractPartyUsageGETAsync(Map jqFi... method extractPartyUsageTopGETCall (line 30687) | public okhttp3.Call extractPartyUsageTopGETCall(final ApiCallback _cal... method extractPartyUsageTopGETValidateBeforeCall (line 30732) | @SuppressWarnings("rawtypes") method extractPartyUsageTopGET (line 30752) | public List> extractPartyUsageTopGET() throws ApiE... method extractPartyUsageTopGETWithHttpInfo (line 30768) | public ApiResponse>> extractPartyUsageTopGETW... method extractPartyUsageTopGETAsync (line 30786) | public okhttp3.Call extractPartyUsageTopGETAsync(final ApiCallback jqF... method extractPercentUsageGETValidateBeforeCall (line 30854) | @SuppressWarnings("rawtypes") method extractPercentUsageGET (line 30875) | public List extractPercentUsageGET(Map j... method extractPercentUsageGETWithHttpInfo (line 30892) | public ApiResponse> extractPercentUsageGETWithHttpI... method extractPercentUsageGETAsync (line 30911) | public okhttp3.Call extractPercentUsageGETAsync(Map jq... method extractPercentUsageTopGETCall (line 30929) | public okhttp3.Call extractPercentUsageTopGETCall(final ApiCallback _c... method extractPercentUsageTopGETValidateBeforeCall (line 30974) | @SuppressWarnings("rawtypes") method extractPercentUsageTopGET (line 30994) | public List> extractPercentUsageTopGET() throws Ap... method extractPercentUsageTopGETWithHttpInfo (line 31010) | public ApiResponse>> extractPercentUsageTopGE... method extractPercentUsageTopGETAsync (line 31028) | public okhttp3.Call extractPercentUsageTopGETAsync(final ApiCallback jqFil... method extractRatioUsageGETValidateBeforeCall (line 31096) | @SuppressWarnings("rawtypes") method extractRatioUsageGET (line 31117) | public List extractRatioUsageGET(Map jqFil... method extractRatioUsageGETWithHttpInfo (line 31134) | public ApiResponse> extractRatioUsageGETWithHttpInfo(... method extractRatioUsageGETAsync (line 31153) | public okhttp3.Call extractRatioUsageGETAsync(Map jqFi... method extractRatioUsageTopGETCall (line 31171) | public okhttp3.Call extractRatioUsageTopGETCall(final ApiCallback _cal... method extractRatioUsageTopGETValidateBeforeCall (line 31216) | @SuppressWarnings("rawtypes") method extractRatioUsageTopGET (line 31236) | public List> extractRatioUsageTopGET() throws ApiE... method extractRatioUsageTopGETWithHttpInfo (line 31252) | public ApiResponse>> extractRatioUsageTopGETW... method extractRatioUsageTopGETAsync (line 31270) | public okhttp3.Call extractRatioUsageTopGETAsync(final ApiCallback ... method extractRegulationUsageGETValidateBeforeCall (line 31338) | @SuppressWarnings("rawtypes") method extractRegulationUsageGET (line 31359) | public List extractRegulationUsageGET(Map> extractRegulationUsageGETWit... method extractRegulationUsageGETAsync (line 31395) | public okhttp3.Call extractRegulationUsageGETAsync(Map... method extractRegulationUsageTopGETCall (line 31413) | public okhttp3.Call extractRegulationUsageTopGETCall(final ApiCallback... method extractRegulationUsageTopGETValidateBeforeCall (line 31458) | @SuppressWarnings("rawtypes") method extractRegulationUsageTopGET (line 31478) | public List> extractRegulationUsageTopGET() throws... method extractRegulationUsageTopGETWithHttpInfo (line 31494) | public ApiResponse>> extractRegulationUsageTo... method extractRegulationUsageTopGETAsync (line 31512) | public okhttp3.Call extractRegulationUsageTopGETAsync(final ApiCallbac... method extractTermTagsGETCall (line 31531) | public okhttp3.Call extractTermTagsGETCall(Map jqFilte... method extractTermTagsGETValidateBeforeCall (line 31580) | @SuppressWarnings("rawtypes") method extractTermTagsGET (line 31601) | public List extractTermTagsGET(Map jqFilters)... method extractTermTagsGETWithHttpInfo (line 31618) | public ApiResponse> extractTermTagsGETWithHttpInfo(Map jqFilt... method extractTermUsageGETCall (line 31656) | public okhttp3.Call extractTermUsageGETCall(Map jqFilt... method extractTermUsageGETValidateBeforeCall (line 31705) | @SuppressWarnings("rawtypes") method extractTermUsageGET (line 31726) | public List extractTermUsageGET(Map jqFilte... method extractTermUsageGETWithHttpInfo (line 31743) | public ApiResponse> extractTermUsageGETWithHttpInfo(Ma... method extractTermUsageGETAsync (line 31762) | public okhttp3.Call extractTermUsageGETAsync(Map jqFil... method extractTermUsageTopGETCall (line 31780) | public okhttp3.Call extractTermUsageTopGETCall(final ApiCallback _call... method extractTermUsageTopGETValidateBeforeCall (line 31825) | @SuppressWarnings("rawtypes") method extractTermUsageTopGET (line 31845) | public List> extractTermUsageTopGET() throws ApiEx... method extractTermUsageTopGETWithHttpInfo (line 31861) | public ApiResponse>> extractTermUsageTopGETWi... method extractTermUsageTopGETAsync (line 31879) | public okhttp3.Call extractTermUsageTopGETAsync(final ApiCallback j... method extractTrademarkUsageGETValidateBeforeCall (line 31947) | @SuppressWarnings("rawtypes") method extractTrademarkUsageGET (line 31968) | public List extractTrademarkUsageGET(Map> extractTrademarkUsageGETWithH... method extractTrademarkUsageGETAsync (line 32004) | public okhttp3.Call extractTrademarkUsageGETAsync(Map ... method extractTrademarkUsageTopGETCall (line 32022) | public okhttp3.Call extractTrademarkUsageTopGETCall(final ApiCallback ... method extractTrademarkUsageTopGETValidateBeforeCall (line 32067) | @SuppressWarnings("rawtypes") method extractTrademarkUsageTopGET (line 32087) | public List> extractTrademarkUsageTopGET() throws ... method extractTrademarkUsageTopGETWithHttpInfo (line 32103) | public ApiResponse>> extractTrademarkUsageTop... method extractTrademarkUsageTopGETAsync (line 32121) | public okhttp3.Call extractTrademarkUsageTopGETAsync(final ApiCallback... method extractTypeaheadGeoEntityUsageFieldNameGETCall (line 32140) | public okhttp3.Call extractTypeaheadGeoEntityUsageFieldNameGETCall(Str... method extractTypeaheadGeoEntityUsageFieldNameGETValidateBeforeCall (line 32186) | @SuppressWarnings("rawtypes") method extractTypeaheadGeoEntityUsageFieldNameGET (line 32212) | public Typeahead extractTypeaheadGeoEntityUsageFieldNameGET(String fie... method extractTypeaheadGeoEntityUsageFieldNameGETWithHttpInfo (line 32229) | public ApiResponse extractTypeaheadGeoEntityUsageFieldNameG... method extractTypeaheadGeoEntityUsageFieldNameGETAsync (line 32248) | public okhttp3.Call extractTypeaheadGeoEntityUsageFieldNameGETAsync(St... method extractTypeaheadPartyUsageFieldNameGETCall (line 32267) | public okhttp3.Call extractTypeaheadPartyUsageFieldNameGETCall(String ... method extractTypeaheadPartyUsageFieldNameGETValidateBeforeCall (line 32313) | @SuppressWarnings("rawtypes") method extractTypeaheadPartyUsageFieldNameGET (line 32339) | public Typeahead extractTypeaheadPartyUsageFieldNameGET(String fieldNa... method extractTypeaheadPartyUsageFieldNameGETWithHttpInfo (line 32356) | public ApiResponse extractTypeaheadPartyUsageFieldNameGETWi... method extractTypeaheadPartyUsageFieldNameGETAsync (line 32375) | public okhttp3.Call extractTypeaheadPartyUsageFieldNameGETAsync(String... method extractTypeaheadTermUsageFieldNameGETCall (line 32394) | public okhttp3.Call extractTypeaheadTermUsageFieldNameGETCall(String f... method extractTypeaheadTermUsageFieldNameGETValidateBeforeCall (line 32440) | @SuppressWarnings("rawtypes") method extractTypeaheadTermUsageFieldNameGET (line 32466) | public Typeahead extractTypeaheadTermUsageFieldNameGET(String fieldNam... method extractTypeaheadTermUsageFieldNameGETWithHttpInfo (line 32483) | public ApiResponse extractTypeaheadTermUsageFieldNameGETWit... method extractTypeaheadTermUsageFieldNameGETAsync (line 32502) | public okhttp3.Call extractTypeaheadTermUsageFieldNameGETAsync(String ... method extractUrlUsageGETCall (line 32521) | public okhttp3.Call extractUrlUsageGETCall(Map jqFilte... method extractUrlUsageGETValidateBeforeCall (line 32570) | @SuppressWarnings("rawtypes") method extractUrlUsageGET (line 32591) | public List extractUrlUsageGET(Map jqFilters... method extractUrlUsageGETWithHttpInfo (line 32608) | public ApiResponse> extractUrlUsageGETWithHttpInfo(Map<... method extractUrlUsageGETAsync (line 32627) | public okhttp3.Call extractUrlUsageGETAsync(Map jqFilt... method extractUrlUsageTopGETCall (line 32645) | public okhttp3.Call extractUrlUsageTopGETCall(final ApiCallback _callb... method extractUrlUsageTopGETValidateBeforeCall (line 32690) | @SuppressWarnings("rawtypes") method extractUrlUsageTopGET (line 32710) | public List> extractUrlUsageTopGET() throws ApiExc... method extractUrlUsageTopGETWithHttpInfo (line 32726) | public ApiResponse>> extractUrlUsageTopGETWit... method extractUrlUsageTopGETAsync (line 32744) | public okhttp3.Call extractUrlUsageTopGETAsync(final ApiCallback loggingLogMessagePOST(LoggingAPIViewRequest... method loggingLogMessagePOSTWithHttpInfo (line 32852) | public ApiResponse> loggingLogMessagePOSTWithHttpI... method loggingLogMessagePOSTAsync (line 32873) | public okhttp3.Call loggingLogMessagePOSTAsync(LoggingAPIViewRequest l... method mediaDataPathGETCall (line 32893) | public okhttp3.Call mediaDataPathGETCall(String path, String action, f... method mediaDataPathGETValidateBeforeCall (line 32943) | @SuppressWarnings("rawtypes") method mediaDataPathGET (line 32970) | public Map mediaDataPathGET(String path, String action... method mediaDataPathGETWithHttpInfo (line 32988) | public ApiResponse> mediaDataPathGETWithHttpInfo(S... method mediaDataPathGETAsync (line 33008) | public okhttp3.Call mediaDataPathGETAsync(String path, String action, ... method notificationsWebNotificationsGETCall (line 33026) | public okhttp3.Call notificationsWebNotificationsGETCall(final ApiCall... method notificationsWebNotificationsGETValidateBeforeCall (line 33071) | @SuppressWarnings("rawtypes") method notificationsWebNotificationsGET (line 33091) | public Map notificationsWebNotificationsGET() throws A... method notificationsWebNotificationsGETWithHttpInfo (line 33107) | public ApiResponse> notificationsWebNotificationsG... method notificationsWebNotificationsGETAsync (line 33125) | public okhttp3.Call notificationsWebNotificationsGETAsync(final ApiCal... method notificationsWebNotificationsMarkSeenPOSTCall (line 33144) | public okhttp3.Call notificationsWebNotificationsMarkSeenPOSTCall(Mark... method notificationsWebNotificationsMarkSeenPOSTValidateBeforeCall (line 33189) | @SuppressWarnings("rawtypes") method notificationsWebNotificationsMarkSeenPOST (line 33210) | public MarkForSeenWebNotificationResponse notificationsWebNotification... method notificationsWebNotificationsMarkSeenPOSTWithHttpInfo (line 33227) | public ApiResponse notificationsWe... method notificationsWebNotificationsMarkSeenPOSTAsync (line 33246) | public okhttp3.Call notificationsWebNotificationsMarkSeenPOSTAsync(Mar... method projectProjectClusteringGETCall (line 33265) | public okhttp3.Call projectProjectClusteringGETCall(Map projectProjectClusteringGET(Map> projectProjectClusteringGE... method projectProjectClusteringGETAsync (line 33371) | public okhttp3.Call projectProjectClusteringGETAsync(Map projectProjectClusteringIdGETWit... method projectProjectClusteringIdGETAsync (line 33506) | public okhttp3.Call projectProjectClusteringIdGETAsync(String id, Map<... method projectProjectsFormFieldsGETCall (line 33524) | public okhttp3.Call projectProjectsFormFieldsGETCall(final ApiCallback... method projectProjectsFormFieldsGETValidateBeforeCall (line 33569) | @SuppressWarnings("rawtypes") method projectProjectsFormFieldsGET (line 33589) | public Map projectProjectsFormFieldsGET() throws ApiEx... method projectProjectsFormFieldsGETWithHttpInfo (line 33605) | public ApiResponse> projectProjectsFormFieldsGETWi... method projectProjectsFormFieldsGETAsync (line 33623) | public okhttp3.Call projectProjectsFormFieldsGETAsync(final ApiCallbac... method projectProjectsGETCall (line 33642) | public okhttp3.Call projectProjectsGETCall(Map jqFilte... method projectProjectsGETValidateBeforeCall (line 33691) | @SuppressWarnings("rawtypes") method projectProjectsGET (line 33712) | public List projectProjectsGET(Map jqFilt... method projectProjectsGETWithHttpInfo (line 33729) | public ApiResponse> projectProjectsGETWithHttpInfo(M... method projectProjectsGETAsync (line 33748) | public okhttp3.Call projectProjectsGETAsync(Map jqFilt... method projectProjectsIdActiveTasksGETCall (line 33768) | public okhttp3.Call projectProjectsIdActiveTasksGETCall(String id, Map... method projectProjectsIdActiveTasksGETValidateBeforeCall (line 33818) | @SuppressWarnings("rawtypes") method projectProjectsIdActiveTasksGET (line 33845) | public List projectProjectsIdActiveTasksGET(String... method projectProjectsIdActiveTasksGETWithHttpInfo (line 33863) | public ApiResponse> projectProjectsIdActiveTa... method projectProjectsIdActiveTasksGETAsync (line 33883) | public okhttp3.Call projectProjectsIdActiveTasksGETAsync(String id, Ma... method projectProjectsIdAnnotationsAssigneesGETCall (line 33902) | public okhttp3.Call projectProjectsIdAnnotationsAssigneesGETCall(Strin... method projectProjectsIdAnnotationsAssigneesGETValidateBeforeCall (line 33948) | @SuppressWarnings("rawtypes") method projectProjectsIdAnnotationsAssigneesGET (line 33974) | public List projectProjectsIdAnno... method projectProjectsIdAnnotationsAssigneesGETWithHttpInfo (line 33991) | public ApiResponse> projectP... method projectProjectsIdAnnotationsAssigneesGETAsync (line 34010) | public okhttp3.Call projectProjectsIdAnnotationsAssigneesGETAsync(Stri... method projectProjectsIdAssignAnnotationsPOSTCall (line 34031) | public okhttp3.Call projectProjectsIdAssignAnnotationsPOSTCall(String ... method projectProjectsIdAssignAnnotationsPOSTValidateBeforeCall (line 34077) | @SuppressWarnings("rawtypes") method projectProjectsIdAssignAnnotationsPOST (line 34105) | public CountSuccessResponse projectProjectsIdAssignAnnotationsPOST(Str... method projectProjectsIdAssignAnnotationsPOSTWithHttpInfo (line 34124) | public ApiResponse projectProjectsIdAssignAnnota... method projectProjectsIdAssignAnnotationsPOSTAsync (line 34145) | public okhttp3.Call projectProjectsIdAssignAnnotationsPOSTAsync(String... method projectProjectsIdAssignDocumentPOSTCall (line 34166) | public okhttp3.Call projectProjectsIdAssignDocumentPOSTCall(String id,... method projectProjectsIdAssignDocumentPOSTValidateBeforeCall (line 34212) | @SuppressWarnings("rawtypes") method projectProjectsIdAssignDocumentPOST (line 34240) | public CountSuccessResponse projectProjectsIdAssignDocumentPOST(String... method projectProjectsIdAssignDocumentPOSTWithHttpInfo (line 34259) | public ApiResponse projectProjectsIdAssignDocume... method projectProjectsIdAssignDocumentPOSTAsync (line 34280) | public okhttp3.Call projectProjectsIdAssignDocumentPOSTAsync(String id... method projectProjectsIdAssignDocumentsPOSTCall (line 34301) | public okhttp3.Call projectProjectsIdAssignDocumentsPOSTCall(String id... method projectProjectsIdAssignDocumentsPOSTValidateBeforeCall (line 34347) | @SuppressWarnings("rawtypes") method projectProjectsIdAssignDocumentsPOST (line 34375) | public CountSuccessResponse projectProjectsIdAssignDocumentsPOST(Strin... method projectProjectsIdAssignDocumentsPOSTWithHttpInfo (line 34394) | public ApiResponse projectProjectsIdAssignDocume... method projectProjectsIdAssignDocumentsPOSTAsync (line 34415) | public okhttp3.Call projectProjectsIdAssignDocumentsPOSTAsync(String i... method projectProjectsIdAssigneesGETCall (line 34434) | public okhttp3.Call projectProjectsIdAssigneesGETCall(String id, final... method projectProjectsIdAssigneesGETValidateBeforeCall (line 34480) | @SuppressWarnings("rawtypes") method projectProjectsIdAssigneesGET (line 34506) | public List projectProjectsIdAssign... method projectProjectsIdAssigneesGETWithHttpInfo (line 34523) | public ApiResponse> projectPro... method projectProjectsIdAssigneesGETAsync (line 34542) | public okhttp3.Call projectProjectsIdAssigneesGETAsync(String id, fina... method projectProjectsIdCheckSimilarityProcessAllowedPOSTCall (line 34562) | public okhttp3.Call projectProjectsIdCheckSimilarityProcessAllowedPOST... method projectProjectsIdCheckSimilarityProcessAllowedPOSTValidateBeforeCall (line 34608) | @SuppressWarnings("rawtypes") method projectProjectsIdCheckSimilarityProcessAllowedPOST (line 34635) | public ProjectDetail projectProjectsIdCheckSimilarityProcessAllowedPOS... method projectProjectsIdCheckSimilarityProcessAllowedPOSTWithHttpInfo (line 34653) | public ApiResponse projectProjectsIdCheckSimilarityProc... method projectProjectsIdCheckSimilarityProcessAllowedPOSTAsync (line 34673) | public okhttp3.Call projectProjectsIdCheckSimilarityProcessAllowedPOST... method projectProjectsIdCleanupPOSTCall (line 34694) | public okhttp3.Call projectProjectsIdCleanupPOSTCall(String id, Cleanu... method projectProjectsIdCleanupPOSTValidateBeforeCall (line 34740) | @SuppressWarnings("rawtypes") method projectProjectsIdCleanupPOST (line 34768) | public String projectProjectsIdCleanupPOST(String id, CleanupProjectRe... method projectProjectsIdCleanupPOSTWithHttpInfo (line 34787) | public ApiResponse projectProjectsIdCleanupPOSTWithHttpInfo(St... method projectProjectsIdCleanupPOSTAsync (line 34808) | public okhttp3.Call projectProjectsIdCleanupPOSTAsync(String id, Clean... method projectProjectsIdClusterActionsGETCall (line 34831) | public okhttp3.Call projectProjectsIdClusterActionsGETCall(String id, ... method projectProjectsIdClusterActionsGETValidateBeforeCall (line 34893) | @SuppressWarnings("rawtypes") method projectProjectsIdClusterActionsGET (line 34923) | public ProjectDetail projectProjectsIdClusterActionsGET(String id, Int... method projectProjectsIdClusterActionsGETWithHttpInfo (line 34944) | public ApiResponse projectProjectsIdClusterActionsGETWi... method projectProjectsIdClusterActionsGETAsync (line 34967) | public okhttp3.Call projectProjectsIdClusterActionsGETAsync(String id,... method projectProjectsIdClusterPOSTCall (line 34988) | public okhttp3.Call projectProjectsIdClusterPOSTCall(String id, Cluste... method projectProjectsIdClusterPOSTValidateBeforeCall (line 35034) | @SuppressWarnings("rawtypes") method projectProjectsIdClusterPOST (line 35062) | public ClusterProjectResponse projectProjectsIdClusterPOST(String id, ... method projectProjectsIdClusterPOSTWithHttpInfo (line 35081) | public ApiResponse projectProjectsIdClusterPOS... method projectProjectsIdClusterPOSTAsync (line 35102) | public okhttp3.Call projectProjectsIdClusterPOSTAsync(String id, Clust... method projectProjectsIdClusteringStatusGETCall (line 35123) | public okhttp3.Call projectProjectsIdClusteringStatusGETCall(String id... method projectProjectsIdClusteringStatusGETValidateBeforeCall (line 35173) | @SuppressWarnings("rawtypes") method projectProjectsIdClusteringStatusGET (line 35201) | public ProjectClusteringStatusResponse projectProjectsIdClusteringStat... method projectProjectsIdClusteringStatusGETWithHttpInfo (line 35220) | public ApiResponse projectProjectsIdC... method projectProjectsIdClusteringStatusGETAsync (line 35241) | public okhttp3.Call projectProjectsIdClusteringStatusGETAsync(String i... method projectProjectsIdDELETECall (line 35260) | public okhttp3.Call projectProjectsIdDELETECall(String id, final ApiCa... method projectProjectsIdDELETEValidateBeforeCall (line 35306) | @SuppressWarnings("rawtypes") method projectProjectsIdDELETE (line 35331) | public void projectProjectsIdDELETE(String id) throws ApiException { method projectProjectsIdDELETEWithHttpInfo (line 35347) | public ApiResponse projectProjectsIdDELETEWithHttpInfo(String id... method projectProjectsIdDELETEAsync (line 35365) | public okhttp3.Call projectProjectsIdDELETEAsync(String id, final ApiC... method projectProjectsIdDeleteDocumentSimilarityResultsDELETECall (line 35383) | public okhttp3.Call projectProjectsIdDeleteDocumentSimilarityResultsDE... method projectProjectsIdDeleteDocumentSimilarityResultsDELETEValidateBeforeCall (line 35429) | @SuppressWarnings("rawtypes") method projectProjectsIdDeleteDocumentSimilarityResultsDELETE (line 35454) | public void projectProjectsIdDeleteDocumentSimilarityResultsDELETE(Str... method projectProjectsIdDeleteDocumentSimilarityResultsDELETEWithHttpInfo (line 35470) | public ApiResponse projectProjectsIdDeleteDocumentSimilarityResu... method projectProjectsIdDeleteDocumentSimilarityResultsDELETEAsync (line 35488) | public okhttp3.Call projectProjectsIdDeleteDocumentSimilarityResultsDE... method projectProjectsIdDeleteTextUnitSimilarityResultsDELETECall (line 35506) | public okhttp3.Call projectProjectsIdDeleteTextUnitSimilarityResultsDE... method projectProjectsIdDeleteTextUnitSimilarityResultsDELETEValidateBeforeCall (line 35552) | @SuppressWarnings("rawtypes") method projectProjectsIdDeleteTextUnitSimilarityResultsDELETE (line 35577) | public void projectProjectsIdDeleteTextUnitSimilarityResultsDELETE(Str... method projectProjectsIdDeleteTextUnitSimilarityResultsDELETEWithHttpInfo (line 35593) | public ApiResponse projectProjectsIdDeleteTextUnitSimilarityResu... method projectProjectsIdDeleteTextUnitSimilarityResultsDELETEAsync (line 35611) | public okhttp3.Call projectProjectsIdDeleteTextUnitSimilarityResultsDE... method projectProjectsIdDetectFieldValuesPOSTCall (line 35630) | public okhttp3.Call projectProjectsIdDetectFieldValuesPOSTCall(String ... method projectProjectsIdDetectFieldValuesPOSTValidateBeforeCall (line 35676) | @SuppressWarnings("rawtypes") method projectProjectsIdDetectFieldValuesPOST (line 35703) | public TaskIdResponse projectProjectsIdDetectFieldValuesPOST(String id... method projectProjectsIdDetectFieldValuesPOSTWithHttpInfo (line 35721) | public ApiResponse projectProjectsIdDetectFieldValuesP... method projectProjectsIdDetectFieldValuesPOSTAsync (line 35741) | public okhttp3.Call projectProjectsIdDetectFieldValuesPOSTAsync(String... method projectProjectsIdFormFieldsGETCall (line 35760) | public okhttp3.Call projectProjectsIdFormFieldsGETCall(String id, fina... method projectProjectsIdFormFieldsGETValidateBeforeCall (line 35806) | @SuppressWarnings("rawtypes") method projectProjectsIdFormFieldsGET (line 35832) | public Map projectProjectsIdFormFieldsGET(String id) t... method projectProjectsIdFormFieldsGETWithHttpInfo (line 35849) | public ApiResponse> projectProjectsIdFormFieldsGET... method projectProjectsIdFormFieldsGETAsync (line 35868) | public okhttp3.Call projectProjectsIdFormFieldsGETAsync(String id, fin... method projectProjectsIdGETCall (line 35888) | public okhttp3.Call projectProjectsIdGETCall(String id, Map projectProjectsIdGETWithHttpInfo(Str... method projectProjectsIdGETAsync (line 36003) | public okhttp3.Call projectProjectsIdGETAsync(String id, Map projectProjectsIdLocateItemsPOSTWit... method projectProjectsIdLocateItemsPOSTAsync (line 36134) | public okhttp3.Call projectProjectsIdLocateItemsPOSTAsync(String id, L... method projectProjectsIdMarkDeletePOSTCall (line 36154) | public okhttp3.Call projectProjectsIdMarkDeletePOSTCall(String id, Mar... method projectProjectsIdMarkDeletePOSTValidateBeforeCall (line 36200) | @SuppressWarnings("rawtypes") method projectProjectsIdMarkDeletePOST (line 36227) | public MarkUnmarkForDeleteProjectsReponse projectProjectsIdMarkDeleteP... method projectProjectsIdMarkDeletePOSTWithHttpInfo (line 36245) | public ApiResponse projectProjects... method projectProjectsIdMarkDeletePOSTAsync (line 36265) | public okhttp3.Call projectProjectsIdMarkDeletePOSTAsync(String id, Ma... method projectProjectsIdPATCHCall (line 36285) | public okhttp3.Call projectProjectsIdPATCHCall(String id, ProjectUpdat... method projectProjectsIdPATCHValidateBeforeCall (line 36331) | @SuppressWarnings("rawtypes") method projectProjectsIdPATCH (line 36358) | public ProjectUpdate projectProjectsIdPATCH(String id, ProjectUpdate p... method projectProjectsIdPATCHWithHttpInfo (line 36376) | public ApiResponse projectProjectsIdPATCHWithHttpInfo(S... method projectProjectsIdPATCHAsync (line 36396) | public okhttp3.Call projectProjectsIdPATCHAsync(String id, ProjectUpda... method projectProjectsIdPUTCall (line 36416) | public okhttp3.Call projectProjectsIdPUTCall(String id, ProjectUpdate ... method projectProjectsIdPUTValidateBeforeCall (line 36462) | @SuppressWarnings("rawtypes") method projectProjectsIdPUT (line 36489) | public ProjectUpdate projectProjectsIdPUT(String id, ProjectUpdate pro... method projectProjectsIdPUTWithHttpInfo (line 36507) | public ApiResponse projectProjectsIdPUTWithHttpInfo(Str... method projectProjectsIdPUTAsync (line 36527) | public okhttp3.Call projectProjectsIdPUTAsync(String id, ProjectUpdate... method projectProjectsIdProgressGETCall (line 36546) | public okhttp3.Call projectProjectsIdProgressGETCall(String id, final ... method projectProjectsIdProgressGETValidateBeforeCall (line 36592) | @SuppressWarnings("rawtypes") method projectProjectsIdProgressGET (line 36618) | public ProjectProgressResponse projectProjectsIdProgressGET(String id)... method projectProjectsIdProgressGETWithHttpInfo (line 36635) | public ApiResponse projectProjectsIdProgressG... method projectProjectsIdProgressGETAsync (line 36654) | public okhttp3.Call projectProjectsIdProgressGETAsync(String id, final... method projectProjectsIdSearchSimilarDocumentsPOSTCall (line 36674) | public okhttp3.Call projectProjectsIdSearchSimilarDocumentsPOSTCall(St... method projectProjectsIdSearchSimilarDocumentsPOSTValidateBeforeCall (line 36720) | @SuppressWarnings("rawtypes") method projectProjectsIdSearchSimilarDocumentsPOST (line 36747) | public TaskIdResponse projectProjectsIdSearchSimilarDocumentsPOST(Stri... method projectProjectsIdSearchSimilarDocumentsPOSTWithHttpInfo (line 36765) | public ApiResponse projectProjectsIdSearchSimilarDocum... method projectProjectsIdSearchSimilarDocumentsPOSTAsync (line 36785) | public okhttp3.Call projectProjectsIdSearchSimilarDocumentsPOSTAsync(S... method projectProjectsIdSearchSimilarTextUnitsPOSTCall (line 36805) | public okhttp3.Call projectProjectsIdSearchSimilarTextUnitsPOSTCall(St... method projectProjectsIdSearchSimilarTextUnitsPOSTValidateBeforeCall (line 36851) | @SuppressWarnings("rawtypes") method projectProjectsIdSearchSimilarTextUnitsPOST (line 36878) | public TaskIdResponse projectProjectsIdSearchSimilarTextUnitsPOST(Stri... method projectProjectsIdSearchSimilarTextUnitsPOSTWithHttpInfo (line 36896) | public ApiResponse projectProjectsIdSearchSimilarTextU... method projectProjectsIdSearchSimilarTextUnitsPOSTAsync (line 36916) | public okhttp3.Call projectProjectsIdSearchSimilarTextUnitsPOSTAsync(S... method projectProjectsIdSendClustersToProjectPOSTCall (line 36938) | public okhttp3.Call projectProjectsIdSendClustersToProjectPOSTCall(Str... method projectProjectsIdSendClustersToProjectPOSTValidateBeforeCall (line 36984) | @SuppressWarnings("rawtypes") method projectProjectsIdSendClustersToProjectPOST (line 37013) | public String projectProjectsIdSendClustersToProjectPOST(String id, Se... method projectProjectsIdSendClustersToProjectPOSTWithHttpInfo (line 37033) | public ApiResponse projectProjectsIdSendClustersToProjectPOSTW... method projectProjectsIdSendClustersToProjectPOSTAsync (line 37055) | public okhttp3.Call projectProjectsIdSendClustersToProjectPOSTAsync(St... method projectProjectsIdSetAnnotationStatusPOSTCall (line 37075) | public okhttp3.Call projectProjectsIdSetAnnotationStatusPOSTCall(Strin... method projectProjectsIdSetAnnotationStatusPOSTValidateBeforeCall (line 37121) | @SuppressWarnings("rawtypes") method projectProjectsIdSetAnnotationStatusPOST (line 37148) | public ProjectProjectsIdSetAnnotationStatusPOST200Response projectProj... method projectProjectsIdSetAnnotationStatusPOSTWithHttpInfo (line 37166) | public ApiResponse projectProjectsIdSetStatusPOS... method projectProjectsIdSetStatusPOSTAsync (line 37317) | public okhttp3.Call projectProjectsIdSetStatusPOSTAsync(String id, Set... method projectProjectsIdSettingsActionsGETCall (line 37340) | public okhttp3.Call projectProjectsIdSettingsActionsGETCall(String id,... method projectProjectsIdSettingsActionsGETValidateBeforeCall (line 37402) | @SuppressWarnings("rawtypes") method projectProjectsIdSettingsActionsGET (line 37432) | public ProjectDetail projectProjectsIdSettingsActionsGET(String id, In... method projectProjectsIdSettingsActionsGETWithHttpInfo (line 37453) | public ApiResponse projectProjectsIdSettingsActionsGETW... method projectProjectsIdSettingsActionsGETAsync (line 37476) | public okhttp3.Call projectProjectsIdSettingsActionsGETAsync(String id... method projectProjectsIdTaskTaskIdTaskLogsGETCall (line 37498) | public okhttp3.Call projectProjectsIdTaskTaskIdTaskLogsGETCall(String ... method projectProjectsIdTaskTaskIdTaskLogsGETValidateBeforeCall (line 37553) | @SuppressWarnings("rawtypes") method projectProjectsIdTaskTaskIdTaskLogsGET (line 37587) | public TaskLogResponse projectProjectsIdTaskTaskIdTaskLogsGET(String i... method projectProjectsIdTaskTaskIdTaskLogsGETWithHttpInfo (line 37607) | public ApiResponse projectProjectsIdTaskTaskIdTaskLog... method projectProjectsIdTaskTaskIdTaskLogsGETAsync (line 37629) | public okhttp3.Call projectProjectsIdTaskTaskIdTaskLogsGETAsync(String... method projectProjectsIdTasksGETCall (line 37649) | public okhttp3.Call projectProjectsIdTasksGETCall(String id, Map projectProjectsIdTasksGET(String id, Map> projectProjectsIdTasksGETWithHt... method projectProjectsIdTasksGETAsync (line 37764) | public okhttp3.Call projectProjectsIdTasksGETAsync(String id, Map projectProjects... method projectProjectsIdUnmarkDeletePOSTAsync (line 37895) | public okhttp3.Call projectProjectsIdUnmarkDeletePOSTAsync(String id, ... method projectProjectsIdUpdateDocumentFieldsPOSTCall (line 37916) | public okhttp3.Call projectProjectsIdUpdateDocumentFieldsPOSTCall(Stri... method projectProjectsIdUpdateDocumentFieldsPOSTValidateBeforeCall (line 37962) | @SuppressWarnings("rawtypes") method projectProjectsIdUpdateDocumentFieldsPOST (line 37990) | public UpdateProjectDocumentsFieldsResponse projectProjectsIdUpdateDoc... method projectProjectsIdUpdateDocumentFieldsPOSTWithHttpInfo (line 38009) | public ApiResponse projectProjec... method projectProjectsIdUpdateDocumentFieldsPOSTAsync (line 38030) | public okhttp3.Call projectProjectsIdUpdateDocumentFieldsPOSTAsync(Str... method projectProjectsPOSTCall (line 38049) | public okhttp3.Call projectProjectsPOSTCall(ProjectCreate projectCreat... method projectProjectsPOSTValidateBeforeCall (line 38094) | @SuppressWarnings("rawtypes") method projectProjectsPOST (line 38115) | public ProjectCreate projectProjectsPOST(ProjectCreate projectCreate) ... method projectProjectsPOSTWithHttpInfo (line 38132) | public ApiResponse projectProjectsPOSTWithHttpInfo(Proj... method projectProjectsPOSTAsync (line 38151) | public okhttp3.Call projectProjectsPOSTAsync(ProjectCreate projectCrea... method projectProjectsProjectStatsGETCall (line 38170) | public okhttp3.Call projectProjectsProjectStatsGETCall(String projectI... method projectProjectsProjectStatsGETValidateBeforeCall (line 38219) | @SuppressWarnings("rawtypes") method projectProjectsProjectStatsGET (line 38240) | public List projectProjectsProjectStatsGET(String projec... method projectProjectsProjectStatsGETWithHttpInfo (line 38257) | public ApiResponse> projectProjectsProjectStatsGETW... method projectProjectsProjectStatsGETAsync (line 38276) | public okhttp3.Call projectProjectsProjectStatsGETAsync(String project... method projectProjectsRecentGETCall (line 38295) | public okhttp3.Call projectProjectsRecentGETCall(Integer n, final ApiC... method projectProjectsRecentGETValidateBeforeCall (line 38344) | @SuppressWarnings("rawtypes") method projectProjectsRecentGET (line 38365) | public List> projectProjectsRecentGET(Integer n) t... method projectProjectsRecentGETWithHttpInfo (line 38382) | public ApiResponse>> projectProjectsRecentGET... method projectProjectsRecentGETAsync (line 38401) | public okhttp3.Call projectProjectsRecentGETAsync(Integer n, final Api... method projectProjectsSelectProjectsPOSTCall (line 38420) | public okhttp3.Call projectProjectsSelectProjectsPOSTCall(SelectProjec... method projectProjectsSelectProjectsPOSTValidateBeforeCall (line 38465) | @SuppressWarnings("rawtypes") method projectProjectsSelectProjectsPOST (line 38486) | public SelectProjectsResponse projectProjectsSelectProjectsPOST(Select... method projectProjectsSelectProjectsPOSTWithHttpInfo (line 38503) | public ApiResponse projectProjectsSelectProjec... method projectProjectsSelectProjectsPOSTAsync (line 38522) | public okhttp3.Call projectProjectsSelectProjectsPOSTAsync(SelectProje... method projectTaskQueuesGETCall (line 38541) | public okhttp3.Call projectTaskQueuesGETCall(Map jqFil... method projectTaskQueuesGETValidateBeforeCall (line 38590) | @SuppressWarnings("rawtypes") method projectTaskQueuesGET (line 38611) | public List projectTaskQueuesGET(Map jqFilt... method projectTaskQueuesGETWithHttpInfo (line 38628) | public ApiResponse> projectTaskQueuesGETWithHttpInfo(M... method projectTaskQueuesGETAsync (line 38647) | public okhttp3.Call projectTaskQueuesGETAsync(Map jqFi... method projectTaskQueuesIdDELETECall (line 38666) | public okhttp3.Call projectTaskQueuesIdDELETECall(String id, final Api... method projectTaskQueuesIdDELETEValidateBeforeCall (line 38712) | @SuppressWarnings("rawtypes") method projectTaskQueuesIdDELETE (line 38737) | public void projectTaskQueuesIdDELETE(String id) throws ApiException { method projectTaskQueuesIdDELETEWithHttpInfo (line 38753) | public ApiResponse projectTaskQueuesIdDELETEWithHttpInfo(String ... method projectTaskQueuesIdDELETEAsync (line 38771) | public okhttp3.Call projectTaskQueuesIdDELETEAsync(String id, final Ap... method projectTaskQueuesIdGETCall (line 38790) | public okhttp3.Call projectTaskQueuesIdGETCall(String id, Map... method projectTaskQueuesIdGETWithHttpInfo (line 38885) | public ApiResponse projectTaskQueuesIdGETWithHttpInfo(Strin... method projectTaskQueuesIdGETAsync (line 38905) | public okhttp3.Call projectTaskQueuesIdGETAsync(String id, Map projectTaskQueuesIdPATCHWithHttpInfo(Str... method projectTaskQueuesIdPATCHAsync (line 39036) | public okhttp3.Call projectTaskQueuesIdPATCHAsync(String id, TaskQueue... method projectTaskQueuesIdPUTCall (line 39056) | public okhttp3.Call projectTaskQueuesIdPUTCall(String id, TaskQueue ta... method projectTaskQueuesIdPUTValidateBeforeCall (line 39102) | @SuppressWarnings("rawtypes") method projectTaskQueuesIdPUT (line 39129) | public TaskQueue projectTaskQueuesIdPUT(String id, TaskQueue taskQueue... method projectTaskQueuesIdPUTWithHttpInfo (line 39147) | public ApiResponse projectTaskQueuesIdPUTWithHttpInfo(Strin... method projectTaskQueuesIdPUTAsync (line 39167) | public okhttp3.Call projectTaskQueuesIdPUTAsync(String id, TaskQueue t... method projectTaskQueuesPOSTCall (line 39186) | public okhttp3.Call projectTaskQueuesPOSTCall(TaskQueue taskQueue, fin... method projectTaskQueuesPOSTValidateBeforeCall (line 39231) | @SuppressWarnings("rawtypes") method projectTaskQueuesPOST (line 39252) | public TaskQueue projectTaskQueuesPOST(TaskQueue taskQueue) throws Api... method projectTaskQueuesPOSTWithHttpInfo (line 39269) | public ApiResponse projectTaskQueuesPOSTWithHttpInfo(TaskQu... method projectTaskQueuesPOSTAsync (line 39288) | public okhttp3.Call projectTaskQueuesPOSTAsync(TaskQueue taskQueue, fi... method projectUploadSessionGETCall (line 39307) | public okhttp3.Call projectUploadSessionGETCall(Map jq... method projectUploadSessionGETValidateBeforeCall (line 39356) | @SuppressWarnings("rawtypes") method projectUploadSessionGET (line 39377) | public List projectUploadSessionGET(Map> projectUploadSessionGETW... method projectUploadSessionGETAsync (line 39413) | public okhttp3.Call projectUploadSessionGETAsync(Map j... method projectUploadSessionPOSTCall (line 39432) | public okhttp3.Call projectUploadSessionPOSTCall(UploadSessionCreate u... method projectUploadSessionPOSTValidateBeforeCall (line 39477) | @SuppressWarnings("rawtypes") method projectUploadSessionPOST (line 39498) | public UploadSessionCreate projectUploadSessionPOST(UploadSessionCreat... method projectUploadSessionPOSTWithHttpInfo (line 39515) | public ApiResponse projectUploadSessionPOSTWithHt... method projectUploadSessionPOSTAsync (line 39534) | public okhttp3.Call projectUploadSessionPOSTAsync(UploadSessionCreate ... method projectUploadSessionStatusGETCall (line 39553) | public okhttp3.Call projectUploadSessionStatusGETCall(String projectId... method projectUploadSessionStatusGETValidateBeforeCall (line 39602) | @SuppressWarnings("rawtypes") method projectUploadSessionStatusGET (line 39623) | public Map projectUploadSessionStatusGET(String projec... method projectUploadSessionStatusGETWithHttpInfo (line 39640) | public ApiResponse> projectUploadSessionStatusGETW... method projectUploadSessionStatusGETAsync (line 39659) | public okhttp3.Call projectUploadSessionStatusGETAsync(String projectI... method projectUploadSessionUidBatchUploadPOSTCall (line 39679) | public okhttp3.Call projectUploadSessionUidBatchUploadPOSTCall(String ... method projectUploadSessionUidBatchUploadPOSTValidateBeforeCall (line 39725) | @SuppressWarnings("rawtypes") method projectUploadSessionUidBatchUploadPOST (line 39752) | public UploadSessionDetail projectUploadSessionUidBatchUploadPOST(Stri... method projectUploadSessionUidBatchUploadPOSTWithHttpInfo (line 39770) | public ApiResponse projectUploadSessionUidBatchUp... method projectUploadSessionUidBatchUploadPOSTAsync (line 39790) | public okhttp3.Call projectUploadSessionUidBatchUploadPOSTAsync(String... method projectUploadSessionUidBatchUploadPOST_0Call (line 39810) | public okhttp3.Call projectUploadSessionUidBatchUploadPOST_0Call(Strin... method projectUploadSessionUidBatchUploadPOST_0ValidateBeforeCall (line 39856) | @SuppressWarnings("rawtypes") method projectUploadSessionUidBatchUploadPOST_0 (line 39883) | public UploadSessionDetail projectUploadSessionUidBatchUploadPOST_0(St... method projectUploadSessionUidBatchUploadPOST_0WithHttpInfo (line 39901) | public ApiResponse projectUploadSessionUidBatchUp... method projectUploadSessionUidBatchUploadPOST_0Async (line 39921) | public okhttp3.Call projectUploadSessionUidBatchUploadPOST_0Async(Stri... method projectUploadSessionUidCancelDELETECall (line 39940) | public okhttp3.Call projectUploadSessionUidCancelDELETECall(String uid... method projectUploadSessionUidCancelDELETEValidateBeforeCall (line 39986) | @SuppressWarnings("rawtypes") method projectUploadSessionUidCancelDELETE (line 40011) | public void projectUploadSessionUidCancelDELETE(String uid) throws Api... method projectUploadSessionUidCancelDELETEWithHttpInfo (line 40027) | public ApiResponse projectUploadSessionUidCancelDELETEWithHttpIn... method projectUploadSessionUidCancelDELETEAsync (line 40045) | public okhttp3.Call projectUploadSessionUidCancelDELETEAsync(String ui... method projectUploadSessionUidDELETECall (line 40063) | public okhttp3.Call projectUploadSessionUidDELETECall(String uid, fina... method projectUploadSessionUidDELETEValidateBeforeCall (line 40109) | @SuppressWarnings("rawtypes") method projectUploadSessionUidDELETE (line 40134) | public void projectUploadSessionUidDELETE(String uid) throws ApiExcept... method projectUploadSessionUidDELETEWithHttpInfo (line 40150) | public ApiResponse projectUploadSessionUidDELETEWithHttpInfo(Str... method projectUploadSessionUidDELETEAsync (line 40168) | public okhttp3.Call projectUploadSessionUidDELETEAsync(String uid, fin... method projectUploadSessionUidDeleteFileDELETECall (line 40190) | public okhttp3.Call projectUploadSessionUidDeleteFileDELETECall(String... method projectUploadSessionUidDeleteFileDELETEValidateBeforeCall (line 40236) | @SuppressWarnings("rawtypes") method projectUploadSessionUidDeleteFileDELETE (line 40266) | public String projectUploadSessionUidDeleteFileDELETE(String uid, Uplo... method projectUploadSessionUidDeleteFileDELETEWithHttpInfo (line 40287) | public ApiResponse projectUploadSessionUidDeleteFileDELETEWith... method projectUploadSessionUidDeleteFileDELETEAsync (line 40310) | public okhttp3.Call projectUploadSessionUidDeleteFileDELETEAsync(Strin... method projectUploadSessionUidFilesPOSTCall (line 40338) | public okhttp3.Call projectUploadSessionUidFilesPOSTCall(String uid, I... method projectUploadSessionUidFilesPOSTValidateBeforeCall (line 40404) | @SuppressWarnings("rawtypes") method projectUploadSessionUidFilesPOST (line 40449) | public ProjectUploadSessionFilesResponse projectUploadSessionUidFilesP... method projectUploadSessionUidFilesPOSTWithHttpInfo (line 40475) | public ApiResponse projectUploadSes... method projectUploadSessionUidFilesPOSTAsync (line 40503) | public okhttp3.Call projectUploadSessionUidFilesPOSTAsync(String uid, ... method projectUploadSessionUidGETCall (line 40523) | public okhttp3.Call projectUploadSessionUidGETCall(String uid, Map projectUploadSessionUidGETWith... method projectUploadSessionUidGETAsync (line 40638) | public okhttp3.Call projectUploadSessionUidGETAsync(String uid, Map projectUploadSessionUidPATCHWi... method projectUploadSessionUidPATCHAsync (line 40769) | public okhttp3.Call projectUploadSessionUidPATCHAsync(String uid, Uplo... method projectUploadSessionUidProgressGETCall (line 40788) | public okhttp3.Call projectUploadSessionUidProgressGETCall(String uid,... method projectUploadSessionUidProgressGETValidateBeforeCall (line 40834) | @SuppressWarnings("rawtypes") method projectUploadSessionUidProgressGET (line 40860) | public ProjectUploadSessionProgressResponse projectUploadSessionUidPro... method projectUploadSessionUidProgressGETWithHttpInfo (line 40877) | public ApiResponse projectUpload... method projectUploadSessionUidProgressGETAsync (line 40896) | public okhttp3.Call projectUploadSessionUidProgressGETAsync(String uid... method projectUploadSessionUidUploadPOSTCall (line 40923) | public okhttp3.Call projectUploadSessionUidUploadPOSTCall(String uid, ... method projectUploadSessionUidUploadPOSTValidateBeforeCall (line 40989) | @SuppressWarnings("rawtypes") method projectUploadSessionUidUploadPOST (line 41033) | public ProjectUploadSessionPOSTResponse projectUploadSessionUidUploadP... method projectUploadSessionUidUploadPOSTWithHttpInfo (line 41058) | public ApiResponse projectUploadSess... method projectUploadSessionUidUploadPOSTAsync (line 41085) | public okhttp3.Call projectUploadSessionUidUploadPOSTAsync(String uid,... method rawdbConfigGETCall (line 41103) | public okhttp3.Call rawdbConfigGETCall(final ApiCallback _callback) th... method rawdbConfigGETValidateBeforeCall (line 41148) | @SuppressWarnings("rawtypes") method rawdbConfigGET (line 41168) | public Map rawdbConfigGET() throws ApiException { method rawdbConfigGETWithHttpInfo (line 41184) | public ApiResponse> rawdbConfigGETWithHttpInfo() t... method rawdbConfigGETAsync (line 41202) | public okhttp3.Call rawdbConfigGETAsync(final ApiCallback rawdbDocumentsDocumentTypeCodeGET(String do... method rawdbDocumentsDocumentTypeCodeGETWithHttpInfo (line 41408) | public ApiResponse> rawdbDocumentsDocumentTypeCode... method rawdbDocumentsDocumentTypeCodeGETAsync (line 41441) | public okhttp3.Call rawdbDocumentsDocumentTypeCodeGETAsync(String docu... method rawdbDocumentsDocumentTypeCodePOSTCall (line 41461) | public okhttp3.Call rawdbDocumentsDocumentTypeCodePOSTCall(String docu... method rawdbDocumentsDocumentTypeCodePOSTValidateBeforeCall (line 41507) | @SuppressWarnings("rawtypes") method rawdbDocumentsDocumentTypeCodePOST (line 41534) | public Map rawdbDocumentsDocumentTypeCodePOST(String d... method rawdbDocumentsDocumentTypeCodePOSTWithHttpInfo (line 41552) | public ApiResponse> rawdbDocumentsDocumentTypeCode... method rawdbDocumentsDocumentTypeCodePOSTAsync (line 41572) | public okhttp3.Call rawdbDocumentsDocumentTypeCodePOSTAsync(String doc... method rawdbProjectStatsProjectIdGETCall (line 41591) | public okhttp3.Call rawdbProjectStatsProjectIdGETCall(String projectId... method rawdbProjectStatsProjectIdGETValidateBeforeCall (line 41637) | @SuppressWarnings("rawtypes") method rawdbProjectStatsProjectIdGET (line 41663) | public Map rawdbProjectStatsProjectIdGET(String projec... method rawdbProjectStatsProjectIdGETWithHttpInfo (line 41680) | public ApiResponse> rawdbProjectStatsProjectIdGETW... method rawdbProjectStatsProjectIdGETAsync (line 41699) | public okhttp3.Call rawdbProjectStatsProjectIdGETAsync(String projectI... method restAuthLoginPOSTCall (line 41718) | public okhttp3.Call restAuthLoginPOSTCall(Login login, final ApiCallba... method restAuthLoginPOSTValidateBeforeCall (line 41763) | @SuppressWarnings("rawtypes") method restAuthLoginPOST (line 41784) | public LoginResponse restAuthLoginPOST(Login login) throws ApiException { method restAuthLoginPOSTWithHttpInfo (line 41801) | public ApiResponse restAuthLoginPOSTWithHttpInfo(Login ... method restAuthLoginPOSTAsync (line 41820) | public okhttp3.Call restAuthLoginPOSTAsync(Login login, final ApiCallb... method restAuthLogoutGETCall (line 41838) | public okhttp3.Call restAuthLogoutGETCall(final ApiCallback _callback)... method restAuthLogoutGETValidateBeforeCall (line 41883) | @SuppressWarnings("rawtypes") method restAuthLogoutGET (line 41903) | public List restAuthLogoutGET() throws ApiExce... method restAuthLogoutGETWithHttpInfo (line 41919) | public ApiResponse> restAuthLogoutGETWith... method restAuthLogoutGETAsync (line 41937) | public okhttp3.Call restAuthLogoutGETAsync(final ApiCallback request... method restAuthLogoutPOSTValidateBeforeCall (line 42001) | @SuppressWarnings("rawtypes") method restAuthLogoutPOST (line 42022) | public RestAuthCommonResponse restAuthLogoutPOST(Map r... method restAuthLogoutPOSTWithHttpInfo (line 42039) | public ApiResponse restAuthLogoutPOSTWithHttpI... method restAuthLogoutPOSTAsync (line 42058) | public okhttp3.Call restAuthLogoutPOSTAsync(Map reques... method restAuthPasswordChangePOSTCall (line 42077) | public okhttp3.Call restAuthPasswordChangePOSTCall(CustomPasswordChang... method restAuthPasswordChangePOSTValidateBeforeCall (line 42122) | @SuppressWarnings("rawtypes") method restAuthPasswordChangePOST (line 42143) | public RestAuthCommonResponse restAuthPasswordChangePOST(CustomPasswor... method restAuthPasswordChangePOSTWithHttpInfo (line 42160) | public ApiResponse restAuthPasswordChangePOSTW... method restAuthPasswordChangePOSTAsync (line 42179) | public okhttp3.Call restAuthPasswordChangePOSTAsync(CustomPasswordChan... method restAuthPasswordResetConfirmPOSTCall (line 42198) | public okhttp3.Call restAuthPasswordResetConfirmPOSTCall(CustomPasswor... method restAuthPasswordResetConfirmPOSTValidateBeforeCall (line 42243) | @SuppressWarnings("rawtypes") method restAuthPasswordResetConfirmPOST (line 42264) | public RestAuthCommonResponse restAuthPasswordResetConfirmPOST(CustomP... method restAuthPasswordResetConfirmPOSTWithHttpInfo (line 42281) | public ApiResponse restAuthPasswordResetConfir... method restAuthPasswordResetConfirmPOSTAsync (line 42300) | public okhttp3.Call restAuthPasswordResetConfirmPOSTAsync(CustomPasswo... method restAuthPasswordResetPOSTCall (line 42319) | public okhttp3.Call restAuthPasswordResetPOSTCall(CustomPasswordReset ... method restAuthPasswordResetPOSTValidateBeforeCall (line 42364) | @SuppressWarnings("rawtypes") method restAuthPasswordResetPOST (line 42385) | public RestAuthCommonResponse restAuthPasswordResetPOST(CustomPassword... method restAuthPasswordResetPOSTWithHttpInfo (line 42402) | public ApiResponse restAuthPasswordResetPOSTWi... method restAuthPasswordResetPOSTAsync (line 42421) | public okhttp3.Call restAuthPasswordResetPOSTAsync(CustomPasswordReset... method similarityDocumentSimilarityByFeaturesGETCall (line 42439) | public okhttp3.Call similarityDocumentSimilarityByFeaturesGETCall(fina... method similarityDocumentSimilarityByFeaturesGETValidateBeforeCall (line 42484) | @SuppressWarnings("rawtypes") method similarityDocumentSimilarityByFeaturesGET (line 42504) | public Map similarityDocumentSimilarityByFeaturesGET()... method similarityDocumentSimilarityByFeaturesGETWithHttpInfo (line 42520) | public ApiResponse> similarityDocumentSimilarityBy... method similarityDocumentSimilarityByFeaturesGETAsync (line 42538) | public okhttp3.Call similarityDocumentSimilarityByFeaturesGETAsync(fin... method similarityDocumentSimilarityByFeaturesPOSTCall (line 42557) | public okhttp3.Call similarityDocumentSimilarityByFeaturesPOSTCall(Doc... method similarityDocumentSimilarityByFeaturesPOSTValidateBeforeCall (line 42602) | @SuppressWarnings("rawtypes") method similarityDocumentSimilarityByFeaturesPOST (line 42623) | public SimilarityPOSTObjectResponse similarityDocumentSimilarityByFeat... method similarityDocumentSimilarityByFeaturesPOSTWithHttpInfo (line 42640) | public ApiResponse similarityDocumentSim... method similarityDocumentSimilarityByFeaturesPOSTAsync (line 42659) | public okhttp3.Call similarityDocumentSimilarityByFeaturesPOSTAsync(Do... method similarityPartySimilarityGETCall (line 42677) | public okhttp3.Call similarityPartySimilarityGETCall(final ApiCallback... method similarityPartySimilarityGETValidateBeforeCall (line 42722) | @SuppressWarnings("rawtypes") method similarityPartySimilarityGET (line 42742) | public Map similarityPartySimilarityGET() throws ApiEx... method similarityPartySimilarityGETWithHttpInfo (line 42758) | public ApiResponse> similarityPartySimilarityGETWi... method similarityPartySimilarityGETAsync (line 42776) | public okhttp3.Call similarityPartySimilarityGETAsync(final ApiCallbac... method similarityPartySimilarityPOSTCall (line 42795) | public okhttp3.Call similarityPartySimilarityPOSTCall(PartySimilarityF... method similarityPartySimilarityPOSTValidateBeforeCall (line 42840) | @SuppressWarnings("rawtypes") method similarityPartySimilarityPOST (line 42861) | public SimilarityPOSTObjectResponse similarityPartySimilarityPOST(Part... method similarityPartySimilarityPOSTWithHttpInfo (line 42878) | public ApiResponse similarityPartySimila... method similarityPartySimilarityPOSTAsync (line 42897) | public okhttp3.Call similarityPartySimilarityPOSTAsync(PartySimilarity... method similarityProjectDocumentsSimilarityByVectorsGETCall (line 42915) | public okhttp3.Call similarityProjectDocumentsSimilarityByVectorsGETCa... method similarityProjectDocumentsSimilarityByVectorsGETValidateBeforeCall (line 42960) | @SuppressWarnings("rawtypes") method similarityProjectDocumentsSimilarityByVectorsGET (line 42980) | public Map similarityProjectDocumentsSimilarityByVecto... method similarityProjectDocumentsSimilarityByVectorsGETWithHttpInfo (line 42996) | public ApiResponse> similarityProjectDocumentsSimi... method similarityProjectDocumentsSimilarityByVectorsGETAsync (line 43014) | public okhttp3.Call similarityProjectDocumentsSimilarityByVectorsGETAs... method similarityProjectDocumentsSimilarityByVectorsPOSTCall (line 43033) | public okhttp3.Call similarityProjectDocumentsSimilarityByVectorsPOSTC... method similarityProjectDocumentsSimilarityByVectorsPOSTValidateBeforeCall (line 43078) | @SuppressWarnings("rawtypes") method similarityProjectDocumentsSimilarityByVectorsPOST (line 43099) | public SimilarityPOSTObjectResponse similarityProjectDocumentsSimilari... method similarityProjectDocumentsSimilarityByVectorsPOSTWithHttpInfo (line 43116) | public ApiResponse similarityProjectDocu... method similarityProjectDocumentsSimilarityByVectorsPOSTAsync (line 43135) | public okhttp3.Call similarityProjectDocumentsSimilarityByVectorsPOSTA... method similarityProjectTextUnitsSimilarityByVectorsGETCall (line 43153) | public okhttp3.Call similarityProjectTextUnitsSimilarityByVectorsGETCa... method similarityProjectTextUnitsSimilarityByVectorsGETValidateBeforeCall (line 43198) | @SuppressWarnings("rawtypes") method similarityProjectTextUnitsSimilarityByVectorsGET (line 43218) | public Map similarityProjectTextUnitsSimilarityByVecto... method similarityProjectTextUnitsSimilarityByVectorsGETWithHttpInfo (line 43234) | public ApiResponse> similarityProjectTextUnitsSimi... method similarityProjectTextUnitsSimilarityByVectorsGETAsync (line 43252) | public okhttp3.Call similarityProjectTextUnitsSimilarityByVectorsGETAs... method similarityProjectTextUnitsSimilarityByVectorsPOSTCall (line 43271) | public okhttp3.Call similarityProjectTextUnitsSimilarityByVectorsPOSTC... method similarityProjectTextUnitsSimilarityByVectorsPOSTValidateBeforeCall (line 43316) | @SuppressWarnings("rawtypes") method similarityProjectTextUnitsSimilarityByVectorsPOST (line 43337) | public SimilarityPOSTObjectResponse similarityProjectTextUnitsSimilari... method similarityProjectTextUnitsSimilarityByVectorsPOSTWithHttpInfo (line 43354) | public ApiResponse similarityProjectText... method similarityProjectTextUnitsSimilarityByVectorsPOSTAsync (line 43373) | public okhttp3.Call similarityProjectTextUnitsSimilarityByVectorsPOSTA... method similaritySimilarityGETCall (line 43391) | public okhttp3.Call similaritySimilarityGETCall(final ApiCallback _cal... method similaritySimilarityGETValidateBeforeCall (line 43436) | @SuppressWarnings("rawtypes") method similaritySimilarityGET (line 43456) | public Map similaritySimilarityGET() throws ApiExcepti... method similaritySimilarityGETWithHttpInfo (line 43472) | public ApiResponse> similaritySimilarityGETWithHtt... method similaritySimilarityGETAsync (line 43490) | public okhttp3.Call similaritySimilarityGETAsync(final ApiCallback similaritySimilarityP... method similaritySimilarityPOSTAsync (line 43611) | public okhttp3.Call similaritySimilarityPOSTAsync(SimilarityForm simil... method similarityTextUnitSimilarityByFeaturesGETCall (line 43629) | public okhttp3.Call similarityTextUnitSimilarityByFeaturesGETCall(fina... method similarityTextUnitSimilarityByFeaturesGETValidateBeforeCall (line 43674) | @SuppressWarnings("rawtypes") method similarityTextUnitSimilarityByFeaturesGET (line 43694) | public Map similarityTextUnitSimilarityByFeaturesGET()... method similarityTextUnitSimilarityByFeaturesGETWithHttpInfo (line 43710) | public ApiResponse> similarityTextUnitSimilarityBy... method similarityTextUnitSimilarityByFeaturesGETAsync (line 43728) | public okhttp3.Call similarityTextUnitSimilarityByFeaturesGETAsync(fin... method similarityTextUnitSimilarityByFeaturesPOSTCall (line 43747) | public okhttp3.Call similarityTextUnitSimilarityByFeaturesPOSTCall(Tex... method similarityTextUnitSimilarityByFeaturesPOSTValidateBeforeCall (line 43792) | @SuppressWarnings("rawtypes") method similarityTextUnitSimilarityByFeaturesPOST (line 43813) | public SimilarityPOSTObjectResponse similarityTextUnitSimilarityByFeat... method similarityTextUnitSimilarityByFeaturesPOSTWithHttpInfo (line 43830) | public ApiResponse similarityTextUnitSim... method similarityTextUnitSimilarityByFeaturesPOSTAsync (line 43849) | public okhttp3.Call similarityTextUnitSimilarityByFeaturesPOSTAsync(Te... method taskCleanTasksPOSTCall (line 43868) | public okhttp3.Call taskCleanTasksPOSTCall(Map request... method taskCleanTasksPOSTValidateBeforeCall (line 43913) | @SuppressWarnings("rawtypes") method taskCleanTasksPOST (line 43934) | public Map taskCleanTasksPOST(Map requ... method taskCleanTasksPOSTWithHttpInfo (line 43951) | public ApiResponse> taskCleanTasksPOSTWithHttpInfo... method taskCleanTasksPOSTAsync (line 43970) | public okhttp3.Call taskCleanTasksPOSTAsync(Map reques... method taskLoadDictionariesPOSTCall (line 43989) | public okhttp3.Call taskLoadDictionariesPOSTCall(Map r... method taskLoadDictionariesPOSTValidateBeforeCall (line 44034) | @SuppressWarnings("rawtypes") method taskLoadDictionariesPOST (line 44055) | public Map taskLoadDictionariesPOST(Map> taskLoadDictionariesPOSTWithHt... method taskLoadDictionariesPOSTAsync (line 44091) | public okhttp3.Call taskLoadDictionariesPOSTAsync(Map ... method taskLoadDocumentsGETCall (line 44109) | public okhttp3.Call taskLoadDocumentsGETCall(final ApiCallback _callba... method taskLoadDocumentsGETValidateBeforeCall (line 44154) | @SuppressWarnings("rawtypes") method taskLoadDocumentsGET (line 44174) | public Map taskLoadDocumentsGET() throws ApiException { method taskLoadDocumentsGETWithHttpInfo (line 44190) | public ApiResponse> taskLoadDocumentsGETWithHttpIn... method taskLoadDocumentsGETAsync (line 44208) | public okhttp3.Call taskLoadDocumentsGETAsync(final ApiCallback requ... method taskLoadDocumentsPOSTValidateBeforeCall (line 44272) | @SuppressWarnings("rawtypes") method taskLoadDocumentsPOST (line 44293) | public Map taskLoadDocumentsPOST(Map r... method taskLoadDocumentsPOSTWithHttpInfo (line 44310) | public ApiResponse> taskLoadDocumentsPOSTWithHttpI... method taskLoadDocumentsPOSTAsync (line 44329) | public okhttp3.Call taskLoadDocumentsPOSTAsync(Map req... method taskLocateGETCall (line 44347) | public okhttp3.Call taskLocateGETCall(final ApiCallback _callback) thr... method taskLocateGETValidateBeforeCall (line 44392) | @SuppressWarnings("rawtypes") method taskLocateGET (line 44412) | public Map taskLocateGET() throws ApiException { method taskLocateGETWithHttpInfo (line 44428) | public ApiResponse> taskLocateGETWithHttpInfo() th... method taskLocateGETAsync (line 44446) | public okhttp3.Call taskLocateGETAsync(final ApiCallback requestBody... method taskLocatePOSTValidateBeforeCall (line 44510) | @SuppressWarnings("rawtypes") method taskLocatePOST (line 44531) | public Map taskLocatePOST(Map requestB... method taskLocatePOSTWithHttpInfo (line 44548) | public ApiResponse> taskLocatePOSTWithHttpInfo(Map... method taskLocatePOSTAsync (line 44567) | public okhttp3.Call taskLocatePOSTAsync(Map requestBod... method taskProcessTextExtractionResultsRequestIdPOSTCall (line 44587) | public okhttp3.Call taskProcessTextExtractionResultsRequestIdPOSTCall(... method taskProcessTextExtractionResultsRequestIdPOSTValidateBeforeCall (line 44633) | @SuppressWarnings("rawtypes") method taskProcessTextExtractionResultsRequestIdPOST (line 44660) | public Object taskProcessTextExtractionResultsRequestIdPOST(String req... method taskProcessTextExtractionResultsRequestIdPOSTWithHttpInfo (line 44678) | public ApiResponse taskProcessTextExtractionResultsRequestIdPO... method taskProcessTextExtractionResultsRequestIdPOSTAsync (line 44698) | public okhttp3.Call taskProcessTextExtractionResultsRequestIdPOSTAsync... method taskPurgeTaskPOSTCall (line 44717) | public okhttp3.Call taskPurgeTaskPOSTCall(Map requestB... method taskPurgeTaskPOSTValidateBeforeCall (line 44762) | @SuppressWarnings("rawtypes") method taskPurgeTaskPOST (line 44783) | public Map taskPurgeTaskPOST(Map reque... method taskPurgeTaskPOSTWithHttpInfo (line 44800) | public ApiResponse> taskPurgeTaskPOSTWithHttpInfo(... method taskPurgeTaskPOSTAsync (line 44819) | public okhttp3.Call taskPurgeTaskPOSTAsync(Map request... method taskRecallTaskGETCall (line 44837) | public okhttp3.Call taskRecallTaskGETCall(final ApiCallback _callback)... method taskRecallTaskGETValidateBeforeCall (line 44882) | @SuppressWarnings("rawtypes") method taskRecallTaskGET (line 44902) | public Map taskRecallTaskGET() throws ApiException { method taskRecallTaskGETWithHttpInfo (line 44918) | public ApiResponse> taskRecallTaskGETWithHttpInfo(... method taskRecallTaskGETAsync (line 44936) | public okhttp3.Call taskRecallTaskGETAsync(final ApiCallback request... method taskRecallTaskPOSTValidateBeforeCall (line 45000) | @SuppressWarnings("rawtypes") method taskRecallTaskPOST (line 45021) | public Map taskRecallTaskPOST(Map requ... method taskRecallTaskPOSTWithHttpInfo (line 45038) | public ApiResponse> taskRecallTaskPOSTWithHttpInfo... method taskRecallTaskPOSTAsync (line 45057) | public okhttp3.Call taskRecallTaskPOSTAsync(Map reques... method taskReindexroutinesCheckSchedulePOSTCall (line 45076) | public okhttp3.Call taskReindexroutinesCheckSchedulePOSTCall(Map... method taskReindexroutinesCheckSchedulePOSTWithHttpInfo (line 45159) | public ApiResponse taskReindexroutinesCheckSchedulePOSTWithHtt... method taskReindexroutinesCheckSchedulePOSTAsync (line 45178) | public okhttp3.Call taskReindexroutinesCheckSchedulePOSTAsync(Map taskTaskLogGET(String taskId, Integer rec... method taskTaskLogGETWithHttpInfo (line 45303) | public ApiResponse> taskTaskLogGETWithHttpInfo(S... method taskTaskLogGETAsync (line 45324) | public okhttp3.Call taskTaskLogGETAsync(String taskId, Integer records... method taskTaskStatusGETCall (line 45344) | public okhttp3.Call taskTaskStatusGETCall(String taskId, final ApiCall... method taskTaskStatusGETValidateBeforeCall (line 45393) | @SuppressWarnings("rawtypes") method taskTaskStatusGET (line 45415) | public Map taskTaskStatusGET(String taskId) throws Api... method taskTaskStatusGETWithHttpInfo (line 45433) | public ApiResponse> taskTaskStatusGETWithHttpInfo(... method taskTaskStatusGETAsync (line 45453) | public okhttp3.Call taskTaskStatusGETAsync(String taskId, final ApiCal... method taskTasksGETCall (line 45472) | public okhttp3.Call taskTasksGETCall(Map jqFilters, fi... method taskTasksGETValidateBeforeCall (line 45521) | @SuppressWarnings("rawtypes") method taskTasksGET (line 45542) | public List taskTasksGET(Map jqFilters) throws A... method taskTasksGETWithHttpInfo (line 45559) | public ApiResponse> taskTasksGETWithHttpInfo(Map jqFilters, f... method taskTasksIdGETCall (line 45598) | public okhttp3.Call taskTasksIdGETCall(String id, Map ... method taskTasksIdGETValidateBeforeCall (line 45648) | @SuppressWarnings("rawtypes") method taskTasksIdGET (line 45675) | public Task taskTasksIdGET(String id, Map jqFilters) t... method taskTasksIdGETWithHttpInfo (line 45693) | public ApiResponse taskTasksIdGETWithHttpInfo(String id, Map... method taskTasksProjectProjectIdActiveTasksGETCall (line 45733) | public okhttp3.Call taskTasksProjectProjectIdActiveTasksGETCall(String... method taskTasksProjectProjectIdActiveTasksGETValidateBeforeCall (line 45783) | @SuppressWarnings("rawtypes") method taskTasksProjectProjectIdActiveTasksGET (line 45810) | public List taskTasksProjectProjectIdActiveTasksGE... method taskTasksProjectProjectIdActiveTasksGETWithHttpInfo (line 45828) | public ApiResponse> taskTasksProjectProjectId... method taskTasksProjectProjectIdActiveTasksGETAsync (line 45848) | public okhttp3.Call taskTasksProjectProjectIdActiveTasksGETAsync(Strin... method taskTasksProjectProjectIdTasksGETCall (line 45868) | public okhttp3.Call taskTasksProjectProjectIdTasksGETCall(String proje... method taskTasksProjectProjectIdTasksGETValidateBeforeCall (line 45918) | @SuppressWarnings("rawtypes") method taskTasksProjectProjectIdTasksGET (line 45945) | public List taskTasksProjectProjectIdTasksGET(String pro... method taskTasksProjectProjectIdTasksGETWithHttpInfo (line 45963) | public ApiResponse> taskTasksProjectProjectIdTasksG... method taskTasksProjectProjectIdTasksGETAsync (line 45983) | public okhttp3.Call taskTasksProjectProjectIdTasksGETAsync(String proj... method taskUpdateElasticIndexGETCall (line 46001) | public okhttp3.Call taskUpdateElasticIndexGETCall(final ApiCallback _c... method taskUpdateElasticIndexGETValidateBeforeCall (line 46046) | @SuppressWarnings("rawtypes") method taskUpdateElasticIndexGET (line 46066) | public Map taskUpdateElasticIndexGET() throws ApiExcep... method taskUpdateElasticIndexGETWithHttpInfo (line 46082) | public ApiResponse> taskUpdateElasticIndexGETWithH... method taskUpdateElasticIndexGETAsync (line 46100) | public okhttp3.Call taskUpdateElasticIndexGETAsync(final ApiCallback... method taskUpdateElasticIndexPOSTValidateBeforeCall (line 46164) | @SuppressWarnings("rawtypes") method taskUpdateElasticIndexPOST (line 46185) | public Map taskUpdateElasticIndexPOST(Map> taskUpdateElasticIndexPOSTWith... method taskUpdateElasticIndexPOSTAsync (line 46221) | public okhttp3.Call taskUpdateElasticIndexPOSTAsync(Map tusUploadSessionUploadSessionIdUploadPOSTWith... method tusUploadSessionUploadSessionIdUploadPOSTAsync (line 46587) | public okhttp3.Call tusUploadSessionUploadSessionIdUploadPOSTAsync(Str... method usersClientIdsGETCall (line 46604) | public okhttp3.Call usersClientIdsGETCall(final ApiCallback _callback)... method usersClientIdsGETValidateBeforeCall (line 46649) | @SuppressWarnings("rawtypes") method usersClientIdsGET (line 46669) | public List usersClientIdsGET() throws ApiException { method usersClientIdsGETWithHttpInfo (line 46685) | public ApiResponse> usersClientIdsGETWithHttpIn... method usersClientIdsGETAsync (line 46703) | public okhttp3.Call usersClientIdsGETAsync(final ApiCallback usersElevatePOSTWithHttpInfo(AccessTok... method usersElevatePOSTAsync (line 46824) | public okhttp3.Call usersElevatePOSTAsync(AccessTokenSchema accessToke... method usersGooglePOSTCall (line 46843) | public okhttp3.Call usersGooglePOSTCall(Code code, final ApiCallback _... method usersGooglePOSTValidateBeforeCall (line 46888) | @SuppressWarnings("rawtypes") method usersGooglePOST (line 46909) | public SocialLogin usersGooglePOST(Code code) throws ApiException { method usersGooglePOSTWithHttpInfo (line 46926) | public ApiResponse usersGooglePOSTWithHttpInfo(Code code)... method usersGooglePOSTAsync (line 46945) | public okhttp3.Call usersGooglePOSTAsync(Code code, final ApiCallback<... method usersOffice365POSTCall (line 46964) | public okhttp3.Call usersOffice365POSTCall(Code code, final ApiCallbac... method usersOffice365POSTValidateBeforeCall (line 47009) | @SuppressWarnings("rawtypes") method usersOffice365POST (line 47030) | public SocialLogin usersOffice365POST(Code code) throws ApiException { method usersOffice365POSTWithHttpInfo (line 47047) | public ApiResponse usersOffice365POSTWithHttpInfo(Code co... method usersOffice365POSTAsync (line 47066) | public okhttp3.Call usersOffice365POSTAsync(Code code, final ApiCallba... method usersOktaPOSTCall (line 47085) | public okhttp3.Call usersOktaPOSTCall(Code code, final ApiCallback _ca... method usersOktaPOSTValidateBeforeCall (line 47130) | @SuppressWarnings("rawtypes") method usersOktaPOST (line 47151) | public SocialLogin usersOktaPOST(Code code) throws ApiException { method usersOktaPOSTWithHttpInfo (line 47168) | public ApiResponse usersOktaPOSTWithHttpInfo(Code code) t... method usersOktaPOSTAsync (line 47187) | public okhttp3.Call usersOktaPOSTAsync(Code code, final ApiCallback usersUsersFormFieldsGET() throws ApiExcepti... method usersUsersFormFieldsGETWithHttpInfo (line 47286) | public ApiResponse> usersUsersFormFieldsGETWithHtt... method usersUsersFormFieldsGETAsync (line 47304) | public okhttp3.Call usersUsersFormFieldsGETAsync(final ApiCallback jqFilters, f... method usersUsersGETValidateBeforeCall (line 47372) | @SuppressWarnings("rawtypes") method usersUsersGET (line 47393) | public List usersUsersGET(Map jqFilters) throws ... method usersUsersGETWithHttpInfo (line 47410) | public ApiResponse> usersUsersGETWithHttpInfo(Map jqFilters, ... method usersUsersIdFormFieldsGETCall (line 47448) | public okhttp3.Call usersUsersIdFormFieldsGETCall(String id, final Api... method usersUsersIdFormFieldsGETValidateBeforeCall (line 47494) | @SuppressWarnings("rawtypes") method usersUsersIdFormFieldsGET (line 47520) | public Map usersUsersIdFormFieldsGET(String id) throws... method usersUsersIdFormFieldsGETWithHttpInfo (line 47537) | public ApiResponse> usersUsersIdFormFieldsGETWithH... method usersUsersIdFormFieldsGETAsync (line 47556) | public okhttp3.Call usersUsersIdFormFieldsGETAsync(String id, final Ap... method usersUsersIdGETCall (line 47576) | public okhttp3.Call usersUsersIdGETCall(String id, Map... method usersUsersIdGETValidateBeforeCall (line 47626) | @SuppressWarnings("rawtypes") method usersUsersIdGET (line 47653) | public User usersUsersIdGET(String id, Map jqFilters) ... method usersUsersIdGETWithHttpInfo (line 47671) | public ApiResponse usersUsersIdGETWithHttpInfo(String id, Map usersUsersIdPATCHWithHttpInfo(String i... method usersUsersIdPATCHAsync (line 47822) | public okhttp3.Call usersUsersIdPATCHAsync(String id, UserProfile user... method usersUsersIdPUTCall (line 47842) | public okhttp3.Call usersUsersIdPUTCall(String id, UserProfile userPro... method usersUsersIdPUTValidateBeforeCall (line 47888) | @SuppressWarnings("rawtypes") method usersUsersIdPUT (line 47915) | public UserProfile usersUsersIdPUT(String id, UserProfile userProfile)... method usersUsersIdPUTWithHttpInfo (line 47933) | public ApiResponse usersUsersIdPUTWithHttpInfo(String id,... method usersUsersIdPUTAsync (line 47953) | public okhttp3.Call usersUsersIdPUTAsync(String id, UserProfile userPr... method usersUsersPOSTCall (line 47972) | public okhttp3.Call usersUsersPOSTCall(UserProfile userProfile, final ... method usersUsersPOSTValidateBeforeCall (line 48017) | @SuppressWarnings("rawtypes") method usersUsersPOST (line 48038) | public UserProfile usersUsersPOST(UserProfile userProfile) throws ApiE... method usersUsersPOSTWithHttpInfo (line 48055) | public ApiResponse usersUsersPOSTWithHttpInfo(UserProfile... method usersUsersPOSTAsync (line 48074) | public okhttp3.Call usersUsersPOSTAsync(UserProfile userProfile, final... method usersUsersUserStatsGETCall (line 48092) | public okhttp3.Call usersUsersUserStatsGETCall(final ApiCallback _call... method usersUsersUserStatsGETValidateBeforeCall (line 48137) | @SuppressWarnings("rawtypes") method usersUsersUserStatsGET (line 48157) | public List usersUsersUserStatsGET() throws ApiException { method usersUsersUserStatsGETWithHttpInfo (line 48173) | public ApiResponse> usersUsersUserStatsGETWithHttpInfo... method usersUsersUserStatsGETAsync (line 48191) | public okhttp3.Call usersUsersUserStatsGETAsync(final ApiCallback usersVerifyTokenPOSTWithHt... method usersVerifyTokenPOSTAsync (line 48316) | public okhttp3.Call usersVerifyTokenPOSTAsync(VerifyAuthTokenRequest v... FILE: sdk/java/sdk/src/main/java/org/openapitools/client/api/VarApi.java class VarApi (line 37) | public class VarApi { method VarApi (line 40) | public VarApi() { method VarApi (line 44) | public VarApi(ApiClient apiClient) { method getApiClient (line 48) | public ApiClient getApiClient() { method setApiClient (line 52) | public void setApiClient(ApiClient apiClient) { method varGETCall (line 68) | public okhttp3.Call varGETCall(String var, final ApiCallback _callback... method varGETValidateBeforeCall (line 99) | @SuppressWarnings("rawtypes") method varGET (line 125) | public Object varGET(String var) throws ApiException { method varGETWithHttpInfo (line 142) | public ApiResponse varGETWithHttpInfo(String var) throws ApiEx... method varGETAsync (line 161) | public okhttp3.Call varGETAsync(String var, final ApiCallback ... FILE: sdk/java/sdk/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java class ApiKeyAuth (line 23) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ApiKeyAuth (line 31) | public ApiKeyAuth(String location, String paramName) { method getLocation (line 36) | public String getLocation() { method getParamName (line 40) | public String getParamName() { method getApiKey (line 44) | public String getApiKey() { method setApiKey (line 48) | public void setApiKey(String apiKey) { method getApiKeyPrefix (line 52) | public String getApiKeyPrefix() { method setApiKeyPrefix (line 56) | public void setApiKeyPrefix(String apiKeyPrefix) { method applyToParams (line 60) | @Override FILE: sdk/java/sdk/src/main/java/org/openapitools/client/auth/Authentication.java type Authentication (line 23) | public interface Authentication { method applyToParams (line 35) | void applyToParams(List queryParams, Map headerP... FILE: sdk/java/sdk/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java class HttpBasicAuth (line 27) | public class HttpBasicAuth implements Authentication { method getUsername (line 31) | public String getUsername() { method setUsername (line 35) | public void setUsername(String username) { method getPassword (line 39) | public String getPassword() { method setPassword (line 43) | public void setPassword(String password) { method applyToParams (line 47) | @Override FILE: sdk/java/sdk/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java class HttpBearerAuth (line 23) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method HttpBearerAuth (line 28) | public HttpBearerAuth(String scheme) { method getBearerToken (line 37) | public String getBearerToken() { method setBearerToken (line 46) | public void setBearerToken(String bearerToken) { method applyToParams (line 50) | @Override method upperCaseBearer (line 60) | private static String upperCaseBearer(String scheme) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java class AbstractOpenApiSchema (line 27) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method AbstractOpenApiSchema (line 39) | public AbstractOpenApiSchema(String schemaType, Boolean isNullable) { method getSchemas (line 49) | public abstract Map getSchemas(); method getActualInstance (line 57) | public Object getActualInstance() {return instance;} method setActualInstance (line 64) | public void setActualInstance(Object instance) {this.instance = instan... method getActualInstanceRecursively (line 71) | public Object getActualInstanceRecursively() { method getActualInstanceRecursively (line 75) | private Object getActualInstanceRecursively(AbstractOpenApiSchema obje... method getSchemaType (line 90) | public String getSchemaType() { method toString (line 94) | @Override method toIndentedString (line 109) | private String toIndentedString(Object o) { method equals (line 116) | public boolean equals(Object o) { method hashCode (line 129) | @Override method isNullable (line 139) | public Boolean isNullable() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/AccessTokenSchema.java class AccessTokenSchema (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method AccessTokenSchema (line 56) | public AccessTokenSchema() { method accessToken (line 59) | public AccessTokenSchema accessToken(String accessToken) { method getAccessToken (line 69) | @javax.annotation.Nonnull method setAccessToken (line 77) | public void setAccessToken(String accessToken) { method equals (line 83) | @Override method hashCode (line 95) | @Override method toString (line 100) | @Override method toIndentedString (line 113) | private String toIndentedString(Object o) { method validateJsonObject (line 140) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 168) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 169) | @SuppressWarnings("unchecked") method fromJson (line 204) | public static AccessTokenSchema fromJson(String jsonString) throws IOE... method toJson (line 213) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/Action.java class Action (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method Action (line 98) | public Action() { method Action (line 102) | public Action( method getId (line 121) | @javax.annotation.Nullable method name (line 131) | public Action name(String name) { method getName (line 141) | @javax.annotation.Nullable method setName (line 149) | public void setName(String name) { method message (line 154) | public Action message(String message) { method getMessage (line 164) | @javax.annotation.Nullable method setMessage (line 172) | public void setMessage(String message) { method viewAction (line 177) | public Action viewAction(String viewAction) { method getViewAction (line 187) | @javax.annotation.Nullable method setViewAction (line 195) | public void setViewAction(String viewAction) { method objectPk (line 200) | public Action objectPk(String objectPk) { method getObjectPk (line 210) | @javax.annotation.Nullable method setObjectPk (line 218) | public void setObjectPk(String objectPk) { method modelName (line 223) | public Action modelName(String modelName) { method getModelName (line 233) | @javax.annotation.Nullable method setModelName (line 241) | public void setModelName(String modelName) { method getDate (line 250) | @javax.annotation.Nullable method getUserName (line 264) | @javax.annotation.Nullable method getUserInitials (line 278) | @javax.annotation.Nullable method getUserPhotoUrl (line 292) | @javax.annotation.Nullable method requestData (line 302) | public Action requestData(Object requestData) { method getRequestData (line 312) | @javax.annotation.Nullable method setRequestData (line 320) | public void setRequestData(Object requestData) { method equals (line 326) | @Override method equalsNullable (line 348) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 352) | @Override method hashCodeNullable (line 357) | private static int hashCodeNullable(JsonNullable a) { method toString (line 364) | @Override method toIndentedString (line 387) | private String toIndentedString(Object o) { method validateJsonObject (line 423) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 465) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 466) | @SuppressWarnings("unchecked") method fromJson (line 501) | public static Action fromJson(String jsonString) throws IOException { method toJson (line 510) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/AmountUsage.java class AmountUsage (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method AmountUsage (line 102) | public AmountUsage() { method AmountUsage (line 106) | public AmountUsage( method amount (line 129) | public AmountUsage amount(BigDecimal amount) { method getAmount (line 139) | @javax.annotation.Nullable method setAmount (line 147) | public void setAmount(BigDecimal amount) { method amountStr (line 152) | public AmountUsage amountStr(String amountStr) { method getAmountStr (line 162) | @javax.annotation.Nullable method setAmountStr (line 170) | public void setAmountStr(String amountStr) { method count (line 175) | public AmountUsage count(Integer count) { method getCount (line 187) | @javax.annotation.Nullable method setCount (line 195) | public void setCount(Integer count) { method getPk (line 204) | @javax.annotation.Nullable method getTextUnitPk (line 218) | @javax.annotation.Nullable method getTextUnitUnitType (line 232) | @javax.annotation.Nullable method getTextUnitLocationStart (line 246) | @javax.annotation.Nullable method getTextUnitLocationEnd (line 260) | @javax.annotation.Nullable method getTextUnitDocumentPk (line 274) | @javax.annotation.Nullable method getTextUnitDocumentName (line 288) | @javax.annotation.Nullable method getTextUnitDocumentDescription (line 302) | @javax.annotation.Nullable method getTextUnitDocumentDocumentType (line 316) | @javax.annotation.Nullable method equals (line 327) | @Override method equalsNullable (line 350) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 354) | @Override method hashCodeNullable (line 359) | private static int hashCodeNullable(JsonNullable a) { method toString (line 366) | @Override method toIndentedString (line 390) | private String toIndentedString(Object o) { method validateJsonObject (line 427) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 472) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 473) | @SuppressWarnings("unchecked") method fromJson (line 508) | public static AmountUsage fromJson(String jsonString) throws IOExcepti... method toJson (line 517) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/Annotation.java class Annotation (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method Annotation (line 90) | public Annotation() { method Annotation (line 94) | public Annotation( method getPk (line 107) | @javax.annotation.Nullable method document (line 117) | public Annotation document(Integer document) { method getDocument (line 127) | @javax.annotation.Nonnull method setDocument (line 135) | public void setDocument(Integer document) { method field (line 140) | public Annotation field(String field) { method getField (line 150) | @javax.annotation.Nonnull method setField (line 158) | public void setField(String field) { method value (line 163) | public Annotation value(Object value) { method getValue (line 173) | @javax.annotation.Nullable method setValue (line 181) | public void setValue(Object value) { method locationStart (line 186) | public Annotation locationStart(Integer locationStart) { method getLocationStart (line 198) | @javax.annotation.Nullable method setLocationStart (line 206) | public void setLocationStart(Integer locationStart) { method locationEnd (line 211) | public Annotation locationEnd(Integer locationEnd) { method getLocationEnd (line 223) | @javax.annotation.Nullable method setLocationEnd (line 231) | public void setLocationEnd(Integer locationEnd) { method locationText (line 236) | public Annotation locationText(String locationText) { method getLocationText (line 246) | @javax.annotation.Nullable method setLocationText (line 254) | public void setLocationText(String locationText) { method modifiedBy (line 259) | public Annotation modifiedBy(Integer modifiedBy) { method getModifiedBy (line 269) | @javax.annotation.Nullable method setModifiedBy (line 277) | public void setModifiedBy(Integer modifiedBy) { method getModifiedDate (line 286) | @javax.annotation.Nullable method equals (line 297) | @Override method equalsNullable (line 317) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 321) | @Override method hashCodeNullable (line 326) | private static int hashCodeNullable(JsonNullable a) { method toString (line 333) | @Override method toIndentedString (line 354) | private String toIndentedString(Object o) { method validateJsonObject (line 393) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 424) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 425) | @SuppressWarnings("unchecked") method fromJson (line 460) | public static Annotation fromJson(String jsonString) throws IOException { method toJson (line 469) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/AnnotationBatchRequest.java class AnnotationBatchRequest (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... type ActionEnum (line 60) | @JsonAdapter(ActionEnum.Adapter.class) method ActionEnum (line 68) | ActionEnum(String value) { method getValue (line 72) | public String getValue() { method toString (line 76) | @Override method fromValue (line 81) | public static ActionEnum fromValue(String value) { class Adapter (line 90) | public static class Adapter extends TypeAdapter { method write (line 91) | @Override method read (line 96) | @Override method AnnotationBatchRequest (line 116) | public AnnotationBatchRequest() { method operationUid (line 119) | public AnnotationBatchRequest operationUid(UUID operationUid) { method getOperationUid (line 129) | @javax.annotation.Nonnull method setOperationUid (line 137) | public void setOperationUid(UUID operationUid) { method action (line 142) | public AnnotationBatchRequest action(ActionEnum action) { method getAction (line 152) | @javax.annotation.Nonnull method setAction (line 160) | public void setAction(ActionEnum action) { method id (line 165) | public AnnotationBatchRequest id(Integer id) { method getId (line 175) | @javax.annotation.Nonnull method setId (line 183) | public void setId(Integer id) { method data (line 188) | public AnnotationBatchRequest data(Object data) { method getData (line 198) | @javax.annotation.Nonnull method setData (line 206) | public void setData(Object data) { method equals (line 212) | @Override method hashCode (line 227) | @Override method toString (line 232) | @Override method toIndentedString (line 248) | private String toIndentedString(Object o) { method validateJsonObject (line 281) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 312) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 313) | @SuppressWarnings("unchecked") method fromJson (line 348) | public static AnnotationBatchRequest fromJson(String jsonString) throw... method toJson (line 357) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/AnnotationBatchResponse.java class AnnotationBatchResponse (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method AnnotationBatchResponse (line 65) | public AnnotationBatchResponse() { method operationUid (line 68) | public AnnotationBatchResponse operationUid(UUID operationUid) { method getOperationUid (line 78) | @javax.annotation.Nonnull method setOperationUid (line 86) | public void setOperationUid(UUID operationUid) { method status (line 91) | public AnnotationBatchResponse status(String status) { method getStatus (line 101) | @javax.annotation.Nonnull method setStatus (line 109) | public void setStatus(String status) { method data (line 114) | public AnnotationBatchResponse data(Object data) { method getData (line 124) | @javax.annotation.Nonnull method setData (line 132) | public void setData(Object data) { method equals (line 138) | @Override method hashCode (line 152) | @Override method toString (line 157) | @Override method toIndentedString (line 172) | private String toIndentedString(Object o) { method validateJsonObject (line 203) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 234) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 235) | @SuppressWarnings("unchecked") method fromJson (line 270) | public static AnnotationBatchResponse fromJson(String jsonString) thro... method toJson (line 279) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/AnnotationInDocument.java class AnnotationInDocument (line 53) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method AnnotationInDocument (line 95) | public AnnotationInDocument() { method AnnotationInDocument (line 99) | public AnnotationInDocument( method getPk (line 114) | @javax.annotation.Nullable method document (line 124) | public AnnotationInDocument document(Integer document) { method getDocument (line 134) | @javax.annotation.Nonnull method setDocument (line 142) | public void setDocument(Integer document) { method value (line 147) | public AnnotationInDocument value(Object value) { method getValue (line 157) | @javax.annotation.Nullable method setValue (line 165) | public void setValue(Object value) { method field (line 170) | public AnnotationInDocument field(String field) { method getField (line 180) | @javax.annotation.Nonnull method setField (line 188) | public void setField(String field) { method locationStart (line 193) | public AnnotationInDocument locationStart(Integer locationStart) { method getLocationStart (line 205) | @javax.annotation.Nullable method setLocationStart (line 213) | public void setLocationStart(Integer locationStart) { method locationEnd (line 218) | public AnnotationInDocument locationEnd(Integer locationEnd) { method getLocationEnd (line 230) | @javax.annotation.Nullable method setLocationEnd (line 238) | public void setLocationEnd(Integer locationEnd) { method locationText (line 243) | public AnnotationInDocument locationText(String locationText) { method getLocationText (line 253) | @javax.annotation.Nullable method setLocationText (line 261) | public void setLocationText(String locationText) { method modifiedBy (line 266) | public AnnotationInDocument modifiedBy(Integer modifiedBy) { method getModifiedBy (line 276) | @javax.annotation.Nullable method setModifiedBy (line 284) | public void setModifiedBy(Integer modifiedBy) { method getModifiedDate (line 293) | @javax.annotation.Nullable method getUid (line 307) | @javax.annotation.Nullable method equals (line 318) | @Override method equalsNullable (line 339) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 343) | @Override method hashCodeNullable (line 348) | private static int hashCodeNullable(JsonNullable a) { method toString (line 355) | @Override method toIndentedString (line 377) | private String toIndentedString(Object o) { method validateJsonObject (line 417) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 451) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 452) | @SuppressWarnings("unchecked") method fromJson (line 487) | public static AnnotationInDocument fromJson(String jsonString) throws ... method toJson (line 496) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/AnnotationSuggestRequest.java class AnnotationSuggestRequest (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method AnnotationSuggestRequest (line 65) | public AnnotationSuggestRequest() { method field (line 68) | public AnnotationSuggestRequest field(UUID field) { method getField (line 78) | @javax.annotation.Nonnull method setField (line 86) | public void setField(UUID field) { method document (line 91) | public AnnotationSuggestRequest document(Integer document) { method getDocument (line 101) | @javax.annotation.Nonnull method setDocument (line 109) | public void setDocument(Integer document) { method quite (line 114) | public AnnotationSuggestRequest quite(String quite) { method getQuite (line 124) | @javax.annotation.Nonnull method setQuite (line 132) | public void setQuite(String quite) { method equals (line 138) | @Override method hashCode (line 152) | @Override method toString (line 157) | @Override method toIndentedString (line 172) | private String toIndentedString(Object o) { method validateJsonObject (line 203) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 234) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 235) | @SuppressWarnings("unchecked") method fromJson (line 270) | public static AnnotationSuggestRequest fromJson(String jsonString) thr... method toJson (line 279) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/AnnotationUpdateResponse.java class AnnotationUpdateResponse (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method AnnotationUpdateResponse (line 102) | public AnnotationUpdateResponse() { method AnnotationUpdateResponse (line 106) | public AnnotationUpdateResponse( method getPk (line 119) | @javax.annotation.Nullable method document (line 129) | public AnnotationUpdateResponse document(Integer document) { method getDocument (line 139) | @javax.annotation.Nonnull method setDocument (line 147) | public void setDocument(Integer document) { method documentName (line 152) | public AnnotationUpdateResponse documentName(String documentName) { method getDocumentName (line 162) | @javax.annotation.Nonnull method setDocumentName (line 170) | public void setDocumentName(String documentName) { method field (line 175) | public AnnotationUpdateResponse field(String field) { method getField (line 185) | @javax.annotation.Nonnull method setField (line 193) | public void setField(String field) { method fieldName (line 198) | public AnnotationUpdateResponse fieldName(String fieldName) { method getFieldName (line 208) | @javax.annotation.Nonnull method setFieldName (line 216) | public void setFieldName(String fieldName) { method value (line 221) | public AnnotationUpdateResponse value(Object value) { method getValue (line 231) | @javax.annotation.Nullable method setValue (line 239) | public void setValue(Object value) { method project (line 244) | public AnnotationUpdateResponse project(String project) { method getProject (line 254) | @javax.annotation.Nonnull method setProject (line 262) | public void setProject(String project) { method locationStart (line 267) | public AnnotationUpdateResponse locationStart(Integer locationStart) { method getLocationStart (line 279) | @javax.annotation.Nullable method setLocationStart (line 287) | public void setLocationStart(Integer locationStart) { method locationEnd (line 292) | public AnnotationUpdateResponse locationEnd(Integer locationEnd) { method getLocationEnd (line 304) | @javax.annotation.Nullable method setLocationEnd (line 312) | public void setLocationEnd(Integer locationEnd) { method locationText (line 317) | public AnnotationUpdateResponse locationText(String locationText) { method getLocationText (line 327) | @javax.annotation.Nullable method setLocationText (line 335) | public void setLocationText(String locationText) { method modifiedBy (line 340) | public AnnotationUpdateResponse modifiedBy(Integer modifiedBy) { method getModifiedBy (line 350) | @javax.annotation.Nullable method setModifiedBy (line 358) | public void setModifiedBy(Integer modifiedBy) { method getModifiedDate (line 367) | @javax.annotation.Nullable method equals (line 378) | @Override method equalsNullable (line 401) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 405) | @Override method hashCodeNullable (line 410) | private static int hashCodeNullable(JsonNullable a) { method toString (line 417) | @Override method toIndentedString (line 441) | private String toIndentedString(Object o) { method validateJsonObject (line 486) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 526) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 527) | @SuppressWarnings("unchecked") method fromJson (line 562) | public static AnnotationUpdateResponse fromJson(String jsonString) thr... method toJson (line 571) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/AppVar.java class AppVar (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method AppVar (line 65) | public AppVar() { method category (line 68) | public AppVar category(String category) { method getCategory (line 78) | @javax.annotation.Nullable method setCategory (line 86) | public void setCategory(String category) { method name (line 91) | public AppVar name(String name) { method getName (line 101) | @javax.annotation.Nonnull method setName (line 109) | public void setName(String name) { method value (line 114) | public AppVar value(Object value) { method getValue (line 124) | @javax.annotation.Nullable method setValue (line 132) | public void setValue(Object value) { method equals (line 138) | @Override method equalsNullable (line 152) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 156) | @Override method hashCodeNullable (line 161) | private static int hashCodeNullable(JsonNullable a) { method toString (line 168) | @Override method toIndentedString (line 183) | private String toIndentedString(Object o) { method validateJsonObject (line 212) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 243) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 244) | @SuppressWarnings("unchecked") method fromJson (line 279) | public static AppVar fromJson(String jsonString) throws IOException { method toJson (line 288) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/AssignProjectAnnotationsRequest.java class AssignProjectAnnotationsRequest (line 53) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method AssignProjectAnnotationsRequest (line 71) | public AssignProjectAnnotationsRequest() { method assigneeId (line 74) | public AssignProjectAnnotationsRequest assigneeId(Integer assigneeId) { method getAssigneeId (line 84) | @javax.annotation.Nullable method setAssigneeId (line 92) | public void setAssigneeId(Integer assigneeId) { method all (line 97) | public AssignProjectAnnotationsRequest all(Boolean all) { method getAll (line 107) | @javax.annotation.Nullable method setAll (line 115) | public void setAll(Boolean all) { method annotationIds (line 120) | public AssignProjectAnnotationsRequest annotationIds(List ann... method addAnnotationIdsItem (line 126) | public AssignProjectAnnotationsRequest addAnnotationIdsItem(Integer an... method getAnnotationIds (line 138) | @javax.annotation.Nullable method setAnnotationIds (line 146) | public void setAnnotationIds(List annotationIds) { method noAnnotationIds (line 151) | public AssignProjectAnnotationsRequest noAnnotationIds(List n... method addNoAnnotationIdsItem (line 157) | public AssignProjectAnnotationsRequest addNoAnnotationIdsItem(Integer ... method getNoAnnotationIds (line 169) | @javax.annotation.Nullable method setNoAnnotationIds (line 177) | public void setNoAnnotationIds(List noAnnotationIds) { method equals (line 183) | @Override method equalsNullable (line 198) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 202) | @Override method hashCodeNullable (line 207) | private static int hashCodeNullable(JsonNullable a) { method toString (line 214) | @Override method toIndentedString (line 230) | private String toIndentedString(Object o) { method validateJsonObject (line 259) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 285) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 286) | @SuppressWarnings("unchecked") method fromJson (line 321) | public static AssignProjectAnnotationsRequest fromJson(String jsonStri... method toJson (line 330) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/AssignProjectDocumentRequest.java class AssignProjectDocumentRequest (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method AssignProjectDocumentRequest (line 61) | public AssignProjectDocumentRequest() { method assigneeId (line 64) | public AssignProjectDocumentRequest assigneeId(Integer assigneeId) { method getAssigneeId (line 74) | @javax.annotation.Nullable method setAssigneeId (line 82) | public void setAssigneeId(Integer assigneeId) { method documentId (line 87) | public AssignProjectDocumentRequest documentId(Integer documentId) { method getDocumentId (line 97) | @javax.annotation.Nullable method setDocumentId (line 105) | public void setDocumentId(Integer documentId) { method equals (line 111) | @Override method equalsNullable (line 124) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 128) | @Override method hashCodeNullable (line 133) | private static int hashCodeNullable(JsonNullable a) { method toString (line 140) | @Override method toIndentedString (line 154) | private String toIndentedString(Object o) { method validateJsonObject (line 181) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 199) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 200) | @SuppressWarnings("unchecked") method fromJson (line 235) | public static AssignProjectDocumentRequest fromJson(String jsonString)... method toJson (line 244) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/AssignProjectDocumentsRequest.java class AssignProjectDocumentsRequest (line 53) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method AssignProjectDocumentsRequest (line 71) | public AssignProjectDocumentsRequest() { method assigneeId (line 74) | public AssignProjectDocumentsRequest assigneeId(Integer assigneeId) { method getAssigneeId (line 84) | @javax.annotation.Nullable method setAssigneeId (line 92) | public void setAssigneeId(Integer assigneeId) { method all (line 97) | public AssignProjectDocumentsRequest all(Boolean all) { method getAll (line 107) | @javax.annotation.Nullable method setAll (line 115) | public void setAll(Boolean all) { method documentIds (line 120) | public AssignProjectDocumentsRequest documentIds(List documen... method addDocumentIdsItem (line 126) | public AssignProjectDocumentsRequest addDocumentIdsItem(Integer docume... method getDocumentIds (line 138) | @javax.annotation.Nullable method setDocumentIds (line 146) | public void setDocumentIds(List documentIds) { method noDocumentIds (line 151) | public AssignProjectDocumentsRequest noDocumentIds(List noDoc... method addNoDocumentIdsItem (line 157) | public AssignProjectDocumentsRequest addNoDocumentIdsItem(Integer noDo... method getNoDocumentIds (line 169) | @javax.annotation.Nullable method setNoDocumentIds (line 177) | public void setNoDocumentIds(List noDocumentIds) { method equals (line 183) | @Override method equalsNullable (line 198) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 202) | @Override method hashCodeNullable (line 207) | private static int hashCodeNullable(JsonNullable a) { method toString (line 214) | @Override method toIndentedString (line 230) | private String toIndentedString(Object o) { method validateJsonObject (line 259) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 285) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 286) | @SuppressWarnings("unchecked") method fromJson (line 321) | public static AssignProjectDocumentsRequest fromJson(String jsonString... method toJson (line 330) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/CheckDocumentFieldFormulaRequest.java class CheckDocumentFieldFormulaRequest (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method CheckDocumentFieldFormulaRequest (line 60) | public CheckDocumentFieldFormulaRequest() { method formula (line 63) | public CheckDocumentFieldFormulaRequest formula(String formula) { method getFormula (line 73) | @javax.annotation.Nullable method setFormula (line 81) | public void setFormula(String formula) { method hideUntilPython (line 86) | public CheckDocumentFieldFormulaRequest hideUntilPython(String hideUnt... method getHideUntilPython (line 96) | @javax.annotation.Nullable method setHideUntilPython (line 104) | public void setHideUntilPython(String hideUntilPython) { method equals (line 110) | @Override method hashCode (line 123) | @Override method toString (line 128) | @Override method toIndentedString (line 142) | private String toIndentedString(Object o) { method validateJsonObject (line 169) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 193) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 194) | @SuppressWarnings("unchecked") method fromJson (line 229) | public static CheckDocumentFieldFormulaRequest fromJson(String jsonStr... method toJson (line 238) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/CheckNewDocumentFieldFormulaRequest.java class CheckNewDocumentFieldFormulaRequest (line 53) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method CheckNewDocumentFieldFormulaRequest (line 75) | public CheckNewDocumentFieldFormulaRequest() { method formula (line 78) | public CheckNewDocumentFieldFormulaRequest formula(String formula) { method getFormula (line 88) | @javax.annotation.Nullable method setFormula (line 96) | public void setFormula(String formula) { method hideUntilPython (line 101) | public CheckNewDocumentFieldFormulaRequest hideUntilPython(String hide... method getHideUntilPython (line 111) | @javax.annotation.Nullable method setHideUntilPython (line 119) | public void setHideUntilPython(String hideUntilPython) { method fieldType (line 124) | public CheckNewDocumentFieldFormulaRequest fieldType(String fieldType) { method getFieldType (line 134) | @javax.annotation.Nullable method setFieldType (line 142) | public void setFieldType(String fieldType) { method documentType (line 147) | public CheckNewDocumentFieldFormulaRequest documentType(String documen... method getDocumentType (line 157) | @javax.annotation.Nullable method setDocumentType (line 165) | public void setDocumentType(String documentType) { method dependsOnFields (line 170) | public CheckNewDocumentFieldFormulaRequest dependsOnFields(List ... method addDependsOnFieldsItem (line 176) | public CheckNewDocumentFieldFormulaRequest addDependsOnFieldsItem(UUID... method getDependsOnFields (line 185) | @javax.annotation.Nonnull method setDependsOnFields (line 193) | public void setDependsOnFields(List dependsOnFields) { method equals (line 199) | @Override method hashCode (line 215) | @Override method toString (line 220) | @Override method toIndentedString (line 237) | private String toIndentedString(Object o) { method validateJsonObject (line 268) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 309) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 310) | @SuppressWarnings("unchecked") method fromJson (line 345) | public static CheckNewDocumentFieldFormulaRequest fromJson(String json... method toJson (line 354) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/CitationUsage.java class CitationUsage (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method CitationUsage (line 125) | public CitationUsage() { method CitationUsage (line 129) | public CitationUsage( method volume (line 152) | public CitationUsage volume(Integer volume) { method getVolume (line 164) | @javax.annotation.Nonnull method setVolume (line 172) | public void setVolume(Integer volume) { method reporter (line 177) | public CitationUsage reporter(String reporter) { method getReporter (line 187) | @javax.annotation.Nonnull method setReporter (line 195) | public void setReporter(String reporter) { method reporterFullName (line 200) | public CitationUsage reporterFullName(String reporterFullName) { method getReporterFullName (line 210) | @javax.annotation.Nullable method setReporterFullName (line 218) | public void setReporterFullName(String reporterFullName) { method page (line 223) | public CitationUsage page(Integer page) { method getPage (line 235) | @javax.annotation.Nonnull method setPage (line 243) | public void setPage(Integer page) { method page2 (line 248) | public CitationUsage page2(String page2) { method getPage2 (line 258) | @javax.annotation.Nullable method setPage2 (line 266) | public void setPage2(String page2) { method court (line 271) | public CitationUsage court(String court) { method getCourt (line 281) | @javax.annotation.Nullable method setCourt (line 289) | public void setCourt(String court) { method year (line 294) | public CitationUsage year(Integer year) { method getYear (line 306) | @javax.annotation.Nullable method setYear (line 314) | public void setYear(Integer year) { method citationStr (line 319) | public CitationUsage citationStr(String citationStr) { method getCitationStr (line 329) | @javax.annotation.Nonnull method setCitationStr (line 337) | public void setCitationStr(String citationStr) { method count (line 342) | public CitationUsage count(Integer count) { method getCount (line 354) | @javax.annotation.Nullable method setCount (line 362) | public void setCount(Integer count) { method getPk (line 371) | @javax.annotation.Nullable method getTextUnitPk (line 385) | @javax.annotation.Nullable method getTextUnitUnitType (line 399) | @javax.annotation.Nullable method getTextUnitLocationStart (line 413) | @javax.annotation.Nullable method getTextUnitLocationEnd (line 427) | @javax.annotation.Nullable method getTextUnitDocumentPk (line 441) | @javax.annotation.Nullable method getTextUnitDocumentName (line 455) | @javax.annotation.Nullable method getTextUnitDocumentDescription (line 469) | @javax.annotation.Nullable method getTextUnitDocumentDocumentType (line 483) | @javax.annotation.Nullable method equals (line 494) | @Override method equalsNullable (line 523) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 527) | @Override method hashCodeNullable (line 532) | private static int hashCodeNullable(JsonNullable a) { method toString (line 539) | @Override method toIndentedString (line 569) | private String toIndentedString(Object o) { method validateJsonObject (line 616) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 680) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 681) | @SuppressWarnings("unchecked") method fromJson (line 716) | public static CitationUsage fromJson(String jsonString) throws IOExcep... method toJson (line 725) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/CleanupProjectRequest.java class CleanupProjectRequest (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method CleanupProjectRequest (line 56) | public CleanupProjectRequest() { method delete (line 59) | public CleanupProjectRequest delete(Boolean delete) { method getDelete (line 69) | @javax.annotation.Nullable method setDelete (line 77) | public void setDelete(Boolean delete) { method equals (line 83) | @Override method hashCode (line 95) | @Override method toString (line 100) | @Override method toIndentedString (line 113) | private String toIndentedString(Object o) { method validateJsonObject (line 139) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 157) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 158) | @SuppressWarnings("unchecked") method fromJson (line 193) | public static CleanupProjectRequest fromJson(String jsonString) throws... method toJson (line 202) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/CloneDocumentFieldRequest.java class CloneDocumentFieldRequest (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method CloneDocumentFieldRequest (line 61) | public CloneDocumentFieldRequest() { method code (line 64) | public CloneDocumentFieldRequest code(String code) { method getCode (line 74) | @javax.annotation.Nonnull method setCode (line 82) | public void setCode(String code) { method documentType (line 87) | public CloneDocumentFieldRequest documentType(UUID documentType) { method getDocumentType (line 97) | @javax.annotation.Nonnull method setDocumentType (line 105) | public void setDocumentType(UUID documentType) { method equals (line 111) | @Override method hashCode (line 124) | @Override method toString (line 129) | @Override method toIndentedString (line 143) | private String toIndentedString(Object o) { method validateJsonObject (line 172) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 203) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 204) | @SuppressWarnings("unchecked") method fromJson (line 239) | public static CloneDocumentFieldRequest fromJson(String jsonString) th... method toJson (line 248) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/CloneDocumentTypeRequest.java class CloneDocumentTypeRequest (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method CloneDocumentTypeRequest (line 60) | public CloneDocumentTypeRequest() { method code (line 63) | public CloneDocumentTypeRequest code(String code) { method getCode (line 73) | @javax.annotation.Nonnull method setCode (line 81) | public void setCode(String code) { method title (line 86) | public CloneDocumentTypeRequest title(String title) { method getTitle (line 96) | @javax.annotation.Nonnull method setTitle (line 104) | public void setTitle(String title) { method equals (line 110) | @Override method hashCode (line 123) | @Override method toString (line 128) | @Override method toIndentedString (line 142) | private String toIndentedString(Object o) { method validateJsonObject (line 171) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 202) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 203) | @SuppressWarnings("unchecked") method fromJson (line 238) | public static CloneDocumentTypeRequest fromJson(String jsonString) thr... method toJson (line 247) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ClusterProjectRequest.java class ClusterProjectRequest (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... type ClusterByEnum (line 63) | @JsonAdapter(ClusterByEnum.Adapter.class) method ClusterByEnum (line 85) | ClusterByEnum(String value) { method getValue (line 89) | public String getValue() { method toString (line 93) | @Override method fromValue (line 98) | public static ClusterByEnum fromValue(String value) { class Adapter (line 107) | public static class Adapter extends TypeAdapter { method write (line 108) | @Override method read (line 113) | @Override type MethodEnum (line 128) | @JsonAdapter(MethodEnum.Adapter.class) method MethodEnum (line 138) | MethodEnum(String value) { method getValue (line 142) | public String getValue() { method toString (line 146) | @Override method fromValue (line 151) | public static MethodEnum fromValue(String value) { class Adapter (line 160) | public static class Adapter extends TypeAdapter { method write (line 161) | @Override method read (line 166) | @Override method ClusterProjectRequest (line 182) | public ClusterProjectRequest() { method nClusters (line 185) | public ClusterProjectRequest nClusters(Integer nClusters) { method getnClusters (line 195) | @javax.annotation.Nonnull method setnClusters (line 203) | public void setnClusters(Integer nClusters) { method force (line 208) | public ClusterProjectRequest force(Boolean force) { method getForce (line 218) | @javax.annotation.Nullable method setForce (line 226) | public void setForce(Boolean force) { method clusterBy (line 231) | public ClusterProjectRequest clusterBy(ClusterByEnum clusterBy) { method getClusterBy (line 241) | @javax.annotation.Nonnull method setClusterBy (line 249) | public void setClusterBy(ClusterByEnum clusterBy) { method method (line 254) | public ClusterProjectRequest method(MethodEnum method) { method getMethod (line 264) | @javax.annotation.Nonnull method setMethod (line 272) | public void setMethod(MethodEnum method) { method requireConfirmation (line 277) | public ClusterProjectRequest requireConfirmation(Boolean requireConfir... method getRequireConfirmation (line 287) | @javax.annotation.Nullable method setRequireConfirmation (line 295) | public void setRequireConfirmation(Boolean requireConfirmation) { method equals (line 301) | @Override method hashCode (line 317) | @Override method toString (line 322) | @Override method toIndentedString (line 339) | private String toIndentedString(Object o) { method validateJsonObject (line 372) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 403) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 404) | @SuppressWarnings("unchecked") method fromJson (line 439) | public static ClusterProjectRequest fromJson(String jsonString) throws... method toJson (line 448) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ClusterProjectResponse.java class ClusterProjectResponse (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ClusterProjectResponse (line 61) | public ClusterProjectResponse() { method taskId (line 64) | public ClusterProjectResponse taskId(UUID taskId) { method getTaskId (line 74) | @javax.annotation.Nonnull method setTaskId (line 82) | public void setTaskId(UUID taskId) { method projectClusteringId (line 87) | public ClusterProjectResponse projectClusteringId(Integer projectClust... method getProjectClusteringId (line 97) | @javax.annotation.Nonnull method setProjectClusteringId (line 105) | public void setProjectClusteringId(Integer projectClusteringId) { method equals (line 111) | @Override method hashCode (line 124) | @Override method toString (line 129) | @Override method toIndentedString (line 143) | private String toIndentedString(Object o) { method validateJsonObject (line 172) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 200) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 201) | @SuppressWarnings("unchecked") method fromJson (line 236) | public static ClusterProjectResponse fromJson(String jsonString) throw... method toJson (line 245) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/Code.java class Code (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method Code (line 56) | public Code() { method code (line 59) | public Code code(String code) { method getCode (line 69) | @javax.annotation.Nonnull method setCode (line 77) | public void setCode(String code) { method equals (line 83) | @Override method hashCode (line 95) | @Override method toString (line 100) | @Override method toIndentedString (line 113) | private String toIndentedString(Object o) { method validateJsonObject (line 140) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 168) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 169) | @SuppressWarnings("unchecked") method fromJson (line 204) | public static Code fromJson(String jsonString) throws IOException { method toJson (line 213) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/CopyrightUsage.java class CopyrightUsage (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method CopyrightUsage (line 96) | public CopyrightUsage() { method CopyrightUsage (line 100) | public CopyrightUsage( method copyrightStr (line 123) | public CopyrightUsage copyrightStr(String copyrightStr) { method getCopyrightStr (line 133) | @javax.annotation.Nonnull method setCopyrightStr (line 141) | public void setCopyrightStr(String copyrightStr) { method count (line 146) | public CopyrightUsage count(Integer count) { method getCount (line 158) | @javax.annotation.Nullable method setCount (line 166) | public void setCount(Integer count) { method getPk (line 175) | @javax.annotation.Nullable method getTextUnitPk (line 189) | @javax.annotation.Nullable method getTextUnitUnitType (line 203) | @javax.annotation.Nullable method getTextUnitLocationStart (line 217) | @javax.annotation.Nullable method getTextUnitLocationEnd (line 231) | @javax.annotation.Nullable method getTextUnitDocumentPk (line 245) | @javax.annotation.Nullable method getTextUnitDocumentName (line 259) | @javax.annotation.Nullable method getTextUnitDocumentDescription (line 273) | @javax.annotation.Nullable method getTextUnitDocumentDocumentType (line 287) | @javax.annotation.Nullable method equals (line 298) | @Override method hashCode (line 320) | @Override method toString (line 325) | @Override method toIndentedString (line 348) | private String toIndentedString(Object o) { method validateJsonObject (line 385) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 437) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 438) | @SuppressWarnings("unchecked") method fromJson (line 473) | public static CopyrightUsage fromJson(String jsonString) throws IOExce... method toJson (line 482) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/CountSuccessResponse.java class CountSuccessResponse (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method CountSuccessResponse (line 57) | public CountSuccessResponse() { method success (line 60) | public CountSuccessResponse success(Integer success) { method getSuccess (line 70) | @javax.annotation.Nullable method setSuccess (line 78) | public void setSuccess(Integer success) { method equals (line 84) | @Override method equalsNullable (line 96) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 100) | @Override method hashCodeNullable (line 105) | private static int hashCodeNullable(JsonNullable a) { method toString (line 112) | @Override method toIndentedString (line 125) | private String toIndentedString(Object o) { method validateJsonObject (line 151) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 169) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 170) | @SuppressWarnings("unchecked") method fromJson (line 205) | public static CountSuccessResponse fromJson(String jsonString) throws ... method toJson (line 214) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/CourtUsage.java class CourtUsage (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method CourtUsage (line 100) | public CourtUsage() { method CourtUsage (line 104) | public CourtUsage( method getCourtName (line 135) | @javax.annotation.Nullable method getCourtAlias (line 149) | @javax.annotation.Nullable method count (line 159) | public CourtUsage count(Integer count) { method getCount (line 171) | @javax.annotation.Nullable method setCount (line 179) | public void setCount(Integer count) { method getPk (line 188) | @javax.annotation.Nullable method getTextUnitPk (line 202) | @javax.annotation.Nullable method getTextUnitUnitType (line 216) | @javax.annotation.Nullable method getTextUnitLocationStart (line 230) | @javax.annotation.Nullable method getTextUnitLocationEnd (line 244) | @javax.annotation.Nullable method getTextUnitDocumentPk (line 258) | @javax.annotation.Nullable method getTextUnitDocumentName (line 272) | @javax.annotation.Nullable method getTextUnitDocumentDescription (line 286) | @javax.annotation.Nullable method getTextUnitDocumentDocumentType (line 300) | @javax.annotation.Nullable method equals (line 311) | @Override method hashCode (line 334) | @Override method toString (line 339) | @Override method toIndentedString (line 363) | private String toIndentedString(Object o) { method validateJsonObject (line 400) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 448) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 449) | @SuppressWarnings("unchecked") method fromJson (line 484) | public static CourtUsage fromJson(String jsonString) throws IOException { method toJson (line 493) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/CurrencyUsage.java class CurrencyUsage (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method CurrencyUsage (line 106) | public CurrencyUsage() { method CurrencyUsage (line 110) | public CurrencyUsage( method usageType (line 133) | public CurrencyUsage usageType(String usageType) { method getUsageType (line 143) | @javax.annotation.Nonnull method setUsageType (line 151) | public void setUsageType(String usageType) { method currency (line 156) | public CurrencyUsage currency(String currency) { method getCurrency (line 166) | @javax.annotation.Nonnull method setCurrency (line 174) | public void setCurrency(String currency) { method amount (line 179) | public CurrencyUsage amount(BigDecimal amount) { method getAmount (line 189) | @javax.annotation.Nullable method setAmount (line 197) | public void setAmount(BigDecimal amount) { method amountStr (line 202) | public CurrencyUsage amountStr(String amountStr) { method getAmountStr (line 212) | @javax.annotation.Nullable method setAmountStr (line 220) | public void setAmountStr(String amountStr) { method getPk (line 229) | @javax.annotation.Nullable method getTextUnitPk (line 243) | @javax.annotation.Nullable method getTextUnitUnitType (line 257) | @javax.annotation.Nullable method getTextUnitLocationStart (line 271) | @javax.annotation.Nullable method getTextUnitLocationEnd (line 285) | @javax.annotation.Nullable method getTextUnitDocumentPk (line 299) | @javax.annotation.Nullable method getTextUnitDocumentName (line 313) | @javax.annotation.Nullable method getTextUnitDocumentDescription (line 327) | @javax.annotation.Nullable method getTextUnitDocumentDocumentType (line 341) | @javax.annotation.Nullable method equals (line 352) | @Override method equalsNullable (line 376) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 380) | @Override method hashCodeNullable (line 385) | private static int hashCodeNullable(JsonNullable a) { method toString (line 392) | @Override method toIndentedString (line 417) | private String toIndentedString(Object o) { method validateJsonObject (line 457) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 515) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 516) | @SuppressWarnings("unchecked") method fromJson (line 551) | public static CurrencyUsage fromJson(String jsonString) throws IOExcep... method toJson (line 560) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/CustomPasswordChange.java class CustomPasswordChange (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method CustomPasswordChange (line 60) | public CustomPasswordChange() { method oldPassword (line 63) | public CustomPasswordChange oldPassword(String oldPassword) { method getOldPassword (line 73) | @javax.annotation.Nonnull method setOldPassword (line 81) | public void setOldPassword(String oldPassword) { method newPassword (line 86) | public CustomPasswordChange newPassword(String newPassword) { method getNewPassword (line 96) | @javax.annotation.Nonnull method setNewPassword (line 104) | public void setNewPassword(String newPassword) { method equals (line 110) | @Override method hashCode (line 123) | @Override method toString (line 128) | @Override method toIndentedString (line 142) | private String toIndentedString(Object o) { method validateJsonObject (line 171) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 202) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 203) | @SuppressWarnings("unchecked") method fromJson (line 238) | public static CustomPasswordChange fromJson(String jsonString) throws ... method toJson (line 247) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/CustomPasswordReset.java class CustomPasswordReset (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method CustomPasswordReset (line 56) | public CustomPasswordReset() { method email (line 59) | public CustomPasswordReset email(String email) { method getEmail (line 69) | @javax.annotation.Nonnull method setEmail (line 77) | public void setEmail(String email) { method equals (line 83) | @Override method hashCode (line 95) | @Override method toString (line 100) | @Override method toIndentedString (line 113) | private String toIndentedString(Object o) { method validateJsonObject (line 140) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 168) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 169) | @SuppressWarnings("unchecked") method fromJson (line 204) | public static CustomPasswordReset fromJson(String jsonString) throws I... method toJson (line 213) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/CustomPasswordResetConfirm.java class CustomPasswordResetConfirm (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method CustomPasswordResetConfirm (line 68) | public CustomPasswordResetConfirm() { method newPassword1 (line 71) | public CustomPasswordResetConfirm newPassword1(String newPassword1) { method getNewPassword1 (line 81) | @javax.annotation.Nonnull method setNewPassword1 (line 89) | public void setNewPassword1(String newPassword1) { method newPassword2 (line 94) | public CustomPasswordResetConfirm newPassword2(String newPassword2) { method getNewPassword2 (line 104) | @javax.annotation.Nonnull method setNewPassword2 (line 112) | public void setNewPassword2(String newPassword2) { method uid (line 117) | public CustomPasswordResetConfirm uid(String uid) { method getUid (line 127) | @javax.annotation.Nonnull method setUid (line 135) | public void setUid(String uid) { method token (line 140) | public CustomPasswordResetConfirm token(String token) { method getToken (line 150) | @javax.annotation.Nonnull method setToken (line 158) | public void setToken(String token) { method equals (line 164) | @Override method hashCode (line 179) | @Override method toString (line 184) | @Override method toIndentedString (line 200) | private String toIndentedString(Object o) { method validateJsonObject (line 233) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 270) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 271) | @SuppressWarnings("unchecked") method fromJson (line 306) | public static CustomPasswordResetConfirm fromJson(String jsonString) t... method toJson (line 315) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DateDurationUsage.java class DateDurationUsage (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DateDurationUsage (line 110) | public DateDurationUsage() { method DateDurationUsage (line 114) | public DateDurationUsage( method amount (line 137) | public DateDurationUsage amount(BigDecimal amount) { method getAmount (line 147) | @javax.annotation.Nullable method setAmount (line 155) | public void setAmount(BigDecimal amount) { method amountStr (line 160) | public DateDurationUsage amountStr(String amountStr) { method getAmountStr (line 170) | @javax.annotation.Nullable method setAmountStr (line 178) | public void setAmountStr(String amountStr) { method durationType (line 183) | public DateDurationUsage durationType(String durationType) { method getDurationType (line 193) | @javax.annotation.Nullable method setDurationType (line 201) | public void setDurationType(String durationType) { method durationDays (line 206) | public DateDurationUsage durationDays(BigDecimal durationDays) { method getDurationDays (line 216) | @javax.annotation.Nullable method setDurationDays (line 224) | public void setDurationDays(BigDecimal durationDays) { method count (line 229) | public DateDurationUsage count(Integer count) { method getCount (line 241) | @javax.annotation.Nullable method setCount (line 249) | public void setCount(Integer count) { method getPk (line 258) | @javax.annotation.Nullable method getTextUnitPk (line 272) | @javax.annotation.Nullable method getTextUnitUnitType (line 286) | @javax.annotation.Nullable method getTextUnitLocationStart (line 300) | @javax.annotation.Nullable method getTextUnitLocationEnd (line 314) | @javax.annotation.Nullable method getTextUnitDocumentPk (line 328) | @javax.annotation.Nullable method getTextUnitDocumentName (line 342) | @javax.annotation.Nullable method getTextUnitDocumentDescription (line 356) | @javax.annotation.Nullable method getTextUnitDocumentDocumentType (line 370) | @javax.annotation.Nullable method equals (line 381) | @Override method equalsNullable (line 406) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 410) | @Override method hashCodeNullable (line 415) | private static int hashCodeNullable(JsonNullable a) { method toString (line 422) | @Override method toIndentedString (line 448) | private String toIndentedString(Object o) { method validateJsonObject (line 487) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 535) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 536) | @SuppressWarnings("unchecked") method fromJson (line 571) | public static DateDurationUsage fromJson(String jsonString) throws IOE... method toJson (line 580) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DateUsage.java class DateUsage (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DateUsage (line 97) | public DateUsage() { method DateUsage (line 101) | public DateUsage( method date (line 124) | public DateUsage date(LocalDate date) { method getDate (line 134) | @javax.annotation.Nonnull method setDate (line 142) | public void setDate(LocalDate date) { method count (line 147) | public DateUsage count(Integer count) { method getCount (line 159) | @javax.annotation.Nullable method setCount (line 167) | public void setCount(Integer count) { method getPk (line 176) | @javax.annotation.Nullable method getTextUnitPk (line 190) | @javax.annotation.Nullable method getTextUnitUnitType (line 204) | @javax.annotation.Nullable method getTextUnitLocationStart (line 218) | @javax.annotation.Nullable method getTextUnitLocationEnd (line 232) | @javax.annotation.Nullable method getTextUnitDocumentPk (line 246) | @javax.annotation.Nullable method getTextUnitDocumentName (line 260) | @javax.annotation.Nullable method getTextUnitDocumentDescription (line 274) | @javax.annotation.Nullable method getTextUnitDocumentDocumentType (line 288) | @javax.annotation.Nullable method equals (line 299) | @Override method hashCode (line 321) | @Override method toString (line 326) | @Override method toIndentedString (line 349) | private String toIndentedString(Object o) { method validateJsonObject (line 386) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 435) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 436) | @SuppressWarnings("unchecked") method fromJson (line 471) | public static DateUsage fromJson(String jsonString) throws IOException { method toJson (line 480) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DateUsageCalendar.java class DateUsageCalendar (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DateUsageCalendar (line 56) | public DateUsageCalendar() { method documentId (line 59) | public DateUsageCalendar documentId(Integer documentId) { method getDocumentId (line 69) | @javax.annotation.Nullable method setDocumentId (line 77) | public void setDocumentId(Integer documentId) { method equals (line 83) | @Override method hashCode (line 95) | @Override method toString (line 100) | @Override method toIndentedString (line 113) | private String toIndentedString(Object o) { method validateJsonObject (line 139) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 157) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 158) | @SuppressWarnings("unchecked") method fromJson (line 193) | public static DateUsageCalendar fromJson(String jsonString) throws IOE... method toJson (line 202) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DateUsageTimeline.java class DateUsageTimeline (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DateUsageTimeline (line 60) | public DateUsageTimeline() { method documentId (line 63) | public DateUsageTimeline documentId(Integer documentId) { method getDocumentId (line 73) | @javax.annotation.Nullable method setDocumentId (line 81) | public void setDocumentId(Integer documentId) { method perMonth (line 86) | public DateUsageTimeline perMonth(Boolean perMonth) { method getPerMonth (line 96) | @javax.annotation.Nullable method setPerMonth (line 104) | public void setPerMonth(Boolean perMonth) { method equals (line 110) | @Override method hashCode (line 123) | @Override method toString (line 128) | @Override method toIndentedString (line 142) | private String toIndentedString(Object o) { method validateJsonObject (line 169) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 187) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 188) | @SuppressWarnings("unchecked") method fromJson (line 223) | public static DateUsageTimeline fromJson(String jsonString) throws IOE... method toJson (line 232) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DefinitionUsage.java class DefinitionUsage (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DefinitionUsage (line 96) | public DefinitionUsage() { method DefinitionUsage (line 100) | public DefinitionUsage( method definition (line 123) | public DefinitionUsage definition(String definition) { method getDefinition (line 133) | @javax.annotation.Nonnull method setDefinition (line 141) | public void setDefinition(String definition) { method count (line 146) | public DefinitionUsage count(Integer count) { method getCount (line 158) | @javax.annotation.Nullable method setCount (line 166) | public void setCount(Integer count) { method getPk (line 175) | @javax.annotation.Nullable method getTextUnitPk (line 189) | @javax.annotation.Nullable method getTextUnitUnitType (line 203) | @javax.annotation.Nullable method getTextUnitLocationStart (line 217) | @javax.annotation.Nullable method getTextUnitLocationEnd (line 231) | @javax.annotation.Nullable method getTextUnitDocumentPk (line 245) | @javax.annotation.Nullable method getTextUnitDocumentName (line 259) | @javax.annotation.Nullable method getTextUnitDocumentDescription (line 273) | @javax.annotation.Nullable method getTextUnitDocumentDocumentType (line 287) | @javax.annotation.Nullable method equals (line 298) | @Override method hashCode (line 320) | @Override method toString (line 325) | @Override method toIndentedString (line 348) | private String toIndentedString(Object o) { method validateJsonObject (line 385) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 437) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 438) | @SuppressWarnings("unchecked") method fromJson (line 473) | public static DefinitionUsage fromJson(String jsonString) throws IOExc... method toJson (line 482) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DetectProjectFieldValuesRequest.java class DetectProjectFieldValuesRequest (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DetectProjectFieldValuesRequest (line 66) | public DetectProjectFieldValuesRequest() { method doNotUpdateModified (line 69) | public DetectProjectFieldValuesRequest doNotUpdateModified(Boolean doN... method getDoNotUpdateModified (line 79) | @javax.annotation.Nullable method setDoNotUpdateModified (line 87) | public void setDoNotUpdateModified(Boolean doNotUpdateModified) { method doNotWrite (line 92) | public DetectProjectFieldValuesRequest doNotWrite(Boolean doNotWrite) { method getDoNotWrite (line 102) | @javax.annotation.Nullable method setDoNotWrite (line 110) | public void setDoNotWrite(Boolean doNotWrite) { method documentIds (line 115) | public DetectProjectFieldValuesRequest documentIds(List docum... method addDocumentIdsItem (line 121) | public DetectProjectFieldValuesRequest addDocumentIdsItem(Integer docu... method getDocumentIds (line 133) | @javax.annotation.Nullable method setDocumentIds (line 141) | public void setDocumentIds(List documentIds) { method equals (line 147) | @Override method hashCode (line 161) | @Override method toString (line 166) | @Override method toIndentedString (line 181) | private String toIndentedString(Object o) { method validateJsonObject (line 209) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 231) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 232) | @SuppressWarnings("unchecked") method fromJson (line 267) | public static DetectProjectFieldValuesRequest fromJson(String jsonStri... method toJson (line 276) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DistanceUsage.java class DistanceUsage (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DistanceUsage (line 102) | public DistanceUsage() { method DistanceUsage (line 106) | public DistanceUsage( method amount (line 129) | public DistanceUsage amount(BigDecimal amount) { method getAmount (line 139) | @javax.annotation.Nullable method setAmount (line 147) | public void setAmount(BigDecimal amount) { method distanceType (line 152) | public DistanceUsage distanceType(String distanceType) { method getDistanceType (line 162) | @javax.annotation.Nonnull method setDistanceType (line 170) | public void setDistanceType(String distanceType) { method count (line 175) | public DistanceUsage count(Integer count) { method getCount (line 187) | @javax.annotation.Nullable method setCount (line 195) | public void setCount(Integer count) { method getPk (line 204) | @javax.annotation.Nullable method getTextUnitPk (line 218) | @javax.annotation.Nullable method getTextUnitUnitType (line 232) | @javax.annotation.Nullable method getTextUnitLocationStart (line 246) | @javax.annotation.Nullable method getTextUnitLocationEnd (line 260) | @javax.annotation.Nullable method getTextUnitDocumentPk (line 274) | @javax.annotation.Nullable method getTextUnitDocumentName (line 288) | @javax.annotation.Nullable method getTextUnitDocumentDescription (line 302) | @javax.annotation.Nullable method getTextUnitDocumentDocumentType (line 316) | @javax.annotation.Nullable method equals (line 327) | @Override method equalsNullable (line 350) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 354) | @Override method hashCodeNullable (line 359) | private static int hashCodeNullable(JsonNullable a) { method toString (line 366) | @Override method toIndentedString (line 390) | private String toIndentedString(Object o) { method validateJsonObject (line 428) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 480) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 481) | @SuppressWarnings("unchecked") method fromJson (line 516) | public static DistanceUsage fromJson(String jsonString) throws IOExcep... method toJson (line 525) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentCluster.java class DocumentCluster (line 54) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentCluster (line 96) | public DocumentCluster() { method DocumentCluster (line 100) | public DocumentCluster( method getPk (line 115) | @javax.annotation.Nullable method clusterId (line 125) | public DocumentCluster clusterId(Integer clusterId) { method getClusterId (line 137) | @javax.annotation.Nullable method setClusterId (line 145) | public void setClusterId(Integer clusterId) { method name (line 150) | public DocumentCluster name(String name) { method getName (line 160) | @javax.annotation.Nonnull method setName (line 168) | public void setName(String name) { method selfName (line 173) | public DocumentCluster selfName(String selfName) { method getSelfName (line 183) | @javax.annotation.Nonnull method setSelfName (line 191) | public void setSelfName(String selfName) { method description (line 196) | public DocumentCluster description(String description) { method getDescription (line 206) | @javax.annotation.Nonnull method setDescription (line 214) | public void setDescription(String description) { method clusterBy (line 219) | public DocumentCluster clusterBy(String clusterBy) { method getClusterBy (line 229) | @javax.annotation.Nonnull method setClusterBy (line 237) | public void setClusterBy(String clusterBy) { method using (line 242) | public DocumentCluster using(String using) { method getUsing (line 252) | @javax.annotation.Nonnull method setUsing (line 260) | public void setUsing(String using) { method createdDate (line 265) | public DocumentCluster createdDate(OffsetDateTime createdDate) { method getCreatedDate (line 275) | @javax.annotation.Nullable method setCreatedDate (line 283) | public void setCreatedDate(OffsetDateTime createdDate) { method getDocumentsCount (line 292) | @javax.annotation.Nullable method getDocumentData (line 306) | @javax.annotation.Nullable method equals (line 317) | @Override method hashCode (line 338) | @Override method toString (line 343) | @Override method toIndentedString (line 365) | private String toIndentedString(Object o) { method validateJsonObject (line 405) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 457) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 458) | @SuppressWarnings("unchecked") method fromJson (line 493) | public static DocumentCluster fromJson(String jsonString) throws IOExc... method toJson (line 502) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentClusterDocumentData.java class DocumentClusterDocumentData (line 31) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentClusterDocumentData (line 45) | public DocumentClusterDocumentData() { method DocumentClusterDocumentData (line 49) | public DocumentClusterDocumentData( method getPk (line 60) | @javax.annotation.Nullable method name (line 70) | public DocumentClusterDocumentData name(String name) { method getName (line 80) | @javax.annotation.Nullable method setName (line 88) | public void setName(String name) { method documentType (line 93) | public DocumentClusterDocumentData documentType(String documentType) { method getDocumentType (line 103) | @javax.annotation.Nullable method setDocumentType (line 111) | public void setDocumentType(String documentType) { method equals (line 116) | @Override method equalsNullable (line 130) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 134) | @Override method hashCodeNullable (line 139) | private static int hashCodeNullable(JsonNullable a) { method toString (line 146) | @Override method toIndentedString (line 161) | private String toIndentedString(Object o) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentClusterDocumentDataInner.java class DocumentClusterDocumentDataInner (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentClusterDocumentDataInner (line 65) | public DocumentClusterDocumentDataInner() { method DocumentClusterDocumentDataInner (line 69) | public DocumentClusterDocumentDataInner( method getPk (line 80) | @javax.annotation.Nullable method name (line 90) | public DocumentClusterDocumentDataInner name(String name) { method getName (line 100) | @javax.annotation.Nullable method setName (line 108) | public void setName(String name) { method documentType (line 113) | public DocumentClusterDocumentDataInner documentType(String documentTy... method getDocumentType (line 123) | @javax.annotation.Nullable method setDocumentType (line 131) | public void setDocumentType(String documentType) { method equals (line 137) | @Override method equalsNullable (line 151) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 155) | @Override method hashCodeNullable (line 160) | private static int hashCodeNullable(JsonNullable a) { method toString (line 167) | @Override method toIndentedString (line 182) | private String toIndentedString(Object o) { method validateJsonObject (line 210) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 234) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 235) | @SuppressWarnings("unchecked") method fromJson (line 270) | public static DocumentClusterDocumentDataInner fromJson(String jsonStr... method toJson (line 279) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentClusterUpdate.java class DocumentClusterUpdate (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentClusterUpdate (line 60) | public DocumentClusterUpdate() { method DocumentClusterUpdate (line 64) | public DocumentClusterUpdate( method getPk (line 75) | @javax.annotation.Nullable method name (line 85) | public DocumentClusterUpdate name(String name) { method getName (line 95) | @javax.annotation.Nonnull method setName (line 103) | public void setName(String name) { method equals (line 109) | @Override method hashCode (line 122) | @Override method toString (line 127) | @Override method toIndentedString (line 141) | private String toIndentedString(Object o) { method validateJsonObject (line 169) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 197) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 198) | @SuppressWarnings("unchecked") method fromJson (line 233) | public static DocumentClusterUpdate fromJson(String jsonString) throws... method toJson (line 242) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentDefinitions.java class DocumentDefinitions (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentDefinitions (line 66) | public DocumentDefinitions() { method definition (line 69) | public DocumentDefinitions definition(String definition) { method getDefinition (line 79) | @javax.annotation.Nonnull method setDefinition (line 87) | public void setDefinition(String definition) { method matches (line 92) | public DocumentDefinitions matches(List matches) { method addMatchesItem (line 98) | public DocumentDefinitions addMatchesItem(Object matchesItem) { method getMatches (line 107) | @javax.annotation.Nonnull method setMatches (line 115) | public void setMatches(List matches) { method descriptions (line 120) | public DocumentDefinitions descriptions(List descriptions) { method addDescriptionsItem (line 126) | public DocumentDefinitions addDescriptionsItem(Object descriptionsItem) { method getDescriptions (line 135) | @javax.annotation.Nonnull method setDescriptions (line 143) | public void setDescriptions(List descriptions) { method equals (line 149) | @Override method hashCode (line 163) | @Override method toString (line 168) | @Override method toIndentedString (line 183) | private String toIndentedString(Object o) { method validateJsonObject (line 214) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 250) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 251) | @SuppressWarnings("unchecked") method fromJson (line 286) | public static DocumentDefinitions fromJson(String jsonString) throws I... method toJson (line 295) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentDetail.java class DocumentDetail (line 58) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentDetail (line 200) | public DocumentDetail() { method DocumentDetail (line 204) | public DocumentDetail( method getPk (line 243) | @javax.annotation.Nullable method name (line 253) | public DocumentDetail name(String name) { method getName (line 263) | @javax.annotation.Nullable method setName (line 271) | public void setName(String name) { method documentType (line 276) | public DocumentDetail documentType(String documentType) { method getDocumentType (line 286) | @javax.annotation.Nullable method setDocumentType (line 294) | public void setDocumentType(String documentType) { method fileSize (line 299) | public DocumentDetail fileSize(Integer fileSize) { method getFileSize (line 311) | @javax.annotation.Nullable method setFileSize (line 319) | public void setFileSize(Integer fileSize) { method folder (line 324) | public DocumentDetail folder(String folder) { method getFolder (line 334) | @javax.annotation.Nullable method setFolder (line 342) | public void setFolder(String folder) { method createdDate (line 347) | public DocumentDetail createdDate(OffsetDateTime createdDate) { method getCreatedDate (line 357) | @javax.annotation.Nullable method setCreatedDate (line 365) | public void setCreatedDate(OffsetDateTime createdDate) { method modifiedDate (line 370) | public DocumentDetail modifiedDate(OffsetDateTime modifiedDate) { method getModifiedDate (line 380) | @javax.annotation.Nullable method setModifiedDate (line 388) | public void setModifiedDate(OffsetDateTime modifiedDate) { method modifiedByName (line 393) | public DocumentDetail modifiedByName(String modifiedByName) { method getModifiedByName (line 403) | @javax.annotation.Nonnull method setModifiedByName (line 411) | public void setModifiedByName(String modifiedByName) { method createdByName (line 416) | public DocumentDetail createdByName(String createdByName) { method getCreatedByName (line 426) | @javax.annotation.Nonnull method setCreatedByName (line 434) | public void setCreatedByName(String createdByName) { method createdByInitials (line 439) | public DocumentDetail createdByInitials(String createdByInitials) { method getCreatedByInitials (line 449) | @javax.annotation.Nonnull method setCreatedByInitials (line 457) | public void setCreatedByInitials(String createdByInitials) { method createdByPhoto (line 462) | public DocumentDetail createdByPhoto(String createdByPhoto) { method getCreatedByPhoto (line 472) | @javax.annotation.Nonnull method setCreatedByPhoto (line 480) | public void setCreatedByPhoto(String createdByPhoto) { method modifiedByInitials (line 485) | public DocumentDetail modifiedByInitials(String modifiedByInitials) { method getModifiedByInitials (line 495) | @javax.annotation.Nonnull method setModifiedByInitials (line 503) | public void setModifiedByInitials(String modifiedByInitials) { method modifiedByPhoto (line 508) | public DocumentDetail modifiedByPhoto(String modifiedByPhoto) { method getModifiedByPhoto (line 518) | @javax.annotation.Nonnull method setModifiedByPhoto (line 526) | public void setModifiedByPhoto(String modifiedByPhoto) { method status (line 531) | public DocumentDetail status(Integer status) { method getStatus (line 541) | @javax.annotation.Nullable method setStatus (line 549) | public void setStatus(Integer status) { method statusData (line 554) | public DocumentDetail statusData(DocumentDetailStatusData statusData) { method getStatusData (line 564) | @javax.annotation.Nonnull method setStatusData (line 572) | public void setStatusData(DocumentDetailStatusData statusData) { method getAvailableStatusesData (line 581) | @javax.annotation.Nullable method assignee (line 591) | public DocumentDetail assignee(Integer assignee) { method getAssignee (line 601) | @javax.annotation.Nullable method setAssignee (line 609) | public void setAssignee(Integer assignee) { method assignDate (line 614) | public DocumentDetail assignDate(OffsetDateTime assignDate) { method getAssignDate (line 624) | @javax.annotation.Nullable method setAssignDate (line 632) | public void setAssignDate(OffsetDateTime assignDate) { method assigneeData (line 637) | public DocumentDetail assigneeData(DocumentDetailAssigneeData assignee... method getAssigneeData (line 647) | @javax.annotation.Nullable method setAssigneeData (line 655) | public void setAssigneeData(DocumentDetailAssigneeData assigneeData) { method availableAssigneesData (line 660) | public DocumentDetail availableAssigneesData(List boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 967) | @Override method hashCodeNullable (line 972) | private static int hashCodeNullable(JsonNullable a) { method toString (line 979) | @Override method toIndentedString (line 1026) | private String toIndentedString(Object o) { method validateJsonObject (line 1095) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 1201) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 1202) | @SuppressWarnings("unchecked") method fromJson (line 1237) | public static DocumentDetail fromJson(String jsonString) throws IOExce... method toJson (line 1246) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentDetailAssigneeData.java class DocumentDetailAssigneeData (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentDetailAssigneeData (line 80) | public DocumentDetailAssigneeData() { method DocumentDetailAssigneeData (line 84) | public DocumentDetailAssigneeData( method getPk (line 97) | @javax.annotation.Nullable method firstName (line 107) | public DocumentDetailAssigneeData firstName(String firstName) { method getFirstName (line 117) | @javax.annotation.Nullable method setFirstName (line 125) | public void setFirstName(String firstName) { method lastName (line 130) | public DocumentDetailAssigneeData lastName(String lastName) { method getLastName (line 140) | @javax.annotation.Nullable method setLastName (line 148) | public void setLastName(String lastName) { method username (line 153) | public DocumentDetailAssigneeData username(String username) { method getUsername (line 163) | @javax.annotation.Nonnull method setUsername (line 171) | public void setUsername(String username) { method getPhoto (line 180) | @javax.annotation.Nullable method name (line 190) | public DocumentDetailAssigneeData name(String name) { method getName (line 200) | @javax.annotation.Nullable method setName (line 208) | public void setName(String name) { method initials (line 213) | public DocumentDetailAssigneeData initials(String initials) { method getInitials (line 223) | @javax.annotation.Nullable method setInitials (line 231) | public void setInitials(String initials) { method equals (line 237) | @Override method hashCode (line 255) | @Override method toString (line 260) | @Override method toIndentedString (line 279) | private String toIndentedString(Object o) { method validateJsonObject (line 312) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 355) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 356) | @SuppressWarnings("unchecked") method fromJson (line 391) | public static DocumentDetailAssigneeData fromJson(String jsonString) t... method toJson (line 400) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentDetailAvailableAssigneesData.java class DocumentDetailAvailableAssigneesData (line 30) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentDetailAvailableAssigneesData (line 60) | public DocumentDetailAvailableAssigneesData() { method DocumentDetailAvailableAssigneesData (line 64) | public DocumentDetailAvailableAssigneesData( method getPk (line 77) | @javax.annotation.Nullable method firstName (line 87) | public DocumentDetailAvailableAssigneesData firstName(String firstName) { method getFirstName (line 97) | @javax.annotation.Nullable method setFirstName (line 105) | public void setFirstName(String firstName) { method lastName (line 110) | public DocumentDetailAvailableAssigneesData lastName(String lastName) { method getLastName (line 120) | @javax.annotation.Nullable method setLastName (line 128) | public void setLastName(String lastName) { method username (line 133) | public DocumentDetailAvailableAssigneesData username(String username) { method getUsername (line 143) | @javax.annotation.Nonnull method setUsername (line 151) | public void setUsername(String username) { method getPhoto (line 160) | @javax.annotation.Nullable method name (line 170) | public DocumentDetailAvailableAssigneesData name(String name) { method getName (line 180) | @javax.annotation.Nullable method setName (line 188) | public void setName(String name) { method initials (line 193) | public DocumentDetailAvailableAssigneesData initials(String initials) { method getInitials (line 203) | @javax.annotation.Nullable method setInitials (line 211) | public void setInitials(String initials) { method equals (line 216) | @Override method hashCode (line 234) | @Override method toString (line 239) | @Override method toIndentedString (line 258) | private String toIndentedString(Object o) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentDetailAvailableAssigneesDataInner.java class DocumentDetailAvailableAssigneesDataInner (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentDetailAvailableAssigneesDataInner (line 80) | public DocumentDetailAvailableAssigneesDataInner() { method DocumentDetailAvailableAssigneesDataInner (line 84) | public DocumentDetailAvailableAssigneesDataInner( method getPk (line 97) | @javax.annotation.Nullable method firstName (line 107) | public DocumentDetailAvailableAssigneesDataInner firstName(String firs... method getFirstName (line 117) | @javax.annotation.Nullable method setFirstName (line 125) | public void setFirstName(String firstName) { method lastName (line 130) | public DocumentDetailAvailableAssigneesDataInner lastName(String lastN... method getLastName (line 140) | @javax.annotation.Nullable method setLastName (line 148) | public void setLastName(String lastName) { method username (line 153) | public DocumentDetailAvailableAssigneesDataInner username(String usern... method getUsername (line 163) | @javax.annotation.Nonnull method setUsername (line 171) | public void setUsername(String username) { method getPhoto (line 180) | @javax.annotation.Nullable method name (line 190) | public DocumentDetailAvailableAssigneesDataInner name(String name) { method getName (line 200) | @javax.annotation.Nullable method setName (line 208) | public void setName(String name) { method initials (line 213) | public DocumentDetailAvailableAssigneesDataInner initials(String initi... method getInitials (line 223) | @javax.annotation.Nullable method setInitials (line 231) | public void setInitials(String initials) { method equals (line 237) | @Override method hashCode (line 255) | @Override method toString (line 260) | @Override method toIndentedString (line 279) | private String toIndentedString(Object o) { method validateJsonObject (line 312) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 355) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 356) | @SuppressWarnings("unchecked") method fromJson (line 391) | public static DocumentDetailAvailableAssigneesDataInner fromJson(Strin... method toJson (line 400) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentDetailNotes.java class DocumentDetailNotes (line 34) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method getPk (line 81) | @javax.annotation.Nullable method note (line 91) | public DocumentDetailNotes note(String note) { method getNote (line 101) | @ApiModelProperty(required = true, value = "") method setNote (line 108) | public void setNote(String note) { method timestamp (line 113) | public DocumentDetailNotes timestamp(OffsetDateTime timestamp) { method getTimestamp (line 123) | @javax.annotation.Nullable method setTimestamp (line 131) | public void setTimestamp(OffsetDateTime timestamp) { method user (line 136) | public DocumentDetailNotes user(DocumentDetailUser user) { method getUser (line 146) | @javax.annotation.Nullable method setUser (line 154) | public void setUser(DocumentDetailUser user) { method locationStart (line 159) | public DocumentDetailNotes locationStart(Integer locationStart) { method getLocationStart (line 171) | @javax.annotation.Nullable method setLocationStart (line 179) | public void setLocationStart(Integer locationStart) { method locationEnd (line 184) | public DocumentDetailNotes locationEnd(Integer locationEnd) { method getLocationEnd (line 196) | @javax.annotation.Nullable method setLocationEnd (line 204) | public void setLocationEnd(Integer locationEnd) { method documentId (line 209) | public DocumentDetailNotes documentId(Integer documentId) { method getDocumentId (line 219) | @ApiModelProperty(required = true, value = "") method setDocumentId (line 226) | public void setDocumentId(Integer documentId) { method fieldValueId (line 231) | public DocumentDetailNotes fieldValueId(Integer fieldValueId) { method getFieldValueId (line 241) | @javax.annotation.Nullable method setFieldValueId (line 249) | public void setFieldValueId(Integer fieldValueId) { method fieldId (line 254) | public DocumentDetailNotes fieldId(String fieldId) { method getFieldId (line 264) | @javax.annotation.Nullable method setFieldId (line 272) | public void setFieldId(String fieldId) { method getSelections (line 281) | @javax.annotation.Nullable method equals (line 291) | @Override method hashCode (line 312) | @Override method toString (line 317) | @Override method toIndentedString (line 339) | private String toIndentedString(Object o) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentDetailStatusData.java class DocumentDetailStatusData (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentDetailStatusData (line 77) | public DocumentDetailStatusData() { method DocumentDetailStatusData (line 81) | public DocumentDetailStatusData( method getId (line 92) | @javax.annotation.Nullable method name (line 102) | public DocumentDetailStatusData name(String name) { method getName (line 112) | @javax.annotation.Nonnull method setName (line 120) | public void setName(String name) { method code (line 125) | public DocumentDetailStatusData code(String code) { method getCode (line 135) | @javax.annotation.Nullable method setCode (line 143) | public void setCode(String code) { method order (line 148) | public DocumentDetailStatusData order(Integer order) { method getOrder (line 160) | @javax.annotation.Nonnull method setOrder (line 168) | public void setOrder(Integer order) { method isActive (line 173) | public DocumentDetailStatusData isActive(Boolean isActive) { method getIsActive (line 183) | @javax.annotation.Nullable method setIsActive (line 191) | public void setIsActive(Boolean isActive) { method group (line 196) | public DocumentDetailStatusData group(Integer group) { method getGroup (line 206) | @javax.annotation.Nullable method setGroup (line 214) | public void setGroup(Integer group) { method equals (line 220) | @Override method equalsNullable (line 237) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 241) | @Override method hashCodeNullable (line 246) | private static int hashCodeNullable(JsonNullable a) { method toString (line 253) | @Override method toIndentedString (line 271) | private String toIndentedString(Object o) { method validateJsonObject (line 304) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 335) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 336) | @SuppressWarnings("unchecked") method fromJson (line 371) | public static DocumentDetailStatusData fromJson(String jsonString) thr... method toJson (line 380) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentDetailUser.java class DocumentDetailUser (line 30) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method getPk (line 61) | @javax.annotation.Nullable method firstName (line 71) | public DocumentDetailUser firstName(String firstName) { method getFirstName (line 81) | @javax.annotation.Nullable method setFirstName (line 89) | public void setFirstName(String firstName) { method lastName (line 94) | public DocumentDetailUser lastName(String lastName) { method getLastName (line 104) | @javax.annotation.Nullable method setLastName (line 112) | public void setLastName(String lastName) { method username (line 117) | public DocumentDetailUser username(String username) { method getUsername (line 127) | @ApiModelProperty(required = true, value = "Required. 150 characters o... method setUsername (line 134) | public void setUsername(String username) { method getPhoto (line 143) | @javax.annotation.Nullable method name (line 153) | public DocumentDetailUser name(String name) { method getName (line 163) | @javax.annotation.Nullable method setName (line 171) | public void setName(String name) { method equals (line 176) | @Override method hashCode (line 193) | @Override method toString (line 198) | @Override method toIndentedString (line 216) | private String toIndentedString(Object o) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentDocumentsDownloadZipGET404Response.java class DocumentDocumentsDownloadZipGET404Response (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentDocumentsDownloadZipGET404Response (line 56) | public DocumentDocumentsDownloadZipGET404Response() { method detail (line 59) | public DocumentDocumentsDownloadZipGET404Response detail(String detail) { method getDetail (line 69) | @javax.annotation.Nonnull method setDetail (line 77) | public void setDetail(String detail) { method equals (line 83) | @Override method hashCode (line 95) | @Override method toString (line 100) | @Override method toIndentedString (line 113) | private String toIndentedString(Object o) { method validateJsonObject (line 140) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 168) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 169) | @SuppressWarnings("unchecked") method fromJson (line 204) | public static DocumentDocumentsDownloadZipGET404Response fromJson(Stri... method toJson (line 213) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentDownloadZipResponse.java class DocumentDownloadZipResponse (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentDownloadZipResponse (line 61) | public DocumentDownloadZipResponse() { method taskId (line 64) | public DocumentDownloadZipResponse taskId(UUID taskId) { method getTaskId (line 74) | @javax.annotation.Nonnull method setTaskId (line 82) | public void setTaskId(UUID taskId) { method detail (line 87) | public DocumentDownloadZipResponse detail(String detail) { method getDetail (line 97) | @javax.annotation.Nonnull method setDetail (line 105) | public void setDetail(String detail) { method equals (line 111) | @Override method hashCode (line 124) | @Override method toString (line 129) | @Override method toIndentedString (line 143) | private String toIndentedString(Object o) { method validateJsonObject (line 172) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 203) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 204) | @SuppressWarnings("unchecked") method fromJson (line 239) | public static DocumentDownloadZipResponse fromJson(String jsonString) ... method toJson (line 248) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentFieldAnnotation.java class DocumentFieldAnnotation (line 53) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentFieldAnnotation (line 139) | public DocumentFieldAnnotation() { method DocumentFieldAnnotation (line 143) | public DocumentFieldAnnotation( method getPk (line 180) | @javax.annotation.Nullable method getUid (line 194) | @javax.annotation.Nullable method getProjectId (line 208) | @javax.annotation.Nullable method getProjectName (line 222) | @javax.annotation.Nullable method getDocumentId (line 236) | @javax.annotation.Nullable method getDocumentName (line 250) | @javax.annotation.Nullable method getDocumentType (line 264) | @javax.annotation.Nullable method getDocumentStatus (line 278) | @javax.annotation.Nullable method getFieldId (line 292) | @javax.annotation.Nullable method getFieldName (line 306) | @javax.annotation.Nullable method value (line 316) | public DocumentFieldAnnotation value(Object value) { method getValue (line 326) | @javax.annotation.Nullable method setValue (line 334) | public void setValue(Object value) { method locationStart (line 339) | public DocumentFieldAnnotation locationStart(Integer locationStart) { method getLocationStart (line 351) | @javax.annotation.Nullable method setLocationStart (line 359) | public void setLocationStart(Integer locationStart) { method locationEnd (line 364) | public DocumentFieldAnnotation locationEnd(Integer locationEnd) { method getLocationEnd (line 376) | @javax.annotation.Nullable method setLocationEnd (line 384) | public void setLocationEnd(Integer locationEnd) { method locationText (line 389) | public DocumentFieldAnnotation locationText(String locationText) { method getLocationText (line 399) | @javax.annotation.Nullable method setLocationText (line 407) | public void setLocationText(String locationText) { method assigneeId (line 412) | public DocumentFieldAnnotation assigneeId(Integer assigneeId) { method getAssigneeId (line 422) | @javax.annotation.Nonnull method setAssigneeId (line 430) | public void setAssigneeId(Integer assigneeId) { method assignDate (line 435) | public DocumentFieldAnnotation assignDate(OffsetDateTime assignDate) { method getAssignDate (line 445) | @javax.annotation.Nullable method setAssignDate (line 453) | public void setAssignDate(OffsetDateTime assignDate) { method statusId (line 458) | public DocumentFieldAnnotation statusId(Integer statusId) { method getStatusId (line 468) | @javax.annotation.Nonnull method setStatusId (line 476) | public void setStatusId(Integer statusId) { method getStatusName (line 485) | @javax.annotation.Nullable method getAssigneeName (line 499) | @javax.annotation.Nullable method getModifiedById (line 513) | @javax.annotation.Nullable method getModifiedDate (line 527) | @javax.annotation.Nullable method equals (line 538) | @Override method equalsNullable (line 570) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 574) | @Override method hashCodeNullable (line 579) | private static int hashCodeNullable(JsonNullable a) { method toString (line 586) | @Override method toIndentedString (line 619) | private String toIndentedString(Object o) { method validateJsonObject (line 667) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 728) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 729) | @SuppressWarnings("unchecked") method fromJson (line 764) | public static DocumentFieldAnnotation fromJson(String jsonString) thro... method toJson (line 773) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentFieldCategoryCreate.java class DocumentFieldCategoryCreate (line 53) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentFieldCategoryCreate (line 79) | public DocumentFieldCategoryCreate() { method DocumentFieldCategoryCreate (line 83) | public DocumentFieldCategoryCreate( method getId (line 98) | @javax.annotation.Nullable method documentType (line 108) | public DocumentFieldCategoryCreate documentType(String documentType) { method getDocumentType (line 118) | @javax.annotation.Nullable method setDocumentType (line 126) | public void setDocumentType(String documentType) { method name (line 131) | public DocumentFieldCategoryCreate name(String name) { method getName (line 141) | @javax.annotation.Nonnull method setName (line 149) | public void setName(String name) { method order (line 154) | public DocumentFieldCategoryCreate order(Integer order) { method getOrder (line 166) | @javax.annotation.Nonnull method setOrder (line 174) | public void setOrder(Integer order) { method getFields (line 183) | @javax.annotation.Nullable method getFieldsNumber (line 197) | @javax.annotation.Nullable method equals (line 208) | @Override method equalsNullable (line 225) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 229) | @Override method hashCodeNullable (line 234) | private static int hashCodeNullable(JsonNullable a) { method toString (line 241) | @Override method toIndentedString (line 259) | private String toIndentedString(Object o) { method validateJsonObject (line 293) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 328) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 329) | @SuppressWarnings("unchecked") method fromJson (line 364) | public static DocumentFieldCategoryCreate fromJson(String jsonString) ... method toJson (line 373) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentFieldCategoryList.java class DocumentFieldCategoryList (line 54) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentFieldCategoryList (line 88) | public DocumentFieldCategoryList() { method DocumentFieldCategoryList (line 92) | public DocumentFieldCategoryList( method getId (line 103) | @javax.annotation.Nullable method documentType (line 113) | public DocumentFieldCategoryList documentType(String documentType) { method getDocumentType (line 123) | @javax.annotation.Nullable method setDocumentType (line 131) | public void setDocumentType(String documentType) { method documentTypeTitle (line 136) | public DocumentFieldCategoryList documentTypeTitle(String documentType... method getDocumentTypeTitle (line 146) | @javax.annotation.Nonnull method setDocumentTypeTitle (line 154) | public void setDocumentTypeTitle(String documentTypeTitle) { method name (line 159) | public DocumentFieldCategoryList name(String name) { method getName (line 169) | @javax.annotation.Nonnull method setName (line 177) | public void setName(String name) { method order (line 182) | public DocumentFieldCategoryList order(Integer order) { method getOrder (line 194) | @javax.annotation.Nullable method setOrder (line 202) | public void setOrder(Integer order) { method fields (line 207) | public DocumentFieldCategoryList fields(List field... method fieldsNumber (line 235) | public DocumentFieldCategoryList fieldsNumber(Integer fieldsNumber) { method getFieldsNumber (line 245) | @javax.annotation.Nonnull method setFieldsNumber (line 253) | public void setFieldsNumber(Integer fieldsNumber) { method exportKey (line 258) | public DocumentFieldCategoryList exportKey(UUID exportKey) { method getExportKey (line 268) | @javax.annotation.Nullable method setExportKey (line 276) | public void setExportKey(UUID exportKey) { method equals (line 282) | @Override method hashCode (line 301) | @Override method toString (line 306) | @Override method toIndentedString (line 326) | private String toIndentedString(Object o) { method validateJsonObject (line 364) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 413) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 414) | @SuppressWarnings("unchecked") method fromJson (line 449) | public static DocumentFieldCategoryList fromJson(String jsonString) th... method toJson (line 458) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentFieldCategoryListFields.java class DocumentFieldCategoryListFields (line 31) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentFieldCategoryListFields (line 53) | public DocumentFieldCategoryListFields() { method id (line 56) | public DocumentFieldCategoryListFields id(String id) { method getId (line 66) | @javax.annotation.Nonnull method setId (line 74) | public void setId(String id) { method category (line 79) | public DocumentFieldCategoryListFields category(Integer category) { method getCategory (line 89) | @javax.annotation.Nullable method setCategory (line 97) | public void setCategory(Integer category) { method code (line 102) | public DocumentFieldCategoryListFields code(String code) { method getCode (line 112) | @javax.annotation.Nonnull method setCode (line 120) | public void setCode(String code) { method title (line 125) | public DocumentFieldCategoryListFields title(String title) { method getTitle (line 135) | @javax.annotation.Nonnull method setTitle (line 143) | public void setTitle(String title) { method order (line 148) | public DocumentFieldCategoryListFields order(Integer order) { method getOrder (line 160) | @javax.annotation.Nullable method setOrder (line 168) | public void setOrder(Integer order) { method equals (line 173) | @Override method equalsNullable (line 189) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 193) | @Override method hashCodeNullable (line 198) | private static int hashCodeNullable(JsonNullable a) { method toString (line 205) | @Override method toIndentedString (line 222) | private String toIndentedString(Object o) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentFieldCategoryListFieldsInner.java class DocumentFieldCategoryListFieldsInner (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentFieldCategoryListFieldsInner (line 73) | public DocumentFieldCategoryListFieldsInner() { method id (line 76) | public DocumentFieldCategoryListFieldsInner id(String id) { method getId (line 86) | @javax.annotation.Nonnull method setId (line 94) | public void setId(String id) { method category (line 99) | public DocumentFieldCategoryListFieldsInner category(Integer category) { method getCategory (line 109) | @javax.annotation.Nullable method setCategory (line 117) | public void setCategory(Integer category) { method code (line 122) | public DocumentFieldCategoryListFieldsInner code(String code) { method getCode (line 132) | @javax.annotation.Nonnull method setCode (line 140) | public void setCode(String code) { method title (line 145) | public DocumentFieldCategoryListFieldsInner title(String title) { method getTitle (line 155) | @javax.annotation.Nonnull method setTitle (line 163) | public void setTitle(String title) { method order (line 168) | public DocumentFieldCategoryListFieldsInner order(Integer order) { method getOrder (line 180) | @javax.annotation.Nullable method setOrder (line 188) | public void setOrder(Integer order) { method equals (line 194) | @Override method equalsNullable (line 210) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 214) | @Override method hashCodeNullable (line 219) | private static int hashCodeNullable(JsonNullable a) { method toString (line 226) | @Override method toIndentedString (line 243) | private String toIndentedString(Object o) { method validateJsonObject (line 276) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 310) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 311) | @SuppressWarnings("unchecked") method fromJson (line 346) | public static DocumentFieldCategoryListFieldsInner fromJson(String jso... method toJson (line 355) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentFieldCreate.java class DocumentFieldCreate (line 53) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... type TypeEnum (line 78) | @JsonAdapter(TypeEnum.Adapter.class) method TypeEnum (line 122) | TypeEnum(String value) { method getValue (line 126) | public String getValue() { method toString (line 130) | @Override method fromValue (line 135) | public static TypeEnum fromValue(String value) { class Adapter (line 144) | public static class Adapter extends TypeAdapter { method write (line 145) | @Override method read (line 150) | @Override type TextUnitTypeEnum (line 165) | @JsonAdapter(TextUnitTypeEnum.Adapter.class) method TextUnitTypeEnum (line 175) | TextUnitTypeEnum(String value) { method getValue (line 179) | public String getValue() { method toString (line 183) | @Override method fromValue (line 188) | public static TextUnitTypeEnum fromValue(String value) { class Adapter (line 197) | public static class Adapter extends TypeAdapter { method write (line 198) | @Override method read (line 203) | @Override type ValueDetectionStrategyEnum (line 218) | @JsonAdapter(ValueDetectionStrategyEnum.Adapter.class) method ValueDetectionStrategyEnum (line 234) | ValueDetectionStrategyEnum(String value) { method getValue (line 238) | public String getValue() { method toString (line 242) | @Override method fromValue (line 247) | public static ValueDetectionStrategyEnum fromValue(String value) { class Adapter (line 256) | public static class Adapter extends TypeAdapter { method write (line 330) | @Override method read (line 335) | @Override method DocumentFieldCreate (line 435) | public DocumentFieldCreate() { method DocumentFieldCreate (line 439) | public DocumentFieldCreate( method documentType (line 450) | public DocumentFieldCreate documentType(String documentType) { method getDocumentType (line 460) | @javax.annotation.Nonnull method setDocumentType (line 468) | public void setDocumentType(String documentType) { method code (line 473) | public DocumentFieldCreate code(String code) { method getCode (line 483) | @javax.annotation.Nonnull method setCode (line 491) | public void setCode(String code) { method getLongCode (line 500) | @javax.annotation.Nullable method title (line 510) | public DocumentFieldCreate title(String title) { method getTitle (line 520) | @javax.annotation.Nonnull method setTitle (line 528) | public void setTitle(String title) { method description (line 533) | public DocumentFieldCreate description(String description) { method getDescription (line 543) | @javax.annotation.Nullable method setDescription (line 551) | public void setDescription(String description) { method type (line 556) | public DocumentFieldCreate type(TypeEnum type) { method getType (line 566) | @javax.annotation.Nonnull method setType (line 574) | public void setType(TypeEnum type) { method textUnitType (line 579) | public DocumentFieldCreate textUnitType(TextUnitTypeEnum textUnitType) { method getTextUnitType (line 589) | @javax.annotation.Nullable method setTextUnitType (line 597) | public void setTextUnitType(TextUnitTypeEnum textUnitType) { method valueDetectionStrategy (line 602) | public DocumentFieldCreate valueDetectionStrategy(ValueDetectionStrate... method getValueDetectionStrategy (line 612) | @javax.annotation.Nullable method setValueDetectionStrategy (line 620) | public void setValueDetectionStrategy(ValueDetectionStrategyEnum value... method classifierInitScript (line 625) | public DocumentFieldCreate classifierInitScript(String classifierInitS... method getClassifierInitScript (line 635) | @javax.annotation.Nullable method setClassifierInitScript (line 643) | public void setClassifierInitScript(String classifierInitScript) { method formula (line 648) | public DocumentFieldCreate formula(String formula) { method getFormula (line 658) | @javax.annotation.Nullable method setFormula (line 666) | public void setFormula(String formula) { method convertDecimalsToFloatsInFormulaArgs (line 671) | public DocumentFieldCreate convertDecimalsToFloatsInFormulaArgs(Boolea... method getConvertDecimalsToFloatsInFormulaArgs (line 681) | @javax.annotation.Nullable method setConvertDecimalsToFloatsInFormulaArgs (line 689) | public void setConvertDecimalsToFloatsInFormulaArgs(Boolean convertDec... method valueRegexp (line 694) | public DocumentFieldCreate valueRegexp(String valueRegexp) { method getValueRegexp (line 704) | @javax.annotation.Nullable method setValueRegexp (line 712) | public void setValueRegexp(String valueRegexp) { method dependsOnFields (line 717) | public DocumentFieldCreate dependsOnFields(List dependsOnField... method addDependsOnFieldsItem (line 723) | public DocumentFieldCreate addDependsOnFieldsItem(String dependsOnFiel... method getDependsOnFields (line 735) | @javax.annotation.Nullable method setDependsOnFields (line 743) | public void setDependsOnFields(List dependsOnFields) { method confidence (line 748) | public DocumentFieldCreate confidence(ConfidenceEnum confidence) { method getConfidence (line 758) | @javax.annotation.Nullable method setConfidence (line 766) | public void setConfidence(ConfidenceEnum confidence) { method requiresTextAnnotations (line 771) | public DocumentFieldCreate requiresTextAnnotations(Boolean requiresTex... method getRequiresTextAnnotations (line 781) | @javax.annotation.Nullable method setRequiresTextAnnotations (line 789) | public void setRequiresTextAnnotations(Boolean requiresTextAnnotations) { method readOnly (line 794) | public DocumentFieldCreate readOnly(Boolean readOnly) { method getReadOnly (line 804) | @javax.annotation.Nullable method setReadOnly (line 812) | public void setReadOnly(Boolean readOnly) { method category (line 817) | public DocumentFieldCreate category(Integer category) { method getCategory (line 827) | @javax.annotation.Nullable method setCategory (line 835) | public void setCategory(Integer category) { method family (line 840) | public DocumentFieldCreate family(Integer family) { method getFamily (line 850) | @javax.annotation.Nullable method setFamily (line 858) | public void setFamily(Integer family) { method defaultValue (line 863) | public DocumentFieldCreate defaultValue(Object defaultValue) { method getDefaultValue (line 873) | @javax.annotation.Nullable method setDefaultValue (line 881) | public void setDefaultValue(Object defaultValue) { method choices (line 886) | public DocumentFieldCreate choices(String choices) { method getChoices (line 896) | @javax.annotation.Nullable method setChoices (line 904) | public void setChoices(String choices) { method allowValuesNotSpecifiedInChoices (line 909) | public DocumentFieldCreate allowValuesNotSpecifiedInChoices(Boolean al... method getAllowValuesNotSpecifiedInChoices (line 919) | @javax.annotation.Nullable method setAllowValuesNotSpecifiedInChoices (line 927) | public void setAllowValuesNotSpecifiedInChoices(Boolean allowValuesNot... method metadata (line 932) | public DocumentFieldCreate metadata(Object metadata) { method getMetadata (line 942) | @javax.annotation.Nullable method setMetadata (line 950) | public void setMetadata(Object metadata) { method trainingFinished (line 955) | public DocumentFieldCreate trainingFinished(Boolean trainingFinished) { method getTrainingFinished (line 965) | @javax.annotation.Nullable method setTrainingFinished (line 973) | public void setTrainingFinished(Boolean trainingFinished) { method dirty (line 978) | public DocumentFieldCreate dirty(Boolean dirty) { method getDirty (line 988) | @javax.annotation.Nullable method setDirty (line 996) | public void setDirty(Boolean dirty) { method order (line 1001) | public DocumentFieldCreate order(Integer order) { method getOrder (line 1013) | @javax.annotation.Nullable method setOrder (line 1021) | public void setOrder(Integer order) { method trainedAfterDocumentsNumber (line 1026) | public DocumentFieldCreate trainedAfterDocumentsNumber(Integer trained... method getTrainedAfterDocumentsNumber (line 1038) | @javax.annotation.Nullable method setTrainedAfterDocumentsNumber (line 1046) | public void setTrainedAfterDocumentsNumber(Integer trainedAfterDocumen... method hiddenAlways (line 1051) | public DocumentFieldCreate hiddenAlways(Boolean hiddenAlways) { method getHiddenAlways (line 1061) | @javax.annotation.Nullable method setHiddenAlways (line 1069) | public void setHiddenAlways(Boolean hiddenAlways) { method hideUntilPython (line 1074) | public DocumentFieldCreate hideUntilPython(String hideUntilPython) { method getHideUntilPython (line 1084) | @javax.annotation.Nullable method setHideUntilPython (line 1092) | public void setHideUntilPython(String hideUntilPython) { method getHideUntilJs (line 1101) | @javax.annotation.Nullable method displayYesNo (line 1111) | public DocumentFieldCreate displayYesNo(Boolean displayYesNo) { method getDisplayYesNo (line 1121) | @javax.annotation.Nullable method setDisplayYesNo (line 1129) | public void setDisplayYesNo(Boolean displayYesNo) { method vectorizerStopWords (line 1134) | public DocumentFieldCreate vectorizerStopWords(String vectorizerStopWo... method getVectorizerStopWords (line 1144) | @javax.annotation.Nullable method setVectorizerStopWords (line 1152) | public void setVectorizerStopWords(String vectorizerStopWords) { method unsureChoiceValue (line 1157) | public DocumentFieldCreate unsureChoiceValue(String unsureChoiceValue) { method getUnsureChoiceValue (line 1167) | @javax.annotation.Nullable method setUnsureChoiceValue (line 1175) | public void setUnsureChoiceValue(String unsureChoiceValue) { method unsureThresholdsByValue (line 1180) | public DocumentFieldCreate unsureThresholdsByValue(Object unsureThresh... method getUnsureThresholdsByValue (line 1190) | @javax.annotation.Nullable method setUnsureThresholdsByValue (line 1198) | public void setUnsureThresholdsByValue(Object unsureThresholdsByValue) { method mlflowModelUri (line 1203) | public DocumentFieldCreate mlflowModelUri(String mlflowModelUri) { method getMlflowModelUri (line 1213) | @javax.annotation.Nullable method setMlflowModelUri (line 1221) | public void setMlflowModelUri(String mlflowModelUri) { method mlflowDetectOnDocumentLevel (line 1226) | public DocumentFieldCreate mlflowDetectOnDocumentLevel(Boolean mlflowD... method getMlflowDetectOnDocumentLevel (line 1236) | @javax.annotation.Nullable method setMlflowDetectOnDocumentLevel (line 1244) | public void setMlflowDetectOnDocumentLevel(Boolean mlflowDetectOnDocum... method getWarningMessage (line 1253) | @javax.annotation.Nullable method equals (line 1264) | @Override method equalsNullable (line 1311) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 1315) | @Override method hashCodeNullable (line 1320) | private static int hashCodeNullable(JsonNullable a) { method toString (line 1327) | @Override method toIndentedString (line 1375) | private String toIndentedString(Object o) { method validateJsonObject (line 1440) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 1526) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 1527) | @SuppressWarnings("unchecked") method fromJson (line 1562) | public static DocumentFieldCreate fromJson(String jsonString) throws I... method toJson (line 1571) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentFieldDetail.java class DocumentFieldDetail (line 55) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... type TypeEnum (line 88) | @JsonAdapter(TypeEnum.Adapter.class) method TypeEnum (line 132) | TypeEnum(String value) { method getValue (line 136) | public String getValue() { method toString (line 140) | @Override method fromValue (line 145) | public static TypeEnum fromValue(String value) { class Adapter (line 154) | public static class Adapter extends TypeAdapter { method write (line 155) | @Override method read (line 160) | @Override type TextUnitTypeEnum (line 175) | @JsonAdapter(TextUnitTypeEnum.Adapter.class) method TextUnitTypeEnum (line 185) | TextUnitTypeEnum(String value) { method getValue (line 189) | public String getValue() { method toString (line 193) | @Override method fromValue (line 198) | public static TextUnitTypeEnum fromValue(String value) { class Adapter (line 207) | public static class Adapter extends TypeAdapter { method write (line 208) | @Override method read (line 213) | @Override type ValueDetectionStrategyEnum (line 228) | @JsonAdapter(ValueDetectionStrategyEnum.Adapter.class) method ValueDetectionStrategyEnum (line 250) | ValueDetectionStrategyEnum(String value) { method getValue (line 254) | public String getValue() { method toString (line 258) | @Override method fromValue (line 263) | public static ValueDetectionStrategyEnum fromValue(String value) { class Adapter (line 272) | public static class Adapter extends TypeAdapter { method write (line 350) | @Override method read (line 355) | @Override method DocumentFieldDetail (line 475) | public DocumentFieldDetail() { method DocumentFieldDetail (line 479) | public DocumentFieldDetail( method getUid (line 512) | @javax.annotation.Nullable method documentType (line 522) | public DocumentFieldDetail documentType(String documentType) { method getDocumentType (line 532) | @javax.annotation.Nonnull method setDocumentType (line 540) | public void setDocumentType(String documentType) { method getDocumentTypeTitle (line 549) | @javax.annotation.Nullable method code (line 559) | public DocumentFieldDetail code(String code) { method getCode (line 569) | @javax.annotation.Nonnull method setCode (line 577) | public void setCode(String code) { method longCode (line 582) | public DocumentFieldDetail longCode(String longCode) { method getLongCode (line 592) | @javax.annotation.Nullable method setLongCode (line 600) | public void setLongCode(String longCode) { method title (line 605) | public DocumentFieldDetail title(String title) { method getTitle (line 615) | @javax.annotation.Nonnull method setTitle (line 623) | public void setTitle(String title) { method description (line 628) | public DocumentFieldDetail description(String description) { method getDescription (line 638) | @javax.annotation.Nullable method setDescription (line 646) | public void setDescription(String description) { method type (line 651) | public DocumentFieldDetail type(TypeEnum type) { method getType (line 661) | @javax.annotation.Nullable method setType (line 669) | public void setType(TypeEnum type) { method textUnitType (line 674) | public DocumentFieldDetail textUnitType(TextUnitTypeEnum textUnitType) { method getTextUnitType (line 684) | @javax.annotation.Nullable method setTextUnitType (line 692) | public void setTextUnitType(TextUnitTypeEnum textUnitType) { method valueDetectionStrategy (line 697) | public DocumentFieldDetail valueDetectionStrategy(ValueDetectionStrate... method getValueDetectionStrategy (line 707) | @javax.annotation.Nullable method setValueDetectionStrategy (line 715) | public void setValueDetectionStrategy(ValueDetectionStrategyEnum value... method classifierInitScript (line 720) | public DocumentFieldDetail classifierInitScript(String classifierInitS... method getClassifierInitScript (line 730) | @javax.annotation.Nullable method setClassifierInitScript (line 738) | public void setClassifierInitScript(String classifierInitScript) { method formula (line 743) | public DocumentFieldDetail formula(String formula) { method getFormula (line 753) | @javax.annotation.Nullable method setFormula (line 761) | public void setFormula(String formula) { method convertDecimalsToFloatsInFormulaArgs (line 766) | public DocumentFieldDetail convertDecimalsToFloatsInFormulaArgs(Boolea... method getConvertDecimalsToFloatsInFormulaArgs (line 776) | @javax.annotation.Nullable method setConvertDecimalsToFloatsInFormulaArgs (line 784) | public void setConvertDecimalsToFloatsInFormulaArgs(Boolean convertDec... method valueRegexp (line 789) | public DocumentFieldDetail valueRegexp(String valueRegexp) { method getValueRegexp (line 799) | @javax.annotation.Nullable method setValueRegexp (line 807) | public void setValueRegexp(String valueRegexp) { method getDependsOnFields (line 816) | @javax.annotation.Nullable method getValueDetectionStrategyName (line 830) | @javax.annotation.Nullable method confidence (line 840) | public DocumentFieldDetail confidence(ConfidenceEnum confidence) { method getConfidence (line 850) | @javax.annotation.Nullable method setConfidence (line 858) | public void setConfidence(ConfidenceEnum confidence) { method requiresTextAnnotations (line 863) | public DocumentFieldDetail requiresTextAnnotations(Boolean requiresTex... method getRequiresTextAnnotations (line 873) | @javax.annotation.Nullable method setRequiresTextAnnotations (line 881) | public void setRequiresTextAnnotations(Boolean requiresTextAnnotations) { method readOnly (line 886) | public DocumentFieldDetail readOnly(Boolean readOnly) { method getReadOnly (line 896) | @javax.annotation.Nullable method setReadOnly (line 904) | public void setReadOnly(Boolean readOnly) { method getCategory (line 913) | @javax.annotation.Nullable method family (line 923) | public DocumentFieldDetail family(Integer family) { method getFamily (line 933) | @javax.annotation.Nullable method setFamily (line 941) | public void setFamily(Integer family) { method defaultValue (line 946) | public DocumentFieldDetail defaultValue(Object defaultValue) { method getDefaultValue (line 956) | @javax.annotation.Nullable method setDefaultValue (line 964) | public void setDefaultValue(Object defaultValue) { method getChoices (line 973) | @javax.annotation.Nullable method allowValuesNotSpecifiedInChoices (line 983) | public DocumentFieldDetail allowValuesNotSpecifiedInChoices(Boolean al... method getAllowValuesNotSpecifiedInChoices (line 993) | @javax.annotation.Nullable method setAllowValuesNotSpecifiedInChoices (line 1001) | public void setAllowValuesNotSpecifiedInChoices(Boolean allowValuesNot... method metadata (line 1006) | public DocumentFieldDetail metadata(Object metadata) { method getMetadata (line 1016) | @javax.annotation.Nullable method setMetadata (line 1024) | public void setMetadata(Object metadata) { method trainingFinished (line 1029) | public DocumentFieldDetail trainingFinished(Boolean trainingFinished) { method getTrainingFinished (line 1039) | @javax.annotation.Nullable method setTrainingFinished (line 1047) | public void setTrainingFinished(Boolean trainingFinished) { method dirty (line 1052) | public DocumentFieldDetail dirty(Boolean dirty) { method getDirty (line 1062) | @javax.annotation.Nullable method setDirty (line 1070) | public void setDirty(Boolean dirty) { method order (line 1075) | public DocumentFieldDetail order(Integer order) { method getOrder (line 1087) | @javax.annotation.Nullable method setOrder (line 1095) | public void setOrder(Integer order) { method trainedAfterDocumentsNumber (line 1100) | public DocumentFieldDetail trainedAfterDocumentsNumber(Integer trained... method getTrainedAfterDocumentsNumber (line 1112) | @javax.annotation.Nullable method setTrainedAfterDocumentsNumber (line 1120) | public void setTrainedAfterDocumentsNumber(Integer trainedAfterDocumen... method hiddenAlways (line 1125) | public DocumentFieldDetail hiddenAlways(Boolean hiddenAlways) { method getHiddenAlways (line 1135) | @javax.annotation.Nullable method setHiddenAlways (line 1143) | public void setHiddenAlways(Boolean hiddenAlways) { method hideUntilPython (line 1148) | public DocumentFieldDetail hideUntilPython(String hideUntilPython) { method getHideUntilPython (line 1158) | @javax.annotation.Nullable method setHideUntilPython (line 1166) | public void setHideUntilPython(String hideUntilPython) { method hideUntilJs (line 1171) | public DocumentFieldDetail hideUntilJs(String hideUntilJs) { method getHideUntilJs (line 1181) | @javax.annotation.Nullable method setHideUntilJs (line 1189) | public void setHideUntilJs(String hideUntilJs) { method getIsValueDetectionStrategyDisabled (line 1198) | @javax.annotation.Nullable method displayYesNo (line 1208) | public DocumentFieldDetail displayYesNo(Boolean displayYesNo) { method getDisplayYesNo (line 1218) | @javax.annotation.Nullable method setDisplayYesNo (line 1226) | public void setDisplayYesNo(Boolean displayYesNo) { method getValueAware (line 1235) | @javax.annotation.Nullable method getCreatedByName (line 1249) | @javax.annotation.Nullable method getModifiedByName (line 1263) | @javax.annotation.Nullable method getCreatedDate (line 1277) | @javax.annotation.Nullable method getModifiedDate (line 1291) | @javax.annotation.Nullable method vectorizerStopWords (line 1301) | public DocumentFieldDetail vectorizerStopWords(String vectorizerStopWo... method getVectorizerStopWords (line 1311) | @javax.annotation.Nullable method setVectorizerStopWords (line 1319) | public void setVectorizerStopWords(String vectorizerStopWords) { method unsureChoiceValue (line 1324) | public DocumentFieldDetail unsureChoiceValue(String unsureChoiceValue) { method getUnsureChoiceValue (line 1334) | @javax.annotation.Nullable method setUnsureChoiceValue (line 1342) | public void setUnsureChoiceValue(String unsureChoiceValue) { method unsureThresholdsByValue (line 1347) | public DocumentFieldDetail unsureThresholdsByValue(Object unsureThresh... method getUnsureThresholdsByValue (line 1357) | @javax.annotation.Nullable method setUnsureThresholdsByValue (line 1365) | public void setUnsureThresholdsByValue(Object unsureThresholdsByValue) { method mlflowModelUri (line 1370) | public DocumentFieldDetail mlflowModelUri(String mlflowModelUri) { method getMlflowModelUri (line 1380) | @javax.annotation.Nullable method setMlflowModelUri (line 1388) | public void setMlflowModelUri(String mlflowModelUri) { method mlflowDetectOnDocumentLevel (line 1393) | public DocumentFieldDetail mlflowDetectOnDocumentLevel(Boolean mlflowD... method getMlflowDetectOnDocumentLevel (line 1403) | @javax.annotation.Nullable method setMlflowDetectOnDocumentLevel (line 1411) | public void setMlflowDetectOnDocumentLevel(Boolean mlflowDetectOnDocum... method equals (line 1417) | @Override method equalsNullable (line 1472) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 1476) | @Override method hashCodeNullable (line 1481) | private static int hashCodeNullable(JsonNullable a) { method toString (line 1488) | @Override method toIndentedString (line 1544) | private String toIndentedString(Object o) { method validateJsonObject (line 1616) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 1718) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 1719) | @SuppressWarnings("unchecked") method fromJson (line 1754) | public static DocumentFieldDetail fromJson(String jsonString) throws I... method toJson (line 1763) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentFieldDetectorCreate.java class DocumentFieldDetectorCreate (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... type CategoryEnum (line 65) | @JsonAdapter(CategoryEnum.Adapter.class) method CategoryEnum (line 71) | CategoryEnum(String value) { method getValue (line 75) | public String getValue() { method toString (line 79) | @Override method fromValue (line 84) | public static CategoryEnum fromValue(String value) { class Adapter (line 93) | public static class Adapter extends TypeAdapter { method write (line 94) | @Override method read (line 99) | @Override type ExtractionHintEnum (line 134) | @JsonAdapter(ExtractionHintEnum.Adapter.class) method ExtractionHintEnum (line 148) | ExtractionHintEnum(String value) { method getValue (line 152) | public String getValue() { method toString (line 156) | @Override method fromValue (line 161) | public static ExtractionHintEnum fromValue(String value) { class Adapter (line 170) | public static class Adapter extends TypeAdapter { method write (line 171) | @Override method read (line 176) | @Override type TextPartEnum (line 191) | @JsonAdapter(TextPartEnum.Adapter.class) method TextPartEnum (line 203) | TextPartEnum(String value) { method getValue (line 207) | public String getValue() { method toString (line 211) | @Override method fromValue (line 216) | public static TextPartEnum fromValue(String value) { class Adapter (line 225) | public static class Adapter extends TypeAdapter { method write (line 226) | @Override method read (line 231) | @Override type DetectLimitUnitEnum (line 246) | @JsonAdapter(DetectLimitUnitEnum.Adapter.class) method DetectLimitUnitEnum (line 254) | DetectLimitUnitEnum(String value) { method getValue (line 258) | public String getValue() { method toString (line 262) | @Override method fromValue (line 267) | public static DetectLimitUnitEnum fromValue(String value) { class Adapter (line 276) | public static class Adapter extends TypeAdapter { method write (line 277) | @Override method read (line 282) | @Override method DocumentFieldDetectorCreate (line 302) | public DocumentFieldDetectorCreate() { method DocumentFieldDetectorCreate (line 306) | public DocumentFieldDetectorCreate( method getUid (line 319) | @javax.annotation.Nullable method getWarningMessage (line 333) | @javax.annotation.Nullable method category (line 343) | public DocumentFieldDetectorCreate category(CategoryEnum category) { method getCategory (line 353) | @javax.annotation.Nullable method setCategory (line 361) | public void setCategory(CategoryEnum category) { method excludeRegexps (line 366) | public DocumentFieldDetectorCreate excludeRegexps(String excludeRegexp... method getExcludeRegexps (line 376) | @javax.annotation.Nullable method setExcludeRegexps (line 384) | public void setExcludeRegexps(String excludeRegexps) { method definitionWords (line 389) | public DocumentFieldDetectorCreate definitionWords(String definitionWo... method getDefinitionWords (line 399) | @javax.annotation.Nullable method setDefinitionWords (line 407) | public void setDefinitionWords(String definitionWords) { method includeRegexps (line 412) | public DocumentFieldDetectorCreate includeRegexps(String includeRegexp... method getIncludeRegexps (line 422) | @javax.annotation.Nullable method setIncludeRegexps (line 430) | public void setIncludeRegexps(String includeRegexps) { method regexpsPreProcessLower (line 435) | public DocumentFieldDetectorCreate regexpsPreProcessLower(Boolean rege... method getRegexpsPreProcessLower (line 445) | @javax.annotation.Nullable method setRegexpsPreProcessLower (line 453) | public void setRegexpsPreProcessLower(Boolean regexpsPreProcessLower) { method detectedValue (line 458) | public DocumentFieldDetectorCreate detectedValue(String detectedValue) { method getDetectedValue (line 468) | @javax.annotation.Nullable method setDetectedValue (line 476) | public void setDetectedValue(String detectedValue) { method extractionHint (line 481) | public DocumentFieldDetectorCreate extractionHint(ExtractionHintEnum e... method getExtractionHint (line 491) | @javax.annotation.Nullable method setExtractionHint (line 499) | public void setExtractionHint(ExtractionHintEnum extractionHint) { method textPart (line 504) | public DocumentFieldDetectorCreate textPart(TextPartEnum textPart) { method getTextPart (line 514) | @javax.annotation.Nonnull method setTextPart (line 522) | public void setTextPart(TextPartEnum textPart) { method detectLimitUnit (line 527) | public DocumentFieldDetectorCreate detectLimitUnit(DetectLimitUnitEnum... method getDetectLimitUnit (line 537) | @javax.annotation.Nonnull method setDetectLimitUnit (line 545) | public void setDetectLimitUnit(DetectLimitUnitEnum detectLimitUnit) { method detectLimitCount (line 550) | public DocumentFieldDetectorCreate detectLimitCount(Integer detectLimi... method getDetectLimitCount (line 562) | @javax.annotation.Nonnull method setDetectLimitCount (line 570) | public void setDetectLimitCount(Integer detectLimitCount) { method field (line 575) | public DocumentFieldDetectorCreate field(String field) { method getField (line 585) | @javax.annotation.Nonnull method setField (line 593) | public void setField(String field) { method equals (line 599) | @Override method equalsNullable (line 623) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 627) | @Override method hashCodeNullable (line 632) | private static int hashCodeNullable(JsonNullable a) { method toString (line 639) | @Override method toIndentedString (line 664) | private String toIndentedString(Object o) { method validateJsonObject (line 706) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 764) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 765) | @SuppressWarnings("unchecked") method fromJson (line 800) | public static DocumentFieldDetectorCreate fromJson(String jsonString) ... method toJson (line 809) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentFieldDetectorDetail.java class DocumentFieldDetectorDetail (line 54) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... type CategoryEnum (line 63) | @JsonAdapter(CategoryEnum.Adapter.class) method CategoryEnum (line 69) | CategoryEnum(String value) { method getValue (line 73) | public String getValue() { method toString (line 77) | @Override method fromValue (line 82) | public static CategoryEnum fromValue(String value) { class Adapter (line 91) | public static class Adapter extends TypeAdapter { method write (line 92) | @Override method read (line 97) | @Override type ExtractionHintEnum (line 156) | @JsonAdapter(ExtractionHintEnum.Adapter.class) method ExtractionHintEnum (line 170) | ExtractionHintEnum(String value) { method getValue (line 174) | public String getValue() { method toString (line 178) | @Override method fromValue (line 183) | public static ExtractionHintEnum fromValue(String value) { class Adapter (line 192) | public static class Adapter extends TypeAdapter { method write (line 193) | @Override method read (line 198) | @Override type TextPartEnum (line 213) | @JsonAdapter(TextPartEnum.Adapter.class) method TextPartEnum (line 225) | TextPartEnum(String value) { method getValue (line 229) | public String getValue() { method toString (line 233) | @Override method fromValue (line 238) | public static TextPartEnum fromValue(String value) { class Adapter (line 247) | public static class Adapter extends TypeAdapter { method write (line 248) | @Override method read (line 253) | @Override type DetectLimitUnitEnum (line 268) | @JsonAdapter(DetectLimitUnitEnum.Adapter.class) method DetectLimitUnitEnum (line 276) | DetectLimitUnitEnum(String value) { method getValue (line 280) | public String getValue() { method toString (line 284) | @Override method fromValue (line 289) | public static DetectLimitUnitEnum fromValue(String value) { class Adapter (line 298) | public static class Adapter extends TypeAdapter { method write (line 299) | @Override method read (line 304) | @Override method DocumentFieldDetectorDetail (line 320) | public DocumentFieldDetectorDetail() { method DocumentFieldDetectorDetail (line 324) | public DocumentFieldDetectorDetail( method getUid (line 347) | @javax.annotation.Nullable method category (line 357) | public DocumentFieldDetectorDetail category(CategoryEnum category) { method getCategory (line 367) | @javax.annotation.Nullable method setCategory (line 375) | public void setCategory(CategoryEnum category) { method field (line 380) | public DocumentFieldDetectorDetail field(String field) { method getField (line 390) | @javax.annotation.Nonnull method setField (line 398) | public void setField(String field) { method getFieldCode (line 407) | @javax.annotation.Nullable method getFieldTitle (line 421) | @javax.annotation.Nullable method getFieldUid (line 435) | @javax.annotation.Nullable method getFieldType (line 449) | @javax.annotation.Nullable method getFieldDocumentTypeTitle (line 463) | @javax.annotation.Nullable method excludeRegexps (line 473) | public DocumentFieldDetectorDetail excludeRegexps(String excludeRegexp... method getExcludeRegexps (line 483) | @javax.annotation.Nullable method setExcludeRegexps (line 491) | public void setExcludeRegexps(String excludeRegexps) { method definitionWords (line 496) | public DocumentFieldDetectorDetail definitionWords(String definitionWo... method getDefinitionWords (line 506) | @javax.annotation.Nullable method setDefinitionWords (line 514) | public void setDefinitionWords(String definitionWords) { method getIncludeRegexps (line 523) | @javax.annotation.Nullable method regexpsPreProcessLower (line 533) | public DocumentFieldDetectorDetail regexpsPreProcessLower(Boolean rege... method getRegexpsPreProcessLower (line 543) | @javax.annotation.Nullable method setRegexpsPreProcessLower (line 551) | public void setRegexpsPreProcessLower(Boolean regexpsPreProcessLower) { method detectedValue (line 556) | public DocumentFieldDetectorDetail detectedValue(String detectedValue) { method getDetectedValue (line 566) | @javax.annotation.Nullable method setDetectedValue (line 574) | public void setDetectedValue(String detectedValue) { method extractionHint (line 579) | public DocumentFieldDetectorDetail extractionHint(ExtractionHintEnum e... method getExtractionHint (line 589) | @javax.annotation.Nullable method setExtractionHint (line 597) | public void setExtractionHint(ExtractionHintEnum extractionHint) { method textPart (line 602) | public DocumentFieldDetectorDetail textPart(TextPartEnum textPart) { method getTextPart (line 612) | @javax.annotation.Nullable method setTextPart (line 620) | public void setTextPart(TextPartEnum textPart) { method detectLimitUnit (line 625) | public DocumentFieldDetectorDetail detectLimitUnit(DetectLimitUnitEnum... method getDetectLimitUnit (line 635) | @javax.annotation.Nullable method setDetectLimitUnit (line 643) | public void setDetectLimitUnit(DetectLimitUnitEnum detectLimitUnit) { method detectLimitCount (line 648) | public DocumentFieldDetectorDetail detectLimitCount(Integer detectLimi... method getDetectLimitCount (line 660) | @javax.annotation.Nullable method setDetectLimitCount (line 668) | public void setDetectLimitCount(Integer detectLimitCount) { method equals (line 674) | @Override method equalsNullable (line 702) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 706) | @Override method hashCodeNullable (line 711) | private static int hashCodeNullable(JsonNullable a) { method toString (line 718) | @Override method toIndentedString (line 747) | private String toIndentedString(Object o) { method validateJsonObject (line 790) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 861) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 862) | @SuppressWarnings("unchecked") method fromJson (line 897) | public static DocumentFieldDetectorDetail fromJson(String jsonString) ... method toJson (line 906) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentFieldList.java class DocumentFieldList (line 57) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... type TypeEnum (line 90) | @JsonAdapter(TypeEnum.Adapter.class) method TypeEnum (line 134) | TypeEnum(String value) { method getValue (line 138) | public String getValue() { method toString (line 142) | @Override method fromValue (line 147) | public static TypeEnum fromValue(String value) { class Adapter (line 156) | public static class Adapter extends TypeAdapter { method write (line 157) | @Override method read (line 162) | @Override type TextUnitTypeEnum (line 177) | @JsonAdapter(TextUnitTypeEnum.Adapter.class) method TextUnitTypeEnum (line 187) | TextUnitTypeEnum(String value) { method getValue (line 191) | public String getValue() { method toString (line 195) | @Override method fromValue (line 200) | public static TextUnitTypeEnum fromValue(String value) { class Adapter (line 209) | public static class Adapter extends TypeAdapter { method write (line 210) | @Override method read (line 215) | @Override type ValueDetectionStrategyEnum (line 230) | @JsonAdapter(ValueDetectionStrategyEnum.Adapter.class) method ValueDetectionStrategyEnum (line 252) | ValueDetectionStrategyEnum(String value) { method getValue (line 256) | public String getValue() { method toString (line 260) | @Override method fromValue (line 265) | public static ValueDetectionStrategyEnum fromValue(String value) { class Adapter (line 274) | public static class Adapter extends TypeAdapter { method write (line 352) | @Override method read (line 357) | @Override method DocumentFieldList (line 477) | public DocumentFieldList() { method DocumentFieldList (line 481) | public DocumentFieldList( method getUid (line 512) | @javax.annotation.Nullable method documentType (line 522) | public DocumentFieldList documentType(String documentType) { method getDocumentType (line 532) | @javax.annotation.Nonnull method setDocumentType (line 540) | public void setDocumentType(String documentType) { method getDocumentTypeTitle (line 549) | @javax.annotation.Nullable method code (line 559) | public DocumentFieldList code(String code) { method getCode (line 569) | @javax.annotation.Nonnull method setCode (line 577) | public void setCode(String code) { method longCode (line 582) | public DocumentFieldList longCode(String longCode) { method getLongCode (line 592) | @javax.annotation.Nullable method setLongCode (line 600) | public void setLongCode(String longCode) { method title (line 605) | public DocumentFieldList title(String title) { method getTitle (line 615) | @javax.annotation.Nonnull method setTitle (line 623) | public void setTitle(String title) { method description (line 628) | public DocumentFieldList description(String description) { method getDescription (line 638) | @javax.annotation.Nullable method setDescription (line 646) | public void setDescription(String description) { method type (line 651) | public DocumentFieldList type(TypeEnum type) { method getType (line 661) | @javax.annotation.Nullable method setType (line 669) | public void setType(TypeEnum type) { method textUnitType (line 674) | public DocumentFieldList textUnitType(TextUnitTypeEnum textUnitType) { method getTextUnitType (line 684) | @javax.annotation.Nullable method setTextUnitType (line 692) | public void setTextUnitType(TextUnitTypeEnum textUnitType) { method valueDetectionStrategy (line 697) | public DocumentFieldList valueDetectionStrategy(ValueDetectionStrategy... method getValueDetectionStrategy (line 707) | @javax.annotation.Nullable method setValueDetectionStrategy (line 715) | public void setValueDetectionStrategy(ValueDetectionStrategyEnum value... method classifierInitScript (line 720) | public DocumentFieldList classifierInitScript(String classifierInitScr... method getClassifierInitScript (line 730) | @javax.annotation.Nullable method setClassifierInitScript (line 738) | public void setClassifierInitScript(String classifierInitScript) { method formula (line 743) | public DocumentFieldList formula(String formula) { method getFormula (line 753) | @javax.annotation.Nullable method setFormula (line 761) | public void setFormula(String formula) { method convertDecimalsToFloatsInFormulaArgs (line 766) | public DocumentFieldList convertDecimalsToFloatsInFormulaArgs(Boolean ... method getConvertDecimalsToFloatsInFormulaArgs (line 776) | @javax.annotation.Nullable method setConvertDecimalsToFloatsInFormulaArgs (line 784) | public void setConvertDecimalsToFloatsInFormulaArgs(Boolean convertDec... method valueRegexp (line 789) | public DocumentFieldList valueRegexp(String valueRegexp) { method getValueRegexp (line 799) | @javax.annotation.Nullable method setValueRegexp (line 807) | public void setValueRegexp(String valueRegexp) { method getDependsOnFields (line 816) | @javax.annotation.Nullable method getValueDetectionStrategyName (line 830) | @javax.annotation.Nullable method confidence (line 840) | public DocumentFieldList confidence(ConfidenceEnum confidence) { method getConfidence (line 850) | @javax.annotation.Nullable method setConfidence (line 858) | public void setConfidence(ConfidenceEnum confidence) { method requiresTextAnnotations (line 863) | public DocumentFieldList requiresTextAnnotations(Boolean requiresTextA... method getRequiresTextAnnotations (line 873) | @javax.annotation.Nullable method setRequiresTextAnnotations (line 881) | public void setRequiresTextAnnotations(Boolean requiresTextAnnotations) { method readOnly (line 886) | public DocumentFieldList readOnly(Boolean readOnly) { method getReadOnly (line 896) | @javax.annotation.Nullable method setReadOnly (line 904) | public void setReadOnly(Boolean readOnly) { method category (line 909) | public DocumentFieldList category(DocumentFieldListCategory category) { method getCategory (line 919) | @javax.annotation.Nullable method setCategory (line 927) | public void setCategory(DocumentFieldListCategory category) { method family (line 932) | public DocumentFieldList family(DocumentFieldListFamily family) { method getFamily (line 942) | @javax.annotation.Nullable method setFamily (line 950) | public void setFamily(DocumentFieldListFamily family) { method defaultValue (line 955) | public DocumentFieldList defaultValue(Object defaultValue) { method getDefaultValue (line 965) | @javax.annotation.Nullable method setDefaultValue (line 973) | public void setDefaultValue(Object defaultValue) { method getChoices (line 982) | @javax.annotation.Nullable method allowValuesNotSpecifiedInChoices (line 992) | public DocumentFieldList allowValuesNotSpecifiedInChoices(Boolean allo... method getAllowValuesNotSpecifiedInChoices (line 1002) | @javax.annotation.Nullable method setAllowValuesNotSpecifiedInChoices (line 1010) | public void setAllowValuesNotSpecifiedInChoices(Boolean allowValuesNot... method metadata (line 1015) | public DocumentFieldList metadata(Object metadata) { method getMetadata (line 1025) | @javax.annotation.Nullable method setMetadata (line 1033) | public void setMetadata(Object metadata) { method trainingFinished (line 1038) | public DocumentFieldList trainingFinished(Boolean trainingFinished) { method getTrainingFinished (line 1048) | @javax.annotation.Nullable method setTrainingFinished (line 1056) | public void setTrainingFinished(Boolean trainingFinished) { method dirty (line 1061) | public DocumentFieldList dirty(Boolean dirty) { method getDirty (line 1071) | @javax.annotation.Nullable method setDirty (line 1079) | public void setDirty(Boolean dirty) { method order (line 1084) | public DocumentFieldList order(Integer order) { method getOrder (line 1096) | @javax.annotation.Nullable method setOrder (line 1104) | public void setOrder(Integer order) { method trainedAfterDocumentsNumber (line 1109) | public DocumentFieldList trainedAfterDocumentsNumber(Integer trainedAf... method getTrainedAfterDocumentsNumber (line 1121) | @javax.annotation.Nullable method setTrainedAfterDocumentsNumber (line 1129) | public void setTrainedAfterDocumentsNumber(Integer trainedAfterDocumen... method hiddenAlways (line 1134) | public DocumentFieldList hiddenAlways(Boolean hiddenAlways) { method getHiddenAlways (line 1144) | @javax.annotation.Nullable method setHiddenAlways (line 1152) | public void setHiddenAlways(Boolean hiddenAlways) { method hideUntilPython (line 1157) | public DocumentFieldList hideUntilPython(String hideUntilPython) { method getHideUntilPython (line 1167) | @javax.annotation.Nullable method setHideUntilPython (line 1175) | public void setHideUntilPython(String hideUntilPython) { method hideUntilJs (line 1180) | public DocumentFieldList hideUntilJs(String hideUntilJs) { method getHideUntilJs (line 1190) | @javax.annotation.Nullable method setHideUntilJs (line 1198) | public void setHideUntilJs(String hideUntilJs) { method getIsValueDetectionStrategyDisabled (line 1207) | @javax.annotation.Nullable method displayYesNo (line 1217) | public DocumentFieldList displayYesNo(Boolean displayYesNo) { method getDisplayYesNo (line 1227) | @javax.annotation.Nullable method setDisplayYesNo (line 1235) | public void setDisplayYesNo(Boolean displayYesNo) { method getValueAware (line 1244) | @javax.annotation.Nullable method getCreatedByName (line 1258) | @javax.annotation.Nullable method getModifiedByName (line 1272) | @javax.annotation.Nullable method getCreatedDate (line 1286) | @javax.annotation.Nullable method getModifiedDate (line 1300) | @javax.annotation.Nullable method vectorizerStopWords (line 1310) | public DocumentFieldList vectorizerStopWords(String vectorizerStopWord... method getVectorizerStopWords (line 1320) | @javax.annotation.Nullable method setVectorizerStopWords (line 1328) | public void setVectorizerStopWords(String vectorizerStopWords) { method unsureChoiceValue (line 1333) | public DocumentFieldList unsureChoiceValue(String unsureChoiceValue) { method getUnsureChoiceValue (line 1343) | @javax.annotation.Nullable method setUnsureChoiceValue (line 1351) | public void setUnsureChoiceValue(String unsureChoiceValue) { method unsureThresholdsByValue (line 1356) | public DocumentFieldList unsureThresholdsByValue(Object unsureThreshol... method getUnsureThresholdsByValue (line 1366) | @javax.annotation.Nullable method setUnsureThresholdsByValue (line 1374) | public void setUnsureThresholdsByValue(Object unsureThresholdsByValue) { method mlflowModelUri (line 1379) | public DocumentFieldList mlflowModelUri(String mlflowModelUri) { method getMlflowModelUri (line 1389) | @javax.annotation.Nullable method setMlflowModelUri (line 1397) | public void setMlflowModelUri(String mlflowModelUri) { method mlflowDetectOnDocumentLevel (line 1402) | public DocumentFieldList mlflowDetectOnDocumentLevel(Boolean mlflowDet... method getMlflowDetectOnDocumentLevel (line 1412) | @javax.annotation.Nullable method setMlflowDetectOnDocumentLevel (line 1420) | public void setMlflowDetectOnDocumentLevel(Boolean mlflowDetectOnDocum... method equals (line 1426) | @Override method equalsNullable (line 1481) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 1485) | @Override method hashCodeNullable (line 1490) | private static int hashCodeNullable(JsonNullable a) { method toString (line 1497) | @Override method toIndentedString (line 1553) | private String toIndentedString(Object o) { method validateJsonObject (line 1625) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 1732) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 1733) | @SuppressWarnings("unchecked") method fromJson (line 1768) | public static DocumentFieldList fromJson(String jsonString) throws IOE... method toJson (line 1777) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentFieldListCategory.java class DocumentFieldListCategory (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentFieldListCategory (line 64) | public DocumentFieldListCategory() { method DocumentFieldListCategory (line 68) | public DocumentFieldListCategory( method getId (line 79) | @javax.annotation.Nullable method name (line 89) | public DocumentFieldListCategory name(String name) { method getName (line 99) | @javax.annotation.Nonnull method setName (line 107) | public void setName(String name) { method order (line 112) | public DocumentFieldListCategory order(Integer order) { method getOrder (line 124) | @javax.annotation.Nullable method setOrder (line 132) | public void setOrder(Integer order) { method equals (line 138) | @Override method hashCode (line 152) | @Override method toString (line 157) | @Override method toIndentedString (line 172) | private String toIndentedString(Object o) { method validateJsonObject (line 201) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 229) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 230) | @SuppressWarnings("unchecked") method fromJson (line 265) | public static DocumentFieldListCategory fromJson(String jsonString) th... method toJson (line 274) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentFieldListFamily.java class DocumentFieldListFamily (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentFieldListFamily (line 65) | public DocumentFieldListFamily() { method DocumentFieldListFamily (line 69) | public DocumentFieldListFamily( method getId (line 80) | @javax.annotation.Nullable method code (line 90) | public DocumentFieldListFamily code(String code) { method getCode (line 100) | @javax.annotation.Nullable method setCode (line 108) | public void setCode(String code) { method title (line 113) | public DocumentFieldListFamily title(String title) { method getTitle (line 123) | @javax.annotation.Nonnull method setTitle (line 131) | public void setTitle(String title) { method equals (line 137) | @Override method equalsNullable (line 151) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 155) | @Override method hashCodeNullable (line 160) | private static int hashCodeNullable(JsonNullable a) { method toString (line 167) | @Override method toIndentedString (line 182) | private String toIndentedString(Object o) { method validateJsonObject (line 211) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 242) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 243) | @SuppressWarnings("unchecked") method fromJson (line 278) | public static DocumentFieldListFamily fromJson(String jsonString) thro... method toJson (line 287) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentFieldStatsResponse.java class DocumentFieldStatsResponse (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentFieldStatsResponse (line 86) | public DocumentFieldStatsResponse() { method code (line 89) | public DocumentFieldStatsResponse code(String code) { method getCode (line 99) | @javax.annotation.Nonnull method setCode (line 107) | public void setCode(String code) { method title (line 112) | public DocumentFieldStatsResponse title(String title) { method getTitle (line 122) | @javax.annotation.Nonnull method setTitle (line 130) | public void setTitle(String title) { method total (line 135) | public DocumentFieldStatsResponse total(Integer total) { method getTotal (line 145) | @javax.annotation.Nonnull method setTotal (line 153) | public void setTotal(Integer total) { method todo (line 158) | public DocumentFieldStatsResponse todo(Integer todo) { method getTodo (line 168) | @javax.annotation.Nonnull method setTodo (line 176) | public void setTodo(Integer todo) { method sysGeneratedConfirmCorrect (line 181) | public DocumentFieldStatsResponse sysGeneratedConfirmCorrect(Integer s... method getSysGeneratedConfirmCorrect (line 191) | @javax.annotation.Nonnull method setSysGeneratedConfirmCorrect (line 199) | public void setSysGeneratedConfirmCorrect(Integer sysGeneratedConfirmC... method rejected (line 204) | public DocumentFieldStatsResponse rejected(Integer rejected) { method getRejected (line 214) | @javax.annotation.Nonnull method setRejected (line 222) | public void setRejected(Integer rejected) { method userGenerated (line 227) | public DocumentFieldStatsResponse userGenerated(Integer userGenerated) { method getUserGenerated (line 237) | @javax.annotation.Nonnull method setUserGenerated (line 245) | public void setUserGenerated(Integer userGenerated) { method depsOnFields (line 250) | public DocumentFieldStatsResponse depsOnFields(List depsOnFiel... method addDepsOnFieldsItem (line 256) | public DocumentFieldStatsResponse addDepsOnFieldsItem(String depsOnFie... method getDepsOnFields (line 265) | @javax.annotation.Nonnull method setDepsOnFields (line 273) | public void setDepsOnFields(List depsOnFields) { method equals (line 279) | @Override method hashCode (line 298) | @Override method toString (line 303) | @Override method toIndentedString (line 323) | private String toIndentedString(Object o) { method validateJsonObject (line 364) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 399) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 400) | @SuppressWarnings("unchecked") method fromJson (line 435) | public static DocumentFieldStatsResponse fromJson(String jsonString) t... method toJson (line 444) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentFieldValue.java class DocumentFieldValue (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentFieldValue (line 110) | public DocumentFieldValue() { method DocumentFieldValue (line 114) | public DocumentFieldValue( method getPk (line 149) | @javax.annotation.Nullable method getProjectId (line 163) | @javax.annotation.Nullable method getProject (line 177) | @javax.annotation.Nullable method getDocumentId (line 191) | @javax.annotation.Nullable method getDocumentName (line 205) | @javax.annotation.Nullable method getDocumentStatus (line 219) | @javax.annotation.Nullable method getFieldId (line 233) | @javax.annotation.Nullable method getFieldName (line 247) | @javax.annotation.Nullable method value (line 257) | public DocumentFieldValue value(Object value) { method getValue (line 267) | @javax.annotation.Nullable method setValue (line 275) | public void setValue(Object value) { method getPythonValue (line 284) | @javax.annotation.Nullable method getLocationText (line 298) | @javax.annotation.Nullable method getModifiedByUsername (line 312) | @javax.annotation.Nullable method getModifiedById (line 326) | @javax.annotation.Nullable method getModifiedDate (line 340) | @javax.annotation.Nullable method equals (line 351) | @Override method equalsNullable (line 376) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 380) | @Override method hashCodeNullable (line 385) | private static int hashCodeNullable(JsonNullable a) { method toString (line 392) | @Override method toIndentedString (line 418) | private String toIndentedString(Object o) { method validateJsonObject (line 457) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 505) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 506) | @SuppressWarnings("unchecked") method fromJson (line 541) | public static DocumentFieldValue fromJson(String jsonString) throws IO... method toJson (line 550) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentNoteCreate.java class DocumentNoteCreate (line 55) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentNoteCreate (line 105) | public DocumentNoteCreate() { method DocumentNoteCreate (line 109) | public DocumentNoteCreate( method getPk (line 126) | @javax.annotation.Nullable method note (line 136) | public DocumentNoteCreate note(String note) { method getNote (line 146) | @javax.annotation.Nonnull method setNote (line 154) | public void setNote(String note) { method getTimestamp (line 163) | @javax.annotation.Nullable method locationStart (line 173) | public DocumentNoteCreate locationStart(Integer locationStart) { method getLocationStart (line 185) | @javax.annotation.Nullable method setLocationStart (line 193) | public void setLocationStart(Integer locationStart) { method locationEnd (line 198) | public DocumentNoteCreate locationEnd(Integer locationEnd) { method getLocationEnd (line 210) | @javax.annotation.Nullable method setLocationEnd (line 218) | public void setLocationEnd(Integer locationEnd) { method documentId (line 223) | public DocumentNoteCreate documentId(Integer documentId) { method getDocumentId (line 233) | @javax.annotation.Nonnull method setDocumentId (line 241) | public void setDocumentId(Integer documentId) { method fieldValueId (line 246) | public DocumentNoteCreate fieldValueId(Integer fieldValueId) { method getFieldValueId (line 256) | @javax.annotation.Nullable method setFieldValueId (line 264) | public void setFieldValueId(Integer fieldValueId) { method fieldId (line 269) | public DocumentNoteCreate fieldId(String fieldId) { method getFieldId (line 279) | @javax.annotation.Nullable method setFieldId (line 287) | public void setFieldId(String fieldId) { method getUserId (line 296) | @javax.annotation.Nullable method username (line 306) | public DocumentNoteCreate username(String username) { method getUsername (line 316) | @javax.annotation.Nullable method setUsername (line 324) | public void setUsername(String username) { method user (line 329) | public DocumentNoteCreate user(DocumentNoteDetailUser user) { method getUser (line 339) | @javax.annotation.Nullable method setUser (line 347) | public void setUser(DocumentNoteDetailUser user) { method getSelections (line 356) | @javax.annotation.Nullable method equals (line 367) | @Override method equalsNullable (line 390) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 394) | @Override method hashCodeNullable (line 399) | private static int hashCodeNullable(JsonNullable a) { method toString (line 406) | @Override method toIndentedString (line 430) | private String toIndentedString(Object o) { method validateJsonObject (line 469) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 514) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 515) | @SuppressWarnings("unchecked") method fromJson (line 550) | public static DocumentNoteCreate fromJson(String jsonString) throws IO... method toJson (line 559) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentNoteDetail.java class DocumentNoteDetail (line 55) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentNoteDetail (line 97) | public DocumentNoteDetail() { method DocumentNoteDetail (line 101) | public DocumentNoteDetail( method getPk (line 114) | @javax.annotation.Nullable method note (line 124) | public DocumentNoteDetail note(String note) { method getNote (line 134) | @javax.annotation.Nonnull method setNote (line 142) | public void setNote(String note) { method timestamp (line 147) | public DocumentNoteDetail timestamp(OffsetDateTime timestamp) { method getTimestamp (line 157) | @javax.annotation.Nullable method setTimestamp (line 165) | public void setTimestamp(OffsetDateTime timestamp) { method user (line 170) | public DocumentNoteDetail user(DocumentNoteDetailUser user) { method getUser (line 180) | @javax.annotation.Nullable method setUser (line 188) | public void setUser(DocumentNoteDetailUser user) { method locationStart (line 193) | public DocumentNoteDetail locationStart(Integer locationStart) { method getLocationStart (line 205) | @javax.annotation.Nullable method setLocationStart (line 213) | public void setLocationStart(Integer locationStart) { method locationEnd (line 218) | public DocumentNoteDetail locationEnd(Integer locationEnd) { method getLocationEnd (line 230) | @javax.annotation.Nullable method setLocationEnd (line 238) | public void setLocationEnd(Integer locationEnd) { method documentId (line 243) | public DocumentNoteDetail documentId(Integer documentId) { method getDocumentId (line 253) | @javax.annotation.Nonnull method setDocumentId (line 261) | public void setDocumentId(Integer documentId) { method fieldValueId (line 266) | public DocumentNoteDetail fieldValueId(Integer fieldValueId) { method getFieldValueId (line 276) | @javax.annotation.Nullable method setFieldValueId (line 284) | public void setFieldValueId(Integer fieldValueId) { method fieldId (line 289) | public DocumentNoteDetail fieldId(String fieldId) { method getFieldId (line 299) | @javax.annotation.Nullable method setFieldId (line 307) | public void setFieldId(String fieldId) { method getSelections (line 316) | @javax.annotation.Nullable method equals (line 327) | @Override method equalsNullable (line 348) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 352) | @Override method hashCodeNullable (line 357) | private static int hashCodeNullable(JsonNullable a) { method toString (line 364) | @Override method toIndentedString (line 386) | private String toIndentedString(Object o) { method validateJsonObject (line 423) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 462) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 463) | @SuppressWarnings("unchecked") method fromJson (line 498) | public static DocumentNoteDetail fromJson(String jsonString) throws IO... method toJson (line 507) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentNoteDetailUser.java class DocumentNoteDetailUser (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentNoteDetailUser (line 80) | public DocumentNoteDetailUser() { method DocumentNoteDetailUser (line 84) | public DocumentNoteDetailUser( method getPk (line 97) | @javax.annotation.Nullable method firstName (line 107) | public DocumentNoteDetailUser firstName(String firstName) { method getFirstName (line 117) | @javax.annotation.Nullable method setFirstName (line 125) | public void setFirstName(String firstName) { method lastName (line 130) | public DocumentNoteDetailUser lastName(String lastName) { method getLastName (line 140) | @javax.annotation.Nullable method setLastName (line 148) | public void setLastName(String lastName) { method username (line 153) | public DocumentNoteDetailUser username(String username) { method getUsername (line 163) | @javax.annotation.Nonnull method setUsername (line 171) | public void setUsername(String username) { method getPhoto (line 180) | @javax.annotation.Nullable method name (line 190) | public DocumentNoteDetailUser name(String name) { method getName (line 200) | @javax.annotation.Nullable method setName (line 208) | public void setName(String name) { method initials (line 213) | public DocumentNoteDetailUser initials(String initials) { method getInitials (line 223) | @javax.annotation.Nullable method setInitials (line 231) | public void setInitials(String initials) { method equals (line 237) | @Override method hashCode (line 255) | @Override method toString (line 260) | @Override method toIndentedString (line 279) | private String toIndentedString(Object o) { method validateJsonObject (line 312) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 355) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 356) | @SuppressWarnings("unchecked") method fromJson (line 391) | public static DocumentNoteDetailUser fromJson(String jsonString) throw... method toJson (line 400) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentNoteUpdate.java class DocumentNoteUpdate (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentNoteUpdate (line 62) | public DocumentNoteUpdate() { method DocumentNoteUpdate (line 66) | public DocumentNoteUpdate( method note (line 73) | public DocumentNoteUpdate note(String note) { method getNote (line 83) | @javax.annotation.Nonnull method setNote (line 91) | public void setNote(String note) { method getSelections (line 100) | @javax.annotation.Nullable method equals (line 111) | @Override method hashCode (line 124) | @Override method toString (line 129) | @Override method toIndentedString (line 143) | private String toIndentedString(Object o) { method validateJsonObject (line 171) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 203) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 204) | @SuppressWarnings("unchecked") method fromJson (line 239) | public static DocumentNoteUpdate fromJson(String jsonString) throws IO... method toJson (line 248) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentPDFRepr.java class DocumentPDFRepr (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentPDFRepr (line 60) | public DocumentPDFRepr() { method DocumentPDFRepr (line 64) | public DocumentPDFRepr( method getCharBboxesList (line 77) | @javax.annotation.Nullable method getPagesList (line 91) | @javax.annotation.Nullable method equals (line 102) | @Override method hashCode (line 115) | @Override method toString (line 120) | @Override method toIndentedString (line 134) | private String toIndentedString(Object o) { method validateJsonObject (line 161) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 185) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 186) | @SuppressWarnings("unchecked") method fromJson (line 221) | public static DocumentPDFRepr fromJson(String jsonString) throws IOExc... method toJson (line 230) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentSetAnnotatorCoordinatesDifferenceRequest.java class DocumentSetAnnotatorCoordinatesDifferenceRequest (line 53) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentSetAnnotatorCoordinatesDifferenceRequest (line 63) | public DocumentSetAnnotatorCoordinatesDifferenceRequest() { method documentId (line 66) | public DocumentSetAnnotatorCoordinatesDifferenceRequest documentId(Int... method getDocumentId (line 76) | @javax.annotation.Nonnull method setDocumentId (line 84) | public void setDocumentId(Integer documentId) { method firstLetters (line 89) | public DocumentSetAnnotatorCoordinatesDifferenceRequest firstLetters(L... method addFirstLettersItem (line 95) | public DocumentSetAnnotatorCoordinatesDifferenceRequest addFirstLetter... method getFirstLetters (line 104) | @javax.annotation.Nonnull method setFirstLetters (line 112) | public void setFirstLetters(List { method write (line 156) | @Override method read (line 161) | @Override type TextUnitTypeEnum (line 176) | @JsonAdapter(TextUnitTypeEnum.Adapter.class) method TextUnitTypeEnum (line 186) | TextUnitTypeEnum(String value) { method getValue (line 190) | public String getValue() { method toString (line 194) | @Override method fromValue (line 199) | public static TextUnitTypeEnum fromValue(String value) { class Adapter (line 208) | public static class Adapter extends TypeAdapter { method write (line 209) | @Override method read (line 214) | @Override type ValueDetectionStrategyEnum (line 229) | @JsonAdapter(ValueDetectionStrategyEnum.Adapter.class) method ValueDetectionStrategyEnum (line 251) | ValueDetectionStrategyEnum(String value) { method getValue (line 255) | public String getValue() { method toString (line 259) | @Override method fromValue (line 264) | public static ValueDetectionStrategyEnum fromValue(String value) { class Adapter (line 273) | public static class Adapter extends TypeAdapter { method write (line 351) | @Override method read (line 356) | @Override method DocumentTypeDetailFieldsDataInner (line 476) | public DocumentTypeDetailFieldsDataInner() { method DocumentTypeDetailFieldsDataInner (line 480) | public DocumentTypeDetailFieldsDataInner( method getUid (line 511) | @javax.annotation.Nullable method documentType (line 521) | public DocumentTypeDetailFieldsDataInner documentType(String documentT... method getDocumentType (line 531) | @javax.annotation.Nonnull method setDocumentType (line 539) | public void setDocumentType(String documentType) { method getDocumentTypeTitle (line 548) | @javax.annotation.Nullable method code (line 558) | public DocumentTypeDetailFieldsDataInner code(String code) { method getCode (line 568) | @javax.annotation.Nonnull method setCode (line 576) | public void setCode(String code) { method longCode (line 581) | public DocumentTypeDetailFieldsDataInner longCode(String longCode) { method getLongCode (line 591) | @javax.annotation.Nullable method setLongCode (line 599) | public void setLongCode(String longCode) { method title (line 604) | public DocumentTypeDetailFieldsDataInner title(String title) { method getTitle (line 614) | @javax.annotation.Nonnull method setTitle (line 622) | public void setTitle(String title) { method description (line 627) | public DocumentTypeDetailFieldsDataInner description(String descriptio... method getDescription (line 637) | @javax.annotation.Nullable method setDescription (line 645) | public void setDescription(String description) { method type (line 650) | public DocumentTypeDetailFieldsDataInner type(TypeEnum type) { method getType (line 660) | @javax.annotation.Nullable method setType (line 668) | public void setType(TypeEnum type) { method textUnitType (line 673) | public DocumentTypeDetailFieldsDataInner textUnitType(TextUnitTypeEnum... method getTextUnitType (line 683) | @javax.annotation.Nullable method setTextUnitType (line 691) | public void setTextUnitType(TextUnitTypeEnum textUnitType) { method valueDetectionStrategy (line 696) | public DocumentTypeDetailFieldsDataInner valueDetectionStrategy(ValueD... method getValueDetectionStrategy (line 706) | @javax.annotation.Nullable method setValueDetectionStrategy (line 714) | public void setValueDetectionStrategy(ValueDetectionStrategyEnum value... method classifierInitScript (line 719) | public DocumentTypeDetailFieldsDataInner classifierInitScript(String c... method getClassifierInitScript (line 729) | @javax.annotation.Nullable method setClassifierInitScript (line 737) | public void setClassifierInitScript(String classifierInitScript) { method formula (line 742) | public DocumentTypeDetailFieldsDataInner formula(String formula) { method getFormula (line 752) | @javax.annotation.Nullable method setFormula (line 760) | public void setFormula(String formula) { method convertDecimalsToFloatsInFormulaArgs (line 765) | public DocumentTypeDetailFieldsDataInner convertDecimalsToFloatsInForm... method getConvertDecimalsToFloatsInFormulaArgs (line 775) | @javax.annotation.Nullable method setConvertDecimalsToFloatsInFormulaArgs (line 783) | public void setConvertDecimalsToFloatsInFormulaArgs(Boolean convertDec... method valueRegexp (line 788) | public DocumentTypeDetailFieldsDataInner valueRegexp(String valueRegex... method getValueRegexp (line 798) | @javax.annotation.Nullable method setValueRegexp (line 806) | public void setValueRegexp(String valueRegexp) { method getDependsOnFields (line 815) | @javax.annotation.Nullable method getValueDetectionStrategyName (line 829) | @javax.annotation.Nullable method confidence (line 839) | public DocumentTypeDetailFieldsDataInner confidence(ConfidenceEnum con... method getConfidence (line 849) | @javax.annotation.Nullable method setConfidence (line 857) | public void setConfidence(ConfidenceEnum confidence) { method requiresTextAnnotations (line 862) | public DocumentTypeDetailFieldsDataInner requiresTextAnnotations(Boole... method getRequiresTextAnnotations (line 872) | @javax.annotation.Nullable method setRequiresTextAnnotations (line 880) | public void setRequiresTextAnnotations(Boolean requiresTextAnnotations) { method readOnly (line 885) | public DocumentTypeDetailFieldsDataInner readOnly(Boolean readOnly) { method getReadOnly (line 895) | @javax.annotation.Nullable method setReadOnly (line 903) | public void setReadOnly(Boolean readOnly) { method category (line 908) | public DocumentTypeDetailFieldsDataInner category(DocumentFieldListCat... method getCategory (line 918) | @javax.annotation.Nullable method setCategory (line 926) | public void setCategory(DocumentFieldListCategory category) { method family (line 931) | public DocumentTypeDetailFieldsDataInner family(Integer family) { method getFamily (line 941) | @javax.annotation.Nullable method setFamily (line 949) | public void setFamily(Integer family) { method defaultValue (line 954) | public DocumentTypeDetailFieldsDataInner defaultValue(Object defaultVa... method getDefaultValue (line 964) | @javax.annotation.Nullable method setDefaultValue (line 972) | public void setDefaultValue(Object defaultValue) { method getChoices (line 981) | @javax.annotation.Nullable method allowValuesNotSpecifiedInChoices (line 991) | public DocumentTypeDetailFieldsDataInner allowValuesNotSpecifiedInChoi... method getAllowValuesNotSpecifiedInChoices (line 1001) | @javax.annotation.Nullable method setAllowValuesNotSpecifiedInChoices (line 1009) | public void setAllowValuesNotSpecifiedInChoices(Boolean allowValuesNot... method metadata (line 1014) | public DocumentTypeDetailFieldsDataInner metadata(Object metadata) { method getMetadata (line 1024) | @javax.annotation.Nullable method setMetadata (line 1032) | public void setMetadata(Object metadata) { method trainingFinished (line 1037) | public DocumentTypeDetailFieldsDataInner trainingFinished(Boolean trai... method getTrainingFinished (line 1047) | @javax.annotation.Nullable method setTrainingFinished (line 1055) | public void setTrainingFinished(Boolean trainingFinished) { method dirty (line 1060) | public DocumentTypeDetailFieldsDataInner dirty(Boolean dirty) { method getDirty (line 1070) | @javax.annotation.Nullable method setDirty (line 1078) | public void setDirty(Boolean dirty) { method order (line 1083) | public DocumentTypeDetailFieldsDataInner order(Integer order) { method getOrder (line 1095) | @javax.annotation.Nullable method setOrder (line 1103) | public void setOrder(Integer order) { method trainedAfterDocumentsNumber (line 1108) | public DocumentTypeDetailFieldsDataInner trainedAfterDocumentsNumber(I... method getTrainedAfterDocumentsNumber (line 1120) | @javax.annotation.Nullable method setTrainedAfterDocumentsNumber (line 1128) | public void setTrainedAfterDocumentsNumber(Integer trainedAfterDocumen... method hiddenAlways (line 1133) | public DocumentTypeDetailFieldsDataInner hiddenAlways(Boolean hiddenAl... method getHiddenAlways (line 1143) | @javax.annotation.Nullable method setHiddenAlways (line 1151) | public void setHiddenAlways(Boolean hiddenAlways) { method hideUntilPython (line 1156) | public DocumentTypeDetailFieldsDataInner hideUntilPython(String hideUn... method getHideUntilPython (line 1166) | @javax.annotation.Nullable method setHideUntilPython (line 1174) | public void setHideUntilPython(String hideUntilPython) { method hideUntilJs (line 1179) | public DocumentTypeDetailFieldsDataInner hideUntilJs(String hideUntilJ... method getHideUntilJs (line 1189) | @javax.annotation.Nullable method setHideUntilJs (line 1197) | public void setHideUntilJs(String hideUntilJs) { method getIsValueDetectionStrategyDisabled (line 1206) | @javax.annotation.Nullable method displayYesNo (line 1216) | public DocumentTypeDetailFieldsDataInner displayYesNo(Boolean displayY... method getDisplayYesNo (line 1226) | @javax.annotation.Nullable method setDisplayYesNo (line 1234) | public void setDisplayYesNo(Boolean displayYesNo) { method getValueAware (line 1243) | @javax.annotation.Nullable method getCreatedByName (line 1257) | @javax.annotation.Nullable method getModifiedByName (line 1271) | @javax.annotation.Nullable method getCreatedDate (line 1285) | @javax.annotation.Nullable method getModifiedDate (line 1299) | @javax.annotation.Nullable method vectorizerStopWords (line 1309) | public DocumentTypeDetailFieldsDataInner vectorizerStopWords(String ve... method getVectorizerStopWords (line 1319) | @javax.annotation.Nullable method setVectorizerStopWords (line 1327) | public void setVectorizerStopWords(String vectorizerStopWords) { method unsureChoiceValue (line 1332) | public DocumentTypeDetailFieldsDataInner unsureChoiceValue(String unsu... method getUnsureChoiceValue (line 1342) | @javax.annotation.Nullable method setUnsureChoiceValue (line 1350) | public void setUnsureChoiceValue(String unsureChoiceValue) { method unsureThresholdsByValue (line 1355) | public DocumentTypeDetailFieldsDataInner unsureThresholdsByValue(Objec... method getUnsureThresholdsByValue (line 1365) | @javax.annotation.Nullable method setUnsureThresholdsByValue (line 1373) | public void setUnsureThresholdsByValue(Object unsureThresholdsByValue) { method mlflowModelUri (line 1378) | public DocumentTypeDetailFieldsDataInner mlflowModelUri(String mlflowM... method getMlflowModelUri (line 1388) | @javax.annotation.Nullable method setMlflowModelUri (line 1396) | public void setMlflowModelUri(String mlflowModelUri) { method mlflowDetectOnDocumentLevel (line 1401) | public DocumentTypeDetailFieldsDataInner mlflowDetectOnDocumentLevel(B... method getMlflowDetectOnDocumentLevel (line 1411) | @javax.annotation.Nullable method setMlflowDetectOnDocumentLevel (line 1419) | public void setMlflowDetectOnDocumentLevel(Boolean mlflowDetectOnDocum... method equals (line 1425) | @Override method equalsNullable (line 1480) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 1484) | @Override method hashCodeNullable (line 1489) | private static int hashCodeNullable(JsonNullable a) { method toString (line 1496) | @Override method toIndentedString (line 1552) | private String toIndentedString(Object o) { method validateJsonObject (line 1624) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 1727) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 1728) | @SuppressWarnings("unchecked") method fromJson (line 1763) | public static DocumentTypeDetailFieldsDataInner fromJson(String jsonSt... method toJson (line 1772) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentTypeForStats.java class DocumentTypeForStats (line 54) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentTypeForStats (line 168) | public DocumentTypeForStats() { method DocumentTypeForStats (line 172) | public DocumentTypeForStats( method uid (line 179) | public DocumentTypeForStats uid(UUID uid) { method getUid (line 189) | @javax.annotation.Nonnull method setUid (line 197) | public void setUid(UUID uid) { method code (line 202) | public DocumentTypeForStats code(String code) { method getCode (line 212) | @javax.annotation.Nonnull method setCode (line 220) | public void setCode(String code) { method title (line 225) | public DocumentTypeForStats title(String title) { method getTitle (line 235) | @javax.annotation.Nonnull method setTitle (line 243) | public void setTitle(String title) { method fieldsCount (line 248) | public DocumentTypeForStats fieldsCount(Integer fieldsCount) { method getFieldsCount (line 258) | @javax.annotation.Nonnull method setFieldsCount (line 266) | public void setFieldsCount(Integer fieldsCount) { method detectorsCount (line 271) | public DocumentTypeForStats detectorsCount(Integer detectorsCount) { method getDetectorsCount (line 281) | @javax.annotation.Nonnull method setDetectorsCount (line 289) | public void setDetectorsCount(Integer detectorsCount) { method hideUntilPythonCount (line 294) | public DocumentTypeForStats hideUntilPythonCount(Integer hideUntilPyth... method getHideUntilPythonCount (line 304) | @javax.annotation.Nonnull method setHideUntilPythonCount (line 312) | public void setHideUntilPythonCount(Integer hideUntilPythonCount) { method hiddenAlwaysCount (line 317) | public DocumentTypeForStats hiddenAlwaysCount(Integer hiddenAlwaysCoun... method getHiddenAlwaysCount (line 327) | @javax.annotation.Nonnull method setHiddenAlwaysCount (line 335) | public void setHiddenAlwaysCount(Integer hiddenAlwaysCount) { method hideUntilPythonPcnt (line 340) | public DocumentTypeForStats hideUntilPythonPcnt(BigDecimal hideUntilPy... method getHideUntilPythonPcnt (line 350) | @javax.annotation.Nonnull method setHideUntilPythonPcnt (line 358) | public void setHideUntilPythonPcnt(BigDecimal hideUntilPythonPcnt) { method hiddenAlwaysPcnt (line 363) | public DocumentTypeForStats hiddenAlwaysPcnt(BigDecimal hiddenAlwaysPc... method getHiddenAlwaysPcnt (line 373) | @javax.annotation.Nonnull method setHiddenAlwaysPcnt (line 381) | public void setHiddenAlwaysPcnt(BigDecimal hiddenAlwaysPcnt) { method getFieldsData (line 390) | @javax.annotation.Nullable method detectorDisabledCount (line 400) | public DocumentTypeForStats detectorDisabledCount(BigDecimal detectorD... method getDetectorDisabledCount (line 410) | @javax.annotation.Nonnull method setDetectorDisabledCount (line 418) | public void setDetectorDisabledCount(BigDecimal detectorDisabledCount) { method detectorDisabledPcnt (line 423) | public DocumentTypeForStats detectorDisabledPcnt(BigDecimal detectorDi... method getDetectorDisabledPcnt (line 433) | @javax.annotation.Nonnull method setDetectorDisabledPcnt (line 441) | public void setDetectorDisabledPcnt(BigDecimal detectorDisabledPcnt) { method detectorUseRegexpsOnlyCount (line 446) | public DocumentTypeForStats detectorUseRegexpsOnlyCount(BigDecimal det... method getDetectorUseRegexpsOnlyCount (line 456) | @javax.annotation.Nonnull method setDetectorUseRegexpsOnlyCount (line 464) | public void setDetectorUseRegexpsOnlyCount(BigDecimal detectorUseRegex... method detectorUseRegexpsOnlyPcnt (line 469) | public DocumentTypeForStats detectorUseRegexpsOnlyPcnt(BigDecimal dete... method getDetectorUseRegexpsOnlyPcnt (line 479) | @javax.annotation.Nonnull method setDetectorUseRegexpsOnlyPcnt (line 487) | public void setDetectorUseRegexpsOnlyPcnt(BigDecimal detectorUseRegexp... method detectorUseFormulaOnlyCount (line 492) | public DocumentTypeForStats detectorUseFormulaOnlyCount(BigDecimal det... method getDetectorUseFormulaOnlyCount (line 502) | @javax.annotation.Nonnull method setDetectorUseFormulaOnlyCount (line 510) | public void setDetectorUseFormulaOnlyCount(BigDecimal detectorUseFormu... method detectorUseFormulaOnlyPcnt (line 515) | public DocumentTypeForStats detectorUseFormulaOnlyPcnt(BigDecimal dete... method getDetectorUseFormulaOnlyPcnt (line 525) | @javax.annotation.Nonnull method setDetectorUseFormulaOnlyPcnt (line 533) | public void setDetectorUseFormulaOnlyPcnt(BigDecimal detectorUseFormul... method detectorRegexpTableCount (line 538) | public DocumentTypeForStats detectorRegexpTableCount(BigDecimal detect... method getDetectorRegexpTableCount (line 548) | @javax.annotation.Nonnull method setDetectorRegexpTableCount (line 556) | public void setDetectorRegexpTableCount(BigDecimal detectorRegexpTable... method detectorRegexpTablePcnt (line 561) | public DocumentTypeForStats detectorRegexpTablePcnt(BigDecimal detecto... method getDetectorRegexpTablePcnt (line 571) | @javax.annotation.Nonnull method setDetectorRegexpTablePcnt (line 579) | public void setDetectorRegexpTablePcnt(BigDecimal detectorRegexpTableP... method detectorTextBasedMlOnlyCount (line 584) | public DocumentTypeForStats detectorTextBasedMlOnlyCount(BigDecimal de... method getDetectorTextBasedMlOnlyCount (line 594) | @javax.annotation.Nonnull method setDetectorTextBasedMlOnlyCount (line 602) | public void setDetectorTextBasedMlOnlyCount(BigDecimal detectorTextBas... method detectorTextBasedMlOnlyPcnt (line 607) | public DocumentTypeForStats detectorTextBasedMlOnlyPcnt(BigDecimal det... method getDetectorTextBasedMlOnlyPcnt (line 617) | @javax.annotation.Nonnull method setDetectorTextBasedMlOnlyPcnt (line 625) | public void setDetectorTextBasedMlOnlyPcnt(BigDecimal detectorTextBase... method detectorFieldsBasedMlOnlyCount (line 630) | public DocumentTypeForStats detectorFieldsBasedMlOnlyCount(BigDecimal ... method getDetectorFieldsBasedMlOnlyCount (line 640) | @javax.annotation.Nonnull method setDetectorFieldsBasedMlOnlyCount (line 648) | public void setDetectorFieldsBasedMlOnlyCount(BigDecimal detectorField... method detectorFieldsBasedMlOnlyPcnt (line 653) | public DocumentTypeForStats detectorFieldsBasedMlOnlyPcnt(BigDecimal d... method getDetectorFieldsBasedMlOnlyPcnt (line 663) | @javax.annotation.Nonnull method setDetectorFieldsBasedMlOnlyPcnt (line 671) | public void setDetectorFieldsBasedMlOnlyPcnt(BigDecimal detectorFields... method detectorFieldsBasedProbMlOnlyCount (line 676) | public DocumentTypeForStats detectorFieldsBasedProbMlOnlyCount(BigDeci... method getDetectorFieldsBasedProbMlOnlyCount (line 686) | @javax.annotation.Nonnull method setDetectorFieldsBasedProbMlOnlyCount (line 694) | public void setDetectorFieldsBasedProbMlOnlyCount(BigDecimal detectorF... method detectorFieldsBasedProbMlOnlyPcnt (line 699) | public DocumentTypeForStats detectorFieldsBasedProbMlOnlyPcnt(BigDecim... method getDetectorFieldsBasedProbMlOnlyPcnt (line 709) | @javax.annotation.Nonnull method setDetectorFieldsBasedProbMlOnlyPcnt (line 717) | public void setDetectorFieldsBasedProbMlOnlyPcnt(BigDecimal detectorFi... method detectorFieldBasedRegexpsCount (line 722) | public DocumentTypeForStats detectorFieldBasedRegexpsCount(BigDecimal ... method getDetectorFieldBasedRegexpsCount (line 732) | @javax.annotation.Nonnull method setDetectorFieldBasedRegexpsCount (line 740) | public void setDetectorFieldBasedRegexpsCount(BigDecimal detectorField... method detectorFieldBasedRegexpsPcnt (line 745) | public DocumentTypeForStats detectorFieldBasedRegexpsPcnt(BigDecimal d... method getDetectorFieldBasedRegexpsPcnt (line 755) | @javax.annotation.Nonnull method setDetectorFieldBasedRegexpsPcnt (line 763) | public void setDetectorFieldBasedRegexpsPcnt(BigDecimal detectorFieldB... method detectorMlflowModelCount (line 768) | public DocumentTypeForStats detectorMlflowModelCount(BigDecimal detect... method getDetectorMlflowModelCount (line 778) | @javax.annotation.Nonnull method setDetectorMlflowModelCount (line 786) | public void setDetectorMlflowModelCount(BigDecimal detectorMlflowModel... method detectorMlflowModelPcnt (line 791) | public DocumentTypeForStats detectorMlflowModelPcnt(BigDecimal detecto... method getDetectorMlflowModelPcnt (line 801) | @javax.annotation.Nonnull method setDetectorMlflowModelPcnt (line 809) | public void setDetectorMlflowModelPcnt(BigDecimal detectorMlflowModelP... method equals (line 815) | @Override method hashCode (line 854) | @Override method toString (line 859) | @Override method toIndentedString (line 899) | private String toIndentedString(Object o) { method validateJsonObject (line 979) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 1017) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 1018) | @SuppressWarnings("unchecked") method fromJson (line 1053) | public static DocumentTypeForStats fromJson(String jsonString) throws ... method toJson (line 1062) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentTypeImportRequest.java class DocumentTypeImportRequest (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... type ActionEnum (line 64) | @JsonAdapter(ActionEnum.Adapter.class) method ActionEnum (line 76) | ActionEnum(String value) { method getValue (line 80) | public String getValue() { method toString (line 84) | @Override method fromValue (line 89) | public static ActionEnum fromValue(String value) { class Adapter (line 98) | public static class Adapter extends TypeAdapter { method write (line 99) | @Override method read (line 104) | @Override method DocumentTypeImportRequest (line 120) | public DocumentTypeImportRequest() { method _file (line 123) | public DocumentTypeImportRequest _file(File _file) { method getFile (line 133) | @javax.annotation.Nonnull method setFile (line 141) | public void setFile(File _file) { method updateCache (line 146) | public DocumentTypeImportRequest updateCache(Boolean updateCache) { method getUpdateCache (line 156) | @javax.annotation.Nullable method setUpdateCache (line 164) | public void setUpdateCache(Boolean updateCache) { method action (line 169) | public DocumentTypeImportRequest action(ActionEnum action) { method getAction (line 179) | @javax.annotation.Nullable method setAction (line 187) | public void setAction(ActionEnum action) { method sourceVersion (line 192) | public DocumentTypeImportRequest sourceVersion(String sourceVersion) { method getSourceVersion (line 202) | @javax.annotation.Nullable method setSourceVersion (line 210) | public void setSourceVersion(String sourceVersion) { method equals (line 216) | @Override method hashCode (line 231) | @Override method toString (line 236) | @Override method toIndentedString (line 252) | private String toIndentedString(Object o) { method validateJsonObject (line 282) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 313) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 314) | @SuppressWarnings("unchecked") method fromJson (line 349) | public static DocumentTypeImportRequest fromJson(String jsonString) th... method toJson (line 358) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentTypeImportResponse.java class DocumentTypeImportResponse (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentTypeImportResponse (line 57) | public DocumentTypeImportResponse() { method taskId (line 60) | public DocumentTypeImportResponse taskId(UUID taskId) { method getTaskId (line 70) | @javax.annotation.Nonnull method setTaskId (line 78) | public void setTaskId(UUID taskId) { method equals (line 84) | @Override method hashCode (line 96) | @Override method toString (line 101) | @Override method toIndentedString (line 114) | private String toIndentedString(Object o) { method validateJsonObject (line 141) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 169) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 170) | @SuppressWarnings("unchecked") method fromJson (line 205) | public static DocumentTypeImportResponse fromJson(String jsonString) t... method toJson (line 214) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentTypeStats.java class DocumentTypeStats (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentTypeStats (line 65) | public DocumentTypeStats() { method data (line 68) | public DocumentTypeStats data(DocumentTypeStatsData data) { method getData (line 78) | @javax.annotation.Nonnull method setData (line 86) | public void setData(DocumentTypeStatsData data) { method countOfItems (line 91) | public DocumentTypeStats countOfItems(Integer countOfItems) { method getCountOfItems (line 101) | @javax.annotation.Nonnull method setCountOfItems (line 109) | public void setCountOfItems(Integer countOfItems) { method countOfFilteredItems (line 114) | public DocumentTypeStats countOfFilteredItems(Integer countOfFilteredI... method getCountOfFilteredItems (line 124) | @javax.annotation.Nonnull method setCountOfFilteredItems (line 132) | public void setCountOfFilteredItems(Integer countOfFilteredItems) { method equals (line 138) | @Override method hashCode (line 152) | @Override method toString (line 157) | @Override method toIndentedString (line 172) | private String toIndentedString(Object o) { method validateJsonObject (line 203) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 232) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 233) | @SuppressWarnings("unchecked") method fromJson (line 268) | public static DocumentTypeStats fromJson(String jsonString) throws IOE... method toJson (line 277) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentTypeStatsData.java class DocumentTypeStatsData (line 54) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentTypeStatsData (line 168) | public DocumentTypeStatsData() { method DocumentTypeStatsData (line 172) | public DocumentTypeStatsData( method uid (line 179) | public DocumentTypeStatsData uid(UUID uid) { method getUid (line 189) | @javax.annotation.Nonnull method setUid (line 197) | public void setUid(UUID uid) { method code (line 202) | public DocumentTypeStatsData code(String code) { method getCode (line 212) | @javax.annotation.Nonnull method setCode (line 220) | public void setCode(String code) { method title (line 225) | public DocumentTypeStatsData title(String title) { method getTitle (line 235) | @javax.annotation.Nonnull method setTitle (line 243) | public void setTitle(String title) { method fieldsCount (line 248) | public DocumentTypeStatsData fieldsCount(Integer fieldsCount) { method getFieldsCount (line 258) | @javax.annotation.Nonnull method setFieldsCount (line 266) | public void setFieldsCount(Integer fieldsCount) { method detectorsCount (line 271) | public DocumentTypeStatsData detectorsCount(Integer detectorsCount) { method getDetectorsCount (line 281) | @javax.annotation.Nonnull method setDetectorsCount (line 289) | public void setDetectorsCount(Integer detectorsCount) { method hideUntilPythonCount (line 294) | public DocumentTypeStatsData hideUntilPythonCount(Integer hideUntilPyt... method getHideUntilPythonCount (line 304) | @javax.annotation.Nonnull method setHideUntilPythonCount (line 312) | public void setHideUntilPythonCount(Integer hideUntilPythonCount) { method hiddenAlwaysCount (line 317) | public DocumentTypeStatsData hiddenAlwaysCount(Integer hiddenAlwaysCou... method getHiddenAlwaysCount (line 327) | @javax.annotation.Nonnull method setHiddenAlwaysCount (line 335) | public void setHiddenAlwaysCount(Integer hiddenAlwaysCount) { method hideUntilPythonPcnt (line 340) | public DocumentTypeStatsData hideUntilPythonPcnt(BigDecimal hideUntilP... method getHideUntilPythonPcnt (line 350) | @javax.annotation.Nonnull method setHideUntilPythonPcnt (line 358) | public void setHideUntilPythonPcnt(BigDecimal hideUntilPythonPcnt) { method hiddenAlwaysPcnt (line 363) | public DocumentTypeStatsData hiddenAlwaysPcnt(BigDecimal hiddenAlwaysP... method getHiddenAlwaysPcnt (line 373) | @javax.annotation.Nonnull method setHiddenAlwaysPcnt (line 381) | public void setHiddenAlwaysPcnt(BigDecimal hiddenAlwaysPcnt) { method getFieldsData (line 390) | @javax.annotation.Nullable method detectorDisabledCount (line 400) | public DocumentTypeStatsData detectorDisabledCount(BigDecimal detector... method getDetectorDisabledCount (line 410) | @javax.annotation.Nonnull method setDetectorDisabledCount (line 418) | public void setDetectorDisabledCount(BigDecimal detectorDisabledCount) { method detectorDisabledPcnt (line 423) | public DocumentTypeStatsData detectorDisabledPcnt(BigDecimal detectorD... method getDetectorDisabledPcnt (line 433) | @javax.annotation.Nonnull method setDetectorDisabledPcnt (line 441) | public void setDetectorDisabledPcnt(BigDecimal detectorDisabledPcnt) { method detectorUseRegexpsOnlyCount (line 446) | public DocumentTypeStatsData detectorUseRegexpsOnlyCount(BigDecimal de... method getDetectorUseRegexpsOnlyCount (line 456) | @javax.annotation.Nonnull method setDetectorUseRegexpsOnlyCount (line 464) | public void setDetectorUseRegexpsOnlyCount(BigDecimal detectorUseRegex... method detectorUseRegexpsOnlyPcnt (line 469) | public DocumentTypeStatsData detectorUseRegexpsOnlyPcnt(BigDecimal det... method getDetectorUseRegexpsOnlyPcnt (line 479) | @javax.annotation.Nonnull method setDetectorUseRegexpsOnlyPcnt (line 487) | public void setDetectorUseRegexpsOnlyPcnt(BigDecimal detectorUseRegexp... method detectorUseFormulaOnlyCount (line 492) | public DocumentTypeStatsData detectorUseFormulaOnlyCount(BigDecimal de... method getDetectorUseFormulaOnlyCount (line 502) | @javax.annotation.Nonnull method setDetectorUseFormulaOnlyCount (line 510) | public void setDetectorUseFormulaOnlyCount(BigDecimal detectorUseFormu... method detectorUseFormulaOnlyPcnt (line 515) | public DocumentTypeStatsData detectorUseFormulaOnlyPcnt(BigDecimal det... method getDetectorUseFormulaOnlyPcnt (line 525) | @javax.annotation.Nonnull method setDetectorUseFormulaOnlyPcnt (line 533) | public void setDetectorUseFormulaOnlyPcnt(BigDecimal detectorUseFormul... method detectorRegexpTableCount (line 538) | public DocumentTypeStatsData detectorRegexpTableCount(BigDecimal detec... method getDetectorRegexpTableCount (line 548) | @javax.annotation.Nonnull method setDetectorRegexpTableCount (line 556) | public void setDetectorRegexpTableCount(BigDecimal detectorRegexpTable... method detectorRegexpTablePcnt (line 561) | public DocumentTypeStatsData detectorRegexpTablePcnt(BigDecimal detect... method getDetectorRegexpTablePcnt (line 571) | @javax.annotation.Nonnull method setDetectorRegexpTablePcnt (line 579) | public void setDetectorRegexpTablePcnt(BigDecimal detectorRegexpTableP... method detectorTextBasedMlOnlyCount (line 584) | public DocumentTypeStatsData detectorTextBasedMlOnlyCount(BigDecimal d... method getDetectorTextBasedMlOnlyCount (line 594) | @javax.annotation.Nonnull method setDetectorTextBasedMlOnlyCount (line 602) | public void setDetectorTextBasedMlOnlyCount(BigDecimal detectorTextBas... method detectorTextBasedMlOnlyPcnt (line 607) | public DocumentTypeStatsData detectorTextBasedMlOnlyPcnt(BigDecimal de... method getDetectorTextBasedMlOnlyPcnt (line 617) | @javax.annotation.Nonnull method setDetectorTextBasedMlOnlyPcnt (line 625) | public void setDetectorTextBasedMlOnlyPcnt(BigDecimal detectorTextBase... method detectorFieldsBasedMlOnlyCount (line 630) | public DocumentTypeStatsData detectorFieldsBasedMlOnlyCount(BigDecimal... method getDetectorFieldsBasedMlOnlyCount (line 640) | @javax.annotation.Nonnull method setDetectorFieldsBasedMlOnlyCount (line 648) | public void setDetectorFieldsBasedMlOnlyCount(BigDecimal detectorField... method detectorFieldsBasedMlOnlyPcnt (line 653) | public DocumentTypeStatsData detectorFieldsBasedMlOnlyPcnt(BigDecimal ... method getDetectorFieldsBasedMlOnlyPcnt (line 663) | @javax.annotation.Nonnull method setDetectorFieldsBasedMlOnlyPcnt (line 671) | public void setDetectorFieldsBasedMlOnlyPcnt(BigDecimal detectorFields... method detectorFieldsBasedProbMlOnlyCount (line 676) | public DocumentTypeStatsData detectorFieldsBasedProbMlOnlyCount(BigDec... method getDetectorFieldsBasedProbMlOnlyCount (line 686) | @javax.annotation.Nonnull method setDetectorFieldsBasedProbMlOnlyCount (line 694) | public void setDetectorFieldsBasedProbMlOnlyCount(BigDecimal detectorF... method detectorFieldsBasedProbMlOnlyPcnt (line 699) | public DocumentTypeStatsData detectorFieldsBasedProbMlOnlyPcnt(BigDeci... method getDetectorFieldsBasedProbMlOnlyPcnt (line 709) | @javax.annotation.Nonnull method setDetectorFieldsBasedProbMlOnlyPcnt (line 717) | public void setDetectorFieldsBasedProbMlOnlyPcnt(BigDecimal detectorFi... method detectorFieldBasedRegexpsCount (line 722) | public DocumentTypeStatsData detectorFieldBasedRegexpsCount(BigDecimal... method getDetectorFieldBasedRegexpsCount (line 732) | @javax.annotation.Nonnull method setDetectorFieldBasedRegexpsCount (line 740) | public void setDetectorFieldBasedRegexpsCount(BigDecimal detectorField... method detectorFieldBasedRegexpsPcnt (line 745) | public DocumentTypeStatsData detectorFieldBasedRegexpsPcnt(BigDecimal ... method getDetectorFieldBasedRegexpsPcnt (line 755) | @javax.annotation.Nonnull method setDetectorFieldBasedRegexpsPcnt (line 763) | public void setDetectorFieldBasedRegexpsPcnt(BigDecimal detectorFieldB... method detectorMlflowModelCount (line 768) | public DocumentTypeStatsData detectorMlflowModelCount(BigDecimal detec... method getDetectorMlflowModelCount (line 778) | @javax.annotation.Nonnull method setDetectorMlflowModelCount (line 786) | public void setDetectorMlflowModelCount(BigDecimal detectorMlflowModel... method detectorMlflowModelPcnt (line 791) | public DocumentTypeStatsData detectorMlflowModelPcnt(BigDecimal detect... method getDetectorMlflowModelPcnt (line 801) | @javax.annotation.Nonnull method setDetectorMlflowModelPcnt (line 809) | public void setDetectorMlflowModelPcnt(BigDecimal detectorMlflowModelP... method equals (line 815) | @Override method hashCode (line 854) | @Override method toString (line 859) | @Override method toIndentedString (line 899) | private String toIndentedString(Object o) { method validateJsonObject (line 979) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 1017) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 1018) | @SuppressWarnings("unchecked") method fromJson (line 1053) | public static DocumentTypeStatsData fromJson(String jsonString) throws... method toJson (line 1062) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentsForUser.java class DocumentsForUser (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentsForUser (line 73) | public DocumentsForUser() { method DocumentsForUser (line 77) | public DocumentsForUser( method getPk (line 88) | @javax.annotation.Nullable method name (line 98) | public DocumentsForUser name(String name) { method getName (line 108) | @javax.annotation.Nullable method setName (line 116) | public void setName(String name) { method documentType (line 121) | public DocumentsForUser documentType(String documentType) { method getDocumentType (line 131) | @javax.annotation.Nullable method setDocumentType (line 139) | public void setDocumentType(String documentType) { method project (line 144) | public DocumentsForUser project(Integer project) { method getProject (line 154) | @javax.annotation.Nullable method setProject (line 162) | public void setProject(Integer project) { method statusName (line 167) | public DocumentsForUser statusName(String statusName) { method getStatusName (line 177) | @javax.annotation.Nonnull method setStatusName (line 185) | public void setStatusName(String statusName) { method equals (line 191) | @Override method equalsNullable (line 207) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 211) | @Override method hashCodeNullable (line 216) | private static int hashCodeNullable(JsonNullable a) { method toString (line 223) | @Override method toIndentedString (line 240) | private String toIndentedString(Object o) { method validateJsonObject (line 271) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 305) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 306) | @SuppressWarnings("unchecked") method fromJson (line 341) | public static DocumentsForUser fromJson(String jsonString) throws IOEx... method toJson (line 350) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentsForUserResponse.java class DocumentsForUserResponse (line 53) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentsForUserResponse (line 63) | public DocumentsForUserResponse() { method totalDocuments (line 66) | public DocumentsForUserResponse totalDocuments(Integer totalDocuments) { method getTotalDocuments (line 76) | @javax.annotation.Nonnull method setTotalDocuments (line 84) | public void setTotalDocuments(Integer totalDocuments) { method data (line 89) | public DocumentsForUserResponse data(List data) { method equals (line 118) | @Override method hashCode (line 131) | @Override method toString (line 136) | @Override method toIndentedString (line 150) | private String toIndentedString(Object o) { method validateJsonObject (line 179) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 216) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 217) | @SuppressWarnings("unchecked") method fromJson (line 252) | public static DocumentsForUserResponse fromJson(String jsonString) thr... method toJson (line 261) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentsForUserResponseData.java class DocumentsForUserResponseData (line 31) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentsForUserResponseData (line 53) | public DocumentsForUserResponseData() { method DocumentsForUserResponseData (line 57) | public DocumentsForUserResponseData( method getPk (line 68) | @javax.annotation.Nullable method name (line 78) | public DocumentsForUserResponseData name(String name) { method getName (line 88) | @javax.annotation.Nullable method setName (line 96) | public void setName(String name) { method documentType (line 101) | public DocumentsForUserResponseData documentType(String documentType) { method getDocumentType (line 111) | @javax.annotation.Nullable method setDocumentType (line 119) | public void setDocumentType(String documentType) { method project (line 124) | public DocumentsForUserResponseData project(Integer project) { method getProject (line 134) | @javax.annotation.Nullable method setProject (line 142) | public void setProject(Integer project) { method statusName (line 147) | public DocumentsForUserResponseData statusName(String statusName) { method getStatusName (line 157) | @javax.annotation.Nonnull method setStatusName (line 165) | public void setStatusName(String statusName) { method equals (line 170) | @Override method equalsNullable (line 186) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 190) | @Override method hashCodeNullable (line 195) | private static int hashCodeNullable(JsonNullable a) { method toString (line 202) | @Override method toIndentedString (line 219) | private String toIndentedString(Object o) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DocumentsForUserResponseDataInner.java class DocumentsForUserResponseDataInner (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DocumentsForUserResponseDataInner (line 73) | public DocumentsForUserResponseDataInner() { method DocumentsForUserResponseDataInner (line 77) | public DocumentsForUserResponseDataInner( method getPk (line 88) | @javax.annotation.Nullable method name (line 98) | public DocumentsForUserResponseDataInner name(String name) { method getName (line 108) | @javax.annotation.Nullable method setName (line 116) | public void setName(String name) { method documentType (line 121) | public DocumentsForUserResponseDataInner documentType(String documentT... method getDocumentType (line 131) | @javax.annotation.Nullable method setDocumentType (line 139) | public void setDocumentType(String documentType) { method project (line 144) | public DocumentsForUserResponseDataInner project(Integer project) { method getProject (line 154) | @javax.annotation.Nullable method setProject (line 162) | public void setProject(Integer project) { method statusName (line 167) | public DocumentsForUserResponseDataInner statusName(String statusName) { method getStatusName (line 177) | @javax.annotation.Nonnull method setStatusName (line 185) | public void setStatusName(String statusName) { method equals (line 191) | @Override method equalsNullable (line 207) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 211) | @Override method hashCodeNullable (line 216) | private static int hashCodeNullable(JsonNullable a) { method toString (line 223) | @Override method toIndentedString (line 240) | private String toIndentedString(Object o) { method validateJsonObject (line 271) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 305) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 306) | @SuppressWarnings("unchecked") method fromJson (line 341) | public static DocumentsForUserResponseDataInner fromJson(String jsonSt... method toJson (line 350) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DumpDocumentConfigGET200Response.java class DumpDocumentConfigGET200Response (line 53) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... class CustomTypeAdapterFactory (line 57) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 58) | @SuppressWarnings("unchecked") method DumpDocumentConfigGET200Response (line 143) | public DumpDocumentConfigGET200Response() { method DumpDocumentConfigGET200Response (line 147) | public DumpDocumentConfigGET200Response(File o) { method DumpDocumentConfigGET200Response (line 152) | public DumpDocumentConfigGET200Response(List> o) { method getSchemas (line 164) | @Override method setActualInstance (line 177) | @Override method getActualInstance (line 198) | @Override method getFile (line 210) | public File getFile() throws ClassCastException { method validateJsonObject (line 232) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... method fromJson (line 264) | public static DumpDocumentConfigGET200Response fromJson(String jsonStr... method toJson (line 273) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DumpFixture.java class DumpFixture (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DumpFixture (line 72) | public DumpFixture() { method appName (line 75) | public DumpFixture appName(String appName) { method getAppName (line 85) | @javax.annotation.Nonnull method setAppName (line 93) | public void setAppName(String appName) { method modelName (line 98) | public DumpFixture modelName(String modelName) { method getModelName (line 108) | @javax.annotation.Nonnull method setModelName (line 116) | public void setModelName(String modelName) { method fileName (line 121) | public DumpFixture fileName(String fileName) { method getFileName (line 131) | @javax.annotation.Nonnull method setFileName (line 139) | public void setFileName(String fileName) { method filterOptions (line 144) | public DumpFixture filterOptions(Object filterOptions) { method getFilterOptions (line 154) | @javax.annotation.Nullable method setFilterOptions (line 162) | public void setFilterOptions(Object filterOptions) { method indent (line 167) | public DumpFixture indent(Integer indent) { method getIndent (line 177) | @javax.annotation.Nullable method setIndent (line 185) | public void setIndent(Integer indent) { method equals (line 191) | @Override method hashCode (line 207) | @Override method toString (line 212) | @Override method toIndentedString (line 229) | private String toIndentedString(Object o) { method validateJsonObject (line 262) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 296) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 297) | @SuppressWarnings("unchecked") method fromJson (line 332) | public static DumpFixture fromJson(String jsonString) throws IOExcepti... method toJson (line 341) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/DumpPUTErrorResponse.java class DumpPUTErrorResponse (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method DumpPUTErrorResponse (line 60) | public DumpPUTErrorResponse() { method log (line 63) | public DumpPUTErrorResponse log(String log) { method getLog (line 73) | @javax.annotation.Nonnull method setLog (line 81) | public void setLog(String log) { method exception (line 86) | public DumpPUTErrorResponse exception(String exception) { method getException (line 96) | @javax.annotation.Nonnull method setException (line 104) | public void setException(String exception) { method equals (line 110) | @Override method hashCode (line 123) | @Override method toString (line 128) | @Override method toIndentedString (line 142) | private String toIndentedString(Object o) { method validateJsonObject (line 171) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 202) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 203) | @SuppressWarnings("unchecked") method fromJson (line 238) | public static DumpPUTErrorResponse fromJson(String jsonString) throws ... method toJson (line 247) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/FieldAnnotationStatus.java class FieldAnnotationStatus (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method FieldAnnotationStatus (line 81) | public FieldAnnotationStatus() { method FieldAnnotationStatus (line 85) | public FieldAnnotationStatus( method getId (line 96) | @javax.annotation.Nullable method name (line 106) | public FieldAnnotationStatus name(String name) { method getName (line 116) | @javax.annotation.Nonnull method setName (line 124) | public void setName(String name) { method code (line 129) | public FieldAnnotationStatus code(String code) { method getCode (line 139) | @javax.annotation.Nullable method setCode (line 147) | public void setCode(String code) { method order (line 152) | public FieldAnnotationStatus order(Integer order) { method getOrder (line 164) | @javax.annotation.Nonnull method setOrder (line 172) | public void setOrder(Integer order) { method isActive (line 177) | public FieldAnnotationStatus isActive(Boolean isActive) { method getIsActive (line 187) | @javax.annotation.Nullable method setIsActive (line 195) | public void setIsActive(Boolean isActive) { method isAccepted (line 200) | public FieldAnnotationStatus isAccepted(Boolean isAccepted) { method getIsAccepted (line 210) | @javax.annotation.Nullable method setIsAccepted (line 218) | public void setIsAccepted(Boolean isAccepted) { method isRejected (line 223) | public FieldAnnotationStatus isRejected(Boolean isRejected) { method getIsRejected (line 233) | @javax.annotation.Nullable method setIsRejected (line 241) | public void setIsRejected(Boolean isRejected) { method equals (line 247) | @Override method equalsNullable (line 265) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 269) | @Override method hashCodeNullable (line 274) | private static int hashCodeNullable(JsonNullable a) { method toString (line 281) | @Override method toIndentedString (line 300) | private String toIndentedString(Object o) { method validateJsonObject (line 334) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 365) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 366) | @SuppressWarnings("unchecked") method fromJson (line 401) | public static FieldAnnotationStatus fromJson(String jsonString) throws... method toJson (line 410) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/GeoAliasUsage.java class GeoAliasUsage (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method GeoAliasUsage (line 112) | public GeoAliasUsage() { method GeoAliasUsage (line 116) | public GeoAliasUsage( method getAliasAlias (line 153) | @javax.annotation.Nullable method getAliasLocale (line 167) | @javax.annotation.Nullable method getAliasType (line 181) | @javax.annotation.Nullable method count (line 191) | public GeoAliasUsage count(Integer count) { method getCount (line 203) | @javax.annotation.Nullable method setCount (line 211) | public void setCount(Integer count) { method getAliasEntityName (line 220) | @javax.annotation.Nullable method getAliasEntityCategory (line 234) | @javax.annotation.Nullable method getPk (line 248) | @javax.annotation.Nullable method getTextUnitPk (line 262) | @javax.annotation.Nullable method getTextUnitUnitType (line 276) | @javax.annotation.Nullable method getTextUnitLocationStart (line 290) | @javax.annotation.Nullable method getTextUnitLocationEnd (line 304) | @javax.annotation.Nullable method getTextUnitDocumentPk (line 318) | @javax.annotation.Nullable method getTextUnitDocumentName (line 332) | @javax.annotation.Nullable method getTextUnitDocumentDescription (line 346) | @javax.annotation.Nullable method getTextUnitDocumentDocumentType (line 360) | @javax.annotation.Nullable method equals (line 371) | @Override method hashCode (line 397) | @Override method toString (line 402) | @Override method toIndentedString (line 429) | private String toIndentedString(Object o) { method validateJsonObject (line 469) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 526) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 527) | @SuppressWarnings("unchecked") method fromJson (line 562) | public static GeoAliasUsage fromJson(String jsonString) throws IOExcep... method toJson (line 571) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/GeoEntityList.java class GeoEntityList (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method GeoEntityList (line 77) | public GeoEntityList() { method GeoEntityList (line 81) | public GeoEntityList( method getPk (line 94) | @javax.annotation.Nullable method entityId (line 104) | public GeoEntityList entityId(Integer entityId) { method getEntityId (line 116) | @javax.annotation.Nonnull method setEntityId (line 124) | public void setEntityId(Integer entityId) { method name (line 129) | public GeoEntityList name(String name) { method getName (line 139) | @javax.annotation.Nonnull method setName (line 147) | public void setName(String name) { method priority (line 152) | public GeoEntityList priority(Integer priority) { method getPriority (line 164) | @javax.annotation.Nullable method setPriority (line 172) | public void setPriority(Integer priority) { method category (line 177) | public GeoEntityList category(String category) { method getCategory (line 187) | @javax.annotation.Nonnull method setCategory (line 195) | public void setCategory(String category) { method getAlias (line 204) | @javax.annotation.Nullable method equals (line 215) | @Override method equalsNullable (line 232) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 236) | @Override method hashCodeNullable (line 241) | private static int hashCodeNullable(JsonNullable a) { method toString (line 248) | @Override method toIndentedString (line 266) | private String toIndentedString(Object o) { method validateJsonObject (line 300) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 334) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 335) | @SuppressWarnings("unchecked") method fromJson (line 370) | public static GeoEntityList fromJson(String jsonString) throws IOExcep... method toJson (line 379) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/GeoEntityUpdate.java class GeoEntityUpdate (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method GeoEntityUpdate (line 61) | public GeoEntityUpdate() { method GeoEntityUpdate (line 65) | public GeoEntityUpdate( method getPk (line 76) | @javax.annotation.Nullable method priority (line 86) | public GeoEntityUpdate priority(Integer priority) { method getPriority (line 98) | @javax.annotation.Nullable method setPriority (line 106) | public void setPriority(Integer priority) { method equals (line 112) | @Override method equalsNullable (line 125) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 129) | @Override method hashCodeNullable (line 134) | private static int hashCodeNullable(JsonNullable a) { method toString (line 141) | @Override method toIndentedString (line 155) | private String toIndentedString(Object o) { method validateJsonObject (line 182) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 200) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 201) | @SuppressWarnings("unchecked") method fromJson (line 236) | public static GeoEntityUpdate fromJson(String jsonString) throws IOExc... method toJson (line 245) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/GeoEntityUsage.java class GeoEntityUsage (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method GeoEntityUsage (line 100) | public GeoEntityUsage() { method GeoEntityUsage (line 104) | public GeoEntityUsage( method getEntityName (line 135) | @javax.annotation.Nullable method getEntityCategory (line 149) | @javax.annotation.Nullable method count (line 159) | public GeoEntityUsage count(Integer count) { method getCount (line 171) | @javax.annotation.Nullable method setCount (line 179) | public void setCount(Integer count) { method getPk (line 188) | @javax.annotation.Nullable method getTextUnitPk (line 202) | @javax.annotation.Nullable method getTextUnitUnitType (line 216) | @javax.annotation.Nullable method getTextUnitLocationStart (line 230) | @javax.annotation.Nullable method getTextUnitLocationEnd (line 244) | @javax.annotation.Nullable method getTextUnitDocumentPk (line 258) | @javax.annotation.Nullable method getTextUnitDocumentName (line 272) | @javax.annotation.Nullable method getTextUnitDocumentDescription (line 286) | @javax.annotation.Nullable method getTextUnitDocumentDocumentType (line 300) | @javax.annotation.Nullable method equals (line 311) | @Override method hashCode (line 334) | @Override method toString (line 339) | @Override method toIndentedString (line 363) | private String toIndentedString(Object o) { method validateJsonObject (line 400) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 448) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 449) | @SuppressWarnings("unchecked") method fromJson (line 484) | public static GeoEntityUsage fromJson(String jsonString) throws IOExce... method toJson (line 493) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/InlineResponse400.java class InlineResponse400 (line 30) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method InlineResponse400 (line 36) | public InlineResponse400() { method status (line 39) | public InlineResponse400 status(String status) { method getStatus (line 49) | @javax.annotation.Nullable method setStatus (line 57) | public void setStatus(String status) { method equals (line 62) | @Override method hashCode (line 74) | @Override method toString (line 79) | @Override method toIndentedString (line 92) | private String toIndentedString(Object o) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/InlineResponse404.java class InlineResponse404 (line 30) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method InlineResponse404 (line 36) | public InlineResponse404() { method detail (line 39) | public InlineResponse404 detail(String detail) { method getDetail (line 49) | @javax.annotation.Nonnull method setDetail (line 57) | public void setDetail(String detail) { method equals (line 62) | @Override method hashCode (line 74) | @Override method toString (line 79) | @Override method toIndentedString (line 92) | private String toIndentedString(Object o) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/InlineResponse4041.java class InlineResponse4041 (line 30) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method InlineResponse4041 (line 36) | public InlineResponse4041() { method details (line 39) | public InlineResponse4041 details(String details) { method getDetails (line 49) | @javax.annotation.Nonnull method setDetails (line 57) | public void setDetails(String details) { method equals (line 62) | @Override method hashCode (line 74) | @Override method toString (line 79) | @Override method toIndentedString (line 92) | private String toIndentedString(Object o) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/LoadFixture.java class LoadFixture (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... type ModeEnum (line 59) | @JsonAdapter(ModeEnum.Adapter.class) method ModeEnum (line 71) | ModeEnum(String value) { method getValue (line 75) | public String getValue() { method toString (line 79) | @Override method fromValue (line 84) | public static ModeEnum fromValue(String value) { class Adapter (line 93) | public static class Adapter extends TypeAdapter { method write (line 94) | @Override method read (line 99) | @Override method LoadFixture (line 115) | public LoadFixture() { method fixture (line 118) | public LoadFixture fixture(String fixture) { method getFixture (line 128) | @javax.annotation.Nonnull method setFixture (line 136) | public void setFixture(String fixture) { method mode (line 141) | public LoadFixture mode(ModeEnum mode) { method getMode (line 151) | @javax.annotation.Nullable method setMode (line 159) | public void setMode(ModeEnum mode) { method encoding (line 164) | public LoadFixture encoding(String encoding) { method getEncoding (line 174) | @javax.annotation.Nullable method setEncoding (line 182) | public void setEncoding(String encoding) { method equals (line 188) | @Override method hashCode (line 202) | @Override method toString (line 207) | @Override method toIndentedString (line 222) | private String toIndentedString(Object o) { method validateJsonObject (line 251) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 285) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 286) | @SuppressWarnings("unchecked") method fromJson (line 321) | public static LoadFixture fromJson(String jsonString) throws IOExcepti... method toJson (line 330) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/LocateItemsRequest.java class LocateItemsRequest (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method LocateItemsRequest (line 74) | public LocateItemsRequest() { method itemsToLocate (line 77) | public LocateItemsRequest itemsToLocate(List itemsToLocate) { method addItemsToLocateItem (line 83) | public LocateItemsRequest addItemsToLocateItem(String itemsToLocateIte... method getItemsToLocate (line 92) | @javax.annotation.Nonnull method setItemsToLocate (line 100) | public void setItemsToLocate(List itemsToLocate) { method projectId (line 105) | public LocateItemsRequest projectId(Integer projectId) { method getProjectId (line 115) | @javax.annotation.Nonnull method setProjectId (line 123) | public void setProjectId(Integer projectId) { method deleteExisting (line 128) | public LocateItemsRequest deleteExisting(Boolean deleteExisting) { method getDeleteExisting (line 138) | @javax.annotation.Nullable method setDeleteExisting (line 146) | public void setDeleteExisting(Boolean deleteExisting) { method searchIn (line 151) | public LocateItemsRequest searchIn(List searchIn) { method addSearchInItem (line 157) | public LocateItemsRequest addSearchInItem(String searchInItem) { method getSearchIn (line 169) | @javax.annotation.Nullable method setSearchIn (line 177) | public void setSearchIn(List searchIn) { method selectedTags (line 182) | public LocateItemsRequest selectedTags(List selectedTags) { method addSelectedTagsItem (line 188) | public LocateItemsRequest addSelectedTagsItem(String selectedTagsItem) { method getSelectedTags (line 200) | @javax.annotation.Nullable method setSelectedTags (line 208) | public void setSelectedTags(List selectedTags) { method equals (line 214) | @Override method hashCode (line 230) | @Override method toString (line 235) | @Override method toIndentedString (line 252) | private String toIndentedString(Object o) { method validateJsonObject (line 284) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 321) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 322) | @SuppressWarnings("unchecked") method fromJson (line 357) | public static LocateItemsRequest fromJson(String jsonString) throws IO... method toJson (line 366) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/LoggingAPIViewRequest.java class LoggingAPIViewRequest (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method LoggingAPIViewRequest (line 62) | public LoggingAPIViewRequest() { method queryInfo (line 65) | public LoggingAPIViewRequest queryInfo(Object queryInfo) { method getQueryInfo (line 75) | @javax.annotation.Nonnull method setQueryInfo (line 83) | public void setQueryInfo(Object queryInfo) { method records (line 88) | public LoggingAPIViewRequest records(List records) { method addRecordsItem (line 94) | public LoggingAPIViewRequest addRecordsItem(Object recordsItem) { method getRecords (line 103) | @javax.annotation.Nonnull method setRecords (line 111) | public void setRecords(List records) { method equals (line 117) | @Override method hashCode (line 130) | @Override method toString (line 135) | @Override method toIndentedString (line 149) | private String toIndentedString(Object o) { method validateJsonObject (line 178) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 207) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 208) | @SuppressWarnings("unchecked") method fromJson (line 243) | public static LoggingAPIViewRequest fromJson(String jsonString) throws... method toJson (line 252) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/Login.java class Login (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method Login (line 64) | public Login() { method username (line 67) | public Login username(String username) { method getUsername (line 77) | @javax.annotation.Nullable method setUsername (line 85) | public void setUsername(String username) { method email (line 90) | public Login email(String email) { method getEmail (line 100) | @javax.annotation.Nullable method setEmail (line 108) | public void setEmail(String email) { method password (line 113) | public Login password(String password) { method getPassword (line 123) | @javax.annotation.Nonnull method setPassword (line 131) | public void setPassword(String password) { method equals (line 137) | @Override method hashCode (line 151) | @Override method toString (line 156) | @Override method toIndentedString (line 171) | private String toIndentedString(Object o) { method validateJsonObject (line 200) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 234) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 235) | @SuppressWarnings("unchecked") method fromJson (line 270) | public static Login fromJson(String jsonString) throws IOException { method toJson (line 279) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/LoginResponse.java class LoginResponse (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method LoginResponse (line 64) | public LoginResponse() { method LoginResponse (line 68) | public LoginResponse( method key (line 77) | public LoginResponse key(String key) { method getKey (line 87) | @javax.annotation.Nonnull method setKey (line 95) | public void setKey(String key) { method getUserName (line 104) | @javax.annotation.Nullable method getUser (line 118) | @javax.annotation.Nullable method equals (line 129) | @Override method hashCode (line 143) | @Override method toString (line 148) | @Override method toIndentedString (line 163) | private String toIndentedString(Object o) { method validateJsonObject (line 192) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 226) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 227) | @SuppressWarnings("unchecked") method fromJson (line 262) | public static LoginResponse fromJson(String jsonString) throws IOExcep... method toJson (line 271) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/MLModel.java class MLModel (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... type ApplyToEnum (line 84) | @JsonAdapter(ApplyToEnum.Adapter.class) method ApplyToEnum (line 92) | ApplyToEnum(String value) { method getValue (line 96) | public String getValue() { method toString (line 100) | @Override method fromValue (line 105) | public static ApplyToEnum fromValue(String value) { class Adapter (line 114) | public static class Adapter extends TypeAdapter { method write (line 115) | @Override method read (line 120) | @Override type TargetEntityEnum (line 135) | @JsonAdapter(TargetEntityEnum.Adapter.class) method TargetEntityEnum (line 147) | TargetEntityEnum(String value) { method getValue (line 151) | public String getValue() { method toString (line 155) | @Override method fromValue (line 160) | public static TargetEntityEnum fromValue(String value) { class Adapter (line 169) | public static class Adapter extends TypeAdapter { method write (line 170) | @Override method read (line 175) | @Override type TextUnitTypeEnum (line 194) | @JsonAdapter(TextUnitTypeEnum.Adapter.class) method TextUnitTypeEnum (line 202) | TextUnitTypeEnum(String value) { method getValue (line 206) | public String getValue() { method toString (line 210) | @Override method fromValue (line 215) | public static TextUnitTypeEnum fromValue(String value) { class Adapter (line 224) | public static class Adapter extends TypeAdapter { method write (line 225) | @Override method read (line 230) | @Override method MLModel (line 254) | public MLModel() { method MLModel (line 258) | public MLModel( method getId (line 269) | @javax.annotation.Nullable method name (line 279) | public MLModel name(String name) { method getName (line 289) | @javax.annotation.Nonnull method setName (line 297) | public void setName(String name) { method version (line 302) | public MLModel version(String version) { method getVersion (line 312) | @javax.annotation.Nonnull method setVersion (line 320) | public void setVersion(String version) { method vectorName (line 325) | public MLModel vectorName(String vectorName) { method getVectorName (line 335) | @javax.annotation.Nullable method setVectorName (line 343) | public void setVectorName(String vectorName) { method modelPath (line 348) | public MLModel modelPath(String modelPath) { method getModelPath (line 358) | @javax.annotation.Nonnull method setModelPath (line 366) | public void setModelPath(String modelPath) { method isActive (line 371) | public MLModel isActive(Boolean isActive) { method getIsActive (line 381) | @javax.annotation.Nullable method setIsActive (line 389) | public void setIsActive(Boolean isActive) { method _default (line 394) | public MLModel _default(Boolean _default) { method getDefault (line 404) | @javax.annotation.Nullable method setDefault (line 412) | public void setDefault(Boolean _default) { method applyTo (line 417) | public MLModel applyTo(ApplyToEnum applyTo) { method getApplyTo (line 427) | @javax.annotation.Nullable method setApplyTo (line 435) | public void setApplyTo(ApplyToEnum applyTo) { method targetEntity (line 440) | public MLModel targetEntity(TargetEntityEnum targetEntity) { method getTargetEntity (line 450) | @javax.annotation.Nullable method setTargetEntity (line 458) | public void setTargetEntity(TargetEntityEnum targetEntity) { method language (line 463) | public MLModel language(String language) { method getLanguage (line 473) | @javax.annotation.Nullable method setLanguage (line 481) | public void setLanguage(String language) { method textUnitType (line 486) | public MLModel textUnitType(TextUnitTypeEnum textUnitType) { method getTextUnitType (line 496) | @javax.annotation.Nullable method setTextUnitType (line 504) | public void setTextUnitType(TextUnitTypeEnum textUnitType) { method codebaseVersion (line 509) | public MLModel codebaseVersion(String codebaseVersion) { method getCodebaseVersion (line 519) | @javax.annotation.Nullable method setCodebaseVersion (line 527) | public void setCodebaseVersion(String codebaseVersion) { method userModified (line 532) | public MLModel userModified(Boolean userModified) { method getUserModified (line 542) | @javax.annotation.Nullable method setUserModified (line 550) | public void setUserModified(Boolean userModified) { method project (line 555) | public MLModel project(Integer project) { method getProject (line 565) | @javax.annotation.Nullable method setProject (line 573) | public void setProject(Integer project) { method equals (line 579) | @Override method equalsNullable (line 604) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 608) | @Override method hashCodeNullable (line 613) | private static int hashCodeNullable(JsonNullable a) { method toString (line 620) | @Override method toIndentedString (line 646) | private String toIndentedString(Object o) { method validateJsonObject (line 691) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 743) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 744) | @SuppressWarnings("unchecked") method fromJson (line 779) | public static MLModel fromJson(String jsonString) throws IOException { method toJson (line 788) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/MarkForSeenWebNotificationRequest.java class MarkForSeenWebNotificationRequest (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method MarkForSeenWebNotificationRequest (line 62) | public MarkForSeenWebNotificationRequest() { method notificationIds (line 65) | public MarkForSeenWebNotificationRequest notificationIds(List... method addNotificationIdsItem (line 71) | public MarkForSeenWebNotificationRequest addNotificationIdsItem(Intege... method getNotificationIds (line 80) | @javax.annotation.Nonnull method setNotificationIds (line 88) | public void setNotificationIds(List notificationIds) { method isSeen (line 93) | public MarkForSeenWebNotificationRequest isSeen(Boolean isSeen) { method getIsSeen (line 103) | @javax.annotation.Nonnull method setIsSeen (line 111) | public void setIsSeen(Boolean isSeen) { method equals (line 117) | @Override method hashCode (line 130) | @Override method toString (line 135) | @Override method toIndentedString (line 149) | private String toIndentedString(Object o) { method validateJsonObject (line 178) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 207) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 208) | @SuppressWarnings("unchecked") method fromJson (line 243) | public static MarkForSeenWebNotificationRequest fromJson(String jsonSt... method toJson (line 252) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/MarkForSeenWebNotificationResponse.java class MarkForSeenWebNotificationResponse (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method MarkForSeenWebNotificationResponse (line 56) | public MarkForSeenWebNotificationResponse() { method countProcessed (line 59) | public MarkForSeenWebNotificationResponse countProcessed(Integer count... method getCountProcessed (line 69) | @javax.annotation.Nonnull method setCountProcessed (line 77) | public void setCountProcessed(Integer countProcessed) { method equals (line 83) | @Override method hashCode (line 95) | @Override method toString (line 100) | @Override method toIndentedString (line 113) | private String toIndentedString(Object o) { method validateJsonObject (line 140) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 165) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 166) | @SuppressWarnings("unchecked") method fromJson (line 201) | public static MarkForSeenWebNotificationResponse fromJson(String jsonS... method toJson (line 210) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/MarkUnmarkForDeleteDocumentsRequest.java class MarkUnmarkForDeleteDocumentsRequest (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method MarkUnmarkForDeleteDocumentsRequest (line 66) | public MarkUnmarkForDeleteDocumentsRequest() { method all (line 69) | public MarkUnmarkForDeleteDocumentsRequest all(Boolean all) { method getAll (line 79) | @javax.annotation.Nullable method setAll (line 87) | public void setAll(Boolean all) { method projectId (line 92) | public MarkUnmarkForDeleteDocumentsRequest projectId(Integer projectId) { method getProjectId (line 102) | @javax.annotation.Nonnull method setProjectId (line 110) | public void setProjectId(Integer projectId) { method documentIds (line 115) | public MarkUnmarkForDeleteDocumentsRequest documentIds(List d... method addDocumentIdsItem (line 121) | public MarkUnmarkForDeleteDocumentsRequest addDocumentIdsItem(Integer ... method getDocumentIds (line 133) | @javax.annotation.Nullable method setDocumentIds (line 141) | public void setDocumentIds(List documentIds) { method equals (line 147) | @Override method hashCode (line 161) | @Override method toString (line 166) | @Override method toIndentedString (line 181) | private String toIndentedString(Object o) { method validateJsonObject (line 210) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 239) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 240) | @SuppressWarnings("unchecked") method fromJson (line 275) | public static MarkUnmarkForDeleteDocumentsRequest fromJson(String json... method toJson (line 284) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/MarkUnmarkForDeleteDocumentsResponse.java class MarkUnmarkForDeleteDocumentsResponse (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method MarkUnmarkForDeleteDocumentsResponse (line 56) | public MarkUnmarkForDeleteDocumentsResponse() { method countDeleted (line 59) | public MarkUnmarkForDeleteDocumentsResponse countDeleted(Integer count... method getCountDeleted (line 69) | @javax.annotation.Nonnull method setCountDeleted (line 77) | public void setCountDeleted(Integer countDeleted) { method equals (line 83) | @Override method hashCode (line 95) | @Override method toString (line 100) | @Override method toIndentedString (line 113) | private String toIndentedString(Object o) { method validateJsonObject (line 140) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 165) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 166) | @SuppressWarnings("unchecked") method fromJson (line 201) | public static MarkUnmarkForDeleteDocumentsResponse fromJson(String jso... method toJson (line 210) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/MarkUnmarkForDeleteProjectsReponse.java class MarkUnmarkForDeleteProjectsReponse (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method MarkUnmarkForDeleteProjectsReponse (line 56) | public MarkUnmarkForDeleteProjectsReponse() { method countDeleted (line 59) | public MarkUnmarkForDeleteProjectsReponse countDeleted(Integer countDe... method getCountDeleted (line 69) | @javax.annotation.Nonnull method setCountDeleted (line 77) | public void setCountDeleted(Integer countDeleted) { method equals (line 83) | @Override method hashCode (line 95) | @Override method toString (line 100) | @Override method toIndentedString (line 113) | private String toIndentedString(Object o) { method validateJsonObject (line 140) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 165) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 166) | @SuppressWarnings("unchecked") method fromJson (line 201) | public static MarkUnmarkForDeleteProjectsReponse fromJson(String jsonS... method toJson (line 210) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/MarkUnmarkForDeleteProjectsRequest.java class MarkUnmarkForDeleteProjectsRequest (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method MarkUnmarkForDeleteProjectsRequest (line 66) | public MarkUnmarkForDeleteProjectsRequest() { method all (line 69) | public MarkUnmarkForDeleteProjectsRequest all(Boolean all) { method getAll (line 79) | @javax.annotation.Nullable method setAll (line 87) | public void setAll(Boolean all) { method removeAll (line 92) | public MarkUnmarkForDeleteProjectsRequest removeAll(Boolean removeAll) { method getRemoveAll (line 102) | @javax.annotation.Nullable method setRemoveAll (line 110) | public void setRemoveAll(Boolean removeAll) { method excludeDocumentIds (line 115) | public MarkUnmarkForDeleteProjectsRequest excludeDocumentIds(List excludeDocumentIds) { method equals (line 147) | @Override method hashCode (line 161) | @Override method toString (line 166) | @Override method toIndentedString (line 181) | private String toIndentedString(Object o) { method validateJsonObject (line 209) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 231) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 232) | @SuppressWarnings("unchecked") method fromJson (line 267) | public static MarkUnmarkForDeleteProjectsRequest fromJson(String jsonS... method toJson (line 276) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/MenuGroup.java class MenuGroup (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method MenuGroup (line 72) | public MenuGroup() { method MenuGroup (line 76) | public MenuGroup( method getPk (line 89) | @javax.annotation.Nullable method name (line 99) | public MenuGroup name(String name) { method getName (line 109) | @javax.annotation.Nonnull method setName (line 117) | public void setName(String name) { method _public (line 122) | public MenuGroup _public(Boolean _public) { method getPublic (line 132) | @javax.annotation.Nullable method setPublic (line 140) | public void setPublic(Boolean _public) { method order (line 145) | public MenuGroup order(Integer order) { method getOrder (line 157) | @javax.annotation.Nullable method setOrder (line 165) | public void setOrder(Integer order) { method getUser (line 174) | @javax.annotation.Nullable method equals (line 185) | @Override method hashCode (line 201) | @Override method toString (line 206) | @Override method toIndentedString (line 223) | private String toIndentedString(Object o) { method validateJsonObject (line 254) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 285) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 286) | @SuppressWarnings("unchecked") method fromJson (line 321) | public static MenuGroup fromJson(String jsonString) throws IOException { method toJson (line 330) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/MenuItem.java class MenuItem (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method MenuItem (line 81) | public MenuItem() { method MenuItem (line 85) | public MenuItem( method getPk (line 98) | @javax.annotation.Nullable method name (line 108) | public MenuItem name(String name) { method getName (line 118) | @javax.annotation.Nonnull method setName (line 126) | public void setName(String name) { method url (line 131) | public MenuItem url(String url) { method getUrl (line 141) | @javax.annotation.Nonnull method setUrl (line 149) | public void setUrl(String url) { method group (line 154) | public MenuItem group(Integer group) { method getGroup (line 164) | @javax.annotation.Nullable method setGroup (line 172) | public void setGroup(Integer group) { method _public (line 177) | public MenuItem _public(Boolean _public) { method getPublic (line 187) | @javax.annotation.Nullable method setPublic (line 195) | public void setPublic(Boolean _public) { method order (line 200) | public MenuItem order(Integer order) { method getOrder (line 212) | @javax.annotation.Nullable method setOrder (line 220) | public void setOrder(Integer order) { method getUser (line 229) | @javax.annotation.Nullable method equals (line 240) | @Override method equalsNullable (line 258) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 262) | @Override method hashCodeNullable (line 267) | private static int hashCodeNullable(JsonNullable a) { method toString (line 274) | @Override method toIndentedString (line 293) | private String toIndentedString(Object o) { method validateJsonObject (line 327) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 361) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 362) | @SuppressWarnings("unchecked") method fromJson (line 397) | public static MenuItem fromJson(String jsonString) throws IOException { method toJson (line 406) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/Party.java class Party (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method Party (line 81) | public Party() { method Party (line 85) | public Party( method getPk (line 96) | @javax.annotation.Nullable method name (line 106) | public Party name(String name) { method getName (line 116) | @javax.annotation.Nonnull method setName (line 124) | public void setName(String name) { method type (line 129) | public Party type(String type) { method getType (line 139) | @javax.annotation.Nullable method setType (line 147) | public void setType(String type) { method typeAbbr (line 152) | public Party typeAbbr(String typeAbbr) { method getTypeAbbr (line 162) | @javax.annotation.Nullable method setTypeAbbr (line 170) | public void setTypeAbbr(String typeAbbr) { method typeLabel (line 175) | public Party typeLabel(String typeLabel) { method getTypeLabel (line 185) | @javax.annotation.Nullable method setTypeLabel (line 193) | public void setTypeLabel(String typeLabel) { method typeDescription (line 198) | public Party typeDescription(String typeDescription) { method getTypeDescription (line 208) | @javax.annotation.Nullable method setTypeDescription (line 216) | public void setTypeDescription(String typeDescription) { method description (line 221) | public Party description(String description) { method getDescription (line 231) | @javax.annotation.Nullable method setDescription (line 239) | public void setDescription(String description) { method equals (line 245) | @Override method equalsNullable (line 263) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 267) | @Override method hashCodeNullable (line 272) | private static int hashCodeNullable(JsonNullable a) { method toString (line 279) | @Override method toIndentedString (line 298) | private String toIndentedString(Object o) { method validateJsonObject (line 332) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 375) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 376) | @SuppressWarnings("unchecked") method fromJson (line 411) | public static Party fromJson(String jsonString) throws IOException { method toJson (line 420) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/PartySimilarity.java class PartySimilarity (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method PartySimilarity (line 94) | public PartySimilarity() { method PartySimilarity (line 98) | public PartySimilarity( method getPk (line 123) | @javax.annotation.Nullable method getPartyAName (line 137) | @javax.annotation.Nullable method getPartyADescription (line 151) | @javax.annotation.Nullable method getPartyAPk (line 165) | @javax.annotation.Nullable method getPartyATypeAbbr (line 179) | @javax.annotation.Nullable method getPartyBName (line 193) | @javax.annotation.Nullable method getPartyBPk (line 207) | @javax.annotation.Nullable method getPartyBTypeAbbr (line 221) | @javax.annotation.Nullable method similarity (line 231) | public PartySimilarity similarity(BigDecimal similarity) { method getSimilarity (line 241) | @javax.annotation.Nonnull method setSimilarity (line 249) | public void setSimilarity(BigDecimal similarity) { method run (line 254) | public PartySimilarity run(DocumentSimilarityRun run) { method getRun (line 264) | @javax.annotation.Nullable method setRun (line 272) | public void setRun(DocumentSimilarityRun run) { method equals (line 278) | @Override method hashCode (line 299) | @Override method toString (line 304) | @Override method toIndentedString (line 326) | private String toIndentedString(Object o) { method validateJsonObject (line 362) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 415) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 416) | @SuppressWarnings("unchecked") method fromJson (line 451) | public static PartySimilarity fromJson(String jsonString) throws IOExc... method toJson (line 460) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/PartySimilarityForm.java class PartySimilarityForm (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... type SimilarityTypeEnum (line 64) | @JsonAdapter(SimilarityTypeEnum.Adapter.class) method SimilarityTypeEnum (line 72) | SimilarityTypeEnum(String value) { method getValue (line 76) | public String getValue() { method toString (line 80) | @Override method fromValue (line 85) | public static SimilarityTypeEnum fromValue(String value) { class Adapter (line 94) | public static class Adapter extends TypeAdapter { method write (line 95) | @Override method read (line 100) | @Override method PartySimilarityForm (line 120) | public PartySimilarityForm() { method runName (line 123) | public PartySimilarityForm runName(String runName) { method getRunName (line 133) | @javax.annotation.Nonnull method setRunName (line 141) | public void setRunName(String runName) { method caseSensitive (line 146) | public PartySimilarityForm caseSensitive(Boolean caseSensitive) { method getCaseSensitive (line 156) | @javax.annotation.Nonnull method setCaseSensitive (line 164) | public void setCaseSensitive(Boolean caseSensitive) { method similarityType (line 169) | public PartySimilarityForm similarityType(SimilarityTypeEnum similarit... method getSimilarityType (line 179) | @javax.annotation.Nullable method setSimilarityType (line 187) | public void setSimilarityType(SimilarityTypeEnum similarityType) { method similarityThreshold (line 192) | public PartySimilarityForm similarityThreshold(Integer similarityThres... method getSimilarityThreshold (line 202) | @javax.annotation.Nullable method setSimilarityThreshold (line 210) | public void setSimilarityThreshold(Integer similarityThreshold) { method delete (line 215) | public PartySimilarityForm delete(Boolean delete) { method getDelete (line 225) | @javax.annotation.Nonnull method setDelete (line 233) | public void setDelete(Boolean delete) { method equals (line 239) | @Override method equalsNullable (line 255) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 259) | @Override method hashCodeNullable (line 264) | private static int hashCodeNullable(JsonNullable a) { method toString (line 271) | @Override method toIndentedString (line 288) | private String toIndentedString(Object o) { method validateJsonObject (line 321) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 352) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 353) | @SuppressWarnings("unchecked") method fromJson (line 388) | public static PartySimilarityForm fromJson(String jsonString) throws I... method toJson (line 397) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/PartyUsage.java class PartyUsage (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method PartyUsage (line 104) | public PartyUsage() { method PartyUsage (line 108) | public PartyUsage( method getPartyName (line 141) | @javax.annotation.Nullable method getPartyTypeAbbr (line 155) | @javax.annotation.Nullable method getPartyPk (line 169) | @javax.annotation.Nullable method count (line 179) | public PartyUsage count(Integer count) { method getCount (line 191) | @javax.annotation.Nullable method setCount (line 199) | public void setCount(Integer count) { method getPk (line 208) | @javax.annotation.Nullable method getTextUnitPk (line 222) | @javax.annotation.Nullable method getTextUnitUnitType (line 236) | @javax.annotation.Nullable method getTextUnitLocationStart (line 250) | @javax.annotation.Nullable method getTextUnitLocationEnd (line 264) | @javax.annotation.Nullable method getTextUnitDocumentPk (line 278) | @javax.annotation.Nullable method getTextUnitDocumentName (line 292) | @javax.annotation.Nullable method getTextUnitDocumentDescription (line 306) | @javax.annotation.Nullable method getTextUnitDocumentDocumentType (line 320) | @javax.annotation.Nullable method equals (line 331) | @Override method hashCode (line 355) | @Override method toString (line 360) | @Override method toIndentedString (line 385) | private String toIndentedString(Object o) { method validateJsonObject (line 423) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 474) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 475) | @SuppressWarnings("unchecked") method fromJson (line 510) | public static PartyUsage fromJson(String jsonString) throws IOException { method toJson (line 519) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/PercentUsage.java class PercentUsage (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method PercentUsage (line 106) | public PercentUsage() { method PercentUsage (line 110) | public PercentUsage( method amount (line 133) | public PercentUsage amount(BigDecimal amount) { method getAmount (line 143) | @javax.annotation.Nullable method setAmount (line 151) | public void setAmount(BigDecimal amount) { method unitType (line 156) | public PercentUsage unitType(String unitType) { method getUnitType (line 166) | @javax.annotation.Nonnull method setUnitType (line 174) | public void setUnitType(String unitType) { method total (line 179) | public PercentUsage total(BigDecimal total) { method getTotal (line 189) | @javax.annotation.Nullable method setTotal (line 197) | public void setTotal(BigDecimal total) { method count (line 202) | public PercentUsage count(Integer count) { method getCount (line 214) | @javax.annotation.Nullable method setCount (line 222) | public void setCount(Integer count) { method getPk (line 231) | @javax.annotation.Nullable method getTextUnitPk (line 245) | @javax.annotation.Nullable method getTextUnitUnitType (line 259) | @javax.annotation.Nullable method getTextUnitLocationStart (line 273) | @javax.annotation.Nullable method getTextUnitLocationEnd (line 287) | @javax.annotation.Nullable method getTextUnitDocumentPk (line 301) | @javax.annotation.Nullable method getTextUnitDocumentName (line 315) | @javax.annotation.Nullable method getTextUnitDocumentDescription (line 329) | @javax.annotation.Nullable method getTextUnitDocumentDocumentType (line 343) | @javax.annotation.Nullable method equals (line 354) | @Override method equalsNullable (line 378) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 382) | @Override method hashCodeNullable (line 387) | private static int hashCodeNullable(JsonNullable a) { method toString (line 394) | @Override method toIndentedString (line 419) | private String toIndentedString(Object o) { method validateJsonObject (line 458) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 510) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 511) | @SuppressWarnings("unchecked") method fromJson (line 546) | public static PercentUsage fromJson(String jsonString) throws IOExcept... method toJson (line 555) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectActiveTasks.java class ProjectActiveTasks (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectActiveTasks (line 73) | public ProjectActiveTasks() { method tasks (line 76) | public ProjectActiveTasks tasks(ProjectActiveTasksTasks tasks) { method getTasks (line 86) | @javax.annotation.Nonnull method setTasks (line 94) | public void setTasks(ProjectActiveTasksTasks tasks) { method documentTransformerChangeInProgress (line 99) | public ProjectActiveTasks documentTransformerChangeInProgress(Boolean ... method getDocumentTransformerChangeInProgress (line 109) | @javax.annotation.Nonnull method setDocumentTransformerChangeInProgress (line 117) | public void setDocumentTransformerChangeInProgress(Boolean documentTra... method textUnitTransformerChangeInProgress (line 122) | public ProjectActiveTasks textUnitTransformerChangeInProgress(Boolean ... method getTextUnitTransformerChangeInProgress (line 132) | @javax.annotation.Nonnull method setTextUnitTransformerChangeInProgress (line 140) | public void setTextUnitTransformerChangeInProgress(Boolean textUnitTra... method locateTermsInProgress (line 145) | public ProjectActiveTasks locateTermsInProgress(Boolean locateTermsInP... method getLocateTermsInProgress (line 155) | @javax.annotation.Nonnull method setLocateTermsInProgress (line 163) | public void setLocateTermsInProgress(Boolean locateTermsInProgress) { method locateCompaniesInProgress (line 168) | public ProjectActiveTasks locateCompaniesInProgress(Boolean locateComp... method getLocateCompaniesInProgress (line 178) | @javax.annotation.Nonnull method setLocateCompaniesInProgress (line 186) | public void setLocateCompaniesInProgress(Boolean locateCompaniesInProg... method equals (line 192) | @Override method hashCode (line 208) | @Override method toString (line 213) | @Override method toIndentedString (line 230) | private String toIndentedString(Object o) { method validateJsonObject (line 265) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 294) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 295) | @SuppressWarnings("unchecked") method fromJson (line 330) | public static ProjectActiveTasks fromJson(String jsonString) throws IO... method toJson (line 339) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectActiveTasksTasks.java class ProjectActiveTasksTasks (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... type StatusEnum (line 77) | @JsonAdapter(StatusEnum.Adapter.class) method StatusEnum (line 95) | StatusEnum(String value) { method getValue (line 99) | public String getValue() { method toString (line 103) | @Override method fromValue (line 108) | public static StatusEnum fromValue(String value) { class Adapter (line 117) | public static class Adapter extends TypeAdapter { method write (line 118) | @Override method read (line 123) | @Override method ProjectActiveTasksTasks (line 163) | public ProjectActiveTasksTasks() { method ProjectActiveTasksTasks (line 167) | public ProjectActiveTasksTasks( method id (line 176) | public ProjectActiveTasksTasks id(String id) { method getId (line 186) | @javax.annotation.Nullable method setId (line 194) | public void setId(String id) { method name (line 199) | public ProjectActiveTasksTasks name(String name) { method getName (line 209) | @javax.annotation.Nullable method setName (line 217) | public void setName(String name) { method verboseName (line 222) | public ProjectActiveTasksTasks verboseName(String verboseName) { method getVerboseName (line 232) | @javax.annotation.Nonnull method setVerboseName (line 240) | public void setVerboseName(String verboseName) { method getUserName (line 249) | @javax.annotation.Nullable method worker (line 259) | public ProjectActiveTasksTasks worker(String worker) { method getWorker (line 269) | @javax.annotation.Nullable method setWorker (line 277) | public void setWorker(String worker) { method status (line 282) | public ProjectActiveTasksTasks status(StatusEnum status) { method getStatus (line 292) | @javax.annotation.Nullable method setStatus (line 300) | public void setStatus(StatusEnum status) { method progress (line 305) | public ProjectActiveTasksTasks progress(Integer progress) { method getProgress (line 317) | @javax.annotation.Nullable method setProgress (line 325) | public void setProgress(Integer progress) { method getDescription (line 334) | @javax.annotation.Nullable method dateStart (line 344) | public ProjectActiveTasksTasks dateStart(OffsetDateTime dateStart) { method getDateStart (line 354) | @javax.annotation.Nonnull method setDateStart (line 362) | public void setDateStart(OffsetDateTime dateStart) { method dateWorkStart (line 367) | public ProjectActiveTasksTasks dateWorkStart(OffsetDateTime dateWorkSt... method getDateWorkStart (line 377) | @javax.annotation.Nonnull method setDateWorkStart (line 385) | public void setDateWorkStart(OffsetDateTime dateWorkStart) { method dateDone (line 390) | public ProjectActiveTasksTasks dateDone(OffsetDateTime dateDone) { method getDateDone (line 400) | @javax.annotation.Nonnull method setDateDone (line 408) | public void setDateDone(OffsetDateTime dateDone) { method totalTime (line 413) | public ProjectActiveTasksTasks totalTime(String totalTime) { method getTotalTime (line 423) | @javax.annotation.Nonnull method setTotalTime (line 431) | public void setTotalTime(String totalTime) { method workTime (line 436) | public ProjectActiveTasksTasks workTime(String workTime) { method getWorkTime (line 446) | @javax.annotation.Nonnull method setWorkTime (line 454) | public void setWorkTime(String workTime) { method equals (line 460) | @Override method equalsNullable (line 484) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 488) | @Override method hashCodeNullable (line 493) | private static int hashCodeNullable(JsonNullable a) { method toString (line 500) | @Override method toIndentedString (line 525) | private String toIndentedString(Object o) { method validateJsonObject (line 569) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 621) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 622) | @SuppressWarnings("unchecked") method fromJson (line 657) | public static ProjectActiveTasksTasks fromJson(String jsonString) thro... method toJson (line 666) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectAnnotationsAssigneesResponse.java class ProjectAnnotationsAssigneesResponse (line 53) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectAnnotationsAssigneesResponse (line 71) | public ProjectAnnotationsAssigneesResponse() { method assigneeId (line 74) | public ProjectAnnotationsAssigneesResponse assigneeId(Integer assignee... method getAssigneeId (line 84) | @javax.annotation.Nonnull method setAssigneeId (line 92) | public void setAssigneeId(Integer assigneeId) { method assigneeName (line 97) | public ProjectAnnotationsAssigneesResponse assigneeName(String assigne... method getAssigneeName (line 107) | @javax.annotation.Nonnull method setAssigneeName (line 115) | public void setAssigneeName(String assigneeName) { method annotationsCount (line 120) | public ProjectAnnotationsAssigneesResponse annotationsCount(Integer an... method getAnnotationsCount (line 130) | @javax.annotation.Nonnull method setAnnotationsCount (line 138) | public void setAnnotationsCount(Integer annotationsCount) { method annotationUids (line 143) | public ProjectAnnotationsAssigneesResponse annotationUids(List a... method addAnnotationUidsItem (line 149) | public ProjectAnnotationsAssigneesResponse addAnnotationUidsItem(UUID ... method getAnnotationUids (line 158) | @javax.annotation.Nonnull method setAnnotationUids (line 166) | public void setAnnotationUids(List annotationUids) { method equals (line 172) | @Override method hashCode (line 187) | @Override method toString (line 192) | @Override method toIndentedString (line 208) | private String toIndentedString(Object o) { method validateJsonObject (line 241) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 273) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 274) | @SuppressWarnings("unchecked") method fromJson (line 309) | public static ProjectAnnotationsAssigneesResponse fromJson(String json... method toJson (line 318) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectAppVar.java class ProjectAppVar (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectAppVar (line 80) | public ProjectAppVar() { method category (line 83) | public ProjectAppVar category(String category) { method getCategory (line 93) | @javax.annotation.Nonnull method setCategory (line 101) | public void setCategory(String category) { method name (line 106) | public ProjectAppVar name(String name) { method getName (line 116) | @javax.annotation.Nonnull method setName (line 124) | public void setName(String name) { method description (line 129) | public ProjectAppVar description(String description) { method getDescription (line 139) | @javax.annotation.Nonnull method setDescription (line 147) | public void setDescription(String description) { method value (line 152) | public ProjectAppVar value(Object value) { method getValue (line 162) | @javax.annotation.Nonnull method setValue (line 170) | public void setValue(Object value) { method accessType (line 175) | public ProjectAppVar accessType(String accessType) { method getAccessType (line 185) | @javax.annotation.Nonnull method setAccessType (line 193) | public void setAccessType(String accessType) { method useSystem (line 198) | public ProjectAppVar useSystem(Boolean useSystem) { method getUseSystem (line 208) | @javax.annotation.Nonnull method setUseSystem (line 216) | public void setUseSystem(Boolean useSystem) { method systemValue (line 221) | public ProjectAppVar systemValue(Object systemValue) { method getSystemValue (line 231) | @javax.annotation.Nonnull method setSystemValue (line 239) | public void setSystemValue(Object systemValue) { method equals (line 245) | @Override method hashCode (line 263) | @Override method toString (line 268) | @Override method toIndentedString (line 287) | private String toIndentedString(Object o) { method validateJsonObject (line 326) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 363) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 364) | @SuppressWarnings("unchecked") method fromJson (line 399) | public static ProjectAppVar fromJson(String jsonString) throws IOExcep... method toJson (line 408) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectClustering.java class ProjectClustering (line 55) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectClustering (line 89) | public ProjectClustering() { method ProjectClustering (line 93) | public ProjectClustering( method getPk (line 112) | @javax.annotation.Nullable method getDocumentClusters (line 126) | @javax.annotation.Nullable method metadata (line 136) | public ProjectClustering metadata(Object metadata) { method getMetadata (line 146) | @javax.annotation.Nullable method setMetadata (line 154) | public void setMetadata(Object metadata) { method getCreatedDate (line 163) | @javax.annotation.Nullable method getStatus (line 177) | @javax.annotation.Nullable method reason (line 187) | public ProjectClustering reason(String reason) { method getReason (line 197) | @javax.annotation.Nullable method setReason (line 205) | public void setReason(String reason) { method projectClustersDocumentsCount (line 210) | public ProjectClustering projectClustersDocumentsCount(Integer project... method getProjectClustersDocumentsCount (line 220) | @javax.annotation.Nonnull method setProjectClustersDocumentsCount (line 228) | public void setProjectClustersDocumentsCount(Integer projectClustersDo... method getProjectClustersActionsCount (line 237) | @javax.annotation.Nullable method equals (line 248) | @Override method equalsNullable (line 267) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 271) | @Override method hashCodeNullable (line 276) | private static int hashCodeNullable(JsonNullable a) { method toString (line 283) | @Override method toIndentedString (line 303) | private String toIndentedString(Object o) { method validateJsonObject (line 337) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 380) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 381) | @SuppressWarnings("unchecked") method fromJson (line 416) | public static ProjectClustering fromJson(String jsonString) throws IOE... method toJson (line 425) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectClusteringDocumentClusters.java class ProjectClusteringDocumentClusters (line 30) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectClusteringDocumentClusters (line 48) | public ProjectClusteringDocumentClusters() { method ProjectClusteringDocumentClusters (line 52) | public ProjectClusteringDocumentClusters( method getPk (line 65) | @javax.annotation.Nullable method clusterId (line 75) | public ProjectClusteringDocumentClusters clusterId(Integer clusterId) { method getClusterId (line 87) | @javax.annotation.Nullable method setClusterId (line 95) | public void setClusterId(Integer clusterId) { method name (line 100) | public ProjectClusteringDocumentClusters name(String name) { method getName (line 110) | @javax.annotation.Nonnull method setName (line 118) | public void setName(String name) { method getDocumentsCount (line 127) | @javax.annotation.Nullable method equals (line 137) | @Override method hashCode (line 152) | @Override method toString (line 157) | @Override method toIndentedString (line 173) | private String toIndentedString(Object o) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectClusteringDocumentClustersInner.java class ProjectClusteringDocumentClustersInner (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectClusteringDocumentClustersInner (line 68) | public ProjectClusteringDocumentClustersInner() { method ProjectClusteringDocumentClustersInner (line 72) | public ProjectClusteringDocumentClustersInner( method getPk (line 85) | @javax.annotation.Nullable method clusterId (line 95) | public ProjectClusteringDocumentClustersInner clusterId(Integer cluste... method getClusterId (line 107) | @javax.annotation.Nullable method setClusterId (line 115) | public void setClusterId(Integer clusterId) { method name (line 120) | public ProjectClusteringDocumentClustersInner name(String name) { method getName (line 130) | @javax.annotation.Nonnull method setName (line 138) | public void setName(String name) { method getDocumentsCount (line 147) | @javax.annotation.Nullable method equals (line 158) | @Override method hashCode (line 173) | @Override method toString (line 178) | @Override method toIndentedString (line 194) | private String toIndentedString(Object o) { method validateJsonObject (line 224) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 252) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 253) | @SuppressWarnings("unchecked") method fromJson (line 288) | public static ProjectClusteringDocumentClustersInner fromJson(String j... method toJson (line 297) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectClusteringStatusResponse.java class ProjectClusteringStatusResponse (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectClusteringStatusResponse (line 70) | public ProjectClusteringStatusResponse() { method documentClusters (line 73) | public ProjectClusteringStatusResponse documentClusters(List d... method addDocumentClustersItem (line 79) | public ProjectClusteringStatusResponse addDocumentClustersItem(Object ... method getDocumentClusters (line 88) | @javax.annotation.Nonnull method setDocumentClusters (line 96) | public void setDocumentClusters(List documentClusters) { method projectClustersDocumentsCount (line 101) | public ProjectClusteringStatusResponse projectClustersDocumentsCount(I... method getProjectClustersDocumentsCount (line 111) | @javax.annotation.Nonnull method setProjectClustersDocumentsCount (line 119) | public void setProjectClustersDocumentsCount(Integer projectClustersDo... method projectClustersActionsCount (line 124) | public ProjectClusteringStatusResponse projectClustersActionsCount(Int... method getProjectClustersActionsCount (line 134) | @javax.annotation.Nonnull method setProjectClustersActionsCount (line 142) | public void setProjectClustersActionsCount(Integer projectClustersActi... method status (line 147) | public ProjectClusteringStatusResponse status(String status) { method getStatus (line 157) | @javax.annotation.Nullable method setStatus (line 165) | public void setStatus(String status) { method equals (line 171) | @Override method hashCode (line 186) | @Override method toString (line 191) | @Override method toIndentedString (line 207) | private String toIndentedString(Object o) { method validateJsonObject (line 240) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 272) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 273) | @SuppressWarnings("unchecked") method fromJson (line 308) | public static ProjectClusteringStatusResponse fromJson(String jsonStri... method toJson (line 317) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectCreate.java class ProjectCreate (line 53) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectCreate (line 83) | public ProjectCreate() { method ProjectCreate (line 87) | public ProjectCreate( method getPk (line 98) | @javax.annotation.Nullable method name (line 108) | public ProjectCreate name(String name) { method getName (line 118) | @javax.annotation.Nonnull method setName (line 126) | public void setName(String name) { method description (line 131) | public ProjectCreate description(String description) { method getDescription (line 141) | @javax.annotation.Nullable method setDescription (line 149) | public void setDescription(String description) { method type (line 154) | public ProjectCreate type(String type) { method getType (line 164) | @javax.annotation.Nullable method setType (line 172) | public void setType(String type) { method sendEmailNotification (line 177) | public ProjectCreate sendEmailNotification(Boolean sendEmailNotificati... method getSendEmailNotification (line 187) | @javax.annotation.Nullable method setSendEmailNotification (line 195) | public void setSendEmailNotification(Boolean sendEmailNotification) { method termTags (line 200) | public ProjectCreate termTags(List termTags) { method addTermTagsItem (line 206) | public ProjectCreate addTermTagsItem(Integer termTagsItem) { method getTermTags (line 218) | @javax.annotation.Nullable method setTermTags (line 226) | public void setTermTags(List termTags) { method companytypeTags (line 231) | public ProjectCreate companytypeTags(List companytypeTags) { method addCompanytypeTagsItem (line 237) | public ProjectCreate addCompanytypeTagsItem(Integer companytypeTagsIte... method getCompanytypeTags (line 249) | @javax.annotation.Nullable method setCompanytypeTags (line 257) | public void setCompanytypeTags(List companytypeTags) { method equals (line 263) | @Override method equalsNullable (line 281) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 285) | @Override method hashCodeNullable (line 290) | private static int hashCodeNullable(JsonNullable a) { method toString (line 297) | @Override method toIndentedString (line 316) | private String toIndentedString(Object o) { method validateJsonObject (line 349) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 391) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 392) | @SuppressWarnings("unchecked") method fromJson (line 427) | public static ProjectCreate fromJson(String jsonString) throws IOExcep... method toJson (line 436) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectDetail.java class ProjectDetail (line 57) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectDetail (line 187) | public ProjectDetail() { method ProjectDetail (line 191) | public ProjectDetail( method getPk (line 224) | @javax.annotation.Nullable method name (line 234) | public ProjectDetail name(String name) { method getName (line 244) | @javax.annotation.Nonnull method setName (line 252) | public void setName(String name) { method description (line 257) | public ProjectDetail description(String description) { method getDescription (line 267) | @javax.annotation.Nullable method setDescription (line 275) | public void setDescription(String description) { method createdDate (line 280) | public ProjectDetail createdDate(OffsetDateTime createdDate) { method getCreatedDate (line 290) | @javax.annotation.Nullable method setCreatedDate (line 298) | public void setCreatedDate(OffsetDateTime createdDate) { method createdByName (line 303) | public ProjectDetail createdByName(String createdByName) { method getCreatedByName (line 313) | @javax.annotation.Nonnull method setCreatedByName (line 321) | public void setCreatedByName(String createdByName) { method modifiedDate (line 326) | public ProjectDetail modifiedDate(OffsetDateTime modifiedDate) { method getModifiedDate (line 336) | @javax.annotation.Nullable method setModifiedDate (line 344) | public void setModifiedDate(OffsetDateTime modifiedDate) { method modifiedByName (line 349) | public ProjectDetail modifiedByName(String modifiedByName) { method getModifiedByName (line 359) | @javax.annotation.Nonnull method setModifiedByName (line 367) | public void setModifiedByName(String modifiedByName) { method sendEmailNotification (line 372) | public ProjectDetail sendEmailNotification(Boolean sendEmailNotificati... method getSendEmailNotification (line 382) | @javax.annotation.Nullable method setSendEmailNotification (line 390) | public void setSendEmailNotification(Boolean sendEmailNotification) { method hideClauseReview (line 395) | public ProjectDetail hideClauseReview(Boolean hideClauseReview) { method getHideClauseReview (line 405) | @javax.annotation.Nullable method setHideClauseReview (line 413) | public void setHideClauseReview(Boolean hideClauseReview) { method status (line 418) | public ProjectDetail status(Integer status) { method getStatus (line 428) | @javax.annotation.Nullable method setStatus (line 436) | public void setStatus(Integer status) { method statusData (line 441) | public ProjectDetail statusData(ProjectListStatusData statusData) { method getStatusData (line 451) | @javax.annotation.Nullable method setStatusData (line 459) | public void setStatusData(ProjectListStatusData statusData) { method owners (line 464) | public ProjectDetail owners(List owners) { method addOwnersItem (line 470) | public ProjectDetail addOwnersItem(Integer ownersItem) { method getOwners (line 482) | @javax.annotation.Nullable method setOwners (line 490) | public void setOwners(List owners) { method getOwnersData (line 499) | @javax.annotation.Nullable method reviewers (line 509) | public ProjectDetail reviewers(List reviewers) { method addReviewersItem (line 515) | public ProjectDetail addReviewersItem(Integer reviewersItem) { method getReviewers (line 527) | @javax.annotation.Nullable method setReviewers (line 535) | public void setReviewers(List reviewers) { method getReviewersData (line 544) | @javax.annotation.Nullable method superReviewers (line 554) | public ProjectDetail superReviewers(List superReviewers) { method addSuperReviewersItem (line 560) | public ProjectDetail addSuperReviewersItem(Integer superReviewersItem) { method getSuperReviewers (line 572) | @javax.annotation.Nullable method setSuperReviewers (line 580) | public void setSuperReviewers(List superReviewers) { method getSuperReviewersData (line 589) | @javax.annotation.Nullable method juniorReviewers (line 599) | public ProjectDetail juniorReviewers(List juniorReviewers) { method addJuniorReviewersItem (line 605) | public ProjectDetail addJuniorReviewersItem(Integer juniorReviewersIte... method getJuniorReviewers (line 617) | @javax.annotation.Nullable method setJuniorReviewers (line 625) | public void setJuniorReviewers(List juniorReviewers) { method getJuniorReviewersData (line 634) | @javax.annotation.Nullable method type (line 644) | public ProjectDetail type(String type) { method getType (line 654) | @javax.annotation.Nullable method setType (line 662) | public void setType(String type) { method typeData (line 667) | public ProjectDetail typeData(ProjectListTypeData typeData) { method getTypeData (line 677) | @javax.annotation.Nonnull method setTypeData (line 685) | public void setTypeData(ProjectListTypeData typeData) { method getProgress (line 694) | @javax.annotation.Nullable method getUserPermissions (line 708) | @javax.annotation.Nullable method termTags (line 718) | public ProjectDetail termTags(List termTags) { method addTermTagsItem (line 724) | public ProjectDetail addTermTagsItem(Integer termTagsItem) { method getTermTags (line 736) | @javax.annotation.Nullable method setTermTags (line 744) | public void setTermTags(List termTags) { method documentTransformer (line 749) | public ProjectDetail documentTransformer(Integer documentTransformer) { method getDocumentTransformer (line 759) | @javax.annotation.Nullable method setDocumentTransformer (line 767) | public void setDocumentTransformer(Integer documentTransformer) { method textUnitTransformer (line 772) | public ProjectDetail textUnitTransformer(Integer textUnitTransformer) { method getTextUnitTransformer (line 782) | @javax.annotation.Nullable method setTextUnitTransformer (line 790) | public void setTextUnitTransformer(Integer textUnitTransformer) { method companytypeTags (line 795) | public ProjectDetail companytypeTags(List companytypeTags) { method addCompanytypeTagsItem (line 801) | public ProjectDetail addCompanytypeTagsItem(Integer companytypeTagsIte... method getCompanytypeTags (line 813) | @javax.annotation.Nullable method setCompanytypeTags (line 821) | public void setCompanytypeTags(List companytypeTags) { method getAppVars (line 830) | @javax.annotation.Nullable method getDocumentSimilarityRunParams (line 844) | @javax.annotation.Nullable method getTextUnitSimilarityRunParams (line 858) | @javax.annotation.Nullable method getDocumentSimilarityProcessAllowed (line 872) | @javax.annotation.Nullable method getTextUnitSimilarityProcessAllowed (line 886) | @javax.annotation.Nullable method equals (line 897) | @Override method equalsNullable (line 940) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 944) | @Override method hashCodeNullable (line 949) | private static int hashCodeNullable(JsonNullable a) { method toString (line 956) | @Override method toIndentedString (line 1000) | private String toIndentedString(Object o) { method validateJsonObject (line 1061) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 1202) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 1203) | @SuppressWarnings("unchecked") method fromJson (line 1238) | public static ProjectDetail fromJson(String jsonString) throws IOExcep... method toJson (line 1247) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectDetailOwnersData.java class ProjectDetailOwnersData (line 34) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectDetailOwnersData (line 96) | public ProjectDetailOwnersData() { method ProjectDetailOwnersData (line 100) | public ProjectDetailOwnersData( method getId (line 117) | @javax.annotation.Nullable method getUid (line 131) | @javax.annotation.Nullable method username (line 141) | public ProjectDetailOwnersData username(String username) { method getUsername (line 151) | @javax.annotation.Nonnull method setUsername (line 159) | public void setUsername(String username) { method lastName (line 164) | public ProjectDetailOwnersData lastName(String lastName) { method getLastName (line 174) | @javax.annotation.Nullable method setLastName (line 182) | public void setLastName(String lastName) { method firstName (line 187) | public ProjectDetailOwnersData firstName(String firstName) { method getFirstName (line 197) | @javax.annotation.Nullable method setFirstName (line 205) | public void setFirstName(String firstName) { method email (line 210) | public ProjectDetailOwnersData email(String email) { method getEmail (line 220) | @javax.annotation.Nonnull method setEmail (line 228) | public void setEmail(String email) { method isSuperuser (line 233) | public ProjectDetailOwnersData isSuperuser(Boolean isSuperuser) { method getIsSuperuser (line 243) | @javax.annotation.Nullable method setIsSuperuser (line 251) | public void setIsSuperuser(Boolean isSuperuser) { method isStaff (line 256) | public ProjectDetailOwnersData isStaff(Boolean isStaff) { method getIsStaff (line 266) | @javax.annotation.Nullable method setIsStaff (line 274) | public void setIsStaff(Boolean isStaff) { method isActive (line 279) | public ProjectDetailOwnersData isActive(Boolean isActive) { method getIsActive (line 289) | @javax.annotation.Nullable method setIsActive (line 297) | public void setIsActive(Boolean isActive) { method name (line 302) | public ProjectDetailOwnersData name(String name) { method getName (line 312) | @javax.annotation.Nullable method setName (line 320) | public void setName(String name) { method initials (line 325) | public ProjectDetailOwnersData initials(String initials) { method getInitials (line 335) | @javax.annotation.Nullable method setInitials (line 343) | public void setInitials(String initials) { method organization (line 348) | public ProjectDetailOwnersData organization(String organization) { method getOrganization (line 358) | @javax.annotation.Nullable method setOrganization (line 366) | public void setOrganization(String organization) { method getPhoto (line 375) | @javax.annotation.Nullable method getPermissions (line 389) | @javax.annotation.Nullable method groups (line 399) | public ProjectDetailOwnersData groups(List groups) { method addGroupsItem (line 405) | public ProjectDetailOwnersData addGroupsItem(Integer groupsItem) { method getGroups (line 417) | @javax.annotation.Nullable method setGroups (line 425) | public void setGroups(List groups) { method equals (line 430) | @Override method equalsNullable (line 456) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 460) | @Override method hashCodeNullable (line 465) | private static int hashCodeNullable(JsonNullable a) { method toString (line 472) | @Override method toIndentedString (line 499) | private String toIndentedString(Object o) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectDetailOwnersDataInner.java class ProjectDetailOwnersDataInner (line 54) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectDetailOwnersDataInner (line 116) | public ProjectDetailOwnersDataInner() { method ProjectDetailOwnersDataInner (line 120) | public ProjectDetailOwnersDataInner( method getId (line 137) | @javax.annotation.Nullable method getUid (line 151) | @javax.annotation.Nullable method username (line 161) | public ProjectDetailOwnersDataInner username(String username) { method getUsername (line 171) | @javax.annotation.Nonnull method setUsername (line 179) | public void setUsername(String username) { method lastName (line 184) | public ProjectDetailOwnersDataInner lastName(String lastName) { method getLastName (line 194) | @javax.annotation.Nullable method setLastName (line 202) | public void setLastName(String lastName) { method firstName (line 207) | public ProjectDetailOwnersDataInner firstName(String firstName) { method getFirstName (line 217) | @javax.annotation.Nullable method setFirstName (line 225) | public void setFirstName(String firstName) { method email (line 230) | public ProjectDetailOwnersDataInner email(String email) { method getEmail (line 240) | @javax.annotation.Nonnull method setEmail (line 248) | public void setEmail(String email) { method isSuperuser (line 253) | public ProjectDetailOwnersDataInner isSuperuser(Boolean isSuperuser) { method getIsSuperuser (line 263) | @javax.annotation.Nullable method setIsSuperuser (line 271) | public void setIsSuperuser(Boolean isSuperuser) { method isStaff (line 276) | public ProjectDetailOwnersDataInner isStaff(Boolean isStaff) { method getIsStaff (line 286) | @javax.annotation.Nullable method setIsStaff (line 294) | public void setIsStaff(Boolean isStaff) { method isActive (line 299) | public ProjectDetailOwnersDataInner isActive(Boolean isActive) { method getIsActive (line 309) | @javax.annotation.Nullable method setIsActive (line 317) | public void setIsActive(Boolean isActive) { method name (line 322) | public ProjectDetailOwnersDataInner name(String name) { method getName (line 332) | @javax.annotation.Nullable method setName (line 340) | public void setName(String name) { method initials (line 345) | public ProjectDetailOwnersDataInner initials(String initials) { method getInitials (line 355) | @javax.annotation.Nullable method setInitials (line 363) | public void setInitials(String initials) { method organization (line 368) | public ProjectDetailOwnersDataInner organization(String organization) { method getOrganization (line 378) | @javax.annotation.Nullable method setOrganization (line 386) | public void setOrganization(String organization) { method getPhoto (line 395) | @javax.annotation.Nullable method getPermissions (line 409) | @javax.annotation.Nullable method groups (line 419) | public ProjectDetailOwnersDataInner groups(List groups) { method addGroupsItem (line 425) | public ProjectDetailOwnersDataInner addGroupsItem(Integer groupsItem) { method getGroups (line 437) | @javax.annotation.Nullable method setGroups (line 445) | public void setGroups(List groups) { method equals (line 451) | @Override method equalsNullable (line 477) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 481) | @Override method hashCodeNullable (line 486) | private static int hashCodeNullable(JsonNullable a) { method toString (line 493) | @Override method toIndentedString (line 520) | private String toIndentedString(Object o) { method validateJsonObject (line 562) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 618) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 619) | @SuppressWarnings("unchecked") method fromJson (line 654) | public static ProjectDetailOwnersDataInner fromJson(String jsonString)... method toJson (line 663) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectDocumentSimilarity.java class ProjectDocumentSimilarity (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectDocumentSimilarity (line 81) | public ProjectDocumentSimilarity() { method ProjectDocumentSimilarity (line 85) | public ProjectDocumentSimilarity( method documentAName (line 96) | public ProjectDocumentSimilarity documentAName(String documentAName) { method getDocumentAName (line 106) | @javax.annotation.Nonnull method setDocumentAName (line 114) | public void setDocumentAName(String documentAName) { method getDocumentAId (line 123) | @javax.annotation.Nullable method documentBName (line 133) | public ProjectDocumentSimilarity documentBName(String documentBName) { method getDocumentBName (line 143) | @javax.annotation.Nonnull method setDocumentBName (line 151) | public void setDocumentBName(String documentBName) { method getDocumentBId (line 160) | @javax.annotation.Nullable method documentBText (line 170) | public ProjectDocumentSimilarity documentBText(String documentBText) { method getDocumentBText (line 180) | @javax.annotation.Nonnull method setDocumentBText (line 188) | public void setDocumentBText(String documentBText) { method similarity (line 193) | public ProjectDocumentSimilarity similarity(BigDecimal similarity) { method getSimilarity (line 203) | @javax.annotation.Nonnull method setSimilarity (line 211) | public void setSimilarity(BigDecimal similarity) { method getRunId (line 220) | @javax.annotation.Nullable method equals (line 231) | @Override method hashCode (line 249) | @Override method toString (line 254) | @Override method toIndentedString (line 273) | private String toIndentedString(Object o) { method validateJsonObject (line 309) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 355) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 356) | @SuppressWarnings("unchecked") method fromJson (line 391) | public static ProjectDocumentSimilarity fromJson(String jsonString) th... method toJson (line 400) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectDocumentSimilarityResponse.java class ProjectDocumentSimilarityResponse (line 54) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectDocumentSimilarityResponse (line 72) | public ProjectDocumentSimilarityResponse() { method data (line 75) | public ProjectDocumentSimilarityResponse data(List d... method documentAId (line 103) | public ProjectDocumentSimilarityResponse documentAId(Integer documentA... method getDocumentAId (line 113) | @javax.annotation.Nullable method setDocumentAId (line 121) | public void setDocumentAId(Integer documentAId) { method documentAName (line 126) | public ProjectDocumentSimilarityResponse documentAName(String document... method getDocumentAName (line 136) | @javax.annotation.Nullable method setDocumentAName (line 144) | public void setDocumentAName(String documentAName) { method totalRecords (line 149) | public ProjectDocumentSimilarityResponse totalRecords(Integer totalRec... method getTotalRecords (line 159) | @javax.annotation.Nullable method setTotalRecords (line 167) | public void setTotalRecords(Integer totalRecords) { method equals (line 173) | @Override method equalsNullable (line 188) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 192) | @Override method hashCodeNullable (line 197) | private static int hashCodeNullable(JsonNullable a) { method toString (line 204) | @Override method toIndentedString (line 220) | private String toIndentedString(Object o) { method validateJsonObject (line 250) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 290) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 291) | @SuppressWarnings("unchecked") method fromJson (line 326) | public static ProjectDocumentSimilarityResponse fromJson(String jsonSt... method toJson (line 335) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectDocumentSimilarityResponseData.java class ProjectDocumentSimilarityResponseData (line 31) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectDocumentSimilarityResponseData (line 61) | public ProjectDocumentSimilarityResponseData() { method ProjectDocumentSimilarityResponseData (line 65) | public ProjectDocumentSimilarityResponseData( method documentAName (line 76) | public ProjectDocumentSimilarityResponseData documentAName(String docu... method getDocumentAName (line 86) | @javax.annotation.Nonnull method setDocumentAName (line 94) | public void setDocumentAName(String documentAName) { method getDocumentAId (line 103) | @javax.annotation.Nullable method documentBName (line 113) | public ProjectDocumentSimilarityResponseData documentBName(String docu... method getDocumentBName (line 123) | @javax.annotation.Nonnull method setDocumentBName (line 131) | public void setDocumentBName(String documentBName) { method getDocumentBId (line 140) | @javax.annotation.Nullable method documentBText (line 150) | public ProjectDocumentSimilarityResponseData documentBText(String docu... method getDocumentBText (line 160) | @javax.annotation.Nonnull method setDocumentBText (line 168) | public void setDocumentBText(String documentBText) { method similarity (line 173) | public ProjectDocumentSimilarityResponseData similarity(BigDecimal sim... method getSimilarity (line 183) | @javax.annotation.Nonnull method setSimilarity (line 191) | public void setSimilarity(BigDecimal similarity) { method getRunId (line 200) | @javax.annotation.Nullable method equals (line 210) | @Override method hashCode (line 228) | @Override method toString (line 233) | @Override method toIndentedString (line 252) | private String toIndentedString(Object o) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectDocumentSimilarityResponseDataInner.java class ProjectDocumentSimilarityResponseDataInner (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectDocumentSimilarityResponseDataInner (line 81) | public ProjectDocumentSimilarityResponseDataInner() { method ProjectDocumentSimilarityResponseDataInner (line 85) | public ProjectDocumentSimilarityResponseDataInner( method documentAName (line 96) | public ProjectDocumentSimilarityResponseDataInner documentAName(String... method getDocumentAName (line 106) | @javax.annotation.Nonnull method setDocumentAName (line 114) | public void setDocumentAName(String documentAName) { method getDocumentAId (line 123) | @javax.annotation.Nullable method documentBName (line 133) | public ProjectDocumentSimilarityResponseDataInner documentBName(String... method getDocumentBName (line 143) | @javax.annotation.Nonnull method setDocumentBName (line 151) | public void setDocumentBName(String documentBName) { method getDocumentBId (line 160) | @javax.annotation.Nullable method documentBText (line 170) | public ProjectDocumentSimilarityResponseDataInner documentBText(String... method getDocumentBText (line 180) | @javax.annotation.Nonnull method setDocumentBText (line 188) | public void setDocumentBText(String documentBText) { method similarity (line 193) | public ProjectDocumentSimilarityResponseDataInner similarity(BigDecima... method getSimilarity (line 203) | @javax.annotation.Nonnull method setSimilarity (line 211) | public void setSimilarity(BigDecimal similarity) { method getRunId (line 220) | @javax.annotation.Nullable method equals (line 231) | @Override method hashCode (line 249) | @Override method toString (line 254) | @Override method toIndentedString (line 273) | private String toIndentedString(Object o) { method validateJsonObject (line 309) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 355) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 356) | @SuppressWarnings("unchecked") method fromJson (line 391) | public static ProjectDocumentSimilarityResponseDataInner fromJson(Stri... method toJson (line 400) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectDocumentsAssigneesResponse.java class ProjectDocumentsAssigneesResponse (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectDocumentsAssigneesResponse (line 70) | public ProjectDocumentsAssigneesResponse() { method assigneeId (line 73) | public ProjectDocumentsAssigneesResponse assigneeId(Integer assigneeId) { method getAssigneeId (line 83) | @javax.annotation.Nonnull method setAssigneeId (line 91) | public void setAssigneeId(Integer assigneeId) { method assigneeName (line 96) | public ProjectDocumentsAssigneesResponse assigneeName(String assigneeN... method getAssigneeName (line 106) | @javax.annotation.Nonnull method setAssigneeName (line 114) | public void setAssigneeName(String assigneeName) { method documentsCount (line 119) | public ProjectDocumentsAssigneesResponse documentsCount(Integer docume... method getDocumentsCount (line 129) | @javax.annotation.Nonnull method setDocumentsCount (line 137) | public void setDocumentsCount(Integer documentsCount) { method documentIds (line 142) | public ProjectDocumentsAssigneesResponse documentIds(List doc... method addDocumentIdsItem (line 148) | public ProjectDocumentsAssigneesResponse addDocumentIdsItem(Integer do... method getDocumentIds (line 157) | @javax.annotation.Nonnull method setDocumentIds (line 165) | public void setDocumentIds(List documentIds) { method equals (line 171) | @Override method hashCode (line 186) | @Override method toString (line 191) | @Override method toIndentedString (line 207) | private String toIndentedString(Object o) { method validateJsonObject (line 240) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 272) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 273) | @SuppressWarnings("unchecked") method fromJson (line 308) | public static ProjectDocumentsAssigneesResponse fromJson(String jsonSt... method toJson (line 317) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectDocumentsSimilarityByVectorsForm.java class ProjectDocumentsSimilarityByVectorsForm (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... type DistanceTypeEnum (line 72) | @JsonAdapter(DistanceTypeEnum.Adapter.class) method DistanceTypeEnum (line 120) | DistanceTypeEnum(String value) { method getValue (line 124) | public String getValue() { method toString (line 128) | @Override method fromValue (line 133) | public static DistanceTypeEnum fromValue(String value) { class Adapter (line 142) | public static class Adapter extends TypeAdapter { method write (line 143) | @Override method read (line 148) | @Override method ProjectDocumentsSimilarityByVectorsForm (line 176) | public ProjectDocumentsSimilarityByVectorsForm() { method runName (line 179) | public ProjectDocumentsSimilarityByVectorsForm runName(String runName) { method getRunName (line 189) | @javax.annotation.Nonnull method setRunName (line 197) | public void setRunName(String runName) { method similarityThreshold (line 202) | public ProjectDocumentsSimilarityByVectorsForm similarityThreshold(Int... method getSimilarityThreshold (line 212) | @javax.annotation.Nullable method setSimilarityThreshold (line 220) | public void setSimilarityThreshold(Integer similarityThreshold) { method project (line 225) | public ProjectDocumentsSimilarityByVectorsForm project(Integer project) { method getProject (line 235) | @javax.annotation.Nonnull method setProject (line 243) | public void setProject(Integer project) { method featureSource (line 248) | public ProjectDocumentsSimilarityByVectorsForm featureSource(String fe... method getFeatureSource (line 258) | @javax.annotation.Nullable method setFeatureSource (line 266) | public void setFeatureSource(String featureSource) { method distanceType (line 271) | public ProjectDocumentsSimilarityByVectorsForm distanceType(DistanceTy... method getDistanceType (line 281) | @javax.annotation.Nullable method setDistanceType (line 289) | public void setDistanceType(DistanceTypeEnum distanceType) { method itemId (line 294) | public ProjectDocumentsSimilarityByVectorsForm itemId(Integer itemId) { method getItemId (line 304) | @javax.annotation.Nonnull method setItemId (line 312) | public void setItemId(Integer itemId) { method createReverseRelations (line 317) | public ProjectDocumentsSimilarityByVectorsForm createReverseRelations(... method getCreateReverseRelations (line 327) | @javax.annotation.Nonnull method setCreateReverseRelations (line 335) | public void setCreateReverseRelations(Boolean createReverseRelations) { method useTfidf (line 340) | public ProjectDocumentsSimilarityByVectorsForm useTfidf(Boolean useTfi... method getUseTfidf (line 350) | @javax.annotation.Nonnull method setUseTfidf (line 358) | public void setUseTfidf(Boolean useTfidf) { method delete (line 363) | public ProjectDocumentsSimilarityByVectorsForm delete(Boolean delete) { method getDelete (line 373) | @javax.annotation.Nonnull method setDelete (line 381) | public void setDelete(Boolean delete) { method equals (line 387) | @Override method equalsNullable (line 407) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 411) | @Override method hashCodeNullable (line 416) | private static int hashCodeNullable(JsonNullable a) { method toString (line 423) | @Override method toIndentedString (line 444) | private String toIndentedString(Object o) { method validateJsonObject (line 484) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 518) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 519) | @SuppressWarnings("unchecked") method fromJson (line 554) | public static ProjectDocumentsSimilarityByVectorsForm fromJson(String ... method toJson (line 563) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectList.java class ProjectList (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectList (line 82) | public ProjectList() { method ProjectList (line 86) | public ProjectList( method getPk (line 97) | @javax.annotation.Nullable method name (line 107) | public ProjectList name(String name) { method getName (line 117) | @javax.annotation.Nonnull method setName (line 125) | public void setName(String name) { method status (line 130) | public ProjectList status(Integer status) { method getStatus (line 140) | @javax.annotation.Nullable method setStatus (line 148) | public void setStatus(Integer status) { method statusData (line 153) | public ProjectList statusData(ProjectListStatusData statusData) { method getStatusData (line 163) | @javax.annotation.Nullable method setStatusData (line 171) | public void setStatusData(ProjectListStatusData statusData) { method type (line 176) | public ProjectList type(String type) { method getType (line 186) | @javax.annotation.Nullable method setType (line 194) | public void setType(String type) { method typeData (line 199) | public ProjectList typeData(ProjectListTypeData typeData) { method getTypeData (line 209) | @javax.annotation.Nonnull method setTypeData (line 217) | public void setTypeData(ProjectListTypeData typeData) { method countOfDocuments (line 222) | public ProjectList countOfDocuments(Integer countOfDocuments) { method getCountOfDocuments (line 232) | @javax.annotation.Nonnull method setCountOfDocuments (line 240) | public void setCountOfDocuments(Integer countOfDocuments) { method equals (line 246) | @Override method hashCode (line 264) | @Override method toString (line 269) | @Override method toIndentedString (line 288) | private String toIndentedString(Object o) { method validateJsonObject (line 323) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 362) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 363) | @SuppressWarnings("unchecked") method fromJson (line 398) | public static ProjectList fromJson(String jsonString) throws IOExcepti... method toJson (line 407) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectListStatusData.java class ProjectListStatusData (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectListStatusData (line 77) | public ProjectListStatusData() { method ProjectListStatusData (line 81) | public ProjectListStatusData( method getId (line 92) | @javax.annotation.Nullable method name (line 102) | public ProjectListStatusData name(String name) { method getName (line 112) | @javax.annotation.Nonnull method setName (line 120) | public void setName(String name) { method code (line 125) | public ProjectListStatusData code(String code) { method getCode (line 135) | @javax.annotation.Nullable method setCode (line 143) | public void setCode(String code) { method order (line 148) | public ProjectListStatusData order(Integer order) { method getOrder (line 160) | @javax.annotation.Nonnull method setOrder (line 168) | public void setOrder(Integer order) { method isActive (line 173) | public ProjectListStatusData isActive(Boolean isActive) { method getIsActive (line 183) | @javax.annotation.Nullable method setIsActive (line 191) | public void setIsActive(Boolean isActive) { method group (line 196) | public ProjectListStatusData group(Integer group) { method getGroup (line 206) | @javax.annotation.Nullable method setGroup (line 214) | public void setGroup(Integer group) { method equals (line 220) | @Override method equalsNullable (line 237) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 241) | @Override method hashCodeNullable (line 246) | private static int hashCodeNullable(JsonNullable a) { method toString (line 253) | @Override method toIndentedString (line 271) | private String toIndentedString(Object o) { method validateJsonObject (line 304) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 335) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 336) | @SuppressWarnings("unchecked") method fromJson (line 371) | public static ProjectListStatusData fromJson(String jsonString) throws... method toJson (line 380) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectListTypeData.java class ProjectListTypeData (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectListTypeData (line 65) | public ProjectListTypeData() { method ProjectListTypeData (line 69) | public ProjectListTypeData( method getUid (line 80) | @javax.annotation.Nullable method code (line 90) | public ProjectListTypeData code(String code) { method getCode (line 100) | @javax.annotation.Nonnull method setCode (line 108) | public void setCode(String code) { method title (line 113) | public ProjectListTypeData title(String title) { method getTitle (line 123) | @javax.annotation.Nonnull method setTitle (line 131) | public void setTitle(String title) { method equals (line 137) | @Override method hashCode (line 151) | @Override method toString (line 156) | @Override method toIndentedString (line 171) | private String toIndentedString(Object o) { method validateJsonObject (line 201) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 235) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 236) | @SuppressWarnings("unchecked") method fromJson (line 271) | public static ProjectListTypeData fromJson(String jsonString) throws I... method toJson (line 280) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectProgressResponse.java class ProjectProgressResponse (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectProgressResponse (line 72) | public ProjectProgressResponse() { method projectHasCompletedSessions (line 75) | public ProjectProgressResponse projectHasCompletedSessions(Boolean pro... method getProjectHasCompletedSessions (line 85) | @javax.annotation.Nonnull method setProjectHasCompletedSessions (line 93) | public void setProjectHasCompletedSessions(Boolean projectHasCompleted... method userUncompletedSessionProgress (line 98) | public ProjectProgressResponse userUncompletedSessionProgress(Object u... method getUserUncompletedSessionProgress (line 108) | @javax.annotation.Nullable method setUserUncompletedSessionProgress (line 116) | public void setUserUncompletedSessionProgress(Object userUncompletedSe... method otherUncompletedSessionProgress (line 121) | public ProjectProgressResponse otherUncompletedSessionProgress(Object ... method getOtherUncompletedSessionProgress (line 131) | @javax.annotation.Nullable method setOtherUncompletedSessionProgress (line 139) | public void setOtherUncompletedSessionProgress(Object otherUncompleted... method clustering (line 144) | public ProjectProgressResponse clustering(String clustering) { method getClustering (line 154) | @javax.annotation.Nullable method setClustering (line 162) | public void setClustering(String clustering) { method requireClustering (line 167) | public ProjectProgressResponse requireClustering(Boolean requireCluste... method getRequireClustering (line 177) | @javax.annotation.Nullable method setRequireClustering (line 185) | public void setRequireClustering(Boolean requireClustering) { method equals (line 191) | @Override method hashCode (line 207) | @Override method toString (line 212) | @Override method toIndentedString (line 229) | private String toIndentedString(Object o) { method validateJsonObject (line 262) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 290) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 291) | @SuppressWarnings("unchecked") method fromJson (line 326) | public static ProjectProgressResponse fromJson(String jsonString) thro... method toJson (line 335) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectProjectsIdAssignAnnotationsPOST404Response.java class ProjectProjectsIdAssignAnnotationsPOST404Response (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectProjectsIdAssignAnnotationsPOST404Response (line 56) | public ProjectProjectsIdAssignAnnotationsPOST404Response() { method details (line 59) | public ProjectProjectsIdAssignAnnotationsPOST404Response details(Strin... method getDetails (line 69) | @javax.annotation.Nonnull method setDetails (line 77) | public void setDetails(String details) { method equals (line 83) | @Override method hashCode (line 95) | @Override method toString (line 100) | @Override method toIndentedString (line 113) | private String toIndentedString(Object o) { method validateJsonObject (line 140) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 168) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 169) | @SuppressWarnings("unchecked") method fromJson (line 204) | public static ProjectProjectsIdAssignAnnotationsPOST404Response fromJs... method toJson (line 213) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectProjectsIdSetAnnotationStatusPOST200Response.java class ProjectProjectsIdSetAnnotationStatusPOST200Response (line 64) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... class CustomTypeAdapterFactory (line 68) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 69) | @SuppressWarnings("unchecked") method ProjectProjectsIdSetAnnotationStatusPOST200Response (line 154) | public ProjectProjectsIdSetAnnotationStatusPOST200Response() { method ProjectProjectsIdSetAnnotationStatusPOST200Response (line 158) | public ProjectProjectsIdSetAnnotationStatusPOST200Response(CountSucces... method ProjectProjectsIdSetAnnotationStatusPOST200Response (line 163) | public ProjectProjectsIdSetAnnotationStatusPOST200Response(SetProjectA... method getSchemas (line 175) | @Override method setActualInstance (line 188) | @Override method getActualInstance (line 209) | @Override method getCountSuccessResponse (line 221) | public CountSuccessResponse getCountSuccessResponse() throws ClassCast... method getSetProjectAnnotationsStatusAsyncResponse (line 232) | public SetProjectAnnotationsStatusAsyncResponse getSetProjectAnnotatio... method validateJsonObject (line 243) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... method fromJson (line 275) | public static ProjectProjectsIdSetAnnotationStatusPOST200Response from... method toJson (line 284) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectSearchSimilarDocumentsRequest.java class ProjectSearchSimilarDocumentsRequest (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... type DistanceTypeEnum (line 59) | @JsonAdapter(DistanceTypeEnum.Adapter.class) method DistanceTypeEnum (line 107) | DistanceTypeEnum(String value) { method getValue (line 111) | public String getValue() { method toString (line 115) | @Override method fromValue (line 120) | public static DistanceTypeEnum fromValue(String value) { class Adapter (line 129) | public static class Adapter extends TypeAdapter { method write (line 130) | @Override method read (line 135) | @Override method ProjectSearchSimilarDocumentsRequest (line 167) | public ProjectSearchSimilarDocumentsRequest() { method runName (line 170) | public ProjectSearchSimilarDocumentsRequest runName(String runName) { method getRunName (line 180) | @javax.annotation.Nullable method setRunName (line 188) | public void setRunName(String runName) { method distanceType (line 193) | public ProjectSearchSimilarDocumentsRequest distanceType(DistanceTypeE... method getDistanceType (line 203) | @javax.annotation.Nullable method setDistanceType (line 211) | public void setDistanceType(DistanceTypeEnum distanceType) { method similarityThreshold (line 216) | public ProjectSearchSimilarDocumentsRequest similarityThreshold(Intege... method getSimilarityThreshold (line 226) | @javax.annotation.Nullable method setSimilarityThreshold (line 234) | public void setSimilarityThreshold(Integer similarityThreshold) { method createReverseRelations (line 239) | public ProjectSearchSimilarDocumentsRequest createReverseRelations(Boo... method getCreateReverseRelations (line 249) | @javax.annotation.Nullable method setCreateReverseRelations (line 257) | public void setCreateReverseRelations(Boolean createReverseRelations) { method useTfidf (line 262) | public ProjectSearchSimilarDocumentsRequest useTfidf(Boolean useTfidf) { method getUseTfidf (line 272) | @javax.annotation.Nullable method setUseTfidf (line 280) | public void setUseTfidf(Boolean useTfidf) { method delete (line 285) | public ProjectSearchSimilarDocumentsRequest delete(Boolean delete) { method getDelete (line 295) | @javax.annotation.Nullable method setDelete (line 303) | public void setDelete(Boolean delete) { method itemId (line 308) | public ProjectSearchSimilarDocumentsRequest itemId(Integer itemId) { method getItemId (line 318) | @javax.annotation.Nullable method setItemId (line 326) | public void setItemId(Integer itemId) { method equals (line 332) | @Override method hashCode (line 350) | @Override method toString (line 355) | @Override method toIndentedString (line 374) | private String toIndentedString(Object o) { method validateJsonObject (line 406) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 430) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 431) | @SuppressWarnings("unchecked") method fromJson (line 466) | public static ProjectSearchSimilarDocumentsRequest fromJson(String jso... method toJson (line 475) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectSearchSimilarTextUnitsRequest.java class ProjectSearchSimilarTextUnitsRequest (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... type DistanceTypeEnum (line 59) | @JsonAdapter(DistanceTypeEnum.Adapter.class) method DistanceTypeEnum (line 107) | DistanceTypeEnum(String value) { method getValue (line 111) | public String getValue() { method toString (line 115) | @Override method fromValue (line 120) | public static DistanceTypeEnum fromValue(String value) { class Adapter (line 129) | public static class Adapter extends TypeAdapter { method write (line 130) | @Override method read (line 135) | @Override type UnitTypeEnum (line 170) | @JsonAdapter(UnitTypeEnum.Adapter.class) method UnitTypeEnum (line 178) | UnitTypeEnum(String value) { method getValue (line 182) | public String getValue() { method toString (line 186) | @Override method fromValue (line 191) | public static UnitTypeEnum fromValue(String value) { class Adapter (line 200) | public static class Adapter extends TypeAdapter { method write (line 201) | @Override method read (line 206) | @Override method ProjectSearchSimilarTextUnitsRequest (line 230) | public ProjectSearchSimilarTextUnitsRequest() { method runName (line 233) | public ProjectSearchSimilarTextUnitsRequest runName(String runName) { method getRunName (line 243) | @javax.annotation.Nullable method setRunName (line 251) | public void setRunName(String runName) { method distanceType (line 256) | public ProjectSearchSimilarTextUnitsRequest distanceType(DistanceTypeE... method getDistanceType (line 266) | @javax.annotation.Nullable method setDistanceType (line 274) | public void setDistanceType(DistanceTypeEnum distanceType) { method similarityThreshold (line 279) | public ProjectSearchSimilarTextUnitsRequest similarityThreshold(Intege... method getSimilarityThreshold (line 289) | @javax.annotation.Nullable method setSimilarityThreshold (line 297) | public void setSimilarityThreshold(Integer similarityThreshold) { method createReverseRelations (line 302) | public ProjectSearchSimilarTextUnitsRequest createReverseRelations(Boo... method getCreateReverseRelations (line 312) | @javax.annotation.Nullable method setCreateReverseRelations (line 320) | public void setCreateReverseRelations(Boolean createReverseRelations) { method useTfidf (line 325) | public ProjectSearchSimilarTextUnitsRequest useTfidf(Boolean useTfidf) { method getUseTfidf (line 335) | @javax.annotation.Nullable method setUseTfidf (line 343) | public void setUseTfidf(Boolean useTfidf) { method delete (line 348) | public ProjectSearchSimilarTextUnitsRequest delete(Boolean delete) { method getDelete (line 358) | @javax.annotation.Nullable method setDelete (line 366) | public void setDelete(Boolean delete) { method itemId (line 371) | public ProjectSearchSimilarTextUnitsRequest itemId(Integer itemId) { method getItemId (line 381) | @javax.annotation.Nullable method setItemId (line 389) | public void setItemId(Integer itemId) { method unitType (line 394) | public ProjectSearchSimilarTextUnitsRequest unitType(UnitTypeEnum unit... method getUnitType (line 404) | @javax.annotation.Nullable method setUnitType (line 412) | public void setUnitType(UnitTypeEnum unitType) { method documentId (line 417) | public ProjectSearchSimilarTextUnitsRequest documentId(Integer documen... method getDocumentId (line 427) | @javax.annotation.Nullable method setDocumentId (line 435) | public void setDocumentId(Integer documentId) { method locationStart (line 440) | public ProjectSearchSimilarTextUnitsRequest locationStart(Integer loca... method getLocationStart (line 450) | @javax.annotation.Nullable method setLocationStart (line 458) | public void setLocationStart(Integer locationStart) { method locationEnd (line 463) | public ProjectSearchSimilarTextUnitsRequest locationEnd(Integer locati... method getLocationEnd (line 473) | @javax.annotation.Nullable method setLocationEnd (line 481) | public void setLocationEnd(Integer locationEnd) { method equals (line 487) | @Override method hashCode (line 509) | @Override method toString (line 514) | @Override method toIndentedString (line 537) | private String toIndentedString(Object o) { method validateJsonObject (line 573) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 600) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 601) | @SuppressWarnings("unchecked") method fromJson (line 636) | public static ProjectSearchSimilarTextUnitsRequest fromJson(String jso... method toJson (line 645) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectStats.java class ProjectStats (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectStats (line 149) | public ProjectStats() { method projectId (line 152) | public ProjectStats projectId(Integer projectId) { method getProjectId (line 162) | @javax.annotation.Nonnull method setProjectId (line 170) | public void setProjectId(Integer projectId) { method name (line 175) | public ProjectStats name(String name) { method getName (line 185) | @javax.annotation.Nonnull method setName (line 193) | public void setName(String name) { method typeTitle (line 198) | public ProjectStats typeTitle(String typeTitle) { method getTypeTitle (line 208) | @javax.annotation.Nonnull method setTypeTitle (line 216) | public void setTypeTitle(String typeTitle) { method documentsTotal (line 221) | public ProjectStats documentsTotal(Integer documentsTotal) { method getDocumentsTotal (line 231) | @javax.annotation.Nonnull method setDocumentsTotal (line 239) | public void setDocumentsTotal(Integer documentsTotal) { method clausesTotal (line 244) | public ProjectStats clausesTotal(Integer clausesTotal) { method getClausesTotal (line 254) | @javax.annotation.Nonnull method setClausesTotal (line 262) | public void setClausesTotal(Integer clausesTotal) { method avgOcrGrade (line 267) | public ProjectStats avgOcrGrade(Integer avgOcrGrade) { method getAvgOcrGrade (line 277) | @javax.annotation.Nullable method setAvgOcrGrade (line 285) | public void setAvgOcrGrade(Integer avgOcrGrade) { method documentStatusLoaded (line 290) | public ProjectStats documentStatusLoaded(Integer documentStatusLoaded) { method getDocumentStatusLoaded (line 300) | @javax.annotation.Nonnull method setDocumentStatusLoaded (line 308) | public void setDocumentStatusLoaded(Integer documentStatusLoaded) { method documentStatusLoadedPcnt (line 313) | public ProjectStats documentStatusLoadedPcnt(BigDecimal documentStatus... method getDocumentStatusLoadedPcnt (line 323) | @javax.annotation.Nonnull method setDocumentStatusLoadedPcnt (line 331) | public void setDocumentStatusLoadedPcnt(BigDecimal documentStatusLoade... method documentStatusNotStarted (line 336) | public ProjectStats documentStatusNotStarted(Integer documentStatusNot... method getDocumentStatusNotStarted (line 346) | @javax.annotation.Nonnull method setDocumentStatusNotStarted (line 354) | public void setDocumentStatusNotStarted(Integer documentStatusNotStart... method documentStatusNotStartedPcnt (line 359) | public ProjectStats documentStatusNotStartedPcnt(BigDecimal documentSt... method getDocumentStatusNotStartedPcnt (line 369) | @javax.annotation.Nonnull method setDocumentStatusNotStartedPcnt (line 377) | public void setDocumentStatusNotStartedPcnt(BigDecimal documentStatusN... method documentStatusInReview (line 382) | public ProjectStats documentStatusInReview(Integer documentStatusInRev... method getDocumentStatusInReview (line 392) | @javax.annotation.Nonnull method setDocumentStatusInReview (line 400) | public void setDocumentStatusInReview(Integer documentStatusInReview) { method documentStatusInReviewPcnt (line 405) | public ProjectStats documentStatusInReviewPcnt(BigDecimal documentStat... method getDocumentStatusInReviewPcnt (line 415) | @javax.annotation.Nonnull method setDocumentStatusInReviewPcnt (line 423) | public void setDocumentStatusInReviewPcnt(BigDecimal documentStatusInR... method documentStatusAwaitingQa (line 428) | public ProjectStats documentStatusAwaitingQa(Integer documentStatusAwa... method getDocumentStatusAwaitingQa (line 438) | @javax.annotation.Nonnull method setDocumentStatusAwaitingQa (line 446) | public void setDocumentStatusAwaitingQa(Integer documentStatusAwaiting... method documentStatusAwaitingQaPcnt (line 451) | public ProjectStats documentStatusAwaitingQaPcnt(BigDecimal documentSt... method getDocumentStatusAwaitingQaPcnt (line 461) | @javax.annotation.Nonnull method setDocumentStatusAwaitingQaPcnt (line 469) | public void setDocumentStatusAwaitingQaPcnt(BigDecimal documentStatusA... method documentStatusCompleted (line 474) | public ProjectStats documentStatusCompleted(Integer documentStatusComp... method getDocumentStatusCompleted (line 484) | @javax.annotation.Nonnull method setDocumentStatusCompleted (line 492) | public void setDocumentStatusCompleted(Integer documentStatusCompleted) { method documentStatusCompletedPcnt (line 497) | public ProjectStats documentStatusCompletedPcnt(BigDecimal documentSta... method getDocumentStatusCompletedPcnt (line 507) | @javax.annotation.Nonnull method setDocumentStatusCompletedPcnt (line 515) | public void setDocumentStatusCompletedPcnt(BigDecimal documentStatusCo... method documentStatusExcluded (line 520) | public ProjectStats documentStatusExcluded(Integer documentStatusExclu... method getDocumentStatusExcluded (line 530) | @javax.annotation.Nonnull method setDocumentStatusExcluded (line 538) | public void setDocumentStatusExcluded(Integer documentStatusExcluded) { method documentStatusExcludedPcnt (line 543) | public ProjectStats documentStatusExcludedPcnt(BigDecimal documentStat... method getDocumentStatusExcludedPcnt (line 553) | @javax.annotation.Nonnull method setDocumentStatusExcludedPcnt (line 561) | public void setDocumentStatusExcludedPcnt(BigDecimal documentStatusExc... method clauseStatusUnreviewed (line 566) | public ProjectStats clauseStatusUnreviewed(Integer clauseStatusUnrevie... method getClauseStatusUnreviewed (line 576) | @javax.annotation.Nonnull method setClauseStatusUnreviewed (line 584) | public void setClauseStatusUnreviewed(Integer clauseStatusUnreviewed) { method clauseStatusUnreviewedPcnt (line 589) | public ProjectStats clauseStatusUnreviewedPcnt(BigDecimal clauseStatus... method getClauseStatusUnreviewedPcnt (line 599) | @javax.annotation.Nonnull method setClauseStatusUnreviewedPcnt (line 607) | public void setClauseStatusUnreviewedPcnt(BigDecimal clauseStatusUnrev... method clauseStatusAccepted (line 612) | public ProjectStats clauseStatusAccepted(Integer clauseStatusAccepted) { method getClauseStatusAccepted (line 622) | @javax.annotation.Nonnull method setClauseStatusAccepted (line 630) | public void setClauseStatusAccepted(Integer clauseStatusAccepted) { method clauseStatusAcceptedPcnt (line 635) | public ProjectStats clauseStatusAcceptedPcnt(BigDecimal clauseStatusAc... method getClauseStatusAcceptedPcnt (line 645) | @javax.annotation.Nonnull method setClauseStatusAcceptedPcnt (line 653) | public void setClauseStatusAcceptedPcnt(BigDecimal clauseStatusAccepte... method clauseStatusRejected (line 658) | public ProjectStats clauseStatusRejected(Integer clauseStatusRejected) { method getClauseStatusRejected (line 668) | @javax.annotation.Nonnull method setClauseStatusRejected (line 676) | public void setClauseStatusRejected(Integer clauseStatusRejected) { method clauseStatusRejectedPcnt (line 681) | public ProjectStats clauseStatusRejectedPcnt(BigDecimal clauseStatusRe... method getClauseStatusRejectedPcnt (line 691) | @javax.annotation.Nonnull method setClauseStatusRejectedPcnt (line 699) | public void setClauseStatusRejectedPcnt(BigDecimal clauseStatusRejecte... method equals (line 705) | @Override method hashCode (line 740) | @Override method toString (line 745) | @Override method toIndentedString (line 781) | private String toIndentedString(Object o) { method validateJsonObject (line 854) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 885) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 886) | @SuppressWarnings("unchecked") method fromJson (line 921) | public static ProjectStats fromJson(String jsonString) throws IOExcept... method toJson (line 930) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectTasks.java class ProjectTasks (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... type StatusEnum (line 77) | @JsonAdapter(StatusEnum.Adapter.class) method StatusEnum (line 95) | StatusEnum(String value) { method getValue (line 99) | public String getValue() { method toString (line 103) | @Override method fromValue (line 108) | public static StatusEnum fromValue(String value) { class Adapter (line 117) | public static class Adapter extends TypeAdapter { method write (line 118) | @Override method read (line 123) | @Override method ProjectTasks (line 163) | public ProjectTasks() { method ProjectTasks (line 167) | public ProjectTasks( method id (line 176) | public ProjectTasks id(String id) { method getId (line 186) | @javax.annotation.Nullable method setId (line 194) | public void setId(String id) { method name (line 199) | public ProjectTasks name(String name) { method getName (line 209) | @javax.annotation.Nullable method setName (line 217) | public void setName(String name) { method verboseName (line 222) | public ProjectTasks verboseName(String verboseName) { method getVerboseName (line 232) | @javax.annotation.Nonnull method setVerboseName (line 240) | public void setVerboseName(String verboseName) { method getUserName (line 249) | @javax.annotation.Nullable method worker (line 259) | public ProjectTasks worker(String worker) { method getWorker (line 269) | @javax.annotation.Nullable method setWorker (line 277) | public void setWorker(String worker) { method status (line 282) | public ProjectTasks status(StatusEnum status) { method getStatus (line 292) | @javax.annotation.Nullable method setStatus (line 300) | public void setStatus(StatusEnum status) { method progress (line 305) | public ProjectTasks progress(Integer progress) { method getProgress (line 317) | @javax.annotation.Nullable method setProgress (line 325) | public void setProgress(Integer progress) { method getDescription (line 334) | @javax.annotation.Nullable method dateStart (line 344) | public ProjectTasks dateStart(OffsetDateTime dateStart) { method getDateStart (line 354) | @javax.annotation.Nonnull method setDateStart (line 362) | public void setDateStart(OffsetDateTime dateStart) { method dateWorkStart (line 367) | public ProjectTasks dateWorkStart(OffsetDateTime dateWorkStart) { method getDateWorkStart (line 377) | @javax.annotation.Nonnull method setDateWorkStart (line 385) | public void setDateWorkStart(OffsetDateTime dateWorkStart) { method dateDone (line 390) | public ProjectTasks dateDone(OffsetDateTime dateDone) { method getDateDone (line 400) | @javax.annotation.Nonnull method setDateDone (line 408) | public void setDateDone(OffsetDateTime dateDone) { method totalTime (line 413) | public ProjectTasks totalTime(String totalTime) { method getTotalTime (line 423) | @javax.annotation.Nonnull method setTotalTime (line 431) | public void setTotalTime(String totalTime) { method workTime (line 436) | public ProjectTasks workTime(String workTime) { method getWorkTime (line 446) | @javax.annotation.Nonnull method setWorkTime (line 454) | public void setWorkTime(String workTime) { method equals (line 460) | @Override method equalsNullable (line 484) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 488) | @Override method hashCodeNullable (line 493) | private static int hashCodeNullable(JsonNullable a) { method toString (line 500) | @Override method toIndentedString (line 525) | private String toIndentedString(Object o) { method validateJsonObject (line 569) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 621) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 622) | @SuppressWarnings("unchecked") method fromJson (line 657) | public static ProjectTasks fromJson(String jsonString) throws IOExcept... method toJson (line 666) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectTextUnitSimilarity.java class ProjectTextUnitSimilarity (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectTextUnitSimilarity (line 113) | public ProjectTextUnitSimilarity() { method ProjectTextUnitSimilarity (line 117) | public ProjectTextUnitSimilarity( method documentAName (line 142) | public ProjectTextUnitSimilarity documentAName(String documentAName) { method getDocumentAName (line 152) | @javax.annotation.Nonnull method setDocumentAName (line 160) | public void setDocumentAName(String documentAName) { method getDocumentAId (line 169) | @javax.annotation.Nullable method getTextUnitAId (line 183) | @javax.annotation.Nullable method textUnitAText (line 193) | public ProjectTextUnitSimilarity textUnitAText(String textUnitAText) { method getTextUnitAText (line 203) | @javax.annotation.Nonnull method setTextUnitAText (line 211) | public void setTextUnitAText(String textUnitAText) { method getTextUnitAUnitType (line 220) | @javax.annotation.Nullable method getTextUnitALocationStart (line 234) | @javax.annotation.Nullable method getTextUnitALocationEnd (line 248) | @javax.annotation.Nullable method documentBName (line 258) | public ProjectTextUnitSimilarity documentBName(String documentBName) { method getDocumentBName (line 268) | @javax.annotation.Nonnull method setDocumentBName (line 276) | public void setDocumentBName(String documentBName) { method getDocumentBId (line 285) | @javax.annotation.Nullable method getTextUnitBId (line 299) | @javax.annotation.Nullable method textUnitBText (line 309) | public ProjectTextUnitSimilarity textUnitBText(String textUnitBText) { method getTextUnitBText (line 319) | @javax.annotation.Nonnull method setTextUnitBText (line 327) | public void setTextUnitBText(String textUnitBText) { method getTextUnitBLocationStart (line 336) | @javax.annotation.Nullable method getTextUnitBLocationEnd (line 350) | @javax.annotation.Nullable method similarity (line 360) | public ProjectTextUnitSimilarity similarity(BigDecimal similarity) { method getSimilarity (line 370) | @javax.annotation.Nonnull method setSimilarity (line 378) | public void setSimilarity(BigDecimal similarity) { method getRunId (line 387) | @javax.annotation.Nullable method equals (line 398) | @Override method hashCode (line 424) | @Override method toString (line 429) | @Override method toIndentedString (line 456) | private String toIndentedString(Object o) { method validateJsonObject (line 501) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 571) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 572) | @SuppressWarnings("unchecked") method fromJson (line 607) | public static ProjectTextUnitSimilarity fromJson(String jsonString) th... method toJson (line 616) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectTextUnitsSimilarityByVectorsForm.java class ProjectTextUnitsSimilarityByVectorsForm (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... type DistanceTypeEnum (line 72) | @JsonAdapter(DistanceTypeEnum.Adapter.class) method DistanceTypeEnum (line 120) | DistanceTypeEnum(String value) { method getValue (line 124) | public String getValue() { method toString (line 128) | @Override method fromValue (line 133) | public static DistanceTypeEnum fromValue(String value) { class Adapter (line 142) | public static class Adapter extends TypeAdapter { method write (line 143) | @Override method read (line 148) | @Override type UnitTypeEnum (line 179) | @JsonAdapter(UnitTypeEnum.Adapter.class) method UnitTypeEnum (line 189) | UnitTypeEnum(String value) { method getValue (line 193) | public String getValue() { method toString (line 197) | @Override method fromValue (line 202) | public static UnitTypeEnum fromValue(String value) { class Adapter (line 211) | public static class Adapter extends TypeAdapter { method write (line 212) | @Override method read (line 217) | @Override method ProjectTextUnitsSimilarityByVectorsForm (line 241) | public ProjectTextUnitsSimilarityByVectorsForm() { method runName (line 244) | public ProjectTextUnitsSimilarityByVectorsForm runName(String runName) { method getRunName (line 254) | @javax.annotation.Nonnull method setRunName (line 262) | public void setRunName(String runName) { method similarityThreshold (line 267) | public ProjectTextUnitsSimilarityByVectorsForm similarityThreshold(Int... method getSimilarityThreshold (line 277) | @javax.annotation.Nullable method setSimilarityThreshold (line 285) | public void setSimilarityThreshold(Integer similarityThreshold) { method project (line 290) | public ProjectTextUnitsSimilarityByVectorsForm project(Integer project) { method getProject (line 300) | @javax.annotation.Nonnull method setProject (line 308) | public void setProject(Integer project) { method featureSource (line 313) | public ProjectTextUnitsSimilarityByVectorsForm featureSource(String fe... method getFeatureSource (line 323) | @javax.annotation.Nullable method setFeatureSource (line 331) | public void setFeatureSource(String featureSource) { method distanceType (line 336) | public ProjectTextUnitsSimilarityByVectorsForm distanceType(DistanceTy... method getDistanceType (line 346) | @javax.annotation.Nullable method setDistanceType (line 354) | public void setDistanceType(DistanceTypeEnum distanceType) { method itemId (line 359) | public ProjectTextUnitsSimilarityByVectorsForm itemId(Integer itemId) { method getItemId (line 369) | @javax.annotation.Nonnull method setItemId (line 377) | public void setItemId(Integer itemId) { method createReverseRelations (line 382) | public ProjectTextUnitsSimilarityByVectorsForm createReverseRelations(... method getCreateReverseRelations (line 392) | @javax.annotation.Nonnull method setCreateReverseRelations (line 400) | public void setCreateReverseRelations(Boolean createReverseRelations) { method useTfidf (line 405) | public ProjectTextUnitsSimilarityByVectorsForm useTfidf(Boolean useTfi... method getUseTfidf (line 415) | @javax.annotation.Nonnull method setUseTfidf (line 423) | public void setUseTfidf(Boolean useTfidf) { method delete (line 428) | public ProjectTextUnitsSimilarityByVectorsForm delete(Boolean delete) { method getDelete (line 438) | @javax.annotation.Nonnull method setDelete (line 446) | public void setDelete(Boolean delete) { method unitType (line 451) | public ProjectTextUnitsSimilarityByVectorsForm unitType(UnitTypeEnum u... method getUnitType (line 461) | @javax.annotation.Nullable method setUnitType (line 469) | public void setUnitType(UnitTypeEnum unitType) { method documentId (line 474) | public ProjectTextUnitsSimilarityByVectorsForm documentId(Integer docu... method getDocumentId (line 484) | @javax.annotation.Nonnull method setDocumentId (line 492) | public void setDocumentId(Integer documentId) { method locationStart (line 497) | public ProjectTextUnitsSimilarityByVectorsForm locationStart(Integer l... method getLocationStart (line 507) | @javax.annotation.Nonnull method setLocationStart (line 515) | public void setLocationStart(Integer locationStart) { method locationEnd (line 520) | public ProjectTextUnitsSimilarityByVectorsForm locationEnd(Integer loc... method getLocationEnd (line 530) | @javax.annotation.Nonnull method setLocationEnd (line 538) | public void setLocationEnd(Integer locationEnd) { method equals (line 544) | @Override method equalsNullable (line 568) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 572) | @Override method hashCodeNullable (line 577) | private static int hashCodeNullable(JsonNullable a) { method toString (line 584) | @Override method toIndentedString (line 609) | private String toIndentedString(Object o) { method validateJsonObject (line 656) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 693) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 694) | @SuppressWarnings("unchecked") method fromJson (line 729) | public static ProjectTextUnitsSimilarityByVectorsForm fromJson(String ... method toJson (line 738) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectUpdate.java class ProjectUpdate (line 53) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectUpdate (line 115) | public ProjectUpdate() { method ProjectUpdate (line 119) | public ProjectUpdate( method getPk (line 130) | @javax.annotation.Nullable method name (line 140) | public ProjectUpdate name(String name) { method getName (line 150) | @javax.annotation.Nonnull method setName (line 158) | public void setName(String name) { method description (line 163) | public ProjectUpdate description(String description) { method getDescription (line 173) | @javax.annotation.Nullable method setDescription (line 181) | public void setDescription(String description) { method status (line 186) | public ProjectUpdate status(Integer status) { method getStatus (line 196) | @javax.annotation.Nullable method setStatus (line 204) | public void setStatus(Integer status) { method sendEmailNotification (line 209) | public ProjectUpdate sendEmailNotification(Boolean sendEmailNotificati... method getSendEmailNotification (line 219) | @javax.annotation.Nullable method setSendEmailNotification (line 227) | public void setSendEmailNotification(Boolean sendEmailNotification) { method owners (line 232) | public ProjectUpdate owners(List owners) { method addOwnersItem (line 238) | public ProjectUpdate addOwnersItem(Integer ownersItem) { method getOwners (line 250) | @javax.annotation.Nullable method setOwners (line 258) | public void setOwners(List owners) { method reviewers (line 263) | public ProjectUpdate reviewers(List reviewers) { method addReviewersItem (line 269) | public ProjectUpdate addReviewersItem(Integer reviewersItem) { method getReviewers (line 281) | @javax.annotation.Nullable method setReviewers (line 289) | public void setReviewers(List reviewers) { method superReviewers (line 294) | public ProjectUpdate superReviewers(List superReviewers) { method addSuperReviewersItem (line 300) | public ProjectUpdate addSuperReviewersItem(Integer superReviewersItem) { method getSuperReviewers (line 312) | @javax.annotation.Nullable method setSuperReviewers (line 320) | public void setSuperReviewers(List superReviewers) { method juniorReviewers (line 325) | public ProjectUpdate juniorReviewers(List juniorReviewers) { method addJuniorReviewersItem (line 331) | public ProjectUpdate addJuniorReviewersItem(Integer juniorReviewersIte... method getJuniorReviewers (line 343) | @javax.annotation.Nullable method setJuniorReviewers (line 351) | public void setJuniorReviewers(List juniorReviewers) { method type (line 356) | public ProjectUpdate type(String type) { method getType (line 366) | @javax.annotation.Nullable method setType (line 374) | public void setType(String type) { method hideClauseReview (line 379) | public ProjectUpdate hideClauseReview(Boolean hideClauseReview) { method getHideClauseReview (line 389) | @javax.annotation.Nullable method setHideClauseReview (line 397) | public void setHideClauseReview(Boolean hideClauseReview) { method termTags (line 402) | public ProjectUpdate termTags(List termTags) { method addTermTagsItem (line 408) | public ProjectUpdate addTermTagsItem(Integer termTagsItem) { method getTermTags (line 420) | @javax.annotation.Nullable method setTermTags (line 428) | public void setTermTags(List termTags) { method companytypeTags (line 433) | public ProjectUpdate companytypeTags(List companytypeTags) { method addCompanytypeTagsItem (line 439) | public ProjectUpdate addCompanytypeTagsItem(Integer companytypeTagsIte... method getCompanytypeTags (line 451) | @javax.annotation.Nullable method setCompanytypeTags (line 459) | public void setCompanytypeTags(List companytypeTags) { method documentTransformer (line 464) | public ProjectUpdate documentTransformer(Integer documentTransformer) { method getDocumentTransformer (line 474) | @javax.annotation.Nullable method setDocumentTransformer (line 482) | public void setDocumentTransformer(Integer documentTransformer) { method textUnitTransformer (line 487) | public ProjectUpdate textUnitTransformer(Integer textUnitTransformer) { method getTextUnitTransformer (line 497) | @javax.annotation.Nullable method setTextUnitTransformer (line 505) | public void setTextUnitTransformer(Integer textUnitTransformer) { method equals (line 511) | @Override method equalsNullable (line 537) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 541) | @Override method hashCodeNullable (line 546) | private static int hashCodeNullable(JsonNullable a) { method toString (line 553) | @Override method toIndentedString (line 580) | private String toIndentedString(Object o) { method validateJsonObject (line 621) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 679) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 680) | @SuppressWarnings("unchecked") method fromJson (line 715) | public static ProjectUpdate fromJson(String jsonString) throws IOExcep... method toJson (line 724) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectUploadSessionFilesResponse.java class ProjectUploadSessionFilesResponse (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectUploadSessionFilesResponse (line 56) | public ProjectUploadSessionFilesResponse() { method status (line 59) | public ProjectUploadSessionFilesResponse status(String status) { method getStatus (line 69) | @javax.annotation.Nonnull method setStatus (line 77) | public void setStatus(String status) { method equals (line 83) | @Override method hashCode (line 95) | @Override method toString (line 100) | @Override method toIndentedString (line 113) | private String toIndentedString(Object o) { method validateJsonObject (line 140) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 168) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 169) | @SuppressWarnings("unchecked") method fromJson (line 204) | public static ProjectUploadSessionFilesResponse fromJson(String jsonSt... method toJson (line 213) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectUploadSessionPOSTResponse.java class ProjectUploadSessionPOSTResponse (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectUploadSessionPOSTResponse (line 56) | public ProjectUploadSessionPOSTResponse() { method status (line 59) | public ProjectUploadSessionPOSTResponse status(String status) { method getStatus (line 69) | @javax.annotation.Nonnull method setStatus (line 77) | public void setStatus(String status) { method equals (line 83) | @Override method hashCode (line 95) | @Override method toString (line 100) | @Override method toIndentedString (line 113) | private String toIndentedString(Object o) { method validateJsonObject (line 140) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 168) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 169) | @SuppressWarnings("unchecked") method fromJson (line 204) | public static ProjectUploadSessionPOSTResponse fromJson(String jsonStr... method toJson (line 213) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ProjectUploadSessionProgressResponse.java class ProjectUploadSessionProgressResponse (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ProjectUploadSessionProgressResponse (line 73) | public ProjectUploadSessionProgressResponse() { method projectId (line 76) | public ProjectUploadSessionProgressResponse projectId(Integer projectI... method getProjectId (line 86) | @javax.annotation.Nonnull method setProjectId (line 94) | public void setProjectId(Integer projectId) { method documentTasksProgress (line 99) | public ProjectUploadSessionProgressResponse documentTasksProgress(BigD... method getDocumentTasksProgress (line 109) | @javax.annotation.Nullable method setDocumentTasksProgress (line 117) | public void setDocumentTasksProgress(BigDecimal documentTasksProgress) { method documentTasksProgressTotal (line 122) | public ProjectUploadSessionProgressResponse documentTasksProgressTotal... method getDocumentTasksProgressTotal (line 132) | @javax.annotation.Nullable method setDocumentTasksProgressTotal (line 140) | public void setDocumentTasksProgressTotal(BigDecimal documentTasksProg... method documentsTotalSize (line 145) | public ProjectUploadSessionProgressResponse documentsTotalSize(Integer... method getDocumentsTotalSize (line 155) | @javax.annotation.Nonnull method setDocumentsTotalSize (line 163) | public void setDocumentsTotalSize(Integer documentsTotalSize) { method sessionStatus (line 168) | public ProjectUploadSessionProgressResponse sessionStatus(String sessi... method getSessionStatus (line 178) | @javax.annotation.Nullable method setSessionStatus (line 186) | public void setSessionStatus(String sessionStatus) { method equals (line 192) | @Override method hashCode (line 208) | @Override method toString (line 213) | @Override method toIndentedString (line 230) | private String toIndentedString(Object o) { method validateJsonObject (line 265) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 293) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 294) | @SuppressWarnings("unchecked") method fromJson (line 329) | public static ProjectUploadSessionProgressResponse fromJson(String jso... method toJson (line 338) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/RatioUsage.java class RatioUsage (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method RatioUsage (line 106) | public RatioUsage() { method RatioUsage (line 110) | public RatioUsage( method amount (line 133) | public RatioUsage amount(BigDecimal amount) { method getAmount (line 143) | @javax.annotation.Nullable method setAmount (line 151) | public void setAmount(BigDecimal amount) { method amount2 (line 156) | public RatioUsage amount2(BigDecimal amount2) { method getAmount2 (line 166) | @javax.annotation.Nullable method setAmount2 (line 174) | public void setAmount2(BigDecimal amount2) { method total (line 179) | public RatioUsage total(BigDecimal total) { method getTotal (line 189) | @javax.annotation.Nullable method setTotal (line 197) | public void setTotal(BigDecimal total) { method count (line 202) | public RatioUsage count(Integer count) { method getCount (line 214) | @javax.annotation.Nullable method setCount (line 222) | public void setCount(Integer count) { method getPk (line 231) | @javax.annotation.Nullable method getTextUnitPk (line 245) | @javax.annotation.Nullable method getTextUnitUnitType (line 259) | @javax.annotation.Nullable method getTextUnitLocationStart (line 273) | @javax.annotation.Nullable method getTextUnitLocationEnd (line 287) | @javax.annotation.Nullable method getTextUnitDocumentPk (line 301) | @javax.annotation.Nullable method getTextUnitDocumentName (line 315) | @javax.annotation.Nullable method getTextUnitDocumentDescription (line 329) | @javax.annotation.Nullable method getTextUnitDocumentDocumentType (line 343) | @javax.annotation.Nullable method equals (line 354) | @Override method equalsNullable (line 378) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 382) | @Override method hashCodeNullable (line 387) | private static int hashCodeNullable(JsonNullable a) { method toString (line 394) | @Override method toIndentedString (line 419) | private String toIndentedString(Object o) { method validateJsonObject (line 457) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 499) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 500) | @SuppressWarnings("unchecked") method fromJson (line 535) | public static RatioUsage fromJson(String jsonString) throws IOException { method toJson (line 544) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/RawdbDocumentsPOSTRequest.java class RawdbDocumentsPOSTRequest (line 53) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method RawdbDocumentsPOSTRequest (line 111) | public RawdbDocumentsPOSTRequest() { method projectIds (line 114) | public RawdbDocumentsPOSTRequest projectIds(String projectIds) { method getProjectIds (line 124) | @javax.annotation.Nullable method setProjectIds (line 132) | public void setProjectIds(String projectIds) { method columns (line 137) | public RawdbDocumentsPOSTRequest columns(String columns) { method getColumns (line 147) | @javax.annotation.Nullable method setColumns (line 155) | public void setColumns(String columns) { method associatedText (line 160) | public RawdbDocumentsPOSTRequest associatedText(Boolean associatedText) { method getAssociatedText (line 170) | @javax.annotation.Nullable method setAssociatedText (line 178) | public void setAssociatedText(Boolean associatedText) { method asZip (line 183) | public RawdbDocumentsPOSTRequest asZip(Boolean asZip) { method getAsZip (line 193) | @javax.annotation.Nullable method setAsZip (line 201) | public void setAsZip(Boolean asZip) { method fmt (line 206) | public RawdbDocumentsPOSTRequest fmt(String fmt) { method getFmt (line 216) | @javax.annotation.Nullable method setFmt (line 224) | public void setFmt(String fmt) { method limit (line 229) | public RawdbDocumentsPOSTRequest limit(Integer limit) { method getLimit (line 239) | @javax.annotation.Nullable method setLimit (line 247) | public void setLimit(Integer limit) { method orderBy (line 252) | public RawdbDocumentsPOSTRequest orderBy(String orderBy) { method getOrderBy (line 262) | @javax.annotation.Nullable method setOrderBy (line 270) | public void setOrderBy(String orderBy) { method savedFilters (line 275) | public RawdbDocumentsPOSTRequest savedFilters(String savedFilters) { method getSavedFilters (line 285) | @javax.annotation.Nullable method setSavedFilters (line 293) | public void setSavedFilters(String savedFilters) { method saveFilter (line 298) | public RawdbDocumentsPOSTRequest saveFilter(Boolean saveFilter) { method getSaveFilter (line 308) | @javax.annotation.Nullable method setSaveFilter (line 316) | public void setSaveFilter(Boolean saveFilter) { method returnReviewed (line 321) | public RawdbDocumentsPOSTRequest returnReviewed(Boolean returnReviewed) { method getReturnReviewed (line 331) | @javax.annotation.Nullable method setReturnReviewed (line 339) | public void setReturnReviewed(Boolean returnReviewed) { method returnTotal (line 344) | public RawdbDocumentsPOSTRequest returnTotal(Boolean returnTotal) { method getReturnTotal (line 354) | @javax.annotation.Nullable method setReturnTotal (line 362) | public void setReturnTotal(Boolean returnTotal) { method returnData (line 367) | public RawdbDocumentsPOSTRequest returnData(Boolean returnData) { method getReturnData (line 377) | @javax.annotation.Nullable method setReturnData (line 385) | public void setReturnData(Boolean returnData) { method ignoreErrors (line 390) | public RawdbDocumentsPOSTRequest ignoreErrors(Boolean ignoreErrors) { method getIgnoreErrors (line 400) | @javax.annotation.Nullable method setIgnoreErrors (line 408) | public void setIgnoreErrors(Boolean ignoreErrors) { method filters (line 413) | public RawdbDocumentsPOSTRequest filters(Map filters) { method putFiltersItem (line 419) | public RawdbDocumentsPOSTRequest putFiltersItem(String key, String fil... method getFilters (line 431) | @javax.annotation.Nullable method setFilters (line 439) | public void setFilters(Map filters) { method equals (line 445) | @Override method hashCode (line 470) | @Override method toString (line 475) | @Override method toIndentedString (line 501) | private String toIndentedString(Object o) { method validateJsonObject (line 540) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 573) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 574) | @SuppressWarnings("unchecked") method fromJson (line 609) | public static RawdbDocumentsPOSTRequest fromJson(String jsonString) th... method toJson (line 618) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/Register.java class Register (line 30) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method Register (line 48) | public Register() { method username (line 51) | public Register username(String username) { method getUsername (line 61) | @javax.annotation.Nonnull method setUsername (line 69) | public void setUsername(String username) { method email (line 74) | public Register email(String email) { method getEmail (line 84) | @javax.annotation.Nonnull method setEmail (line 92) | public void setEmail(String email) { method password1 (line 97) | public Register password1(String password1) { method getPassword1 (line 107) | @javax.annotation.Nonnull method setPassword1 (line 115) | public void setPassword1(String password1) { method password2 (line 120) | public Register password2(String password2) { method getPassword2 (line 130) | @javax.annotation.Nonnull method setPassword2 (line 138) | public void setPassword2(String password2) { method equals (line 143) | @Override method hashCode (line 158) | @Override method toString (line 163) | @Override method toIndentedString (line 179) | private String toIndentedString(Object o) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/RegulationUsage.java class RegulationUsage (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method RegulationUsage (line 104) | public RegulationUsage() { method RegulationUsage (line 108) | public RegulationUsage( method regulationType (line 133) | public RegulationUsage regulationType(String regulationType) { method getRegulationType (line 143) | @javax.annotation.Nonnull method setRegulationType (line 151) | public void setRegulationType(String regulationType) { method regulationName (line 156) | public RegulationUsage regulationName(String regulationName) { method getRegulationName (line 166) | @javax.annotation.Nonnull method setRegulationName (line 174) | public void setRegulationName(String regulationName) { method getEntityName (line 183) | @javax.annotation.Nullable method count (line 193) | public RegulationUsage count(Integer count) { method getCount (line 205) | @javax.annotation.Nullable method setCount (line 213) | public void setCount(Integer count) { method getPk (line 222) | @javax.annotation.Nullable method getTextUnitPk (line 236) | @javax.annotation.Nullable method getTextUnitUnitType (line 250) | @javax.annotation.Nullable method getTextUnitLocationStart (line 264) | @javax.annotation.Nullable method getTextUnitLocationEnd (line 278) | @javax.annotation.Nullable method getTextUnitDocumentPk (line 292) | @javax.annotation.Nullable method getTextUnitDocumentName (line 306) | @javax.annotation.Nullable method getTextUnitDocumentDescription (line 320) | @javax.annotation.Nullable method getTextUnitDocumentDocumentType (line 334) | @javax.annotation.Nullable method equals (line 345) | @Override method hashCode (line 369) | @Override method toString (line 374) | @Override method toIndentedString (line 399) | private String toIndentedString(Object o) { method validateJsonObject (line 439) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 497) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 498) | @SuppressWarnings("unchecked") method fromJson (line 533) | public static RegulationUsage fromJson(String jsonString) throws IOExc... method toJson (line 542) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/RestAuthCommonResponse.java class RestAuthCommonResponse (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method RestAuthCommonResponse (line 56) | public RestAuthCommonResponse() { method detail (line 59) | public RestAuthCommonResponse detail(String detail) { method getDetail (line 69) | @javax.annotation.Nonnull method setDetail (line 77) | public void setDetail(String detail) { method equals (line 83) | @Override method hashCode (line 95) | @Override method toString (line 100) | @Override method toIndentedString (line 113) | private String toIndentedString(Object o) { method validateJsonObject (line 140) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 168) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 169) | @SuppressWarnings("unchecked") method fromJson (line 204) | public static RestAuthCommonResponse fromJson(String jsonString) throw... method toJson (line 213) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ReviewStatus.java class ReviewStatus (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ReviewStatus (line 77) | public ReviewStatus() { method ReviewStatus (line 81) | public ReviewStatus( method getId (line 92) | @javax.annotation.Nullable method name (line 102) | public ReviewStatus name(String name) { method getName (line 112) | @javax.annotation.Nonnull method setName (line 120) | public void setName(String name) { method code (line 125) | public ReviewStatus code(String code) { method getCode (line 135) | @javax.annotation.Nullable method setCode (line 143) | public void setCode(String code) { method order (line 148) | public ReviewStatus order(Integer order) { method getOrder (line 160) | @javax.annotation.Nonnull method setOrder (line 168) | public void setOrder(Integer order) { method isActive (line 173) | public ReviewStatus isActive(Boolean isActive) { method getIsActive (line 183) | @javax.annotation.Nullable method setIsActive (line 191) | public void setIsActive(Boolean isActive) { method group (line 196) | public ReviewStatus group(Integer group) { method getGroup (line 206) | @javax.annotation.Nullable method setGroup (line 214) | public void setGroup(Integer group) { method equals (line 220) | @Override method equalsNullable (line 237) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 241) | @Override method hashCodeNullable (line 246) | private static int hashCodeNullable(JsonNullable a) { method toString (line 253) | @Override method toIndentedString (line 271) | private String toIndentedString(Object o) { method validateJsonObject (line 304) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 335) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 336) | @SuppressWarnings("unchecked") method fromJson (line 371) | public static ReviewStatus fromJson(String jsonString) throws IOExcept... method toJson (line 380) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ReviewStatusDetail.java class ReviewStatusDetail (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ReviewStatusDetail (line 82) | public ReviewStatusDetail() { method ReviewStatusDetail (line 86) | public ReviewStatusDetail( method getPk (line 97) | @javax.annotation.Nullable method name (line 107) | public ReviewStatusDetail name(String name) { method getName (line 117) | @javax.annotation.Nonnull method setName (line 125) | public void setName(String name) { method code (line 130) | public ReviewStatusDetail code(String code) { method getCode (line 140) | @javax.annotation.Nullable method setCode (line 148) | public void setCode(String code) { method order (line 153) | public ReviewStatusDetail order(Integer order) { method getOrder (line 165) | @javax.annotation.Nonnull method setOrder (line 173) | public void setOrder(Integer order) { method group (line 178) | public ReviewStatusDetail group(Integer group) { method getGroup (line 188) | @javax.annotation.Nullable method setGroup (line 196) | public void setGroup(Integer group) { method groupData (line 201) | public ReviewStatusDetail groupData(ReviewStatusDetailGroupData groupD... method getGroupData (line 211) | @javax.annotation.Nonnull method setGroupData (line 219) | public void setGroupData(ReviewStatusDetailGroupData groupData) { method isActive (line 224) | public ReviewStatusDetail isActive(Boolean isActive) { method getIsActive (line 234) | @javax.annotation.Nullable method setIsActive (line 242) | public void setIsActive(Boolean isActive) { method equals (line 248) | @Override method equalsNullable (line 266) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 270) | @Override method hashCodeNullable (line 275) | private static int hashCodeNullable(JsonNullable a) { method toString (line 282) | @Override method toIndentedString (line 301) | private String toIndentedString(Object o) { method validateJsonObject (line 336) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 371) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 372) | @SuppressWarnings("unchecked") method fromJson (line 407) | public static ReviewStatusDetail fromJson(String jsonString) throws IO... method toJson (line 416) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ReviewStatusDetailGroupData.java class ReviewStatusDetailGroupData (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ReviewStatusDetailGroupData (line 73) | public ReviewStatusDetailGroupData() { method ReviewStatusDetailGroupData (line 77) | public ReviewStatusDetailGroupData( method getPk (line 88) | @javax.annotation.Nullable method name (line 98) | public ReviewStatusDetailGroupData name(String name) { method getName (line 108) | @javax.annotation.Nonnull method setName (line 116) | public void setName(String name) { method code (line 121) | public ReviewStatusDetailGroupData code(String code) { method getCode (line 131) | @javax.annotation.Nullable method setCode (line 139) | public void setCode(String code) { method order (line 144) | public ReviewStatusDetailGroupData order(Integer order) { method getOrder (line 156) | @javax.annotation.Nonnull method setOrder (line 164) | public void setOrder(Integer order) { method isActive (line 169) | public ReviewStatusDetailGroupData isActive(Boolean isActive) { method getIsActive (line 179) | @javax.annotation.Nullable method setIsActive (line 187) | public void setIsActive(Boolean isActive) { method equals (line 193) | @Override method equalsNullable (line 209) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 213) | @Override method hashCodeNullable (line 218) | private static int hashCodeNullable(JsonNullable a) { method toString (line 225) | @Override method toIndentedString (line 242) | private String toIndentedString(Object o) { method validateJsonObject (line 274) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 305) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 306) | @SuppressWarnings("unchecked") method fromJson (line 341) | public static ReviewStatusDetailGroupData fromJson(String jsonString) ... method toJson (line 350) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/ReviewStatusGroup.java class ReviewStatusGroup (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method ReviewStatusGroup (line 73) | public ReviewStatusGroup() { method ReviewStatusGroup (line 77) | public ReviewStatusGroup( method getPk (line 88) | @javax.annotation.Nullable method name (line 98) | public ReviewStatusGroup name(String name) { method getName (line 108) | @javax.annotation.Nonnull method setName (line 116) | public void setName(String name) { method code (line 121) | public ReviewStatusGroup code(String code) { method getCode (line 131) | @javax.annotation.Nullable method setCode (line 139) | public void setCode(String code) { method order (line 144) | public ReviewStatusGroup order(Integer order) { method getOrder (line 156) | @javax.annotation.Nonnull method setOrder (line 164) | public void setOrder(Integer order) { method isActive (line 169) | public ReviewStatusGroup isActive(Boolean isActive) { method getIsActive (line 179) | @javax.annotation.Nullable method setIsActive (line 187) | public void setIsActive(Boolean isActive) { method equals (line 193) | @Override method equalsNullable (line 209) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 213) | @Override method hashCodeNullable (line 218) | private static int hashCodeNullable(JsonNullable a) { method toString (line 225) | @Override method toIndentedString (line 242) | private String toIndentedString(Object o) { method validateJsonObject (line 274) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 305) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 306) | @SuppressWarnings("unchecked") method fromJson (line 341) | public static ReviewStatusGroup fromJson(String jsonString) throws IOE... method toJson (line 350) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/SelectProjectsRequest.java class SelectProjectsRequest (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method SelectProjectsRequest (line 58) | public SelectProjectsRequest() { method projectIds (line 61) | public SelectProjectsRequest projectIds(List projectIds) { method addProjectIdsItem (line 67) | public SelectProjectsRequest addProjectIdsItem(Integer projectIdsItem) { method getProjectIds (line 76) | @javax.annotation.Nonnull method setProjectIds (line 84) | public void setProjectIds(List projectIds) { method equals (line 90) | @Override method hashCode (line 102) | @Override method toString (line 107) | @Override method toIndentedString (line 120) | private String toIndentedString(Object o) { method validateJsonObject (line 147) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 176) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 177) | @SuppressWarnings("unchecked") method fromJson (line 212) | public static SelectProjectsRequest fromJson(String jsonString) throws... method toJson (line 221) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/SelectProjectsResponse.java class SelectProjectsResponse (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method SelectProjectsResponse (line 70) | public SelectProjectsResponse() { method savedFilterId (line 73) | public SelectProjectsResponse savedFilterId(Integer savedFilterId) { method getSavedFilterId (line 83) | @javax.annotation.Nonnull method setSavedFilterId (line 91) | public void setSavedFilterId(Integer savedFilterId) { method userId (line 96) | public SelectProjectsResponse userId(Integer userId) { method getUserId (line 106) | @javax.annotation.Nonnull method setUserId (line 114) | public void setUserId(Integer userId) { method projectIds (line 119) | public SelectProjectsResponse projectIds(List projectIds) { method addProjectIdsItem (line 125) | public SelectProjectsResponse addProjectIdsItem(Integer projectIdsItem) { method getProjectIds (line 134) | @javax.annotation.Nonnull method setProjectIds (line 142) | public void setProjectIds(List projectIds) { method showWarning (line 147) | public SelectProjectsResponse showWarning(Boolean showWarning) { method getShowWarning (line 157) | @javax.annotation.Nonnull method setShowWarning (line 165) | public void setShowWarning(Boolean showWarning) { method equals (line 171) | @Override method hashCode (line 186) | @Override method toString (line 191) | @Override method toIndentedString (line 207) | private String toIndentedString(Object o) { method validateJsonObject (line 240) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 269) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 270) | @SuppressWarnings("unchecked") method fromJson (line 305) | public static SelectProjectsResponse fromJson(String jsonString) throw... method toJson (line 314) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/SendClusterToProjectRequest.java class SendClusterToProjectRequest (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method SendClusterToProjectRequest (line 62) | public SendClusterToProjectRequest() { method clusterIds (line 65) | public SendClusterToProjectRequest clusterIds(List clusterIds) { method addClusterIdsItem (line 71) | public SendClusterToProjectRequest addClusterIdsItem(Integer clusterId... method getClusterIds (line 80) | @javax.annotation.Nonnull method setClusterIds (line 88) | public void setClusterIds(List clusterIds) { method projectId (line 93) | public SendClusterToProjectRequest projectId(Integer projectId) { method getProjectId (line 103) | @javax.annotation.Nonnull method setProjectId (line 111) | public void setProjectId(Integer projectId) { method equals (line 117) | @Override method hashCode (line 130) | @Override method toString (line 135) | @Override method toIndentedString (line 149) | private String toIndentedString(Object o) { method validateJsonObject (line 178) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 207) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 208) | @SuppressWarnings("unchecked") method fromJson (line 243) | public static SendClusterToProjectRequest fromJson(String jsonString) ... method toJson (line 252) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/SetProjectAnnotationsStatusAsyncResponse.java class SetProjectAnnotationsStatusAsyncResponse (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method SetProjectAnnotationsStatusAsyncResponse (line 61) | public SetProjectAnnotationsStatusAsyncResponse() { method taskId (line 64) | public SetProjectAnnotationsStatusAsyncResponse taskId(UUID taskId) { method getTaskId (line 74) | @javax.annotation.Nonnull method setTaskId (line 82) | public void setTaskId(UUID taskId) { method annotations (line 87) | public SetProjectAnnotationsStatusAsyncResponse annotations(Integer an... method getAnnotations (line 97) | @javax.annotation.Nonnull method setAnnotations (line 105) | public void setAnnotations(Integer annotations) { method equals (line 111) | @Override method hashCode (line 124) | @Override method toString (line 129) | @Override method toIndentedString (line 143) | private String toIndentedString(Object o) { method validateJsonObject (line 172) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 200) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 201) | @SuppressWarnings("unchecked") method fromJson (line 236) | public static SetProjectAnnotationsStatusAsyncResponse fromJson(String... method toJson (line 245) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/SetProjectAnnotationsStatusRequest.java class SetProjectAnnotationsStatusRequest (line 53) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method SetProjectAnnotationsStatusRequest (line 75) | public SetProjectAnnotationsStatusRequest() { method statusId (line 78) | public SetProjectAnnotationsStatusRequest statusId(Integer statusId) { method getStatusId (line 88) | @javax.annotation.Nullable method setStatusId (line 96) | public void setStatusId(Integer statusId) { method all (line 101) | public SetProjectAnnotationsStatusRequest all(Boolean all) { method getAll (line 111) | @javax.annotation.Nullable method setAll (line 119) | public void setAll(Boolean all) { method annotationIds (line 124) | public SetProjectAnnotationsStatusRequest annotationIds(List ... method addAnnotationIdsItem (line 130) | public SetProjectAnnotationsStatusRequest addAnnotationIdsItem(Integer... method getAnnotationIds (line 142) | @javax.annotation.Nullable method setAnnotationIds (line 150) | public void setAnnotationIds(List annotationIds) { method noAnnotationIds (line 155) | public SetProjectAnnotationsStatusRequest noAnnotationIds(List noAnnotationIds) { method force (line 186) | public SetProjectAnnotationsStatusRequest force(Boolean force) { method getForce (line 196) | @javax.annotation.Nullable method setForce (line 204) | public void setForce(Boolean force) { method equals (line 210) | @Override method equalsNullable (line 226) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 230) | @Override method hashCodeNullable (line 235) | private static int hashCodeNullable(JsonNullable a) { method toString (line 242) | @Override method toIndentedString (line 259) | private String toIndentedString(Object o) { method validateJsonObject (line 289) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 315) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 316) | @SuppressWarnings("unchecked") method fromJson (line 351) | public static SetProjectAnnotationsStatusRequest fromJson(String jsonS... method toJson (line 360) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/SetProjectDocumentsStatusRequest.java class SetProjectDocumentsStatusRequest (line 53) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method SetProjectDocumentsStatusRequest (line 71) | public SetProjectDocumentsStatusRequest() { method statusId (line 74) | public SetProjectDocumentsStatusRequest statusId(Integer statusId) { method getStatusId (line 84) | @javax.annotation.Nullable method setStatusId (line 92) | public void setStatusId(Integer statusId) { method all (line 97) | public SetProjectDocumentsStatusRequest all(Boolean all) { method getAll (line 107) | @javax.annotation.Nullable method setAll (line 115) | public void setAll(Boolean all) { method documentIds (line 120) | public SetProjectDocumentsStatusRequest documentIds(List docu... method addDocumentIdsItem (line 126) | public SetProjectDocumentsStatusRequest addDocumentIdsItem(Integer doc... method getDocumentIds (line 138) | @javax.annotation.Nullable method setDocumentIds (line 146) | public void setDocumentIds(List documentIds) { method noDocumentIds (line 151) | public SetProjectDocumentsStatusRequest noDocumentIds(List no... method addNoDocumentIdsItem (line 157) | public SetProjectDocumentsStatusRequest addNoDocumentIdsItem(Integer n... method getNoDocumentIds (line 169) | @javax.annotation.Nullable method setNoDocumentIds (line 177) | public void setNoDocumentIds(List noDocumentIds) { method equals (line 183) | @Override method equalsNullable (line 198) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 202) | @Override method hashCodeNullable (line 207) | private static int hashCodeNullable(JsonNullable a) { method toString (line 214) | @Override method toIndentedString (line 230) | private String toIndentedString(Object o) { method validateJsonObject (line 259) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 285) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 286) | @SuppressWarnings("unchecked") method fromJson (line 321) | public static SetProjectDocumentsStatusRequest fromJson(String jsonStr... method toJson (line 330) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/SimilarProjectTextUnitsRequest.java class SimilarProjectTextUnitsRequest (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method SimilarProjectTextUnitsRequest (line 86) | public SimilarProjectTextUnitsRequest() { method textMaxLength (line 89) | public SimilarProjectTextUnitsRequest textMaxLength(Integer textMaxLen... method getTextMaxLength (line 99) | @javax.annotation.Nullable method setTextMaxLength (line 107) | public void setTextMaxLength(Integer textMaxLength) { method runId (line 112) | public SimilarProjectTextUnitsRequest runId(Integer runId) { method getRunId (line 122) | @javax.annotation.Nullable method setRunId (line 130) | public void setRunId(Integer runId) { method lastRun (line 135) | public SimilarProjectTextUnitsRequest lastRun(Boolean lastRun) { method getLastRun (line 145) | @javax.annotation.Nullable method setLastRun (line 153) | public void setLastRun(Boolean lastRun) { method textUnitId (line 158) | public SimilarProjectTextUnitsRequest textUnitId(Integer textUnitId) { method getTextUnitId (line 168) | @javax.annotation.Nullable method setTextUnitId (line 176) | public void setTextUnitId(Integer textUnitId) { method documentId (line 181) | public SimilarProjectTextUnitsRequest documentId(Integer documentId) { method getDocumentId (line 191) | @javax.annotation.Nullable method setDocumentId (line 199) | public void setDocumentId(Integer documentId) { method locationStart (line 204) | public SimilarProjectTextUnitsRequest locationStart(Integer locationSt... method getLocationStart (line 214) | @javax.annotation.Nullable method setLocationStart (line 222) | public void setLocationStart(Integer locationStart) { method locationEnd (line 227) | public SimilarProjectTextUnitsRequest locationEnd(Integer locationEnd) { method getLocationEnd (line 237) | @javax.annotation.Nullable method setLocationEnd (line 245) | public void setLocationEnd(Integer locationEnd) { method selection (line 250) | public SimilarProjectTextUnitsRequest selection(List selection) { method addSelectionItem (line 256) | public SimilarProjectTextUnitsRequest addSelectionItem(Object selectio... method getSelection (line 268) | @javax.annotation.Nullable method setSelection (line 276) | public void setSelection(List selection) { method equals (line 282) | @Override method hashCode (line 301) | @Override method toString (line 306) | @Override method toIndentedString (line 326) | private String toIndentedString(Object o) { method validateJsonObject (line 359) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 381) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 382) | @SuppressWarnings("unchecked") method fromJson (line 417) | public static SimilarProjectTextUnitsRequest fromJson(String jsonStrin... method toJson (line 426) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/SimilarityForm.java class SimilarityForm (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... type ProjectEnum (line 72) | @JsonAdapter(ProjectEnum.Adapter.class) method ProjectEnum (line 82) | ProjectEnum(String value) { method getValue (line 86) | public String getValue() { method toString (line 90) | @Override method fromValue (line 95) | public static ProjectEnum fromValue(String value) { class Adapter (line 104) | public static class Adapter extends TypeAdapter { method write (line 105) | @Override method read (line 110) | @Override method SimilarityForm (line 130) | public SimilarityForm() { method runName (line 133) | public SimilarityForm runName(String runName) { method getRunName (line 143) | @javax.annotation.Nonnull method setRunName (line 151) | public void setRunName(String runName) { method searchSimilarDocuments (line 156) | public SimilarityForm searchSimilarDocuments(Boolean searchSimilarDocu... method getSearchSimilarDocuments (line 166) | @javax.annotation.Nonnull method setSearchSimilarDocuments (line 174) | public void setSearchSimilarDocuments(Boolean searchSimilarDocuments) { method searchSimilarTextUnits (line 179) | public SimilarityForm searchSimilarTextUnits(Boolean searchSimilarText... method getSearchSimilarTextUnits (line 189) | @javax.annotation.Nonnull method setSearchSimilarTextUnits (line 197) | public void setSearchSimilarTextUnits(Boolean searchSimilarTextUnits) { method similarityThreshold (line 202) | public SimilarityForm similarityThreshold(Integer similarityThreshold) { method getSimilarityThreshold (line 212) | @javax.annotation.Nullable method setSimilarityThreshold (line 220) | public void setSimilarityThreshold(Integer similarityThreshold) { method project (line 225) | public SimilarityForm project(ProjectEnum project) { method getProject (line 235) | @javax.annotation.Nonnull method setProject (line 243) | public void setProject(ProjectEnum project) { method useIdf (line 248) | public SimilarityForm useIdf(Boolean useIdf) { method getUseIdf (line 258) | @javax.annotation.Nonnull method setUseIdf (line 266) | public void setUseIdf(Boolean useIdf) { method delete (line 271) | public SimilarityForm delete(Boolean delete) { method getDelete (line 281) | @javax.annotation.Nonnull method setDelete (line 289) | public void setDelete(Boolean delete) { method equals (line 295) | @Override method equalsNullable (line 313) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 317) | @Override method hashCodeNullable (line 322) | private static int hashCodeNullable(JsonNullable a) { method toString (line 329) | @Override method toIndentedString (line 348) | private String toIndentedString(Object o) { method validateJsonObject (line 386) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 417) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 418) | @SuppressWarnings("unchecked") method fromJson (line 453) | public static SimilarityForm fromJson(String jsonString) throws IOExce... method toJson (line 462) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/SimilarityPOSTObjectResponse.java class SimilarityPOSTObjectResponse (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method SimilarityPOSTObjectResponse (line 64) | public SimilarityPOSTObjectResponse() { method detail (line 67) | public SimilarityPOSTObjectResponse detail(String detail) { method getDetail (line 77) | @javax.annotation.Nonnull method setDetail (line 85) | public void setDetail(String detail) { method taskId (line 90) | public SimilarityPOSTObjectResponse taskId(String taskId) { method getTaskId (line 100) | @javax.annotation.Nullable method setTaskId (line 108) | public void setTaskId(String taskId) { method confirm (line 113) | public SimilarityPOSTObjectResponse confirm(Boolean confirm) { method getConfirm (line 123) | @javax.annotation.Nullable method setConfirm (line 131) | public void setConfirm(Boolean confirm) { method equals (line 137) | @Override method hashCode (line 151) | @Override method toString (line 156) | @Override method toIndentedString (line 171) | private String toIndentedString(Object o) { method validateJsonObject (line 200) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 231) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 232) | @SuppressWarnings("unchecked") method fromJson (line 267) | public static SimilarityPOSTObjectResponse fromJson(String jsonString)... method toJson (line 276) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/SimilarityRun.java class SimilarityRun (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method SimilarityRun (line 90) | public SimilarityRun() { method SimilarityRun (line 94) | public SimilarityRun( method getId (line 107) | @javax.annotation.Nullable method getProjectId (line 121) | @javax.annotation.Nullable method featureSource (line 131) | public SimilarityRun featureSource(String featureSource) { method getFeatureSource (line 141) | @javax.annotation.Nullable method setFeatureSource (line 149) | public void setFeatureSource(String featureSource) { method unitSource (line 154) | public SimilarityRun unitSource(String unitSource) { method getUnitSource (line 164) | @javax.annotation.Nullable method setUnitSource (line 172) | public void setUnitSource(String unitSource) { method unitType (line 177) | public SimilarityRun unitType(String unitType) { method getUnitType (line 187) | @javax.annotation.Nullable method setUnitType (line 195) | public void setUnitType(String unitType) { method unitId (line 200) | public SimilarityRun unitId(Integer unitId) { method getUnitId (line 212) | @javax.annotation.Nullable method setUnitId (line 220) | public void setUnitId(Integer unitId) { method itemsCount (line 225) | public SimilarityRun itemsCount(Integer itemsCount) { method getItemsCount (line 235) | @javax.annotation.Nonnull method setItemsCount (line 243) | public void setItemsCount(Integer itemsCount) { method createdBy (line 248) | public SimilarityRun createdBy(Integer createdBy) { method getCreatedBy (line 258) | @javax.annotation.Nullable method setCreatedBy (line 266) | public void setCreatedBy(Integer createdBy) { method createdDate (line 271) | public SimilarityRun createdDate(OffsetDateTime createdDate) { method getCreatedDate (line 281) | @javax.annotation.Nullable method setCreatedDate (line 289) | public void setCreatedDate(OffsetDateTime createdDate) { method equals (line 295) | @Override method equalsNullable (line 315) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 319) | @Override method hashCodeNullable (line 324) | private static int hashCodeNullable(JsonNullable a) { method toString (line 331) | @Override method toIndentedString (line 352) | private String toIndentedString(Object o) { method validateJsonObject (line 387) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 424) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 425) | @SuppressWarnings("unchecked") method fromJson (line 460) | public static SimilarityRun fromJson(String jsonString) throws IOExcep... method toJson (line 469) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/SocialAccountsResponse.java class SocialAccountsResponse (line 31) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method SocialAccountsResponse (line 37) | public SocialAccountsResponse() { method socialAccounts (line 40) | public SocialAccountsResponse socialAccounts(SocialAccountsResponseSoc... method getSocialAccounts (line 50) | @javax.annotation.Nonnull method setSocialAccounts (line 58) | public void setSocialAccounts(SocialAccountsResponseSocialAccounts soc... method equals (line 63) | @Override method hashCode (line 75) | @Override method toString (line 80) | @Override method toIndentedString (line 93) | private String toIndentedString(Object o) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/SocialAccountsResponseSocialAccounts.java class SocialAccountsResponseSocialAccounts (line 30) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method SocialAccountsResponseSocialAccounts (line 44) | public SocialAccountsResponseSocialAccounts() { method name (line 47) | public SocialAccountsResponseSocialAccounts name(String name) { method getName (line 57) | @javax.annotation.Nonnull method setName (line 65) | public void setName(String name) { method provider (line 70) | public SocialAccountsResponseSocialAccounts provider(String provider) { method getProvider (line 80) | @javax.annotation.Nonnull method setProvider (line 88) | public void setProvider(String provider) { method loginUrl (line 93) | public SocialAccountsResponseSocialAccounts loginUrl(String loginUrl) { method getLoginUrl (line 103) | @javax.annotation.Nonnull method setLoginUrl (line 111) | public void setLoginUrl(String loginUrl) { method equals (line 116) | @Override method hashCode (line 130) | @Override method toString (line 135) | @Override method toIndentedString (line 150) | private String toIndentedString(Object o) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/SocialClientList.java class SocialClientList (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... type ProviderEnum (line 56) | @JsonAdapter(ProviderEnum.Adapter.class) method ProviderEnum (line 68) | ProviderEnum(String value) { method getValue (line 72) | public String getValue() { method toString (line 76) | @Override method fromValue (line 81) | public static ProviderEnum fromValue(String value) { class Adapter (line 90) | public static class Adapter extends TypeAdapter { method write (line 91) | @Override method read (line 96) | @Override method SocialClientList (line 120) | public SocialClientList() { method provider (line 123) | public SocialClientList provider(ProviderEnum provider) { method getProvider (line 133) | @javax.annotation.Nonnull method setProvider (line 141) | public void setProvider(ProviderEnum provider) { method name (line 146) | public SocialClientList name(String name) { method getName (line 156) | @javax.annotation.Nonnull method setName (line 164) | public void setName(String name) { method clientId (line 169) | public SocialClientList clientId(String clientId) { method getClientId (line 179) | @javax.annotation.Nonnull method setClientId (line 187) | public void setClientId(String clientId) { method urls (line 192) | public SocialClientList urls(SocialClientListUrls urls) { method getUrls (line 202) | @javax.annotation.Nullable method setUrls (line 210) | public void setUrls(SocialClientListUrls urls) { method equals (line 216) | @Override method hashCode (line 231) | @Override method toString (line 236) | @Override method toIndentedString (line 252) | private String toIndentedString(Object o) { method validateJsonObject (line 284) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 322) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 323) | @SuppressWarnings("unchecked") method fromJson (line 358) | public static SocialClientList fromJson(String jsonString) throws IOEx... method toJson (line 367) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/SocialClientListUrls.java class SocialClientListUrls (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method SocialClientListUrls (line 69) | public SocialClientListUrls() { method authorizeUrl (line 72) | public SocialClientListUrls authorizeUrl(URI authorizeUrl) { method getAuthorizeUrl (line 82) | @javax.annotation.Nonnull method setAuthorizeUrl (line 90) | public void setAuthorizeUrl(URI authorizeUrl) { method accessTokenUrl (line 95) | public SocialClientListUrls accessTokenUrl(URI accessTokenUrl) { method getAccessTokenUrl (line 105) | @javax.annotation.Nonnull method setAccessTokenUrl (line 113) | public void setAccessTokenUrl(URI accessTokenUrl) { method profileUrl (line 118) | public SocialClientListUrls profileUrl(URI profileUrl) { method getProfileUrl (line 128) | @javax.annotation.Nonnull method setProfileUrl (line 136) | public void setProfileUrl(URI profileUrl) { method loginUrl (line 141) | public SocialClientListUrls loginUrl(URI loginUrl) { method getLoginUrl (line 151) | @javax.annotation.Nonnull method setLoginUrl (line 159) | public void setLoginUrl(URI loginUrl) { method equals (line 165) | @Override method hashCode (line 180) | @Override method toString (line 185) | @Override method toIndentedString (line 201) | private String toIndentedString(Object o) { method validateJsonObject (line 234) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 271) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 272) | @SuppressWarnings("unchecked") method fromJson (line 307) | public static SocialClientListUrls fromJson(String jsonString) throws ... method toJson (line 316) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/SocialLogin.java class SocialLogin (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method SocialLogin (line 64) | public SocialLogin() { method accessToken (line 67) | public SocialLogin accessToken(String accessToken) { method getAccessToken (line 77) | @javax.annotation.Nullable method setAccessToken (line 85) | public void setAccessToken(String accessToken) { method code (line 90) | public SocialLogin code(String code) { method getCode (line 100) | @javax.annotation.Nullable method setCode (line 108) | public void setCode(String code) { method idToken (line 113) | public SocialLogin idToken(String idToken) { method getIdToken (line 123) | @javax.annotation.Nullable method setIdToken (line 131) | public void setIdToken(String idToken) { method equals (line 137) | @Override method hashCode (line 151) | @Override method toString (line 156) | @Override method toIndentedString (line 171) | private String toIndentedString(Object o) { method validateJsonObject (line 199) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 226) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 227) | @SuppressWarnings("unchecked") method fromJson (line 262) | public static SocialLogin fromJson(String jsonString) throws IOExcepti... method toJson (line 271) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/Task.java class Task (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... type StatusEnum (line 89) | @JsonAdapter(StatusEnum.Adapter.class) method StatusEnum (line 107) | StatusEnum(String value) { method getValue (line 111) | public String getValue() { method toString (line 115) | @Override method fromValue (line 120) | public static StatusEnum fromValue(String value) { class Adapter (line 129) | public static class Adapter extends TypeAdapter { method write (line 130) | @Override method read (line 135) | @Override method Task (line 155) | public Task() { method Task (line 159) | public Task( method pk (line 172) | public Task pk(String pk) { method getPk (line 182) | @javax.annotation.Nullable method setPk (line 190) | public void setPk(String pk) { method name (line 195) | public Task name(String name) { method getName (line 205) | @javax.annotation.Nullable method setName (line 213) | public void setName(String name) { method dateStart (line 218) | public Task dateStart(OffsetDateTime dateStart) { method getDateStart (line 228) | @javax.annotation.Nullable method setDateStart (line 236) | public void setDateStart(OffsetDateTime dateStart) { method dateWorkStart (line 241) | public Task dateWorkStart(OffsetDateTime dateWorkStart) { method getDateWorkStart (line 251) | @javax.annotation.Nullable method setDateWorkStart (line 259) | public void setDateWorkStart(OffsetDateTime dateWorkStart) { method getUserUsername (line 268) | @javax.annotation.Nullable method dateDone (line 278) | public Task dateDone(OffsetDateTime dateDone) { method getDateDone (line 288) | @javax.annotation.Nullable method setDateDone (line 296) | public void setDateDone(OffsetDateTime dateDone) { method getDuration (line 305) | @javax.annotation.Nullable method progress (line 315) | public Task progress(Integer progress) { method getProgress (line 327) | @javax.annotation.Nullable method setProgress (line 335) | public void setProgress(Integer progress) { method status (line 340) | public Task status(StatusEnum status) { method getStatus (line 350) | @javax.annotation.Nullable method setStatus (line 358) | public void setStatus(StatusEnum status) { method getHasError (line 367) | @javax.annotation.Nullable method getDescription (line 381) | @javax.annotation.Nullable method equals (line 392) | @Override method equalsNullable (line 414) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 418) | @Override method hashCodeNullable (line 423) | private static int hashCodeNullable(JsonNullable a) { method toString (line 430) | @Override method toIndentedString (line 453) | private String toIndentedString(Object o) { method validateJsonObject (line 489) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 528) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 529) | @SuppressWarnings("unchecked") method fromJson (line 564) | public static Task fromJson(String jsonString) throws IOException { method toJson (line 573) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/TaskIdResponse.java class TaskIdResponse (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method TaskIdResponse (line 57) | public TaskIdResponse() { method taskId (line 60) | public TaskIdResponse taskId(UUID taskId) { method getTaskId (line 70) | @javax.annotation.Nonnull method setTaskId (line 78) | public void setTaskId(UUID taskId) { method equals (line 84) | @Override method hashCode (line 96) | @Override method toString (line 101) | @Override method toIndentedString (line 114) | private String toIndentedString(Object o) { method validateJsonObject (line 141) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 169) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 170) | @SuppressWarnings("unchecked") method fromJson (line 205) | public static TaskIdResponse fromJson(String jsonString) throws IOExce... method toJson (line 214) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/TaskLogResponse.java class TaskLogResponse (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method TaskLogResponse (line 69) | public TaskLogResponse() { method records (line 72) | public TaskLogResponse records(TaskLogResponseRecords records) { method getRecords (line 82) | @javax.annotation.Nonnull method setRecords (line 90) | public void setRecords(TaskLogResponseRecords records) { method totalRecordsCount (line 95) | public TaskLogResponse totalRecordsCount(Integer totalRecordsCount) { method getTotalRecordsCount (line 105) | @javax.annotation.Nonnull method setTotalRecordsCount (line 113) | public void setTotalRecordsCount(Integer totalRecordsCount) { method filteredRecordsCount (line 118) | public TaskLogResponse filteredRecordsCount(Integer filteredRecordsCou... method getFilteredRecordsCount (line 128) | @javax.annotation.Nonnull method setFilteredRecordsCount (line 136) | public void setFilteredRecordsCount(Integer filteredRecordsCount) { method currentRecordsCount (line 141) | public TaskLogResponse currentRecordsCount(Integer currentRecordsCount) { method getCurrentRecordsCount (line 151) | @javax.annotation.Nonnull method setCurrentRecordsCount (line 159) | public void setCurrentRecordsCount(Integer currentRecordsCount) { method equals (line 165) | @Override method hashCode (line 180) | @Override method toString (line 185) | @Override method toIndentedString (line 201) | private String toIndentedString(Object o) { method validateJsonObject (line 234) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 263) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 264) | @SuppressWarnings("unchecked") method fromJson (line 299) | public static TaskLogResponse fromJson(String jsonString) throws IOExc... method toJson (line 308) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/TaskLogResponseRecords.java class TaskLogResponseRecords (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method TaskLogResponseRecords (line 73) | public TaskLogResponseRecords() { method taskName (line 76) | public TaskLogResponseRecords taskName(String taskName) { method getTaskName (line 86) | @javax.annotation.Nullable method setTaskName (line 94) | public void setTaskName(String taskName) { method logLevel (line 99) | public TaskLogResponseRecords logLevel(String logLevel) { method getLogLevel (line 109) | @javax.annotation.Nullable method setLogLevel (line 117) | public void setLogLevel(String logLevel) { method message (line 122) | public TaskLogResponseRecords message(String message) { method getMessage (line 132) | @javax.annotation.Nullable method setMessage (line 140) | public void setMessage(String message) { method timestamp (line 145) | public TaskLogResponseRecords timestamp(OffsetDateTime timestamp) { method getTimestamp (line 155) | @javax.annotation.Nonnull method setTimestamp (line 163) | public void setTimestamp(OffsetDateTime timestamp) { method stackTrace (line 168) | public TaskLogResponseRecords stackTrace(String stackTrace) { method getStackTrace (line 178) | @javax.annotation.Nullable method setStackTrace (line 186) | public void setStackTrace(String stackTrace) { method equals (line 192) | @Override method hashCode (line 208) | @Override method toString (line 213) | @Override method toIndentedString (line 230) | private String toIndentedString(Object o) { method validateJsonObject (line 261) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 298) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 299) | @SuppressWarnings("unchecked") method fromJson (line 334) | public static TaskLogResponseRecords fromJson(String jsonString) throw... method toJson (line 343) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/TaskQueue.java class TaskQueue (line 55) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method TaskQueue (line 97) | public TaskQueue() { method TaskQueue (line 101) | public TaskQueue( method getPk (line 122) | @javax.annotation.Nullable method description (line 132) | public TaskQueue description(String description) { method getDescription (line 142) | @javax.annotation.Nullable method setDescription (line 150) | public void setDescription(String description) { method documents (line 155) | public TaskQueue documents(List documents) { method addDocumentsItem (line 161) | public TaskQueue addDocumentsItem(Integer documentsItem) { method getDocuments (line 173) | @javax.annotation.Nullable method setDocuments (line 181) | public void setDocuments(List documents) { method getDocumentsData (line 190) | @javax.annotation.Nullable method completedDocuments (line 200) | public TaskQueue completedDocuments(List completedDocuments) { method addCompletedDocumentsItem (line 206) | public TaskQueue addCompletedDocumentsItem(Integer completedDocumentsI... method getCompletedDocuments (line 218) | @javax.annotation.Nullable method setCompletedDocuments (line 226) | public void setCompletedDocuments(List completedDocuments) { method getCompletedDocumentsData (line 235) | @javax.annotation.Nullable method reviewers (line 245) | public TaskQueue reviewers(List reviewers) { method addReviewersItem (line 251) | public TaskQueue addReviewersItem(Integer reviewersItem) { method getReviewers (line 263) | @javax.annotation.Nullable method setReviewers (line 271) | public void setReviewers(List reviewers) { method getReviewersData (line 280) | @javax.annotation.Nullable method getProgress (line 294) | @javax.annotation.Nullable method getData (line 308) | @javax.annotation.Nullable method equals (line 319) | @Override method equalsNullable (line 340) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 344) | @Override method hashCodeNullable (line 349) | private static int hashCodeNullable(JsonNullable a) { method toString (line 356) | @Override method toIndentedString (line 378) | private String toIndentedString(Object o) { method validateJsonObject (line 413) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 488) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 489) | @SuppressWarnings("unchecked") method fromJson (line 524) | public static TaskQueue fromJson(String jsonString) throws IOException { method toJson (line 533) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/TaskQueueDocumentsData.java class TaskQueueDocumentsData (line 31) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method TaskQueueDocumentsData (line 49) | public TaskQueueDocumentsData() { method TaskQueueDocumentsData (line 53) | public TaskQueueDocumentsData( method getPk (line 64) | @javax.annotation.Nullable method name (line 74) | public TaskQueueDocumentsData name(String name) { method getName (line 84) | @javax.annotation.Nullable method setName (line 92) | public void setName(String name) { method description (line 97) | public TaskQueueDocumentsData description(String description) { method getDescription (line 107) | @javax.annotation.Nullable method setDescription (line 115) | public void setDescription(String description) { method documentType (line 120) | public TaskQueueDocumentsData documentType(String documentType) { method getDocumentType (line 130) | @javax.annotation.Nullable method setDocumentType (line 138) | public void setDocumentType(String documentType) { method equals (line 143) | @Override method equalsNullable (line 158) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 162) | @Override method hashCodeNullable (line 167) | private static int hashCodeNullable(JsonNullable a) { method toString (line 174) | @Override method toIndentedString (line 190) | private String toIndentedString(Object o) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/TaskQueueDocumentsDataInner.java class TaskQueueDocumentsDataInner (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method TaskQueueDocumentsDataInner (line 69) | public TaskQueueDocumentsDataInner() { method TaskQueueDocumentsDataInner (line 73) | public TaskQueueDocumentsDataInner( method getPk (line 84) | @javax.annotation.Nullable method name (line 94) | public TaskQueueDocumentsDataInner name(String name) { method getName (line 104) | @javax.annotation.Nullable method setName (line 112) | public void setName(String name) { method description (line 117) | public TaskQueueDocumentsDataInner description(String description) { method getDescription (line 127) | @javax.annotation.Nullable method setDescription (line 135) | public void setDescription(String description) { method documentType (line 140) | public TaskQueueDocumentsDataInner documentType(String documentType) { method getDocumentType (line 150) | @javax.annotation.Nullable method setDocumentType (line 158) | public void setDocumentType(String documentType) { method equals (line 164) | @Override method equalsNullable (line 179) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 183) | @Override method hashCodeNullable (line 188) | private static int hashCodeNullable(JsonNullable a) { method toString (line 195) | @Override method toIndentedString (line 211) | private String toIndentedString(Object o) { method validateJsonObject (line 240) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 267) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 268) | @SuppressWarnings("unchecked") method fromJson (line 303) | public static TaskQueueDocumentsDataInner fromJson(String jsonString) ... method toJson (line 312) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/TaskQueueReviewersData.java class TaskQueueReviewersData (line 30) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method TaskQueueReviewersData (line 40) | public TaskQueueReviewersData() { method TaskQueueReviewersData (line 44) | public TaskQueueReviewersData( method getPk (line 55) | @javax.annotation.Nullable method username (line 65) | public TaskQueueReviewersData username(String username) { method getUsername (line 75) | @javax.annotation.Nonnull method setUsername (line 83) | public void setUsername(String username) { method equals (line 88) | @Override method hashCode (line 101) | @Override method toString (line 106) | @Override method toIndentedString (line 120) | private String toIndentedString(Object o) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/TaskQueueReviewersDataInner.java class TaskQueueReviewersDataInner (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method TaskQueueReviewersDataInner (line 60) | public TaskQueueReviewersDataInner() { method TaskQueueReviewersDataInner (line 64) | public TaskQueueReviewersDataInner( method getPk (line 75) | @javax.annotation.Nullable method username (line 85) | public TaskQueueReviewersDataInner username(String username) { method getUsername (line 95) | @javax.annotation.Nonnull method setUsername (line 103) | public void setUsername(String username) { method equals (line 109) | @Override method hashCode (line 122) | @Override method toString (line 127) | @Override method toIndentedString (line 141) | private String toIndentedString(Object o) { method validateJsonObject (line 169) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 197) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 198) | @SuppressWarnings("unchecked") method fromJson (line 233) | public static TaskQueueReviewersDataInner fromJson(String jsonString) ... method toJson (line 242) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/TermTag.java class TermTag (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method TermTag (line 60) | public TermTag() { method TermTag (line 64) | public TermTag( method getPk (line 75) | @javax.annotation.Nullable method name (line 85) | public TermTag name(String name) { method getName (line 95) | @javax.annotation.Nullable method setName (line 103) | public void setName(String name) { method equals (line 109) | @Override method hashCode (line 122) | @Override method toString (line 127) | @Override method toIndentedString (line 141) | private String toIndentedString(Object o) { method validateJsonObject (line 168) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 189) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 190) | @SuppressWarnings("unchecked") method fromJson (line 225) | public static TermTag fromJson(String jsonString) throws IOException { method toJson (line 234) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/TermUsage.java class TermUsage (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method TermUsage (line 96) | public TermUsage() { method TermUsage (line 100) | public TermUsage( method getTermTerm (line 129) | @javax.annotation.Nullable method count (line 139) | public TermUsage count(Integer count) { method getCount (line 151) | @javax.annotation.Nullable method setCount (line 159) | public void setCount(Integer count) { method getPk (line 168) | @javax.annotation.Nullable method getTextUnitPk (line 182) | @javax.annotation.Nullable method getTextUnitUnitType (line 196) | @javax.annotation.Nullable method getTextUnitLocationStart (line 210) | @javax.annotation.Nullable method getTextUnitLocationEnd (line 224) | @javax.annotation.Nullable method getTextUnitDocumentPk (line 238) | @javax.annotation.Nullable method getTextUnitDocumentName (line 252) | @javax.annotation.Nullable method getTextUnitDocumentDescription (line 266) | @javax.annotation.Nullable method getTextUnitDocumentDocumentType (line 280) | @javax.annotation.Nullable method equals (line 291) | @Override method hashCode (line 313) | @Override method toString (line 318) | @Override method toIndentedString (line 341) | private String toIndentedString(Object o) { method validateJsonObject (line 377) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 422) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 423) | @SuppressWarnings("unchecked") method fromJson (line 458) | public static TermUsage fromJson(String jsonString) throws IOException { method toJson (line 467) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/TextUnitClassification.java class TextUnitClassification (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method TextUnitClassification (line 101) | public TextUnitClassification() { method TextUnitClassification (line 105) | public TextUnitClassification( method getPk (line 132) | @javax.annotation.Nullable method getTextUnitDocumentPk (line 146) | @javax.annotation.Nullable method getTextUnitDocumentName (line 160) | @javax.annotation.Nullable method getTextUnitDocumentDocumentType (line 174) | @javax.annotation.Nullable method getTextUnitDocumentDescription (line 188) | @javax.annotation.Nullable method getTextUnitPk (line 202) | @javax.annotation.Nullable method getTextUnitUnitType (line 216) | @javax.annotation.Nullable method getTextUnitLanguage (line 230) | @javax.annotation.Nullable method className (line 240) | public TextUnitClassification className(String className) { method getClassName (line 250) | @javax.annotation.Nonnull method setClassName (line 258) | public void setClassName(String className) { method classValue (line 263) | public TextUnitClassification classValue(String classValue) { method getClassValue (line 273) | @javax.annotation.Nonnull method setClassValue (line 281) | public void setClassValue(String classValue) { method getUserUsername (line 290) | @javax.annotation.Nullable method timestamp (line 300) | public TextUnitClassification timestamp(OffsetDateTime timestamp) { method getTimestamp (line 310) | @javax.annotation.Nullable method setTimestamp (line 318) | public void setTimestamp(OffsetDateTime timestamp) { method equals (line 324) | @Override method hashCode (line 347) | @Override method toString (line 352) | @Override method toIndentedString (line 376) | private String toIndentedString(Object o) { method validateJsonObject (line 415) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 470) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 471) | @SuppressWarnings("unchecked") method fromJson (line 506) | public static TextUnitClassification fromJson(String jsonString) throw... method toJson (line 515) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/TextUnitClassificationCreate.java class TextUnitClassificationCreate (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method TextUnitClassificationCreate (line 72) | public TextUnitClassificationCreate() { method TextUnitClassificationCreate (line 76) | public TextUnitClassificationCreate( method getPk (line 89) | @javax.annotation.Nullable method className (line 99) | public TextUnitClassificationCreate className(String className) { method getClassName (line 109) | @javax.annotation.Nonnull method setClassName (line 117) | public void setClassName(String className) { method classValue (line 122) | public TextUnitClassificationCreate classValue(String classValue) { method getClassValue (line 132) | @javax.annotation.Nonnull method setClassValue (line 140) | public void setClassValue(String classValue) { method textUnitId (line 145) | public TextUnitClassificationCreate textUnitId(Integer textUnitId) { method getTextUnitId (line 155) | @javax.annotation.Nonnull method setTextUnitId (line 163) | public void setTextUnitId(Integer textUnitId) { method getUserId (line 172) | @javax.annotation.Nullable method equals (line 183) | @Override method hashCode (line 199) | @Override method toString (line 204) | @Override method toIndentedString (line 221) | private String toIndentedString(Object o) { method validateJsonObject (line 254) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 285) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 286) | @SuppressWarnings("unchecked") method fromJson (line 321) | public static TextUnitClassificationCreate fromJson(String jsonString)... method toJson (line 330) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/TextUnitClassifier.java class TextUnitClassifier (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method TextUnitClassifier (line 76) | public TextUnitClassifier() { method TextUnitClassifier (line 80) | public TextUnitClassifier( method getPk (line 93) | @javax.annotation.Nullable method name (line 103) | public TextUnitClassifier name(String name) { method getName (line 113) | @javax.annotation.Nonnull method setName (line 121) | public void setName(String name) { method version (line 126) | public TextUnitClassifier version(String version) { method getVersion (line 136) | @javax.annotation.Nonnull method setVersion (line 144) | public void setVersion(String version) { method className (line 149) | public TextUnitClassifier className(String className) { method getClassName (line 159) | @javax.annotation.Nonnull method setClassName (line 167) | public void setClassName(String className) { method isActive (line 172) | public TextUnitClassifier isActive(Boolean isActive) { method getIsActive (line 182) | @javax.annotation.Nullable method setIsActive (line 190) | public void setIsActive(Boolean isActive) { method getSuggestions (line 199) | @javax.annotation.Nullable method equals (line 210) | @Override method hashCode (line 227) | @Override method toString (line 232) | @Override method toIndentedString (line 250) | private String toIndentedString(Object o) { method validateJsonObject (line 284) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 318) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 319) | @SuppressWarnings("unchecked") method fromJson (line 354) | public static TextUnitClassifier fromJson(String jsonString) throws IO... method toJson (line 363) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/TextUnitClassifierSuggestion.java class TextUnitClassifierSuggestion (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method TextUnitClassifierSuggestion (line 94) | public TextUnitClassifierSuggestion() { method TextUnitClassifierSuggestion (line 98) | public TextUnitClassifierSuggestion( method getPk (line 119) | @javax.annotation.Nullable method getTextUnitDocumentPk (line 133) | @javax.annotation.Nullable method getTextUnitDocumentName (line 147) | @javax.annotation.Nullable method getTextUnitDocumentDocumentType (line 161) | @javax.annotation.Nullable method getTextUnitDocumentDescription (line 175) | @javax.annotation.Nullable method getTextUnitPk (line 189) | @javax.annotation.Nullable method className (line 199) | public TextUnitClassifierSuggestion className(String className) { method getClassName (line 209) | @javax.annotation.Nonnull method setClassName (line 217) | public void setClassName(String className) { method classValue (line 222) | public TextUnitClassifierSuggestion classValue(String classValue) { method getClassValue (line 232) | @javax.annotation.Nonnull method setClassValue (line 240) | public void setClassValue(String classValue) { method classifierRun (line 245) | public TextUnitClassifierSuggestion classifierRun(OffsetDateTime class... method getClassifierRun (line 255) | @javax.annotation.Nullable method setClassifierRun (line 263) | public void setClassifierRun(OffsetDateTime classifierRun) { method classifierConfidence (line 268) | public TextUnitClassifierSuggestion classifierConfidence(BigDecimal cl... method getClassifierConfidence (line 278) | @javax.annotation.Nullable method setClassifierConfidence (line 286) | public void setClassifierConfidence(BigDecimal classifierConfidence) { method equals (line 292) | @Override method hashCode (line 313) | @Override method toString (line 318) | @Override method toIndentedString (line 340) | private String toIndentedString(Object o) { method validateJsonObject (line 377) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 423) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 424) | @SuppressWarnings("unchecked") method fromJson (line 459) | public static TextUnitClassifierSuggestion fromJson(String jsonString)... method toJson (line 468) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/TextUnitCluster.java class TextUnitCluster (line 53) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method TextUnitCluster (line 95) | public TextUnitCluster() { method TextUnitCluster (line 99) | public TextUnitCluster( method getPk (line 114) | @javax.annotation.Nullable method clusterId (line 124) | public TextUnitCluster clusterId(Integer clusterId) { method getClusterId (line 136) | @javax.annotation.Nullable method setClusterId (line 144) | public void setClusterId(Integer clusterId) { method name (line 149) | public TextUnitCluster name(String name) { method getName (line 159) | @javax.annotation.Nonnull method setName (line 167) | public void setName(String name) { method selfName (line 172) | public TextUnitCluster selfName(String selfName) { method getSelfName (line 182) | @javax.annotation.Nonnull method setSelfName (line 190) | public void setSelfName(String selfName) { method description (line 195) | public TextUnitCluster description(String description) { method getDescription (line 205) | @javax.annotation.Nonnull method setDescription (line 213) | public void setDescription(String description) { method clusterBy (line 218) | public TextUnitCluster clusterBy(String clusterBy) { method getClusterBy (line 228) | @javax.annotation.Nonnull method setClusterBy (line 236) | public void setClusterBy(String clusterBy) { method using (line 241) | public TextUnitCluster using(String using) { method getUsing (line 251) | @javax.annotation.Nonnull method setUsing (line 259) | public void setUsing(String using) { method createdDate (line 264) | public TextUnitCluster createdDate(OffsetDateTime createdDate) { method getCreatedDate (line 274) | @javax.annotation.Nullable method setCreatedDate (line 282) | public void setCreatedDate(OffsetDateTime createdDate) { method getTextUnitCount (line 291) | @javax.annotation.Nullable method getTextUnitData (line 305) | @javax.annotation.Nullable method equals (line 316) | @Override method hashCode (line 337) | @Override method toString (line 342) | @Override method toIndentedString (line 364) | private String toIndentedString(Object o) { method validateJsonObject (line 404) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 448) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 449) | @SuppressWarnings("unchecked") method fromJson (line 484) | public static TextUnitCluster fromJson(String jsonString) throws IOExc... method toJson (line 493) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/TextUnitDjangoQL.java class TextUnitDjangoQL (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method TextUnitDjangoQL (line 81) | public TextUnitDjangoQL() { method TextUnitDjangoQL (line 85) | public TextUnitDjangoQL( method getId (line 100) | @javax.annotation.Nullable method unitType (line 110) | public TextUnitDjangoQL unitType(String unitType) { method getUnitType (line 120) | @javax.annotation.Nonnull method setUnitType (line 128) | public void setUnitType(String unitType) { method text (line 133) | public TextUnitDjangoQL text(String text) { method getText (line 143) | @javax.annotation.Nullable method setText (line 151) | public void setText(String text) { method getProjectId (line 160) | @javax.annotation.Nullable method projectName (line 170) | public TextUnitDjangoQL projectName(String projectName) { method getProjectName (line 180) | @javax.annotation.Nonnull method setProjectName (line 188) | public void setProjectName(String projectName) { method getDocumentId (line 197) | @javax.annotation.Nullable method documentName (line 207) | public TextUnitDjangoQL documentName(String documentName) { method getDocumentName (line 217) | @javax.annotation.Nonnull method setDocumentName (line 225) | public void setDocumentName(String documentName) { method equals (line 231) | @Override method equalsNullable (line 249) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 253) | @Override method hashCodeNullable (line 258) | private static int hashCodeNullable(JsonNullable a) { method toString (line 265) | @Override method toIndentedString (line 284) | private String toIndentedString(Object o) { method validateJsonObject (line 319) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 362) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 363) | @SuppressWarnings("unchecked") method fromJson (line 398) | public static TextUnitDjangoQL fromJson(String jsonString) throws IOEx... method toJson (line 407) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/TextUnitSimilarity.java class TextUnitSimilarity (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method TextUnitSimilarity (line 110) | public TextUnitSimilarity() { method TextUnitSimilarity (line 114) | public TextUnitSimilarity( method getTextUnitAId (line 147) | @javax.annotation.Nullable method getTextUnitAUnitType (line 161) | @javax.annotation.Nullable method getTextUnitALanguage (line 175) | @javax.annotation.Nullable method getTextUnitAText (line 189) | @javax.annotation.Nullable method getDocumentAId (line 203) | @javax.annotation.Nullable method getDocumentAName (line 217) | @javax.annotation.Nullable method getTextUnitBId (line 231) | @javax.annotation.Nullable method getTextUnitBUnitType (line 245) | @javax.annotation.Nullable method getTextUnitBLanguage (line 259) | @javax.annotation.Nullable method getTextUnitBText (line 273) | @javax.annotation.Nullable method getDocumentBId (line 287) | @javax.annotation.Nullable method getDocumentBName (line 301) | @javax.annotation.Nullable method similarity (line 311) | public TextUnitSimilarity similarity(BigDecimal similarity) { method getSimilarity (line 321) | @javax.annotation.Nonnull method setSimilarity (line 329) | public void setSimilarity(BigDecimal similarity) { method run (line 334) | public TextUnitSimilarity run(DocumentSimilarityRun run) { method getRun (line 344) | @javax.annotation.Nullable method setRun (line 352) | public void setRun(DocumentSimilarityRun run) { method equals (line 358) | @Override method hashCode (line 383) | @Override method toString (line 388) | @Override method toIndentedString (line 414) | private String toIndentedString(Object o) { method validateJsonObject (line 454) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 522) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 523) | @SuppressWarnings("unchecked") method fromJson (line 558) | public static TextUnitSimilarity fromJson(String jsonString) throws IO... method toJson (line 567) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/TextUnitSimilarityByFeaturesForm.java class TextUnitSimilarityByFeaturesForm (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... type FeatureSourceEnum (line 68) | @JsonAdapter(FeatureSourceEnum.Adapter.class) method FeatureSourceEnum (line 90) | FeatureSourceEnum(String value) { method getValue (line 94) | public String getValue() { method toString (line 98) | @Override method fromValue (line 103) | public static FeatureSourceEnum fromValue(String value) { class Adapter (line 112) | public static class Adapter extends TypeAdapter { method write (line 113) | @Override method read (line 118) | @Override type DistanceTypeEnum (line 133) | @JsonAdapter(DistanceTypeEnum.Adapter.class) method DistanceTypeEnum (line 181) | DistanceTypeEnum(String value) { method getValue (line 185) | public String getValue() { method toString (line 189) | @Override method fromValue (line 194) | public static DistanceTypeEnum fromValue(String value) { class Adapter (line 203) | public static class Adapter extends TypeAdapter { method write (line 204) | @Override method read (line 209) | @Override type UnitTypeEnum (line 240) | @JsonAdapter(UnitTypeEnum.Adapter.class) method UnitTypeEnum (line 250) | UnitTypeEnum(String value) { method getValue (line 254) | public String getValue() { method toString (line 258) | @Override method fromValue (line 263) | public static UnitTypeEnum fromValue(String value) { class Adapter (line 272) | public static class Adapter extends TypeAdapter { method write (line 273) | @Override method read (line 278) | @Override method TextUnitSimilarityByFeaturesForm (line 290) | public TextUnitSimilarityByFeaturesForm() { method runName (line 293) | public TextUnitSimilarityByFeaturesForm runName(String runName) { method getRunName (line 303) | @javax.annotation.Nonnull method setRunName (line 311) | public void setRunName(String runName) { method similarityThreshold (line 316) | public TextUnitSimilarityByFeaturesForm similarityThreshold(Integer si... method getSimilarityThreshold (line 326) | @javax.annotation.Nullable method setSimilarityThreshold (line 334) | public void setSimilarityThreshold(Integer similarityThreshold) { method project (line 339) | public TextUnitSimilarityByFeaturesForm project(Integer project) { method getProject (line 349) | @javax.annotation.Nonnull method setProject (line 357) | public void setProject(Integer project) { method featureSource (line 362) | public TextUnitSimilarityByFeaturesForm featureSource(FeatureSourceEnu... method getFeatureSource (line 372) | @javax.annotation.Nullable method setFeatureSource (line 380) | public void setFeatureSource(FeatureSourceEnum featureSource) { method distanceType (line 385) | public TextUnitSimilarityByFeaturesForm distanceType(DistanceTypeEnum ... method getDistanceType (line 395) | @javax.annotation.Nullable method setDistanceType (line 403) | public void setDistanceType(DistanceTypeEnum distanceType) { method itemId (line 408) | public TextUnitSimilarityByFeaturesForm itemId(Integer itemId) { method getItemId (line 418) | @javax.annotation.Nonnull method setItemId (line 426) | public void setItemId(Integer itemId) { method createReverseRelations (line 431) | public TextUnitSimilarityByFeaturesForm createReverseRelations(Boolean... method getCreateReverseRelations (line 441) | @javax.annotation.Nonnull method setCreateReverseRelations (line 449) | public void setCreateReverseRelations(Boolean createReverseRelations) { method useTfidf (line 454) | public TextUnitSimilarityByFeaturesForm useTfidf(Boolean useTfidf) { method getUseTfidf (line 464) | @javax.annotation.Nonnull method setUseTfidf (line 472) | public void setUseTfidf(Boolean useTfidf) { method delete (line 477) | public TextUnitSimilarityByFeaturesForm delete(Boolean delete) { method getDelete (line 487) | @javax.annotation.Nonnull method setDelete (line 495) | public void setDelete(Boolean delete) { method unitType (line 500) | public TextUnitSimilarityByFeaturesForm unitType(UnitTypeEnum unitType) { method getUnitType (line 510) | @javax.annotation.Nullable method setUnitType (line 518) | public void setUnitType(UnitTypeEnum unitType) { method equals (line 524) | @Override method equalsNullable (line 545) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 549) | @Override method hashCodeNullable (line 554) | private static int hashCodeNullable(JsonNullable a) { method toString (line 561) | @Override method toIndentedString (line 583) | private String toIndentedString(Object o) { method validateJsonObject (line 624) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 661) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 662) | @SuppressWarnings("unchecked") method fromJson (line 697) | public static TextUnitSimilarityByFeaturesForm fromJson(String jsonStr... method toJson (line 706) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/TrademarkUsage.java class TrademarkUsage (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method TrademarkUsage (line 96) | public TrademarkUsage() { method TrademarkUsage (line 100) | public TrademarkUsage( method trademark (line 123) | public TrademarkUsage trademark(String trademark) { method getTrademark (line 133) | @javax.annotation.Nonnull method setTrademark (line 141) | public void setTrademark(String trademark) { method count (line 146) | public TrademarkUsage count(Integer count) { method getCount (line 158) | @javax.annotation.Nullable method setCount (line 166) | public void setCount(Integer count) { method getPk (line 175) | @javax.annotation.Nullable method getTextUnitPk (line 189) | @javax.annotation.Nullable method getTextUnitUnitType (line 203) | @javax.annotation.Nullable method getTextUnitLocationStart (line 217) | @javax.annotation.Nullable method getTextUnitLocationEnd (line 231) | @javax.annotation.Nullable method getTextUnitDocumentPk (line 245) | @javax.annotation.Nullable method getTextUnitDocumentName (line 259) | @javax.annotation.Nullable method getTextUnitDocumentDescription (line 273) | @javax.annotation.Nullable method getTextUnitDocumentDocumentType (line 287) | @javax.annotation.Nullable method equals (line 298) | @Override method hashCode (line 320) | @Override method toString (line 325) | @Override method toIndentedString (line 348) | private String toIndentedString(Object o) { method validateJsonObject (line 385) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 437) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 438) | @SuppressWarnings("unchecked") method fromJson (line 473) | public static TrademarkUsage fromJson(String jsonString) throws IOExce... method toJson (line 482) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/Transformer.java class Transformer (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method Transformer (line 60) | public Transformer() { method Transformer (line 64) | public Transformer( method getId (line 75) | @javax.annotation.Nullable method name (line 85) | public Transformer name(String name) { method getName (line 95) | @javax.annotation.Nonnull method setName (line 103) | public void setName(String name) { method equals (line 109) | @Override method hashCode (line 122) | @Override method toString (line 127) | @Override method toIndentedString (line 141) | private String toIndentedString(Object o) { method validateJsonObject (line 169) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 197) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 198) | @SuppressWarnings("unchecked") method fromJson (line 233) | public static Transformer fromJson(String jsonString) throws IOExcepti... method toJson (line 242) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/TusUploadSessionUploadSessionIdUploadPOST400Response.java class TusUploadSessionUploadSessionIdUploadPOST400Response (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method TusUploadSessionUploadSessionIdUploadPOST400Response (line 56) | public TusUploadSessionUploadSessionIdUploadPOST400Response() { method status (line 59) | public TusUploadSessionUploadSessionIdUploadPOST400Response status(Str... method getStatus (line 69) | @javax.annotation.Nullable method setStatus (line 77) | public void setStatus(String status) { method equals (line 83) | @Override method hashCode (line 95) | @Override method toString (line 100) | @Override method toIndentedString (line 113) | private String toIndentedString(Object o) { method validateJsonObject (line 139) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 160) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 161) | @SuppressWarnings("unchecked") method fromJson (line 196) | public static TusUploadSessionUploadSessionIdUploadPOST400Response fro... method toJson (line 205) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/Typeahead.java class Typeahead (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method Typeahead (line 56) | public Typeahead() { method q (line 59) | public Typeahead q(String q) { method getQ (line 69) | @javax.annotation.Nonnull method setQ (line 77) | public void setQ(String q) { method equals (line 83) | @Override method hashCode (line 95) | @Override method toString (line 100) | @Override method toIndentedString (line 113) | private String toIndentedString(Object o) { method validateJsonObject (line 140) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 168) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 169) | @SuppressWarnings("unchecked") method fromJson (line 204) | public static Typeahead fromJson(String jsonString) throws IOException { method toJson (line 213) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/UpdateProjectDocumentsFieldsRequest.java class UpdateProjectDocumentsFieldsRequest (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method UpdateProjectDocumentsFieldsRequest (line 74) | public UpdateProjectDocumentsFieldsRequest() { method all (line 77) | public UpdateProjectDocumentsFieldsRequest all(Boolean all) { method getAll (line 87) | @javax.annotation.Nullable method setAll (line 95) | public void setAll(Boolean all) { method documentIds (line 100) | public UpdateProjectDocumentsFieldsRequest documentIds(List d... method addDocumentIdsItem (line 106) | public UpdateProjectDocumentsFieldsRequest addDocumentIdsItem(Integer ... method getDocumentIds (line 118) | @javax.annotation.Nullable method setDocumentIds (line 126) | public void setDocumentIds(List documentIds) { method noDocumentIds (line 131) | public UpdateProjectDocumentsFieldsRequest noDocumentIds(List... method addNoDocumentIdsItem (line 137) | public UpdateProjectDocumentsFieldsRequest addNoDocumentIdsItem(Intege... method getNoDocumentIds (line 149) | @javax.annotation.Nullable method setNoDocumentIds (line 157) | public void setNoDocumentIds(List noDocumentIds) { method fieldsData (line 162) | public UpdateProjectDocumentsFieldsRequest fieldsData(Object fieldsDat... method getFieldsData (line 172) | @javax.annotation.Nonnull method setFieldsData (line 180) | public void setFieldsData(Object fieldsData) { method onExistingValue (line 185) | public UpdateProjectDocumentsFieldsRequest onExistingValue(String onEx... method getOnExistingValue (line 195) | @javax.annotation.Nullable method setOnExistingValue (line 203) | public void setOnExistingValue(String onExistingValue) { method equals (line 209) | @Override method hashCode (line 225) | @Override method toString (line 230) | @Override method toIndentedString (line 247) | private String toIndentedString(Object o) { method validateJsonObject (line 278) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 314) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 315) | @SuppressWarnings("unchecked") method fromJson (line 350) | public static UpdateProjectDocumentsFieldsRequest fromJson(String json... method toJson (line 359) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/UpdateProjectDocumentsFieldsResponse.java class UpdateProjectDocumentsFieldsResponse (line 53) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method UpdateProjectDocumentsFieldsResponse (line 67) | public UpdateProjectDocumentsFieldsResponse() { method taskId (line 70) | public UpdateProjectDocumentsFieldsResponse taskId(UUID taskId) { method getTaskId (line 80) | @javax.annotation.Nonnull method setTaskId (line 88) | public void setTaskId(UUID taskId) { method inactiveDocumentIds (line 93) | public UpdateProjectDocumentsFieldsResponse inactiveDocumentIds(List inactiveDocumentIds) { method inactiveDocumentNames (line 121) | public UpdateProjectDocumentsFieldsResponse inactiveDocumentNames(List... method addInactiveDocumentNamesItem (line 127) | public UpdateProjectDocumentsFieldsResponse addInactiveDocumentNamesIt... method getInactiveDocumentNames (line 136) | @javax.annotation.Nonnull method setInactiveDocumentNames (line 144) | public void setInactiveDocumentNames(List inactiveDocumentName... method equals (line 150) | @Override method hashCode (line 164) | @Override method toString (line 169) | @Override method toIndentedString (line 184) | private String toIndentedString(Object o) { method validateJsonObject (line 215) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 251) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 252) | @SuppressWarnings("unchecked") method fromJson (line 287) | public static UpdateProjectDocumentsFieldsResponse fromJson(String jso... method toJson (line 296) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/Upload.java class Upload (line 54) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method Upload (line 96) | public Upload() { method Upload (line 100) | public Upload( method getId (line 111) | @javax.annotation.Nullable method guid (line 121) | public Upload guid(UUID guid) { method getGuid (line 131) | @javax.annotation.Nullable method setGuid (line 139) | public void setGuid(UUID guid) { method state (line 144) | public Upload state(String state) { method getState (line 154) | @javax.annotation.Nullable method setState (line 162) | public void setState(String state) { method uploadOffset (line 167) | public Upload uploadOffset(Long uploadOffset) { method getUploadOffset (line 179) | @javax.annotation.Nullable method setUploadOffset (line 187) | public void setUploadOffset(Long uploadOffset) { method uploadLength (line 192) | public Upload uploadLength(Long uploadLength) { method getUploadLength (line 204) | @javax.annotation.Nullable method setUploadLength (line 212) | public void setUploadLength(Long uploadLength) { method uploadMetadata (line 217) | public Upload uploadMetadata(String uploadMetadata) { method getUploadMetadata (line 227) | @javax.annotation.Nonnull method setUploadMetadata (line 235) | public void setUploadMetadata(String uploadMetadata) { method filename (line 240) | public Upload filename(String filename) { method getFilename (line 250) | @javax.annotation.Nullable method setFilename (line 258) | public void setFilename(String filename) { method temporaryFilePath (line 263) | public Upload temporaryFilePath(String temporaryFilePath) { method getTemporaryFilePath (line 273) | @javax.annotation.Nullable method setTemporaryFilePath (line 281) | public void setTemporaryFilePath(String temporaryFilePath) { method expires (line 286) | public Upload expires(OffsetDateTime expires) { method getExpires (line 296) | @javax.annotation.Nullable method setExpires (line 304) | public void setExpires(OffsetDateTime expires) { method uploadedFile (line 309) | public Upload uploadedFile(File uploadedFile) { method getUploadedFile (line 319) | @javax.annotation.Nullable method setUploadedFile (line 327) | public void setUploadedFile(File uploadedFile) { method equals (line 333) | @Override method equalsNullable (line 354) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 358) | @Override method hashCodeNullable (line 363) | private static int hashCodeNullable(JsonNullable a) { method toString (line 370) | @Override method toIndentedString (line 392) | private String toIndentedString(Object o) { method validateJsonObject (line 428) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 468) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 469) | @SuppressWarnings("unchecked") method fromJson (line 504) | public static Upload fromJson(String jsonString) throws IOException { method toJson (line 513) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/UploadSessionBatchUploadRequest.java class UploadSessionBatchUploadRequest (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method UploadSessionBatchUploadRequest (line 56) | public UploadSessionBatchUploadRequest() { method folder (line 59) | public UploadSessionBatchUploadRequest folder(String folder) { method getFolder (line 69) | @javax.annotation.Nonnull method setFolder (line 77) | public void setFolder(String folder) { method equals (line 83) | @Override method hashCode (line 95) | @Override method toString (line 100) | @Override method toIndentedString (line 113) | private String toIndentedString(Object o) { method validateJsonObject (line 140) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 168) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 169) | @SuppressWarnings("unchecked") method fromJson (line 204) | public static UploadSessionBatchUploadRequest fromJson(String jsonStri... method toJson (line 213) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/UploadSessionCreate.java class UploadSessionCreate (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method UploadSessionCreate (line 77) | public UploadSessionCreate() { method UploadSessionCreate (line 81) | public UploadSessionCreate( method getUid (line 98) | @javax.annotation.Nullable method project (line 108) | public UploadSessionCreate project(Integer project) { method getProject (line 118) | @javax.annotation.Nullable method setProject (line 126) | public void setProject(Integer project) { method createdBy (line 131) | public UploadSessionCreate createdBy(Integer createdBy) { method getCreatedBy (line 141) | @javax.annotation.Nullable method setCreatedBy (line 149) | public void setCreatedBy(Integer createdBy) { method getUploadFiles (line 158) | @javax.annotation.Nullable method getReviewFiles (line 172) | @javax.annotation.Nullable method getForce (line 186) | @javax.annotation.Nullable method equals (line 197) | @Override method hashCode (line 214) | @Override method toString (line 219) | @Override method toIndentedString (line 237) | private String toIndentedString(Object o) { method validateJsonObject (line 268) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 289) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 290) | @SuppressWarnings("unchecked") method fromJson (line 325) | public static UploadSessionCreate fromJson(String jsonString) throws I... method toJson (line 334) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/UploadSessionDeleteFileRequest.java class UploadSessionDeleteFileRequest (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method UploadSessionDeleteFileRequest (line 56) | public UploadSessionDeleteFileRequest() { method filename (line 59) | public UploadSessionDeleteFileRequest filename(String filename) { method getFilename (line 69) | @javax.annotation.Nonnull method setFilename (line 77) | public void setFilename(String filename) { method equals (line 83) | @Override method hashCode (line 95) | @Override method toString (line 100) | @Override method toIndentedString (line 113) | private String toIndentedString(Object o) { method validateJsonObject (line 140) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 168) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 169) | @SuppressWarnings("unchecked") method fromJson (line 204) | public static UploadSessionDeleteFileRequest fromJson(String jsonStrin... method toJson (line 213) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/UploadSessionDetail.java class UploadSessionDetail (line 54) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method UploadSessionDetail (line 88) | public UploadSessionDetail() { method UploadSessionDetail (line 92) | public UploadSessionDetail( method getUid (line 111) | @javax.annotation.Nullable method project (line 121) | public UploadSessionDetail project(Integer project) { method getProject (line 131) | @javax.annotation.Nullable method setProject (line 139) | public void setProject(Integer project) { method createdBy (line 144) | public UploadSessionDetail createdBy(TaskQueueReviewersDataInner creat... method getCreatedBy (line 154) | @javax.annotation.Nonnull method setCreatedBy (line 162) | public void setCreatedBy(TaskQueueReviewersDataInner createdBy) { method getCreatedDate (line 171) | @javax.annotation.Nullable method getDocumentType (line 185) | @javax.annotation.Nullable method getProgress (line 199) | @javax.annotation.Nullable method completed (line 209) | public UploadSessionDetail completed(Boolean completed) { method getCompleted (line 219) | @javax.annotation.Nullable method setCompleted (line 227) | public void setCompleted(Boolean completed) { method getIsCanceling (line 236) | @javax.annotation.Nullable method equals (line 247) | @Override method equalsNullable (line 266) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 270) | @Override method hashCodeNullable (line 275) | private static int hashCodeNullable(JsonNullable a) { method toString (line 282) | @Override method toIndentedString (line 302) | private String toIndentedString(Object o) { method validateJsonObject (line 336) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 377) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 378) | @SuppressWarnings("unchecked") method fromJson (line 413) | public static UploadSessionDetail fromJson(String jsonString) throws I... method toJson (line 422) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/UploadSessionUpdate.java class UploadSessionUpdate (line 53) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method UploadSessionUpdate (line 75) | public UploadSessionUpdate() { method UploadSessionUpdate (line 79) | public UploadSessionUpdate( method getPk (line 92) | @javax.annotation.Nullable method project (line 102) | public UploadSessionUpdate project(Integer project) { method getProject (line 112) | @javax.annotation.Nullable method setProject (line 120) | public void setProject(Integer project) { method createdBy (line 125) | public UploadSessionUpdate createdBy(Integer createdBy) { method getCreatedBy (line 135) | @javax.annotation.Nullable method setCreatedBy (line 143) | public void setCreatedBy(Integer createdBy) { method getCreatedDate (line 152) | @javax.annotation.Nullable method completed (line 162) | public UploadSessionUpdate completed(Boolean completed) { method getCompleted (line 172) | @javax.annotation.Nullable method setCompleted (line 180) | public void setCompleted(Boolean completed) { method equals (line 186) | @Override method equalsNullable (line 202) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 206) | @Override method hashCodeNullable (line 211) | private static int hashCodeNullable(JsonNullable a) { method toString (line 218) | @Override method toIndentedString (line 235) | private String toIndentedString(Object o) { method validateJsonObject (line 265) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 286) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 287) | @SuppressWarnings("unchecked") method fromJson (line 322) | public static UploadSessionUpdate fromJson(String jsonString) throws I... method toJson (line 331) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/UrlUsage.java class UrlUsage (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method UrlUsage (line 96) | public UrlUsage() { method UrlUsage (line 100) | public UrlUsage( method sourceUrl (line 123) | public UrlUsage sourceUrl(String sourceUrl) { method getSourceUrl (line 133) | @javax.annotation.Nonnull method setSourceUrl (line 141) | public void setSourceUrl(String sourceUrl) { method count (line 146) | public UrlUsage count(Integer count) { method getCount (line 158) | @javax.annotation.Nullable method setCount (line 166) | public void setCount(Integer count) { method getPk (line 175) | @javax.annotation.Nullable method getTextUnitPk (line 189) | @javax.annotation.Nullable method getTextUnitUnitType (line 203) | @javax.annotation.Nullable method getTextUnitLocationStart (line 217) | @javax.annotation.Nullable method getTextUnitLocationEnd (line 231) | @javax.annotation.Nullable method getTextUnitDocumentPk (line 245) | @javax.annotation.Nullable method getTextUnitDocumentName (line 259) | @javax.annotation.Nullable method getTextUnitDocumentDescription (line 273) | @javax.annotation.Nullable method getTextUnitDocumentDocumentType (line 287) | @javax.annotation.Nullable method equals (line 298) | @Override method hashCode (line 320) | @Override method toString (line 325) | @Override method toIndentedString (line 348) | private String toIndentedString(Object o) { method validateJsonObject (line 385) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 437) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 438) | @SuppressWarnings("unchecked") method fromJson (line 473) | public static UrlUsage fromJson(String jsonString) throws IOException { method toJson (line 482) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/User.java class User (line 54) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method User (line 116) | public User() { method User (line 120) | public User( method getId (line 137) | @javax.annotation.Nullable method getUid (line 151) | @javax.annotation.Nullable method username (line 161) | public User username(String username) { method getUsername (line 171) | @javax.annotation.Nonnull method setUsername (line 179) | public void setUsername(String username) { method lastName (line 184) | public User lastName(String lastName) { method getLastName (line 194) | @javax.annotation.Nullable method setLastName (line 202) | public void setLastName(String lastName) { method firstName (line 207) | public User firstName(String firstName) { method getFirstName (line 217) | @javax.annotation.Nullable method setFirstName (line 225) | public void setFirstName(String firstName) { method email (line 230) | public User email(String email) { method getEmail (line 240) | @javax.annotation.Nonnull method setEmail (line 248) | public void setEmail(String email) { method isSuperuser (line 253) | public User isSuperuser(Boolean isSuperuser) { method getIsSuperuser (line 263) | @javax.annotation.Nullable method setIsSuperuser (line 271) | public void setIsSuperuser(Boolean isSuperuser) { method isStaff (line 276) | public User isStaff(Boolean isStaff) { method getIsStaff (line 286) | @javax.annotation.Nullable method setIsStaff (line 294) | public void setIsStaff(Boolean isStaff) { method isActive (line 299) | public User isActive(Boolean isActive) { method getIsActive (line 309) | @javax.annotation.Nullable method setIsActive (line 317) | public void setIsActive(Boolean isActive) { method name (line 322) | public User name(String name) { method getName (line 332) | @javax.annotation.Nullable method setName (line 340) | public void setName(String name) { method initials (line 345) | public User initials(String initials) { method getInitials (line 355) | @javax.annotation.Nullable method setInitials (line 363) | public void setInitials(String initials) { method organization (line 368) | public User organization(String organization) { method getOrganization (line 378) | @javax.annotation.Nullable method setOrganization (line 386) | public void setOrganization(String organization) { method getPhoto (line 395) | @javax.annotation.Nullable method getPermissions (line 409) | @javax.annotation.Nullable method groups (line 419) | public User groups(List groups) { method addGroupsItem (line 425) | public User addGroupsItem(Integer groupsItem) { method getGroups (line 437) | @javax.annotation.Nullable method setGroups (line 445) | public void setGroups(List groups) { method equals (line 451) | @Override method equalsNullable (line 477) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 481) | @Override method hashCodeNullable (line 486) | private static int hashCodeNullable(JsonNullable a) { method toString (line 493) | @Override method toIndentedString (line 520) | private String toIndentedString(Object o) { method validateJsonObject (line 562) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 618) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 619) | @SuppressWarnings("unchecked") method fromJson (line 654) | public static User fromJson(String jsonString) throws IOException { method toJson (line 663) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/UserProfile.java class UserProfile (line 55) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method UserProfile (line 97) | public UserProfile() { method UserProfile (line 101) | public UserProfile( method getUid (line 120) | @javax.annotation.Nullable method getUsername (line 134) | @javax.annotation.Nullable method lastName (line 144) | public UserProfile lastName(String lastName) { method getLastName (line 154) | @javax.annotation.Nullable method setLastName (line 162) | public void setLastName(String lastName) { method firstName (line 167) | public UserProfile firstName(String firstName) { method getFirstName (line 177) | @javax.annotation.Nullable method setFirstName (line 185) | public void setFirstName(String firstName) { method name (line 190) | public UserProfile name(String name) { method getName (line 200) | @javax.annotation.Nullable method setName (line 208) | public void setName(String name) { method getInitials (line 217) | @javax.annotation.Nullable method photo (line 227) | public UserProfile photo(File photo) { method getPhoto (line 237) | @javax.annotation.Nullable method setPhoto (line 245) | public void setPhoto(File photo) { method getEmail (line 254) | @javax.annotation.Nullable method organization (line 264) | public UserProfile organization(String organization) { method getOrganization (line 274) | @javax.annotation.Nullable method setOrganization (line 282) | public void setOrganization(String organization) { method getGroups (line 291) | @javax.annotation.Nullable method equals (line 302) | @Override method equalsNullable (line 323) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 327) | @Override method hashCodeNullable (line 332) | private static int hashCodeNullable(JsonNullable a) { method toString (line 339) | @Override method toIndentedString (line 361) | private String toIndentedString(Object o) { method validateJsonObject (line 396) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 442) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 443) | @SuppressWarnings("unchecked") method fromJson (line 478) | public static UserProfile fromJson(String jsonString) throws IOExcepti... method toJson (line 487) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/UserStats.java class UserStats (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method UserStats (line 109) | public UserStats() { method id (line 112) | public UserStats id(Integer id) { method getId (line 122) | @javax.annotation.Nonnull method setId (line 130) | public void setId(Integer id) { method userName (line 135) | public UserStats userName(String userName) { method getUserName (line 145) | @javax.annotation.Nonnull method setUserName (line 153) | public void setUserName(String userName) { method groupName (line 158) | public UserStats groupName(String groupName) { method getGroupName (line 168) | @javax.annotation.Nullable method setGroupName (line 176) | public void setGroupName(String groupName) { method totalProjects (line 181) | public UserStats totalProjects(Integer totalProjects) { method getTotalProjects (line 191) | @javax.annotation.Nonnull method setTotalProjects (line 199) | public void setTotalProjects(Integer totalProjects) { method documentsAssigned (line 204) | public UserStats documentsAssigned(Integer documentsAssigned) { method getDocumentsAssigned (line 214) | @javax.annotation.Nonnull method setDocumentsAssigned (line 222) | public void setDocumentsAssigned(Integer documentsAssigned) { method documentsCompleted (line 227) | public UserStats documentsCompleted(Integer documentsCompleted) { method getDocumentsCompleted (line 237) | @javax.annotation.Nonnull method setDocumentsCompleted (line 245) | public void setDocumentsCompleted(Integer documentsCompleted) { method documentsTodo (line 250) | public UserStats documentsTodo(Integer documentsTodo) { method getDocumentsTodo (line 260) | @javax.annotation.Nonnull method setDocumentsTodo (line 268) | public void setDocumentsTodo(Integer documentsTodo) { method documentsCompletedPcnt (line 273) | public UserStats documentsCompletedPcnt(BigDecimal documentsCompletedP... method getDocumentsCompletedPcnt (line 283) | @javax.annotation.Nonnull method setDocumentsCompletedPcnt (line 291) | public void setDocumentsCompletedPcnt(BigDecimal documentsCompletedPcn... method documentsTodoPcnt (line 296) | public UserStats documentsTodoPcnt(BigDecimal documentsTodoPcnt) { method getDocumentsTodoPcnt (line 306) | @javax.annotation.Nonnull method setDocumentsTodoPcnt (line 314) | public void setDocumentsTodoPcnt(BigDecimal documentsTodoPcnt) { method clausesAssigned (line 319) | public UserStats clausesAssigned(Integer clausesAssigned) { method getClausesAssigned (line 329) | @javax.annotation.Nonnull method setClausesAssigned (line 337) | public void setClausesAssigned(Integer clausesAssigned) { method clausesCompleted (line 342) | public UserStats clausesCompleted(Integer clausesCompleted) { method getClausesCompleted (line 352) | @javax.annotation.Nonnull method setClausesCompleted (line 360) | public void setClausesCompleted(Integer clausesCompleted) { method clausesTodo (line 365) | public UserStats clausesTodo(Integer clausesTodo) { method getClausesTodo (line 375) | @javax.annotation.Nonnull method setClausesTodo (line 383) | public void setClausesTodo(Integer clausesTodo) { method clausesCompletedPcnt (line 388) | public UserStats clausesCompletedPcnt(BigDecimal clausesCompletedPcnt) { method getClausesCompletedPcnt (line 398) | @javax.annotation.Nonnull method setClausesCompletedPcnt (line 406) | public void setClausesCompletedPcnt(BigDecimal clausesCompletedPcnt) { method clausesTodoPcnt (line 411) | public UserStats clausesTodoPcnt(BigDecimal clausesTodoPcnt) { method getClausesTodoPcnt (line 421) | @javax.annotation.Nonnull method setClausesTodoPcnt (line 429) | public void setClausesTodoPcnt(BigDecimal clausesTodoPcnt) { method equals (line 435) | @Override method hashCode (line 460) | @Override method toString (line 465) | @Override method toIndentedString (line 491) | private String toIndentedString(Object o) { method validateJsonObject (line 544) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 575) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 576) | @SuppressWarnings("unchecked") method fromJson (line 611) | public static UserStats fromJson(String jsonString) throws IOException { method toJson (line 620) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/VerifyAuthTokenRequest.java class VerifyAuthTokenRequest (line 50) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method VerifyAuthTokenRequest (line 56) | public VerifyAuthTokenRequest() { method authToken (line 59) | public VerifyAuthTokenRequest authToken(String authToken) { method getAuthToken (line 69) | @javax.annotation.Nonnull method setAuthToken (line 77) | public void setAuthToken(String authToken) { method equals (line 83) | @Override method hashCode (line 95) | @Override method toString (line 100) | @Override method toIndentedString (line 113) | private String toIndentedString(Object o) { method validateJsonObject (line 140) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 168) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 169) | @SuppressWarnings("unchecked") method fromJson (line 204) | public static VerifyAuthTokenRequest fromJson(String jsonString) throw... method toJson (line 213) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/VerifyAuthTokenResponse.java class VerifyAuthTokenResponse (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method VerifyAuthTokenResponse (line 69) | public VerifyAuthTokenResponse() { method key (line 72) | public VerifyAuthTokenResponse key(String key) { method getKey (line 82) | @javax.annotation.Nonnull method setKey (line 90) | public void setKey(String key) { method userName (line 95) | public VerifyAuthTokenResponse userName(String userName) { method getUserName (line 105) | @javax.annotation.Nonnull method setUserName (line 113) | public void setUserName(String userName) { method releaseVersion (line 118) | public VerifyAuthTokenResponse releaseVersion(String releaseVersion) { method getReleaseVersion (line 128) | @javax.annotation.Nonnull method setReleaseVersion (line 136) | public void setReleaseVersion(String releaseVersion) { method user (line 141) | public VerifyAuthTokenResponse user(ProjectDetailOwnersDataInner user) { method getUser (line 151) | @javax.annotation.Nonnull method setUser (line 159) | public void setUser(ProjectDetailOwnersDataInner user) { method equals (line 165) | @Override method hashCode (line 180) | @Override method toString (line 185) | @Override method toIndentedString (line 201) | private String toIndentedString(Object o) { method validateJsonObject (line 234) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 272) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 273) | @SuppressWarnings("unchecked") method fromJson (line 308) | public static VerifyAuthTokenResponse fromJson(String jsonString) thro... method toJson (line 317) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/VerifyEmail.java class VerifyEmail (line 30) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method VerifyEmail (line 36) | public VerifyEmail() { method key (line 39) | public VerifyEmail key(String key) { method getKey (line 49) | @javax.annotation.Nonnull method setKey (line 57) | public void setKey(String key) { method equals (line 62) | @Override method hashCode (line 74) | @Override method toString (line 79) | @Override method toIndentedString (line 92) | private String toIndentedString(Object o) { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/WebNotificationDetail.java class WebNotificationDetail (line 51) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... method WebNotificationDetail (line 61) | public WebNotificationDetail() { method isSeen (line 64) | public WebNotificationDetail isSeen(Boolean isSeen) { method getIsSeen (line 74) | @javax.annotation.Nullable method setIsSeen (line 82) | public void setIsSeen(Boolean isSeen) { method notification (line 87) | public WebNotificationDetail notification(WebNotificationDetailNotific... method getNotification (line 97) | @javax.annotation.Nullable method setNotification (line 105) | public void setNotification(WebNotificationDetailNotification notifica... method equals (line 111) | @Override method hashCode (line 124) | @Override method toString (line 129) | @Override method toIndentedString (line 143) | private String toIndentedString(Object o) { method validateJsonObject (line 170) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 192) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 193) | @SuppressWarnings("unchecked") method fromJson (line 228) | public static WebNotificationDetail fromJson(String jsonString) throws... method toJson (line 237) | public String toJson() { FILE: sdk/java/sdk/src/main/java/org/openapitools/client/model/WebNotificationDetailNotification.java class WebNotificationDetailNotification (line 52) | @javax.annotation.Generated(value = "org.openapitools.codegen.languages.... type NotificationTypeEnum (line 73) | @JsonAdapter(NotificationTypeEnum.Adapter.class) method NotificationTypeEnum (line 105) | NotificationTypeEnum(String value) { method getValue (line 109) | public String getValue() { method toString (line 113) | @Override method fromValue (line 118) | public static NotificationTypeEnum fromValue(String value) { class Adapter (line 127) | public static class Adapter extends TypeAdapter { method write (line 128) | @Override method read (line 133) | @Override method WebNotificationDetailNotification (line 149) | public WebNotificationDetailNotification() { method WebNotificationDetailNotification (line 153) | public WebNotificationDetailNotification( method getId (line 168) | @javax.annotation.Nullable method messageData (line 178) | public WebNotificationDetailNotification messageData(Object messageDat... method getMessageData (line 188) | @javax.annotation.Nullable method setMessageData (line 196) | public void setMessageData(Object messageData) { method getMessageTemplate (line 205) | @javax.annotation.Nullable method getCreatedDate (line 219) | @javax.annotation.Nullable method notificationType (line 229) | public WebNotificationDetailNotification notificationType(Notification... method getNotificationType (line 239) | @javax.annotation.Nullable method setNotificationType (line 247) | public void setNotificationType(NotificationTypeEnum notificationType) { method redirectLink (line 252) | public WebNotificationDetailNotification redirectLink(Object redirectL... method getRedirectLink (line 262) | @javax.annotation.Nullable method setRedirectLink (line 270) | public void setRedirectLink(Object redirectLink) { method equals (line 276) | @Override method equalsNullable (line 293) | private static boolean equalsNullable(JsonNullable a, JsonNulla... method hashCode (line 297) | @Override method hashCodeNullable (line 302) | private static int hashCodeNullable(JsonNullable a) { method toString (line 309) | @Override method toIndentedString (line 327) | private String toIndentedString(Object o) { method validateJsonObject (line 358) | public static void validateJsonObject(JsonObject jsonObj) throws IOExc... class CustomTypeAdapterFactory (line 382) | public static class CustomTypeAdapterFactory implements TypeAdapterFac... method create (line 383) | @SuppressWarnings("unchecked") method fromJson (line 418) | public static WebNotificationDetailNotification fromJson(String jsonSt... method toJson (line 427) | public String toJson() { FILE: sdk/java/sdk/src/test/java/org/openapitools/client/api/AnalyzeApiTest.java class AnalyzeApiTest (line 45) | @Ignore method analyzeDocumentClusterGETTest (line 59) | @Test method analyzeDocumentClusterIdGETTest (line 75) | @Test method analyzeDocumentClusterIdPATCHTest (line 92) | @Test method analyzeDocumentClusterIdPUTTest (line 109) | @Test method analyzeDocumentSimilarityListGETTest (line 126) | @Test method analyzeDocumentTransformerListGETTest (line 142) | @Test method analyzeMlModelListGETTest (line 158) | @Test method analyzePartySimilarityListGETTest (line 174) | @Test method analyzeProjectDocumentSimilarityListGETTest (line 190) | @Test method analyzeProjectTextUnitSimilarityListGETTest (line 209) | @Test method analyzeProjectTextUnitSimilarityListPOSTTest (line 233) | @Test method analyzeSimilarityRunsGETTest (line 249) | @Test method analyzeSimilarityRunsIdDELETETest (line 267) | @Test method analyzeSimilarityRunsIdGETTest (line 285) | @Test method analyzeTextUnitClassificationsGETTest (line 304) | @Test method analyzeTextUnitClassificationsIdDELETETest (line 320) | @Test method analyzeTextUnitClassificationsIdGETTest (line 336) | @Test method analyzeTextUnitClassificationsPOSTTest (line 353) | @Test method analyzeTextUnitClassifierSuggestionsGETTest (line 369) | @Test method analyzeTextUnitClassifierSuggestionsIdDELETETest (line 385) | @Test method analyzeTextUnitClassifierSuggestionsIdGETTest (line 401) | @Test method analyzeTextUnitClassifiersGETTest (line 418) | @Test method analyzeTextUnitClassifiersIdDELETETest (line 434) | @Test method analyzeTextUnitClassifiersIdGETTest (line 450) | @Test method analyzeTextUnitClusterListGETTest (line 467) | @Test method analyzeTextUnitSimilarityListGETTest (line 483) | @Test method analyzeTextUnitTransformerListGETTest (line 499) | @Test method analyzeTypeaheadTextUnitClassificationFieldNameGETTest (line 515) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/api/ApiApiTest.java class ApiApiTest (line 28) | @Ignore method listLocalesTest (line 42) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/api/CommonApiTest.java class CommonApiTest (line 36) | @Ignore method commonActionsGETTest (line 50) | @Test method commonActionsIdGETTest (line 69) | @Test method commonAppVariablesGETTest (line 89) | @Test method commonAppVariablesListGETTest (line 105) | @Test method commonAppVariablesProjectProjectIdGETTest (line 121) | @Test method commonAppVariablesProjectProjectIdPUTTest (line 137) | @Test method commonMediaPathGETTest (line 154) | @Test method commonMenuGroupsFormFieldsGETTest (line 171) | @Test method commonMenuGroupsGETTest (line 186) | @Test method commonMenuGroupsIdDELETETest (line 201) | @Test method commonMenuGroupsIdFormFieldsGETTest (line 217) | @Test method commonMenuGroupsIdGETTest (line 233) | @Test method commonMenuGroupsIdPATCHTest (line 249) | @Test method commonMenuGroupsIdPUTTest (line 266) | @Test method commonMenuGroupsPOSTTest (line 283) | @Test method commonMenuItemsFormFieldsGETTest (line 299) | @Test method commonMenuItemsGETTest (line 314) | @Test method commonMenuItemsIdDELETETest (line 329) | @Test method commonMenuItemsIdFormFieldsGETTest (line 345) | @Test method commonMenuItemsIdGETTest (line 361) | @Test method commonMenuItemsIdPATCHTest (line 377) | @Test method commonMenuItemsIdPUTTest (line 394) | @Test method commonMenuItemsPOSTTest (line 411) | @Test method commonReviewStatusGroupsGETTest (line 427) | @Test method commonReviewStatusGroupsIdDELETETest (line 443) | @Test method commonReviewStatusGroupsIdGETTest (line 459) | @Test method commonReviewStatusGroupsIdPATCHTest (line 476) | @Test method commonReviewStatusGroupsIdPUTTest (line 493) | @Test method commonReviewStatusGroupsPOSTTest (line 510) | @Test method commonReviewStatusesGETTest (line 526) | @Test method commonReviewStatusesIdDELETETest (line 542) | @Test method commonReviewStatusesIdGETTest (line 558) | @Test method commonReviewStatusesIdPATCHTest (line 575) | @Test method commonReviewStatusesIdPUTTest (line 592) | @Test method commonReviewStatusesPOSTTest (line 609) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/api/DocumentApiTest.java class DocumentApiTest (line 70) | @Ignore method documentAnnotationsAnnotatePUTTest (line 84) | @Test method documentAnnotationsBatchPUTTest (line 100) | @Test method documentAnnotationsGETTest (line 116) | @Test method documentAnnotationsIdDELETETest (line 131) | @Test method documentAnnotationsIdGETTest (line 147) | @Test method documentAnnotationsIdPUTTest (line 163) | @Test method documentAnnotationsPOSTTest (line 180) | @Test method documentAnnotationsSuggestPOSTTest (line 196) | @Test method documentDocumentFieldAnnotationsForUserGETTest (line 212) | @Test method documentDocumentFieldAnnotationsGETTest (line 228) | @Test method documentDocumentFieldAnnotationsUidGETTest (line 244) | @Test method documentDocumentFieldCategoriesFormFieldsGETTest (line 261) | @Test method documentDocumentFieldCategoriesGETTest (line 276) | @Test method documentDocumentFieldCategoriesIdDELETETest (line 292) | @Test method documentDocumentFieldCategoriesIdFormFieldsGETTest (line 308) | @Test method documentDocumentFieldCategoriesIdGETTest (line 324) | @Test method documentDocumentFieldCategoriesIdPATCHTest (line 341) | @Test method documentDocumentFieldCategoriesIdPUTTest (line 358) | @Test method documentDocumentFieldCategoriesPOSTTest (line 375) | @Test method documentDocumentFieldDetectorsFormFieldsGETTest (line 391) | @Test method documentDocumentFieldDetectorsGETTest (line 406) | @Test method documentDocumentFieldDetectorsPOSTTest (line 422) | @Test method documentDocumentFieldDetectorsUidDELETETest (line 438) | @Test method documentDocumentFieldDetectorsUidFormFieldsGETTest (line 454) | @Test method documentDocumentFieldDetectorsUidGETTest (line 470) | @Test method documentDocumentFieldDetectorsUidPATCHTest (line 487) | @Test method documentDocumentFieldDetectorsUidPUTTest (line 504) | @Test method documentDocumentFieldValuesGETTest (line 521) | @Test method documentDocumentFieldValuesIdGETTest (line 537) | @Test method documentDocumentFieldsCheckFieldFormulaPOSTTest (line 554) | @Test method documentDocumentFieldsFormFieldsGETTest (line 570) | @Test method documentDocumentFieldsGETTest (line 585) | @Test method documentDocumentFieldsPOSTTest (line 601) | @Test method documentDocumentFieldsStatsGETTest (line 617) | @Test method documentDocumentFieldsUidCheckFormulaPOSTTest (line 633) | @Test method documentDocumentFieldsUidClonePOSTTest (line 650) | @Test method documentDocumentFieldsUidDELETETest (line 667) | @Test method documentDocumentFieldsUidFormFieldsGETTest (line 683) | @Test method documentDocumentFieldsUidGETTest (line 699) | @Test method documentDocumentFieldsUidPATCHTest (line 716) | @Test method documentDocumentFieldsUidPUTTest (line 733) | @Test method documentDocumentFieldsUidPreDeletePOSTTest (line 750) | @Test method documentDocumentNotesGETTest (line 767) | @Test method documentDocumentNotesIdDELETETest (line 787) | @Test method documentDocumentNotesIdGETTest (line 803) | @Test method documentDocumentNotesIdPATCHTest (line 820) | @Test method documentDocumentNotesIdPUTTest (line 837) | @Test method documentDocumentNotesPOSTTest (line 854) | @Test method documentDocumentTypesFormFieldsGETTest (line 870) | @Test method documentDocumentTypesGETTest (line 885) | @Test method documentDocumentTypesImportDocTypePUTTest (line 901) | @Test method documentDocumentTypesPOSTTest (line 917) | @Test method documentDocumentTypesSchemeMigrationsGETTest (line 933) | @Test method documentDocumentTypesStatsGETTest (line 948) | @Test method documentDocumentTypesUidClonePOSTTest (line 963) | @Test method documentDocumentTypesUidDELETETest (line 980) | @Test method documentDocumentTypesUidExportDocTypeGETTest (line 996) | @Test method documentDocumentTypesUidFormFieldsGETTest (line 1013) | @Test method documentDocumentTypesUidGETTest (line 1029) | @Test method documentDocumentTypesUidPATCHTest (line 1046) | @Test method documentDocumentTypesUidPUTTest (line 1063) | @Test method documentDocumentTypesUidPreDeletePOSTTest (line 1080) | @Test method documentDocumentTypesUserProjectTypesGETTest (line 1097) | @Test method documentDocumentsDownloadZipGETTest (line 1113) | @Test method documentDocumentsForUserGETTest (line 1130) | @Test method documentDocumentsGETTest (line 1145) | @Test method documentDocumentsIdActionsGETTest (line 1163) | @Test method documentDocumentsIdDELETETest (line 1183) | @Test method documentDocumentsIdDataGETTest (line 1199) | @Test method documentDocumentsIdDefinitionsGETTest (line 1216) | @Test method documentDocumentsIdExtractionGETTest (line 1232) | @Test method documentDocumentsIdFieldsGETTest (line 1248) | @Test method documentDocumentsIdFieldsPATCHTest (line 1264) | @Test method documentDocumentsIdFieldsPOSTTest (line 1281) | @Test method documentDocumentsIdFieldsPUTTest (line 1298) | @Test method documentDocumentsIdFullTextGETTest (line 1315) | @Test method documentDocumentsIdGETTest (line 1331) | @Test method documentDocumentsIdHasPdfInfoGETTest (line 1348) | @Test method documentDocumentsIdPATCHTest (line 1364) | @Test method documentDocumentsIdPUTTest (line 1381) | @Test method documentDocumentsIdPdfReprGETTest (line 1398) | @Test method documentDocumentsIdShowGETTest (line 1414) | @Test method documentDocumentsIdSimilarGETTest (line 1431) | @Test method documentDocumentsMarkDeletePOSTTest (line 1449) | @Test method documentDocumentsPOSTTest (line 1465) | @Test method documentDocumentsUnmarkDeletePOSTTest (line 1481) | @Test method documentFieldAnnotationStatusesGETTest (line 1497) | @Test method documentFieldAnnotationStatusesIdDELETETest (line 1513) | @Test method documentFieldAnnotationStatusesIdGETTest (line 1529) | @Test method documentFieldAnnotationStatusesIdPATCHTest (line 1546) | @Test method documentFieldAnnotationStatusesIdPUTTest (line 1563) | @Test method documentFieldAnnotationStatusesPOSTTest (line 1580) | @Test method documentProjectProjectPkDocumentFieldAnnotationsForUserGETTest (line 1596) | @Test method documentProjectProjectPkDocumentFieldAnnotationsGETTest (line 1613) | @Test method documentProjectProjectPkDocumentFieldAnnotationsUidGETTest (line 1630) | @Test method documentProjectProjectPkDocumentFieldValuesGETTest (line 1648) | @Test method documentProjectProjectPkDocumentFieldValuesIdGETTest (line 1665) | @Test method documentProjectProjectPkDocumentsDocumentPkAnnotationsGETTest (line 1683) | @Test method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETETest (line 1700) | @Test method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdGETTest (line 1718) | @Test method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCHTest (line 1736) | @Test method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUTTest (line 1755) | @Test method documentProjectProjectPkDocumentsDocumentPkAnnotationsPOSTTest (line 1774) | @Test method documentProjectProjectPkDocumentsDownloadZipGETTest (line 1792) | @Test method documentProjectProjectPkDocumentsForUserGETTest (line 1810) | @Test method documentProjectProjectPkDocumentsGETTest (line 1826) | @Test method documentProjectProjectPkDocumentsIdActionsGETTest (line 1845) | @Test method documentProjectProjectPkDocumentsIdDELETETest (line 1866) | @Test method documentProjectProjectPkDocumentsIdDataGETTest (line 1883) | @Test method documentProjectProjectPkDocumentsIdDefinitionsGETTest (line 1901) | @Test method documentProjectProjectPkDocumentsIdExtractionGETTest (line 1918) | @Test method documentProjectProjectPkDocumentsIdFieldsGETTest (line 1935) | @Test method documentProjectProjectPkDocumentsIdFieldsPATCHTest (line 1952) | @Test method documentProjectProjectPkDocumentsIdFieldsPOSTTest (line 1970) | @Test method documentProjectProjectPkDocumentsIdFieldsPUTTest (line 1988) | @Test method documentProjectProjectPkDocumentsIdFullTextGETTest (line 2006) | @Test method documentProjectProjectPkDocumentsIdGETTest (line 2023) | @Test method documentProjectProjectPkDocumentsIdHasPdfInfoGETTest (line 2041) | @Test method documentProjectProjectPkDocumentsIdPATCHTest (line 2058) | @Test method documentProjectProjectPkDocumentsIdPUTTest (line 2076) | @Test method documentProjectProjectPkDocumentsIdPdfReprGETTest (line 2094) | @Test method documentProjectProjectPkDocumentsIdShowGETTest (line 2111) | @Test method documentProjectProjectPkDocumentsIdSimilarGETTest (line 2129) | @Test method documentProjectProjectPkDocumentsMarkDeletePOSTTest (line 2148) | @Test method documentProjectProjectPkDocumentsPOSTTest (line 2165) | @Test method documentProjectProjectPkDocumentsUnmarkDeletePOSTTest (line 2182) | @Test method documentStatsGETTest (line 2199) | @Test method documentTextunitsGETTest (line 2214) | @Test method documentTextunitsIdGETTest (line 2230) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/api/DumpApiTest.java class DumpApiTest (line 33) | @Ignore method dumpDocumentConfigGETTest (line 47) | @Test method dumpDocumentConfigPUTTest (line 64) | @Test method dumpDumpFixturePOSTTest (line 80) | @Test method dumpDumpGETTest (line 96) | @Test method dumpDumpPUTTest (line 112) | @Test method dumpFieldValuesGETTest (line 128) | @Test method dumpFieldValuesPUTTest (line 144) | @Test method dumpLoadFixturePOSTTest (line 160) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/api/ExtractApiTest.java class ExtractApiTest (line 53) | @Ignore method extractAmountUsageGETTest (line 67) | @Test method extractAmountUsageTopGETTest (line 83) | @Test method extractCitationUsageGETTest (line 98) | @Test method extractCitationUsageTopGETTest (line 114) | @Test method extractCopyrightUsageGETTest (line 129) | @Test method extractCopyrightUsageTopGETTest (line 145) | @Test method extractCourtUsageGETTest (line 160) | @Test method extractCourtUsageTopGETTest (line 176) | @Test method extractCurrencyUsageGETTest (line 191) | @Test method extractCurrencyUsageTopGETTest (line 207) | @Test method extractDateDurationUsageGETTest (line 222) | @Test method extractDateDurationUsageTopGETTest (line 238) | @Test method extractDateUsageCalendarChartGETTest (line 253) | @Test method extractDateUsageGETTest (line 268) | @Test method extractDateUsageTimelineChartGETTest (line 284) | @Test method extractDateUsageToIcalGETTest (line 299) | @Test method extractDateUsageTopGETTest (line 315) | @Test method extractDefinitionUsageGETTest (line 330) | @Test method extractDefinitionUsageTopGETTest (line 346) | @Test method extractDistanceUsageGETTest (line 361) | @Test method extractDistanceUsageTopGETTest (line 377) | @Test method extractGeoAliasUsageGETTest (line 392) | @Test method extractGeoAliasUsageTopGETTest (line 408) | @Test method extractGeoEntitiesGETTest (line 423) | @Test method extractGeoEntitiesIdGETTest (line 439) | @Test method extractGeoEntitiesIdPUTTest (line 456) | @Test method extractGeoEntityUsageGETTest (line 473) | @Test method extractGeoEntityUsageTopGETTest (line 489) | @Test method extractPartiesGETTest (line 504) | @Test method extractPartiesIdGETTest (line 520) | @Test method extractPartyNetworkChartGETTest (line 537) | @Test method extractPartyUsageGETTest (line 553) | @Test method extractPartyUsageTopGETTest (line 569) | @Test method extractPercentUsageGETTest (line 584) | @Test method extractPercentUsageTopGETTest (line 600) | @Test method extractRatioUsageGETTest (line 615) | @Test method extractRatioUsageTopGETTest (line 631) | @Test method extractRegulationUsageGETTest (line 646) | @Test method extractRegulationUsageTopGETTest (line 662) | @Test method extractTermTagsGETTest (line 677) | @Test method extractTermUsageGETTest (line 693) | @Test method extractTermUsageTopGETTest (line 709) | @Test method extractTrademarkUsageGETTest (line 724) | @Test method extractTrademarkUsageTopGETTest (line 740) | @Test method extractTypeaheadGeoEntityUsageFieldNameGETTest (line 755) | @Test method extractTypeaheadPartyUsageFieldNameGETTest (line 771) | @Test method extractTypeaheadTermUsageFieldNameGETTest (line 787) | @Test method extractUrlUsageGETTest (line 803) | @Test method extractUrlUsageTopGETTest (line 819) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/api/LoggingApiTest.java class LoggingApiTest (line 29) | @Ignore method loggingLogMessagePOSTTest (line 43) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/api/MediaDataApiTest.java class MediaDataApiTest (line 28) | @Ignore method mediaDataPathGETTest (line 42) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/api/NotificationsApiTest.java class NotificationsApiTest (line 30) | @Ignore method notificationsWebNotificationsGETTest (line 44) | @Test method notificationsWebNotificationsMarkSeenPOSTTest (line 58) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/api/ProjectApiTest.java class ProjectApiTest (line 73) | @Ignore method projectProjectClusteringGETTest (line 87) | @Test method projectProjectClusteringIdGETTest (line 103) | @Test method projectProjectsFormFieldsGETTest (line 120) | @Test method projectProjectsGETTest (line 135) | @Test method projectProjectsIdActiveTasksGETTest (line 151) | @Test method projectProjectsIdAnnotationsAssigneesGETTest (line 168) | @Test method projectProjectsIdAssignAnnotationsPOSTTest (line 184) | @Test method projectProjectsIdAssignDocumentPOSTTest (line 201) | @Test method projectProjectsIdAssignDocumentsPOSTTest (line 218) | @Test method projectProjectsIdAssigneesGETTest (line 235) | @Test method projectProjectsIdCleanupPOSTTest (line 251) | @Test method projectProjectsIdClusterActionsGETTest (line 268) | @Test method projectProjectsIdClusterPOSTTest (line 288) | @Test method projectProjectsIdClusteringStatusGETTest (line 305) | @Test method projectProjectsIdDELETETest (line 322) | @Test method projectProjectsIdDeleteDocumentSimilarityResultsDELETETest (line 338) | @Test method projectProjectsIdDeleteTextUnitSimilarityResultsDELETETest (line 354) | @Test method projectProjectsIdDetectFieldValuesPOSTTest (line 370) | @Test method projectProjectsIdFormFieldsGETTest (line 387) | @Test method projectProjectsIdGETTest (line 403) | @Test method projectProjectsIdLocateItemsPOSTTest (line 420) | @Test method projectProjectsIdMarkDeletePOSTTest (line 437) | @Test method projectProjectsIdPATCHTest (line 454) | @Test method projectProjectsIdPUTTest (line 471) | @Test method projectProjectsIdProgressGETTest (line 488) | @Test method projectProjectsIdSearchSimilarDocumentsPOSTTest (line 504) | @Test method projectProjectsIdSearchSimilarTextUnitsPOSTTest (line 521) | @Test method projectProjectsIdSendClustersToProjectPOSTTest (line 538) | @Test method projectProjectsIdSetAnnotationStatusPOSTTest (line 555) | @Test method projectProjectsIdSetStatusPOSTTest (line 572) | @Test method projectProjectsIdSettingsActionsGETTest (line 589) | @Test method projectProjectsIdTaskTaskIdTaskLogsGETTest (line 609) | @Test method projectProjectsIdTasksGETTest (line 628) | @Test method projectProjectsIdUnmarkDeletePOSTTest (line 645) | @Test method projectProjectsIdUpdateDocumentFieldsPOSTTest (line 662) | @Test method projectProjectsPOSTTest (line 679) | @Test method projectProjectsProjectStatsGETTest (line 695) | @Test method projectProjectsRecentGETTest (line 711) | @Test method projectProjectsSelectProjectsPOSTTest (line 727) | @Test method projectTaskQueuesGETTest (line 743) | @Test method projectTaskQueuesIdDELETETest (line 759) | @Test method projectTaskQueuesIdGETTest (line 775) | @Test method projectTaskQueuesIdPATCHTest (line 792) | @Test method projectTaskQueuesIdPUTTest (line 809) | @Test method projectTaskQueuesPOSTTest (line 826) | @Test method projectUploadSessionGETTest (line 842) | @Test method projectUploadSessionPOSTTest (line 858) | @Test method projectUploadSessionStatusGETTest (line 874) | @Test method projectUploadSessionUidBatchUploadPOSTTest (line 890) | @Test method projectUploadSessionUidBatchUploadPOST_0Test (line 907) | @Test method projectUploadSessionUidCancelDELETETest (line 924) | @Test method projectUploadSessionUidDELETETest (line 940) | @Test method projectUploadSessionUidDeleteFileDELETETest (line 956) | @Test method projectUploadSessionUidFilesPOSTTest (line 973) | @Test method projectUploadSessionUidGETTest (line 995) | @Test method projectUploadSessionUidPATCHTest (line 1012) | @Test method projectUploadSessionUidProgressGETTest (line 1029) | @Test method projectUploadSessionUidUploadPOSTTest (line 1045) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/api/RawdbApiTest.java class RawdbApiTest (line 30) | @Ignore method rawdbConfigGETTest (line 44) | @Test method rawdbDocumentsDocumentTypeCodeGETTest (line 59) | @Test method rawdbDocumentsDocumentTypeCodePOSTTest (line 89) | @Test method rawdbProjectStatsProjectIdGETTest (line 106) | @Test method rawdbSocialAccountsGETTest (line 122) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/api/RestAuthApiTest.java class RestAuthApiTest (line 36) | @Ignore method restAuthLoginPOSTTest (line 50) | @Test method restAuthLogoutGETTest (line 66) | @Test method restAuthLogoutPOSTTest (line 81) | @Test method restAuthPasswordChangePOSTTest (line 97) | @Test method restAuthPasswordResetConfirmPOSTTest (line 113) | @Test method restAuthPasswordResetPOSTTest (line 129) | @Test method restAuthRegistrationPOSTTest (line 145) | @Test method restAuthRegistrationVerifyEmailPOSTTest (line 161) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/api/SimilarityApiTest.java class SimilarityApiTest (line 35) | @Ignore method similarityDocumentSimilarityByFeaturesGETTest (line 49) | @Test method similarityDocumentSimilarityByFeaturesPOSTTest (line 64) | @Test method similarityPartySimilarityGETTest (line 80) | @Test method similarityPartySimilarityPOSTTest (line 95) | @Test method similarityProjectDocumentsSimilarityByVectorsGETTest (line 111) | @Test method similarityProjectDocumentsSimilarityByVectorsPOSTTest (line 126) | @Test method similarityProjectTextUnitsSimilarityByVectorsGETTest (line 142) | @Test method similarityProjectTextUnitsSimilarityByVectorsPOSTTest (line 157) | @Test method similaritySimilarityGETTest (line 173) | @Test method similaritySimilarityPOSTTest (line 188) | @Test method similarityTextUnitSimilarityByFeaturesGETTest (line 204) | @Test method similarityTextUnitSimilarityByFeaturesPOSTTest (line 219) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/api/TaskApiTest.java class TaskApiTest (line 32) | @Ignore method taskCleanTasksPOSTTest (line 46) | @Test method taskLoadDictionariesPOSTTest (line 62) | @Test method taskLoadDocumentsGETTest (line 78) | @Test method taskLoadDocumentsPOSTTest (line 93) | @Test method taskLocateGETTest (line 109) | @Test method taskLocatePOSTTest (line 124) | @Test method taskProcessTextExtractionResultsRequestIdPOSTTest (line 140) | @Test method taskPurgeTaskPOSTTest (line 157) | @Test method taskRecallTaskGETTest (line 173) | @Test method taskRecallTaskPOSTTest (line 188) | @Test method taskReindexroutinesCheckSchedulePOSTTest (line 204) | @Test method taskTaskLogGETTest (line 220) | @Test method taskTaskStatusGETTest (line 238) | @Test method taskTasksGETTest (line 254) | @Test method taskTasksIdGETTest (line 270) | @Test method taskTasksProjectProjectIdActiveTasksGETTest (line 287) | @Test method taskTasksProjectProjectIdTasksGETTest (line 304) | @Test method taskUpdateElasticIndexGETTest (line 321) | @Test method taskUpdateElasticIndexPOSTTest (line 336) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/api/TusApiTest.java class TusApiTest (line 30) | @Ignore method tusUploadSessionUploadSessionIdUploadGuidPATCHTest (line 44) | @Test method tusUploadSessionUploadSessionIdUploadPOSTTest (line 65) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/api/UsersApiTest.java class UsersApiTest (line 33) | @Ignore method usersUsersFormFieldsGETTest (line 47) | @Test method usersUsersGETTest (line 62) | @Test method usersUsersIdFormFieldsGETTest (line 78) | @Test method usersUsersIdGETTest (line 94) | @Test method usersUsersIdPATCHTest (line 111) | @Test method usersUsersIdPUTTest (line 128) | @Test method usersUsersPOSTTest (line 145) | @Test method usersUsersUserStatsGETTest (line 161) | @Test method usersVerifyTokenPOSTTest (line 176) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/api/V1ApiTest.java class V1ApiTest (line 189) | @Ignore method analyzeDocumentClusterGETTest (line 203) | @Test method analyzeDocumentClusterIdGETTest (line 219) | @Test method analyzeDocumentClusterIdPATCHTest (line 236) | @Test method analyzeDocumentClusterIdPUTTest (line 253) | @Test method analyzeDocumentSimilarityListGETTest (line 270) | @Test method analyzeDocumentTransformerListGETTest (line 286) | @Test method analyzeMlModelListGETTest (line 302) | @Test method analyzePartySimilarityListGETTest (line 318) | @Test method analyzeProjectDocumentSimilarityListGETTest (line 334) | @Test method analyzeProjectTextUnitSimilarityListGETTest (line 353) | @Test method analyzeProjectTextUnitSimilarityListPOSTTest (line 377) | @Test method analyzeSimilarityRunsGETTest (line 393) | @Test method analyzeSimilarityRunsIdDELETETest (line 411) | @Test method analyzeSimilarityRunsIdGETTest (line 429) | @Test method analyzeTextUnitClassificationsGETTest (line 448) | @Test method analyzeTextUnitClassificationsIdDELETETest (line 464) | @Test method analyzeTextUnitClassificationsIdGETTest (line 480) | @Test method analyzeTextUnitClassificationsPOSTTest (line 497) | @Test method analyzeTextUnitClassifierSuggestionsGETTest (line 513) | @Test method analyzeTextUnitClassifierSuggestionsIdDELETETest (line 529) | @Test method analyzeTextUnitClassifierSuggestionsIdGETTest (line 545) | @Test method analyzeTextUnitClassifiersGETTest (line 562) | @Test method analyzeTextUnitClassifiersIdDELETETest (line 578) | @Test method analyzeTextUnitClassifiersIdGETTest (line 594) | @Test method analyzeTextUnitClusterListGETTest (line 611) | @Test method analyzeTextUnitSimilarityListGETTest (line 627) | @Test method analyzeTextUnitTransformerListGETTest (line 643) | @Test method analyzeTypeaheadTextUnitClassificationFieldNameGETTest (line 659) | @Test method commonActionsGETTest (line 676) | @Test method commonActionsIdGETTest (line 695) | @Test method commonAppVariablesGETTest (line 715) | @Test method commonAppVariablesListGETTest (line 731) | @Test method commonAppVariablesProjectProjectIdGETTest (line 747) | @Test method commonAppVariablesProjectProjectIdPUTTest (line 763) | @Test method commonMediaPathGETTest (line 780) | @Test method commonMenuGroupsFormFieldsGETTest (line 797) | @Test method commonMenuGroupsGETTest (line 812) | @Test method commonMenuGroupsIdDELETETest (line 827) | @Test method commonMenuGroupsIdFormFieldsGETTest (line 843) | @Test method commonMenuGroupsIdGETTest (line 859) | @Test method commonMenuGroupsIdPATCHTest (line 875) | @Test method commonMenuGroupsIdPUTTest (line 892) | @Test method commonMenuGroupsPOSTTest (line 909) | @Test method commonMenuItemsFormFieldsGETTest (line 925) | @Test method commonMenuItemsGETTest (line 940) | @Test method commonMenuItemsIdDELETETest (line 955) | @Test method commonMenuItemsIdFormFieldsGETTest (line 971) | @Test method commonMenuItemsIdGETTest (line 987) | @Test method commonMenuItemsIdPATCHTest (line 1003) | @Test method commonMenuItemsIdPUTTest (line 1020) | @Test method commonMenuItemsPOSTTest (line 1037) | @Test method commonReviewStatusGroupsGETTest (line 1053) | @Test method commonReviewStatusGroupsIdDELETETest (line 1069) | @Test method commonReviewStatusGroupsIdGETTest (line 1085) | @Test method commonReviewStatusGroupsIdPATCHTest (line 1102) | @Test method commonReviewStatusGroupsIdPUTTest (line 1119) | @Test method commonReviewStatusGroupsPOSTTest (line 1136) | @Test method commonReviewStatusesGETTest (line 1152) | @Test method commonReviewStatusesIdDELETETest (line 1168) | @Test method commonReviewStatusesIdGETTest (line 1184) | @Test method commonReviewStatusesIdPATCHTest (line 1201) | @Test method commonReviewStatusesIdPUTTest (line 1218) | @Test method commonReviewStatusesPOSTTest (line 1235) | @Test method documentAnnotationsAnnotatePUTTest (line 1251) | @Test method documentAnnotationsBatchPUTTest (line 1267) | @Test method documentAnnotationsGETTest (line 1283) | @Test method documentAnnotationsIdDELETETest (line 1298) | @Test method documentAnnotationsIdGETTest (line 1314) | @Test method documentAnnotationsIdPUTTest (line 1330) | @Test method documentAnnotationsPOSTTest (line 1347) | @Test method documentAnnotationsSuggestPOSTTest (line 1363) | @Test method documentDocumentFieldAnnotationsForUserGETTest (line 1379) | @Test method documentDocumentFieldAnnotationsGETTest (line 1395) | @Test method documentDocumentFieldAnnotationsUidGETTest (line 1411) | @Test method documentDocumentFieldCategoriesFormFieldsGETTest (line 1428) | @Test method documentDocumentFieldCategoriesGETTest (line 1443) | @Test method documentDocumentFieldCategoriesIdDELETETest (line 1459) | @Test method documentDocumentFieldCategoriesIdFormFieldsGETTest (line 1475) | @Test method documentDocumentFieldCategoriesIdGETTest (line 1491) | @Test method documentDocumentFieldCategoriesIdPATCHTest (line 1508) | @Test method documentDocumentFieldCategoriesIdPUTTest (line 1525) | @Test method documentDocumentFieldCategoriesPOSTTest (line 1542) | @Test method documentDocumentFieldDetectorsFormFieldsGETTest (line 1558) | @Test method documentDocumentFieldDetectorsGETTest (line 1573) | @Test method documentDocumentFieldDetectorsPOSTTest (line 1589) | @Test method documentDocumentFieldDetectorsUidDELETETest (line 1605) | @Test method documentDocumentFieldDetectorsUidFormFieldsGETTest (line 1621) | @Test method documentDocumentFieldDetectorsUidGETTest (line 1637) | @Test method documentDocumentFieldDetectorsUidPATCHTest (line 1654) | @Test method documentDocumentFieldDetectorsUidPUTTest (line 1671) | @Test method documentDocumentFieldValuesGETTest (line 1688) | @Test method documentDocumentFieldValuesIdGETTest (line 1704) | @Test method documentDocumentFieldsCheckFieldFormulaPOSTTest (line 1721) | @Test method documentDocumentFieldsFormFieldsGETTest (line 1737) | @Test method documentDocumentFieldsGETTest (line 1752) | @Test method documentDocumentFieldsPOSTTest (line 1768) | @Test method documentDocumentFieldsStatsGETTest (line 1784) | @Test method documentDocumentFieldsUidCheckFormulaPOSTTest (line 1800) | @Test method documentDocumentFieldsUidClonePOSTTest (line 1817) | @Test method documentDocumentFieldsUidDELETETest (line 1834) | @Test method documentDocumentFieldsUidFormFieldsGETTest (line 1850) | @Test method documentDocumentFieldsUidGETTest (line 1866) | @Test method documentDocumentFieldsUidPATCHTest (line 1883) | @Test method documentDocumentFieldsUidPUTTest (line 1900) | @Test method documentDocumentFieldsUidPreDeletePOSTTest (line 1917) | @Test method documentDocumentNotesGETTest (line 1934) | @Test method documentDocumentNotesIdDELETETest (line 1954) | @Test method documentDocumentNotesIdGETTest (line 1970) | @Test method documentDocumentNotesIdPATCHTest (line 1987) | @Test method documentDocumentNotesIdPUTTest (line 2004) | @Test method documentDocumentNotesPOSTTest (line 2021) | @Test method documentDocumentTypesFormFieldsGETTest (line 2037) | @Test method documentDocumentTypesGETTest (line 2052) | @Test method documentDocumentTypesImportDocTypePUTTest (line 2068) | @Test method documentDocumentTypesPOSTTest (line 2084) | @Test method documentDocumentTypesSchemeMigrationsGETTest (line 2100) | @Test method documentDocumentTypesStatsGETTest (line 2115) | @Test method documentDocumentTypesUidClonePOSTTest (line 2130) | @Test method documentDocumentTypesUidDELETETest (line 2147) | @Test method documentDocumentTypesUidExportDocTypeGETTest (line 2163) | @Test method documentDocumentTypesUidFormFieldsGETTest (line 2180) | @Test method documentDocumentTypesUidGETTest (line 2196) | @Test method documentDocumentTypesUidPATCHTest (line 2213) | @Test method documentDocumentTypesUidPUTTest (line 2230) | @Test method documentDocumentTypesUidPreDeletePOSTTest (line 2247) | @Test method documentDocumentTypesUserProjectTypesGETTest (line 2264) | @Test method documentDocumentsDownloadZipGETTest (line 2280) | @Test method documentDocumentsForUserGETTest (line 2297) | @Test method documentDocumentsGETTest (line 2312) | @Test method documentDocumentsIdActionsGETTest (line 2330) | @Test method documentDocumentsIdDELETETest (line 2350) | @Test method documentDocumentsIdDataGETTest (line 2366) | @Test method documentDocumentsIdDefinitionsGETTest (line 2383) | @Test method documentDocumentsIdExtractionGETTest (line 2399) | @Test method documentDocumentsIdFieldsGETTest (line 2415) | @Test method documentDocumentsIdFieldsPATCHTest (line 2431) | @Test method documentDocumentsIdFieldsPOSTTest (line 2448) | @Test method documentDocumentsIdFieldsPUTTest (line 2465) | @Test method documentDocumentsIdFullTextGETTest (line 2482) | @Test method documentDocumentsIdGETTest (line 2498) | @Test method documentDocumentsIdHasPdfInfoGETTest (line 2515) | @Test method documentDocumentsIdPATCHTest (line 2531) | @Test method documentDocumentsIdPUTTest (line 2548) | @Test method documentDocumentsIdPdfReprGETTest (line 2565) | @Test method documentDocumentsIdShowGETTest (line 2581) | @Test method documentDocumentsIdSimilarGETTest (line 2598) | @Test method documentDocumentsMarkDeletePOSTTest (line 2616) | @Test method documentDocumentsPOSTTest (line 2632) | @Test method documentDocumentsUnmarkDeletePOSTTest (line 2648) | @Test method documentFieldAnnotationStatusesGETTest (line 2664) | @Test method documentFieldAnnotationStatusesIdDELETETest (line 2680) | @Test method documentFieldAnnotationStatusesIdGETTest (line 2696) | @Test method documentFieldAnnotationStatusesIdPATCHTest (line 2713) | @Test method documentFieldAnnotationStatusesIdPUTTest (line 2730) | @Test method documentFieldAnnotationStatusesPOSTTest (line 2747) | @Test method documentProjectProjectPkDocumentFieldAnnotationsForUserGETTest (line 2763) | @Test method documentProjectProjectPkDocumentFieldAnnotationsGETTest (line 2780) | @Test method documentProjectProjectPkDocumentFieldAnnotationsUidGETTest (line 2797) | @Test method documentProjectProjectPkDocumentFieldValuesGETTest (line 2815) | @Test method documentProjectProjectPkDocumentFieldValuesIdGETTest (line 2832) | @Test method documentProjectProjectPkDocumentsDocumentPkAnnotationsGETTest (line 2850) | @Test method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdDELETETest (line 2867) | @Test method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdGETTest (line 2885) | @Test method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdPATCHTest (line 2903) | @Test method documentProjectProjectPkDocumentsDocumentPkAnnotationsIdPUTTest (line 2922) | @Test method documentProjectProjectPkDocumentsDocumentPkAnnotationsPOSTTest (line 2941) | @Test method documentProjectProjectPkDocumentsDownloadZipGETTest (line 2959) | @Test method documentProjectProjectPkDocumentsForUserGETTest (line 2977) | @Test method documentProjectProjectPkDocumentsGETTest (line 2993) | @Test method documentProjectProjectPkDocumentsIdActionsGETTest (line 3012) | @Test method documentProjectProjectPkDocumentsIdDELETETest (line 3033) | @Test method documentProjectProjectPkDocumentsIdDataGETTest (line 3050) | @Test method documentProjectProjectPkDocumentsIdDefinitionsGETTest (line 3068) | @Test method documentProjectProjectPkDocumentsIdExtractionGETTest (line 3085) | @Test method documentProjectProjectPkDocumentsIdFieldsGETTest (line 3102) | @Test method documentProjectProjectPkDocumentsIdFieldsPATCHTest (line 3119) | @Test method documentProjectProjectPkDocumentsIdFieldsPOSTTest (line 3137) | @Test method documentProjectProjectPkDocumentsIdFieldsPUTTest (line 3155) | @Test method documentProjectProjectPkDocumentsIdFullTextGETTest (line 3173) | @Test method documentProjectProjectPkDocumentsIdGETTest (line 3190) | @Test method documentProjectProjectPkDocumentsIdHasPdfInfoGETTest (line 3208) | @Test method documentProjectProjectPkDocumentsIdPATCHTest (line 3225) | @Test method documentProjectProjectPkDocumentsIdPUTTest (line 3243) | @Test method documentProjectProjectPkDocumentsIdPdfReprGETTest (line 3261) | @Test method documentProjectProjectPkDocumentsIdShowGETTest (line 3278) | @Test method documentProjectProjectPkDocumentsIdSimilarGETTest (line 3296) | @Test method documentProjectProjectPkDocumentsMarkDeletePOSTTest (line 3315) | @Test method documentProjectProjectPkDocumentsPOSTTest (line 3332) | @Test method documentProjectProjectPkDocumentsUnmarkDeletePOSTTest (line 3349) | @Test method documentStatsGETTest (line 3366) | @Test method documentTextunitsGETTest (line 3381) | @Test method documentTextunitsIdGETTest (line 3397) | @Test method dumpDocumentConfigGETTest (line 3414) | @Test method dumpDocumentConfigPUTTest (line 3431) | @Test method dumpDumpFixturePOSTTest (line 3447) | @Test method dumpDumpGETTest (line 3463) | @Test method dumpDumpPUTTest (line 3479) | @Test method dumpFieldValuesGETTest (line 3495) | @Test method dumpFieldValuesPUTTest (line 3511) | @Test method dumpLoadFixturePOSTTest (line 3527) | @Test method extractAmountUsageGETTest (line 3543) | @Test method extractAmountUsageTopGETTest (line 3559) | @Test method extractCitationUsageGETTest (line 3574) | @Test method extractCitationUsageTopGETTest (line 3590) | @Test method extractCopyrightUsageGETTest (line 3605) | @Test method extractCopyrightUsageTopGETTest (line 3621) | @Test method extractCourtUsageGETTest (line 3636) | @Test method extractCourtUsageTopGETTest (line 3652) | @Test method extractCurrencyUsageGETTest (line 3667) | @Test method extractCurrencyUsageTopGETTest (line 3683) | @Test method extractDateDurationUsageGETTest (line 3698) | @Test method extractDateDurationUsageTopGETTest (line 3714) | @Test method extractDateUsageCalendarChartGETTest (line 3729) | @Test method extractDateUsageGETTest (line 3744) | @Test method extractDateUsageTimelineChartGETTest (line 3760) | @Test method extractDateUsageToIcalGETTest (line 3775) | @Test method extractDateUsageTopGETTest (line 3791) | @Test method extractDefinitionUsageGETTest (line 3806) | @Test method extractDefinitionUsageTopGETTest (line 3822) | @Test method extractDistanceUsageGETTest (line 3837) | @Test method extractDistanceUsageTopGETTest (line 3853) | @Test method extractGeoAliasUsageGETTest (line 3868) | @Test method extractGeoAliasUsageTopGETTest (line 3884) | @Test method extractGeoEntitiesGETTest (line 3899) | @Test method extractGeoEntitiesIdGETTest (line 3915) | @Test method extractGeoEntitiesIdPUTTest (line 3932) | @Test method extractGeoEntityUsageGETTest (line 3949) | @Test method extractGeoEntityUsageTopGETTest (line 3965) | @Test method extractPartiesGETTest (line 3980) | @Test method extractPartiesIdGETTest (line 3996) | @Test method extractPartyNetworkChartGETTest (line 4013) | @Test method extractPartyUsageGETTest (line 4029) | @Test method extractPartyUsageTopGETTest (line 4045) | @Test method extractPercentUsageGETTest (line 4060) | @Test method extractPercentUsageTopGETTest (line 4076) | @Test method extractRatioUsageGETTest (line 4091) | @Test method extractRatioUsageTopGETTest (line 4107) | @Test method extractRegulationUsageGETTest (line 4122) | @Test method extractRegulationUsageTopGETTest (line 4138) | @Test method extractTermTagsGETTest (line 4153) | @Test method extractTermUsageGETTest (line 4169) | @Test method extractTermUsageTopGETTest (line 4185) | @Test method extractTrademarkUsageGETTest (line 4200) | @Test method extractTrademarkUsageTopGETTest (line 4216) | @Test method extractTypeaheadGeoEntityUsageFieldNameGETTest (line 4231) | @Test method extractTypeaheadPartyUsageFieldNameGETTest (line 4247) | @Test method extractTypeaheadTermUsageFieldNameGETTest (line 4263) | @Test method extractUrlUsageGETTest (line 4279) | @Test method extractUrlUsageTopGETTest (line 4295) | @Test method loggingLogMessagePOSTTest (line 4310) | @Test method mediaDataPathGETTest (line 4326) | @Test method projectProjectClusteringGETTest (line 4343) | @Test method projectProjectClusteringIdGETTest (line 4359) | @Test method projectProjectsFormFieldsGETTest (line 4376) | @Test method projectProjectsGETTest (line 4391) | @Test method projectProjectsIdActiveTasksGETTest (line 4407) | @Test method projectProjectsIdAnnotationsAssigneesGETTest (line 4424) | @Test method projectProjectsIdAssignAnnotationsPOSTTest (line 4440) | @Test method projectProjectsIdAssignDocumentPOSTTest (line 4457) | @Test method projectProjectsIdAssignDocumentsPOSTTest (line 4474) | @Test method projectProjectsIdAssigneesGETTest (line 4491) | @Test method projectProjectsIdCleanupPOSTTest (line 4507) | @Test method projectProjectsIdClusterActionsGETTest (line 4524) | @Test method projectProjectsIdClusterPOSTTest (line 4544) | @Test method projectProjectsIdClusteringStatusGETTest (line 4561) | @Test method projectProjectsIdDELETETest (line 4578) | @Test method projectProjectsIdDeleteDocumentSimilarityResultsDELETETest (line 4594) | @Test method projectProjectsIdDeleteTextUnitSimilarityResultsDELETETest (line 4610) | @Test method projectProjectsIdDetectFieldValuesPOSTTest (line 4626) | @Test method projectProjectsIdFormFieldsGETTest (line 4643) | @Test method projectProjectsIdGETTest (line 4659) | @Test method projectProjectsIdLocateItemsPOSTTest (line 4676) | @Test method projectProjectsIdMarkDeletePOSTTest (line 4693) | @Test method projectProjectsIdPATCHTest (line 4710) | @Test method projectProjectsIdPUTTest (line 4727) | @Test method projectProjectsIdProgressGETTest (line 4744) | @Test method projectProjectsIdSearchSimilarDocumentsPOSTTest (line 4760) | @Test method projectProjectsIdSearchSimilarTextUnitsPOSTTest (line 4777) | @Test method projectProjectsIdSendClustersToProjectPOSTTest (line 4794) | @Test method projectProjectsIdSetAnnotationStatusPOSTTest (line 4811) | @Test method projectProjectsIdSetStatusPOSTTest (line 4828) | @Test method projectProjectsIdSettingsActionsGETTest (line 4845) | @Test method projectProjectsIdTaskTaskIdTaskLogsGETTest (line 4865) | @Test method projectProjectsIdTasksGETTest (line 4884) | @Test method projectProjectsIdUnmarkDeletePOSTTest (line 4901) | @Test method projectProjectsIdUpdateDocumentFieldsPOSTTest (line 4918) | @Test method projectProjectsPOSTTest (line 4935) | @Test method projectProjectsProjectStatsGETTest (line 4951) | @Test method projectProjectsRecentGETTest (line 4967) | @Test method projectProjectsSelectProjectsPOSTTest (line 4983) | @Test method projectTaskQueuesGETTest (line 4999) | @Test method projectTaskQueuesIdDELETETest (line 5015) | @Test method projectTaskQueuesIdGETTest (line 5031) | @Test method projectTaskQueuesIdPATCHTest (line 5048) | @Test method projectTaskQueuesIdPUTTest (line 5065) | @Test method projectTaskQueuesPOSTTest (line 5082) | @Test method projectUploadSessionGETTest (line 5098) | @Test method projectUploadSessionPOSTTest (line 5114) | @Test method projectUploadSessionStatusGETTest (line 5130) | @Test method projectUploadSessionUidBatchUploadPOSTTest (line 5146) | @Test method projectUploadSessionUidBatchUploadPOST_0Test (line 5163) | @Test method projectUploadSessionUidCancelDELETETest (line 5180) | @Test method projectUploadSessionUidDELETETest (line 5196) | @Test method projectUploadSessionUidDeleteFileDELETETest (line 5212) | @Test method projectUploadSessionUidFilesPOSTTest (line 5229) | @Test method projectUploadSessionUidGETTest (line 5251) | @Test method projectUploadSessionUidPATCHTest (line 5268) | @Test method projectUploadSessionUidProgressGETTest (line 5285) | @Test method projectUploadSessionUidUploadPOSTTest (line 5301) | @Test method rawdbConfigGETTest (line 5323) | @Test method rawdbDocumentsDocumentTypeCodeGETTest (line 5338) | @Test method rawdbDocumentsDocumentTypeCodePOSTTest (line 5368) | @Test method rawdbProjectStatsProjectIdGETTest (line 5385) | @Test method rawdbSocialAccountsGETTest (line 5401) | @Test method restAuthLoginPOSTTest (line 5416) | @Test method restAuthLogoutGETTest (line 5432) | @Test method restAuthLogoutPOSTTest (line 5447) | @Test method restAuthPasswordChangePOSTTest (line 5463) | @Test method restAuthPasswordResetConfirmPOSTTest (line 5479) | @Test method restAuthPasswordResetPOSTTest (line 5495) | @Test method restAuthRegistrationPOSTTest (line 5511) | @Test method restAuthRegistrationVerifyEmailPOSTTest (line 5527) | @Test method similarityDocumentSimilarityByFeaturesGETTest (line 5543) | @Test method similarityDocumentSimilarityByFeaturesPOSTTest (line 5558) | @Test method similarityPartySimilarityGETTest (line 5574) | @Test method similarityPartySimilarityPOSTTest (line 5589) | @Test method similarityProjectDocumentsSimilarityByVectorsGETTest (line 5605) | @Test method similarityProjectDocumentsSimilarityByVectorsPOSTTest (line 5620) | @Test method similarityProjectTextUnitsSimilarityByVectorsGETTest (line 5636) | @Test method similarityProjectTextUnitsSimilarityByVectorsPOSTTest (line 5651) | @Test method similaritySimilarityGETTest (line 5667) | @Test method similaritySimilarityPOSTTest (line 5682) | @Test method similarityTextUnitSimilarityByFeaturesGETTest (line 5698) | @Test method similarityTextUnitSimilarityByFeaturesPOSTTest (line 5713) | @Test method taskCleanTasksPOSTTest (line 5729) | @Test method taskLoadDictionariesPOSTTest (line 5745) | @Test method taskLoadDocumentsGETTest (line 5761) | @Test method taskLoadDocumentsPOSTTest (line 5776) | @Test method taskLocateGETTest (line 5792) | @Test method taskLocatePOSTTest (line 5807) | @Test method taskProcessTextExtractionResultsRequestIdPOSTTest (line 5823) | @Test method taskPurgeTaskPOSTTest (line 5840) | @Test method taskRecallTaskGETTest (line 5856) | @Test method taskRecallTaskPOSTTest (line 5871) | @Test method taskReindexroutinesCheckSchedulePOSTTest (line 5887) | @Test method taskTaskLogGETTest (line 5903) | @Test method taskTaskStatusGETTest (line 5921) | @Test method taskTasksGETTest (line 5937) | @Test method taskTasksIdGETTest (line 5953) | @Test method taskTasksProjectProjectIdActiveTasksGETTest (line 5970) | @Test method taskTasksProjectProjectIdTasksGETTest (line 5987) | @Test method taskUpdateElasticIndexGETTest (line 6004) | @Test method taskUpdateElasticIndexPOSTTest (line 6019) | @Test method tusUploadSessionUploadSessionIdUploadGuidPATCHTest (line 6035) | @Test method tusUploadSessionUploadSessionIdUploadPOSTTest (line 6056) | @Test method usersUsersFormFieldsGETTest (line 6077) | @Test method usersUsersGETTest (line 6092) | @Test method usersUsersIdFormFieldsGETTest (line 6108) | @Test method usersUsersIdGETTest (line 6124) | @Test method usersUsersIdPATCHTest (line 6141) | @Test method usersUsersIdPUTTest (line 6158) | @Test method usersUsersPOSTTest (line 6175) | @Test method usersUsersUserStatsGETTest (line 6191) | @Test method usersVerifyTokenPOSTTest (line 6206) | @Test method varGETTest (line 6222) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/api/VarApiTest.java class VarApiTest (line 28) | @Ignore method varGETTest (line 42) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/AccessTokenSchemaTest.java class AccessTokenSchemaTest (line 31) | public class AccessTokenSchemaTest { method testAccessTokenSchema (line 37) | @Test method accessTokenTest (line 45) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ActionTest.java class ActionTest (line 33) | public class ActionTest { method testAction (line 39) | @Test method idTest (line 47) | @Test method nameTest (line 55) | @Test method messageTest (line 63) | @Test method viewActionTest (line 71) | @Test method objectPkTest (line 79) | @Test method modelNameTest (line 87) | @Test method dateTest (line 95) | @Test method userNameTest (line 103) | @Test method requestDataTest (line 111) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/AmountUsageTest.java class AmountUsageTest (line 33) | public class AmountUsageTest { method testAmountUsage (line 39) | @Test method amountTest (line 47) | @Test method amountStrTest (line 55) | @Test method countTest (line 63) | @Test method pkTest (line 71) | @Test method textUnitPkTest (line 79) | @Test method textUnitUnitTypeTest (line 87) | @Test method textUnitLocationStartTest (line 95) | @Test method textUnitLocationEndTest (line 103) | @Test method textUnitDocumentPkTest (line 111) | @Test method textUnitDocumentNameTest (line 119) | @Test method textUnitDocumentDescriptionTest (line 127) | @Test method textUnitDocumentDocumentTypeTest (line 135) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/AnnotationBatchRequestTest.java class AnnotationBatchRequestTest (line 33) | public class AnnotationBatchRequestTest { method testAnnotationBatchRequest (line 39) | @Test method operationUidTest (line 47) | @Test method actionTest (line 55) | @Test method idTest (line 63) | @Test method dataTest (line 71) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/AnnotationBatchResponseTest.java class AnnotationBatchResponseTest (line 33) | public class AnnotationBatchResponseTest { method testAnnotationBatchResponse (line 39) | @Test method operationUidTest (line 47) | @Test method statusTest (line 55) | @Test method dataTest (line 63) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/AnnotationInDocumentTest.java class AnnotationInDocumentTest (line 34) | public class AnnotationInDocumentTest { method testAnnotationInDocument (line 40) | @Test method pkTest (line 48) | @Test method documentTest (line 56) | @Test method valueTest (line 64) | @Test method fieldTest (line 72) | @Test method locationStartTest (line 80) | @Test method locationEndTest (line 88) | @Test method locationTextTest (line 96) | @Test method modifiedByTest (line 104) | @Test method modifiedDateTest (line 112) | @Test method uidTest (line 120) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/AnnotationSuggestRequestTest.java class AnnotationSuggestRequestTest (line 33) | public class AnnotationSuggestRequestTest { method testAnnotationSuggestRequest (line 39) | @Test method fieldTest (line 47) | @Test method documentTest (line 55) | @Test method quiteTest (line 63) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/AnnotationTest.java class AnnotationTest (line 33) | public class AnnotationTest { method testAnnotation (line 39) | @Test method pkTest (line 47) | @Test method documentTest (line 55) | @Test method fieldTest (line 63) | @Test method valueTest (line 71) | @Test method locationStartTest (line 79) | @Test method locationEndTest (line 87) | @Test method locationTextTest (line 95) | @Test method modifiedByTest (line 103) | @Test method modifiedDateTest (line 111) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/AnnotationUpdateResponseTest.java class AnnotationUpdateResponseTest (line 33) | public class AnnotationUpdateResponseTest { method testAnnotationUpdateResponse (line 39) | @Test method pkTest (line 47) | @Test method documentTest (line 55) | @Test method documentNameTest (line 63) | @Test method fieldTest (line 71) | @Test method fieldNameTest (line 79) | @Test method valueTest (line 87) | @Test method projectTest (line 95) | @Test method locationStartTest (line 103) | @Test method locationEndTest (line 111) | @Test method locationTextTest (line 119) | @Test method modifiedByTest (line 127) | @Test method modifiedDateTest (line 135) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/AppVarTest.java class AppVarTest (line 32) | public class AppVarTest { method testAppVar (line 38) | @Test method categoryTest (line 46) | @Test method nameTest (line 54) | @Test method valueTest (line 62) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/AssignProjectAnnotationsRequestTest.java class AssignProjectAnnotationsRequestTest (line 34) | public class AssignProjectAnnotationsRequestTest { method testAssignProjectAnnotationsRequest (line 40) | @Test method assigneeIdTest (line 48) | @Test method allTest (line 56) | @Test method annotationIdsTest (line 64) | @Test method noAnnotationIdsTest (line 72) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/AssignProjectDocumentRequestTest.java class AssignProjectDocumentRequestTest (line 32) | public class AssignProjectDocumentRequestTest { method testAssignProjectDocumentRequest (line 38) | @Test method assigneeIdTest (line 46) | @Test method documentIdTest (line 54) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/AssignProjectDocumentsRequestTest.java class AssignProjectDocumentsRequestTest (line 34) | public class AssignProjectDocumentsRequestTest { method testAssignProjectDocumentsRequest (line 40) | @Test method assigneeIdTest (line 48) | @Test method allTest (line 56) | @Test method documentIdsTest (line 64) | @Test method noDocumentIdsTest (line 72) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/CheckDocumentFieldFormulaRequestTest.java class CheckDocumentFieldFormulaRequestTest (line 32) | public class CheckDocumentFieldFormulaRequestTest { method testCheckDocumentFieldFormulaRequest (line 38) | @Test method formulaTest (line 46) | @Test method hideUntilPythonTest (line 54) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/CheckNewDocumentFieldFormulaRequestTest.java class CheckNewDocumentFieldFormulaRequestTest (line 35) | public class CheckNewDocumentFieldFormulaRequestTest { method testCheckNewDocumentFieldFormulaRequest (line 41) | @Test method formulaTest (line 49) | @Test method hideUntilPythonTest (line 57) | @Test method fieldTypeTest (line 65) | @Test method documentTypeTest (line 73) | @Test method dependsOnFieldsTest (line 81) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/CitationUsageTest.java class CitationUsageTest (line 32) | public class CitationUsageTest { method testCitationUsage (line 38) | @Test method volumeTest (line 46) | @Test method reporterTest (line 54) | @Test method reporterFullNameTest (line 62) | @Test method pageTest (line 70) | @Test method page2Test (line 78) | @Test method courtTest (line 86) | @Test method yearTest (line 94) | @Test method citationStrTest (line 102) | @Test method countTest (line 110) | @Test method pkTest (line 118) | @Test method textUnitPkTest (line 126) | @Test method textUnitUnitTypeTest (line 134) | @Test method textUnitLocationStartTest (line 142) | @Test method textUnitLocationEndTest (line 150) | @Test method textUnitDocumentPkTest (line 158) | @Test method textUnitDocumentNameTest (line 166) | @Test method textUnitDocumentDescriptionTest (line 174) | @Test method textUnitDocumentDocumentTypeTest (line 182) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/CleanupProjectRequestTest.java class CleanupProjectRequestTest (line 32) | public class CleanupProjectRequestTest { method testCleanupProjectRequest (line 38) | @Test method deleteTest (line 46) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/CloneDocumentFieldRequestTest.java class CloneDocumentFieldRequestTest (line 33) | public class CloneDocumentFieldRequestTest { method testCloneDocumentFieldRequest (line 39) | @Test method codeTest (line 47) | @Test method documentTypeTest (line 55) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/CloneDocumentTypeRequestTest.java class CloneDocumentTypeRequestTest (line 32) | public class CloneDocumentTypeRequestTest { method testCloneDocumentTypeRequest (line 38) | @Test method codeTest (line 46) | @Test method titleTest (line 54) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ClusterProjectRequestTest.java class ClusterProjectRequestTest (line 32) | public class ClusterProjectRequestTest { method testClusterProjectRequest (line 38) | @Test method nClustersTest (line 46) | @Test method forceTest (line 54) | @Test method clusterByTest (line 62) | @Test method methodTest (line 70) | @Test method requireConfirmationTest (line 78) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ClusterProjectResponseTest.java class ClusterProjectResponseTest (line 33) | public class ClusterProjectResponseTest { method testClusterProjectResponse (line 39) | @Test method taskIdTest (line 47) | @Test method projectClusteringIdTest (line 55) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/CodeTest.java class CodeTest (line 31) | public class CodeTest { method testCode (line 37) | @Test method codeTest (line 45) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/CopyrightUsageTest.java class CopyrightUsageTest (line 32) | public class CopyrightUsageTest { method testCopyrightUsage (line 38) | @Test method copyrightStrTest (line 46) | @Test method countTest (line 54) | @Test method pkTest (line 62) | @Test method textUnitPkTest (line 70) | @Test method textUnitUnitTypeTest (line 78) | @Test method textUnitLocationStartTest (line 86) | @Test method textUnitLocationEndTest (line 94) | @Test method textUnitDocumentPkTest (line 102) | @Test method textUnitDocumentNameTest (line 110) | @Test method textUnitDocumentDescriptionTest (line 118) | @Test method textUnitDocumentDocumentTypeTest (line 126) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/CountSuccessResponseTest.java class CountSuccessResponseTest (line 32) | public class CountSuccessResponseTest { method testCountSuccessResponse (line 38) | @Test method successTest (line 46) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/CourtUsageTest.java class CourtUsageTest (line 32) | public class CourtUsageTest { method testCourtUsage (line 38) | @Test method courtNameTest (line 46) | @Test method courtAliasTest (line 54) | @Test method countTest (line 62) | @Test method pkTest (line 70) | @Test method textUnitPkTest (line 78) | @Test method textUnitUnitTypeTest (line 86) | @Test method textUnitLocationStartTest (line 94) | @Test method textUnitLocationEndTest (line 102) | @Test method textUnitDocumentPkTest (line 110) | @Test method textUnitDocumentNameTest (line 118) | @Test method textUnitDocumentDescriptionTest (line 126) | @Test method textUnitDocumentDocumentTypeTest (line 134) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/CurrencyUsageTest.java class CurrencyUsageTest (line 33) | public class CurrencyUsageTest { method testCurrencyUsage (line 39) | @Test method usageTypeTest (line 47) | @Test method currencyTest (line 55) | @Test method amountTest (line 63) | @Test method amountStrTest (line 71) | @Test method pkTest (line 79) | @Test method textUnitPkTest (line 87) | @Test method textUnitUnitTypeTest (line 95) | @Test method textUnitLocationStartTest (line 103) | @Test method textUnitLocationEndTest (line 111) | @Test method textUnitDocumentPkTest (line 119) | @Test method textUnitDocumentNameTest (line 127) | @Test method textUnitDocumentDescriptionTest (line 135) | @Test method textUnitDocumentDocumentTypeTest (line 143) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/CustomPasswordChangeTest.java class CustomPasswordChangeTest (line 32) | public class CustomPasswordChangeTest { method testCustomPasswordChange (line 38) | @Test method oldPasswordTest (line 46) | @Test method newPasswordTest (line 54) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/CustomPasswordResetConfirmTest.java class CustomPasswordResetConfirmTest (line 32) | public class CustomPasswordResetConfirmTest { method testCustomPasswordResetConfirm (line 38) | @Test method newPassword1Test (line 46) | @Test method newPassword2Test (line 54) | @Test method uidTest (line 62) | @Test method tokenTest (line 70) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/CustomPasswordResetTest.java class CustomPasswordResetTest (line 32) | public class CustomPasswordResetTest { method testCustomPasswordReset (line 38) | @Test method emailTest (line 46) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DateDurationUsageTest.java class DateDurationUsageTest (line 33) | public class DateDurationUsageTest { method testDateDurationUsage (line 39) | @Test method amountTest (line 47) | @Test method amountStrTest (line 55) | @Test method durationTypeTest (line 63) | @Test method durationDaysTest (line 71) | @Test method countTest (line 79) | @Test method pkTest (line 87) | @Test method textUnitPkTest (line 95) | @Test method textUnitUnitTypeTest (line 103) | @Test method textUnitLocationStartTest (line 111) | @Test method textUnitLocationEndTest (line 119) | @Test method textUnitDocumentPkTest (line 127) | @Test method textUnitDocumentNameTest (line 135) | @Test method textUnitDocumentDescriptionTest (line 143) | @Test method textUnitDocumentDocumentTypeTest (line 151) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DateUsageCalendarTest.java class DateUsageCalendarTest (line 32) | public class DateUsageCalendarTest { method testDateUsageCalendar (line 38) | @Test method documentIdTest (line 46) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DateUsageTest.java class DateUsageTest (line 33) | public class DateUsageTest { method testDateUsage (line 39) | @Test method dateTest (line 47) | @Test method countTest (line 55) | @Test method pkTest (line 63) | @Test method textUnitPkTest (line 71) | @Test method textUnitUnitTypeTest (line 79) | @Test method textUnitLocationStartTest (line 87) | @Test method textUnitLocationEndTest (line 95) | @Test method textUnitDocumentPkTest (line 103) | @Test method textUnitDocumentNameTest (line 111) | @Test method textUnitDocumentDescriptionTest (line 119) | @Test method textUnitDocumentDocumentTypeTest (line 127) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DateUsageTimelineTest.java class DateUsageTimelineTest (line 32) | public class DateUsageTimelineTest { method testDateUsageTimeline (line 38) | @Test method documentIdTest (line 46) | @Test method perMonthTest (line 54) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DefinitionUsageTest.java class DefinitionUsageTest (line 32) | public class DefinitionUsageTest { method testDefinitionUsage (line 38) | @Test method definitionTest (line 46) | @Test method countTest (line 54) | @Test method pkTest (line 62) | @Test method textUnitPkTest (line 70) | @Test method textUnitUnitTypeTest (line 78) | @Test method textUnitLocationStartTest (line 86) | @Test method textUnitLocationEndTest (line 94) | @Test method textUnitDocumentPkTest (line 102) | @Test method textUnitDocumentNameTest (line 110) | @Test method textUnitDocumentDescriptionTest (line 118) | @Test method textUnitDocumentDocumentTypeTest (line 126) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DetectProjectFieldValuesRequestTest.java class DetectProjectFieldValuesRequestTest (line 34) | public class DetectProjectFieldValuesRequestTest { method testDetectProjectFieldValuesRequest (line 40) | @Test method doNotUpdateModifiedTest (line 48) | @Test method doNotWriteTest (line 56) | @Test method documentIdsTest (line 64) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DistanceUsageTest.java class DistanceUsageTest (line 33) | public class DistanceUsageTest { method testDistanceUsage (line 39) | @Test method amountTest (line 47) | @Test method distanceTypeTest (line 55) | @Test method countTest (line 63) | @Test method pkTest (line 71) | @Test method textUnitPkTest (line 79) | @Test method textUnitUnitTypeTest (line 87) | @Test method textUnitLocationStartTest (line 95) | @Test method textUnitLocationEndTest (line 103) | @Test method textUnitDocumentPkTest (line 111) | @Test method textUnitDocumentNameTest (line 119) | @Test method textUnitDocumentDescriptionTest (line 127) | @Test method textUnitDocumentDocumentTypeTest (line 135) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentClusterDocumentDataInnerTest.java class DocumentClusterDocumentDataInnerTest (line 32) | public class DocumentClusterDocumentDataInnerTest { method testDocumentClusterDocumentDataInner (line 38) | @Test method pkTest (line 46) | @Test method nameTest (line 54) | @Test method documentTypeTest (line 62) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentClusterDocumentDataTest.java class DocumentClusterDocumentDataTest (line 32) | public class DocumentClusterDocumentDataTest { method testDocumentClusterDocumentData (line 38) | @Test method pkTest (line 46) | @Test method nameTest (line 54) | @Test method documentTypeTest (line 62) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentClusterTest.java class DocumentClusterTest (line 36) | public class DocumentClusterTest { method testDocumentCluster (line 42) | @Test method pkTest (line 50) | @Test method clusterIdTest (line 58) | @Test method nameTest (line 66) | @Test method selfNameTest (line 74) | @Test method descriptionTest (line 82) | @Test method clusterByTest (line 90) | @Test method usingTest (line 98) | @Test method createdDateTest (line 106) | @Test method documentsCountTest (line 114) | @Test method documentDataTest (line 122) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentClusterUpdateTest.java class DocumentClusterUpdateTest (line 32) | public class DocumentClusterUpdateTest { method testDocumentClusterUpdate (line 38) | @Test method pkTest (line 46) | @Test method nameTest (line 54) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentDefinitionsTest.java class DocumentDefinitionsTest (line 34) | public class DocumentDefinitionsTest { method testDocumentDefinitions (line 40) | @Test method definitionTest (line 48) | @Test method matchesTest (line 56) | @Test method descriptionsTest (line 64) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentDetailAssigneeDataTest.java class DocumentDetailAssigneeDataTest (line 32) | public class DocumentDetailAssigneeDataTest { method testDocumentDetailAssigneeData (line 38) | @Test method pkTest (line 46) | @Test method firstNameTest (line 54) | @Test method lastNameTest (line 62) | @Test method usernameTest (line 70) | @Test method photoTest (line 78) | @Test method nameTest (line 86) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentDetailAvailableAssigneesDataInnerTest.java class DocumentDetailAvailableAssigneesDataInnerTest (line 31) | public class DocumentDetailAvailableAssigneesDataInnerTest { method testDocumentDetailAvailableAssigneesDataInner (line 37) | @Test method pkTest (line 45) | @Test method firstNameTest (line 53) | @Test method lastNameTest (line 61) | @Test method usernameTest (line 69) | @Test method photoTest (line 77) | @Test method nameTest (line 85) | @Test method initialsTest (line 93) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentDetailAvailableAssigneesDataTest.java class DocumentDetailAvailableAssigneesDataTest (line 32) | public class DocumentDetailAvailableAssigneesDataTest { method testDocumentDetailAvailableAssigneesData (line 38) | @Test method pkTest (line 46) | @Test method firstNameTest (line 54) | @Test method lastNameTest (line 62) | @Test method usernameTest (line 70) | @Test method photoTest (line 78) | @Test method nameTest (line 86) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentDetailNotesTest.java class DocumentDetailNotesTest (line 36) | public class DocumentDetailNotesTest { method testDocumentDetailNotes (line 42) | @Test method pkTest (line 50) | @Test method noteTest (line 58) | @Test method timestampTest (line 66) | @Test method userTest (line 74) | @Test method locationStartTest (line 82) | @Test method locationEndTest (line 90) | @Test method documentIdTest (line 98) | @Test method fieldValueIdTest (line 106) | @Test method fieldIdTest (line 114) | @Test method selectionsTest (line 122) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentDetailStatusDataTest.java class DocumentDetailStatusDataTest (line 32) | public class DocumentDetailStatusDataTest { method testDocumentDetailStatusData (line 38) | @Test method idTest (line 46) | @Test method nameTest (line 54) | @Test method codeTest (line 62) | @Test method orderTest (line 70) | @Test method isActiveTest (line 78) | @Test method groupTest (line 86) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentDetailTest.java class DocumentDetailTest (line 40) | public class DocumentDetailTest { method testDocumentDetail (line 46) | @Test method pkTest (line 54) | @Test method nameTest (line 62) | @Test method documentTypeTest (line 70) | @Test method fileSizeTest (line 78) | @Test method folderTest (line 86) | @Test method createdDateTest (line 94) | @Test method createdByNameTest (line 102) | @Test method modifiedDateTest (line 110) | @Test method modifiedByNameTest (line 118) | @Test method statusTest (line 126) | @Test method statusDataTest (line 134) | @Test method availableStatusesDataTest (line 142) | @Test method assigneeTest (line 150) | @Test method assignDateTest (line 158) | @Test method assigneeDataTest (line 166) | @Test method availableAssigneesDataTest (line 174) | @Test method descriptionTest (line 182) | @Test method titleTest (line 190) | @Test method initialAnnotationIdTest (line 198) | @Test method pageLocationsTest (line 206) | @Test method pageBoundsTest (line 214) | @Test method notesTest (line 222) | @Test method fieldValuesTest (line 230) | @Test method fieldValueObjectsTest (line 238) | @Test method prevIdTest (line 246) | @Test method nextIdTest (line 254) | @Test method sectionsTest (line 262) | @Test method clusterIdTest (line 270) | @Test method userPermissionsTest (line 278) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentDetailUserTest.java class DocumentDetailUserTest (line 32) | public class DocumentDetailUserTest { method testDocumentDetailUser (line 38) | @Test method pkTest (line 46) | @Test method firstNameTest (line 54) | @Test method lastNameTest (line 62) | @Test method usernameTest (line 70) | @Test method photoTest (line 78) | @Test method nameTest (line 86) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentDocumentsDownloadZipGET404ResponseTest.java class DocumentDocumentsDownloadZipGET404ResponseTest (line 31) | public class DocumentDocumentsDownloadZipGET404ResponseTest { method testDocumentDocumentsDownloadZipGET404Response (line 37) | @Test method detailTest (line 45) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentDownloadZipResponseTest.java class DocumentDownloadZipResponseTest (line 33) | public class DocumentDownloadZipResponseTest { method testDocumentDownloadZipResponse (line 39) | @Test method taskIdTest (line 47) | @Test method detailTest (line 55) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentFieldAnnotationTest.java class DocumentFieldAnnotationTest (line 34) | public class DocumentFieldAnnotationTest { method testDocumentFieldAnnotation (line 40) | @Test method pkTest (line 48) | @Test method uidTest (line 56) | @Test method projectIdTest (line 64) | @Test method projectNameTest (line 72) | @Test method documentIdTest (line 80) | @Test method documentNameTest (line 88) | @Test method documentTypeTest (line 96) | @Test method documentStatusTest (line 104) | @Test method fieldIdTest (line 112) | @Test method fieldNameTest (line 120) | @Test method valueTest (line 128) | @Test method locationStartTest (line 136) | @Test method locationEndTest (line 144) | @Test method locationTextTest (line 152) | @Test method assigneeIdTest (line 160) | @Test method assignDateTest (line 168) | @Test method statusIdTest (line 176) | @Test method statusNameTest (line 184) | @Test method assigneeNameTest (line 192) | @Test method modifiedByIdTest (line 200) | @Test method modifiedDateTest (line 208) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentFieldCategoryCreateTest.java class DocumentFieldCategoryCreateTest (line 34) | public class DocumentFieldCategoryCreateTest { method testDocumentFieldCategoryCreate (line 40) | @Test method idTest (line 48) | @Test method documentTypeTest (line 56) | @Test method nameTest (line 64) | @Test method orderTest (line 72) | @Test method fieldsTest (line 80) | @Test method fieldsNumberTest (line 88) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentFieldCategoryListFieldsInnerTest.java class DocumentFieldCategoryListFieldsInnerTest (line 32) | public class DocumentFieldCategoryListFieldsInnerTest { method testDocumentFieldCategoryListFieldsInner (line 38) | @Test method idTest (line 46) | @Test method categoryTest (line 54) | @Test method codeTest (line 62) | @Test method titleTest (line 70) | @Test method orderTest (line 78) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentFieldCategoryListFieldsTest.java class DocumentFieldCategoryListFieldsTest (line 32) | public class DocumentFieldCategoryListFieldsTest { method testDocumentFieldCategoryListFields (line 38) | @Test method idTest (line 46) | @Test method categoryTest (line 54) | @Test method codeTest (line 62) | @Test method titleTest (line 70) | @Test method orderTest (line 78) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentFieldCategoryListTest.java class DocumentFieldCategoryListTest (line 36) | public class DocumentFieldCategoryListTest { method testDocumentFieldCategoryList (line 42) | @Test method idTest (line 50) | @Test method documentTypeTest (line 58) | @Test method documentTypeTitleTest (line 66) | @Test method nameTest (line 74) | @Test method orderTest (line 82) | @Test method fieldsTest (line 90) | @Test method fieldsNumberTest (line 98) | @Test method exportKeyTest (line 106) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentFieldCreateTest.java class DocumentFieldCreateTest (line 34) | public class DocumentFieldCreateTest { method testDocumentFieldCreate (line 40) | @Test method documentTypeTest (line 48) | @Test method codeTest (line 56) | @Test method longCodeTest (line 64) | @Test method titleTest (line 72) | @Test method descriptionTest (line 80) | @Test method typeTest (line 88) | @Test method textUnitTypeTest (line 96) | @Test method valueDetectionStrategyTest (line 104) | @Test method classifierInitScriptTest (line 112) | @Test method formulaTest (line 120) | @Test method convertDecimalsToFloatsInFormulaArgsTest (line 128) | @Test method valueRegexpTest (line 136) | @Test method dependsOnFieldsTest (line 144) | @Test method confidenceTest (line 152) | @Test method requiresTextAnnotationsTest (line 160) | @Test method readOnlyTest (line 168) | @Test method categoryTest (line 176) | @Test method familyTest (line 184) | @Test method defaultValueTest (line 192) | @Test method choicesTest (line 200) | @Test method allowValuesNotSpecifiedInChoicesTest (line 208) | @Test method metadataTest (line 216) | @Test method trainingFinishedTest (line 224) | @Test method dirtyTest (line 232) | @Test method orderTest (line 240) | @Test method trainedAfterDocumentsNumberTest (line 248) | @Test method hiddenAlwaysTest (line 256) | @Test method hideUntilPythonTest (line 264) | @Test method hideUntilJsTest (line 272) | @Test method displayYesNoTest (line 280) | @Test method vectorizerStopWordsTest (line 288) | @Test method unsureChoiceValueTest (line 296) | @Test method unsureThresholdsByValueTest (line 304) | @Test method mlflowModelUriTest (line 312) | @Test method mlflowDetectOnDocumentLevelTest (line 320) | @Test method warningMessageTest (line 328) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentFieldDetailTest.java class DocumentFieldDetailTest (line 36) | public class DocumentFieldDetailTest { method testDocumentFieldDetail (line 42) | @Test method uidTest (line 50) | @Test method documentTypeTest (line 58) | @Test method codeTest (line 66) | @Test method longCodeTest (line 74) | @Test method titleTest (line 82) | @Test method descriptionTest (line 90) | @Test method typeTest (line 98) | @Test method textUnitTypeTest (line 106) | @Test method valueDetectionStrategyTest (line 114) | @Test method classifierInitScriptTest (line 122) | @Test method formulaTest (line 130) | @Test method convertDecimalsToFloatsInFormulaArgsTest (line 138) | @Test method valueRegexpTest (line 146) | @Test method dependsOnFieldsTest (line 154) | @Test method valueDetectionStrategyNameTest (line 162) | @Test method confidenceTest (line 170) | @Test method requiresTextAnnotationsTest (line 178) | @Test method readOnlyTest (line 186) | @Test method categoryTest (line 194) | @Test method familyTest (line 202) | @Test method defaultValueTest (line 210) | @Test method choicesTest (line 218) | @Test method allowValuesNotSpecifiedInChoicesTest (line 226) | @Test method metadataTest (line 234) | @Test method trainingFinishedTest (line 242) | @Test method dirtyTest (line 250) | @Test method orderTest (line 258) | @Test method trainedAfterDocumentsNumberTest (line 266) | @Test method hiddenAlwaysTest (line 274) | @Test method hideUntilPythonTest (line 282) | @Test method hideUntilJsTest (line 290) | @Test method isValueDetectionStrategyDisabledTest (line 298) | @Test method displayYesNoTest (line 306) | @Test method valueAwareTest (line 314) | @Test method createdByNameTest (line 322) | @Test method modifiedByNameTest (line 330) | @Test method createdDateTest (line 338) | @Test method modifiedDateTest (line 346) | @Test method vectorizerStopWordsTest (line 354) | @Test method unsureChoiceValueTest (line 362) | @Test method unsureThresholdsByValueTest (line 370) | @Test method mlflowModelUriTest (line 378) | @Test method mlflowDetectOnDocumentLevelTest (line 386) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentFieldDetectorCreateTest.java class DocumentFieldDetectorCreateTest (line 33) | public class DocumentFieldDetectorCreateTest { method testDocumentFieldDetectorCreate (line 39) | @Test method uidTest (line 47) | @Test method warningMessageTest (line 55) | @Test method categoryTest (line 63) | @Test method excludeRegexpsTest (line 71) | @Test method definitionWordsTest (line 79) | @Test method includeRegexpsTest (line 87) | @Test method regexpsPreProcessLowerTest (line 95) | @Test method detectedValueTest (line 103) | @Test method extractionHintTest (line 111) | @Test method textPartTest (line 119) | @Test method detectLimitUnitTest (line 127) | @Test method detectLimitCountTest (line 135) | @Test method fieldTest (line 143) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentFieldDetectorDetailTest.java class DocumentFieldDetectorDetailTest (line 35) | public class DocumentFieldDetectorDetailTest { method testDocumentFieldDetectorDetail (line 41) | @Test method uidTest (line 49) | @Test method categoryTest (line 57) | @Test method fieldTest (line 65) | @Test method fieldCodeTest (line 73) | @Test method fieldTitleTest (line 81) | @Test method fieldUidTest (line 89) | @Test method fieldTypeTest (line 97) | @Test method fieldDocumentTypeTitleTest (line 105) | @Test method excludeRegexpsTest (line 113) | @Test method definitionWordsTest (line 121) | @Test method includeRegexpsTest (line 129) | @Test method regexpsPreProcessLowerTest (line 137) | @Test method detectedValueTest (line 145) | @Test method extractionHintTest (line 153) | @Test method textPartTest (line 161) | @Test method detectLimitUnitTest (line 169) | @Test method detectLimitCountTest (line 177) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentFieldListCategoryTest.java class DocumentFieldListCategoryTest (line 32) | public class DocumentFieldListCategoryTest { method testDocumentFieldListCategory (line 38) | @Test method idTest (line 46) | @Test method nameTest (line 54) | @Test method orderTest (line 62) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentFieldListFamilyTest.java class DocumentFieldListFamilyTest (line 32) | public class DocumentFieldListFamilyTest { method testDocumentFieldListFamily (line 38) | @Test method idTest (line 46) | @Test method codeTest (line 54) | @Test method titleTest (line 62) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentFieldListTest.java class DocumentFieldListTest (line 38) | public class DocumentFieldListTest { method testDocumentFieldList (line 44) | @Test method uidTest (line 52) | @Test method documentTypeTest (line 60) | @Test method codeTest (line 68) | @Test method longCodeTest (line 76) | @Test method titleTest (line 84) | @Test method descriptionTest (line 92) | @Test method typeTest (line 100) | @Test method textUnitTypeTest (line 108) | @Test method valueDetectionStrategyTest (line 116) | @Test method classifierInitScriptTest (line 124) | @Test method formulaTest (line 132) | @Test method convertDecimalsToFloatsInFormulaArgsTest (line 140) | @Test method valueRegexpTest (line 148) | @Test method dependsOnFieldsTest (line 156) | @Test method valueDetectionStrategyNameTest (line 164) | @Test method confidenceTest (line 172) | @Test method requiresTextAnnotationsTest (line 180) | @Test method readOnlyTest (line 188) | @Test method categoryTest (line 196) | @Test method familyTest (line 204) | @Test method defaultValueTest (line 212) | @Test method choicesTest (line 220) | @Test method allowValuesNotSpecifiedInChoicesTest (line 228) | @Test method metadataTest (line 236) | @Test method trainingFinishedTest (line 244) | @Test method dirtyTest (line 252) | @Test method orderTest (line 260) | @Test method trainedAfterDocumentsNumberTest (line 268) | @Test method hiddenAlwaysTest (line 276) | @Test method hideUntilPythonTest (line 284) | @Test method hideUntilJsTest (line 292) | @Test method isValueDetectionStrategyDisabledTest (line 300) | @Test method displayYesNoTest (line 308) | @Test method valueAwareTest (line 316) | @Test method createdByNameTest (line 324) | @Test method modifiedByNameTest (line 332) | @Test method createdDateTest (line 340) | @Test method modifiedDateTest (line 348) | @Test method vectorizerStopWordsTest (line 356) | @Test method unsureChoiceValueTest (line 364) | @Test method unsureThresholdsByValueTest (line 372) | @Test method mlflowModelUriTest (line 380) | @Test method mlflowDetectOnDocumentLevelTest (line 388) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentFieldStatsResponseTest.java class DocumentFieldStatsResponseTest (line 34) | public class DocumentFieldStatsResponseTest { method testDocumentFieldStatsResponse (line 40) | @Test method codeTest (line 48) | @Test method titleTest (line 56) | @Test method totalTest (line 64) | @Test method todoTest (line 72) | @Test method sysGeneratedConfirmCorrectTest (line 80) | @Test method rejectedTest (line 88) | @Test method userGeneratedTest (line 96) | @Test method depsOnFieldsTest (line 104) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentFieldValueTest.java class DocumentFieldValueTest (line 33) | public class DocumentFieldValueTest { method testDocumentFieldValue (line 39) | @Test method pkTest (line 47) | @Test method projectIdTest (line 55) | @Test method projectTest (line 63) | @Test method documentIdTest (line 71) | @Test method documentNameTest (line 79) | @Test method documentStatusTest (line 87) | @Test method fieldIdTest (line 95) | @Test method fieldNameTest (line 103) | @Test method valueTest (line 111) | @Test method pythonValueTest (line 119) | @Test method locationTextTest (line 127) | @Test method modifiedByUsernameTest (line 135) | @Test method modifiedByIdTest (line 143) | @Test method modifiedDateTest (line 151) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentNoteCreateTest.java class DocumentNoteCreateTest (line 36) | public class DocumentNoteCreateTest { method testDocumentNoteCreate (line 42) | @Test method pkTest (line 50) | @Test method noteTest (line 58) | @Test method timestampTest (line 66) | @Test method locationStartTest (line 74) | @Test method locationEndTest (line 82) | @Test method documentIdTest (line 90) | @Test method fieldValueIdTest (line 98) | @Test method fieldIdTest (line 106) | @Test method userIdTest (line 114) | @Test method usernameTest (line 122) | @Test method userTest (line 130) | @Test method selectionsTest (line 138) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentNoteDetailTest.java class DocumentNoteDetailTest (line 36) | public class DocumentNoteDetailTest { method testDocumentNoteDetail (line 42) | @Test method pkTest (line 50) | @Test method noteTest (line 58) | @Test method timestampTest (line 66) | @Test method userTest (line 74) | @Test method locationStartTest (line 82) | @Test method locationEndTest (line 90) | @Test method documentIdTest (line 98) | @Test method fieldValueIdTest (line 106) | @Test method fieldIdTest (line 114) | @Test method selectionsTest (line 122) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentNoteDetailUserTest.java class DocumentNoteDetailUserTest (line 32) | public class DocumentNoteDetailUserTest { method testDocumentNoteDetailUser (line 38) | @Test method pkTest (line 46) | @Test method firstNameTest (line 54) | @Test method lastNameTest (line 62) | @Test method usernameTest (line 70) | @Test method photoTest (line 78) | @Test method nameTest (line 86) | @Test method initialsTest (line 94) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentNoteUpdateTest.java class DocumentNoteUpdateTest (line 34) | public class DocumentNoteUpdateTest { method testDocumentNoteUpdate (line 40) | @Test method noteTest (line 48) | @Test method selectionsTest (line 56) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentPDFReprTest.java class DocumentPDFReprTest (line 32) | public class DocumentPDFReprTest { method testDocumentPDFRepr (line 38) | @Test method charBboxesListTest (line 46) | @Test method pagesListTest (line 54) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentSetAnnotatorCoordinatesDifferenceRequestFirstLettersInnerTest.java class DocumentSetAnnotatorCoordinatesDifferenceRequestFirstLettersInnerTest (line 32) | public class DocumentSetAnnotatorCoordinatesDifferenceRequestFirstLetter... method testDocumentSetAnnotatorCoordinatesDifferenceRequestFirstLettersInner (line 38) | @Test method xTest (line 46) | @Test method yTest (line 54) | @Test method letterTest (line 62) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentSetAnnotatorCoordinatesDifferenceRequestTest.java class DocumentSetAnnotatorCoordinatesDifferenceRequestTest (line 34) | public class DocumentSetAnnotatorCoordinatesDifferenceRequestTest { method testDocumentSetAnnotatorCoordinatesDifferenceRequest (line 40) | @Test method documentIdTest (line 48) | @Test method firstLettersTest (line 56) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentSetAnnotatorCoordinatesDifferenceResponseTest.java class DocumentSetAnnotatorCoordinatesDifferenceResponseTest (line 31) | public class DocumentSetAnnotatorCoordinatesDifferenceResponseTest { method testDocumentSetAnnotatorCoordinatesDifferenceResponse (line 37) | @Test method updatedTest (line 45) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentSimilarityByFeaturesFormTest.java class DocumentSimilarityByFeaturesFormTest (line 32) | public class DocumentSimilarityByFeaturesFormTest { method testDocumentSimilarityByFeaturesForm (line 38) | @Test method runNameTest (line 46) | @Test method similarityThresholdTest (line 54) | @Test method projectTest (line 62) | @Test method featureSourceTest (line 70) | @Test method distanceTypeTest (line 78) | @Test method itemIdTest (line 86) | @Test method createReverseRelationsTest (line 94) | @Test method useTfidfTest (line 102) | @Test method deleteTest (line 110) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentSimilarityRunTest.java class DocumentSimilarityRunTest (line 33) | public class DocumentSimilarityRunTest { method testDocumentSimilarityRun (line 39) | @Test method idTest (line 47) | @Test method projectIdTest (line 55) | @Test method featureSourceTest (line 63) | @Test method unitSourceTest (line 71) | @Test method unitTypeTest (line 79) | @Test method unitIdTest (line 87) | @Test method itemsCountTest (line 95) | @Test method createdByTest (line 103) | @Test method createdDateTest (line 111) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentSimilarityTest.java class DocumentSimilarityTest (line 34) | public class DocumentSimilarityTest { method testDocumentSimilarity (line 40) | @Test method documentANameTest (line 48) | @Test method documentAPkTest (line 56) | @Test method documentBNameTest (line 64) | @Test method documentBPkTest (line 72) | @Test method similarityTest (line 80) | @Test method runTest (line 88) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentTypeCreateTest.java class DocumentTypeCreateTest (line 37) | public class DocumentTypeCreateTest { method testDocumentTypeCreate (line 43) | @Test method uidTest (line 51) | @Test method titleTest (line 59) | @Test method codeTest (line 67) | @Test method categoriesTest (line 75) | @Test method managersTest (line 83) | @Test method fieldsTest (line 91) | @Test method searchFieldsTest (line 99) | @Test method editorTypeTest (line 107) | @Test method fieldCodeAliasesTest (line 115) | @Test method metadataTest (line 123) | @Test method warningMessageTest (line 131) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentTypeDetailCategoriesInnerTest.java class DocumentTypeDetailCategoriesInnerTest (line 31) | public class DocumentTypeDetailCategoriesInnerTest { method testDocumentTypeDetailCategoriesInner (line 37) | @Test method idTest (line 45) | @Test method nameTest (line 53) | @Test method orderTest (line 61) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentTypeDetailCategoriesTest.java class DocumentTypeDetailCategoriesTest (line 32) | public class DocumentTypeDetailCategoriesTest { method testDocumentTypeDetailCategories (line 38) | @Test method idTest (line 46) | @Test method nameTest (line 54) | @Test method orderTest (line 62) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentTypeDetailFieldsDataInnerTest.java class DocumentTypeDetailFieldsDataInnerTest (line 37) | public class DocumentTypeDetailFieldsDataInnerTest { method testDocumentTypeDetailFieldsDataInner (line 43) | @Test method uidTest (line 51) | @Test method documentTypeTest (line 59) | @Test method documentTypeTitleTest (line 67) | @Test method codeTest (line 75) | @Test method longCodeTest (line 83) | @Test method titleTest (line 91) | @Test method descriptionTest (line 99) | @Test method typeTest (line 107) | @Test method textUnitTypeTest (line 115) | @Test method valueDetectionStrategyTest (line 123) | @Test method classifierInitScriptTest (line 131) | @Test method formulaTest (line 139) | @Test method convertDecimalsToFloatsInFormulaArgsTest (line 147) | @Test method valueRegexpTest (line 155) | @Test method dependsOnFieldsTest (line 163) | @Test method valueDetectionStrategyNameTest (line 171) | @Test method confidenceTest (line 179) | @Test method requiresTextAnnotationsTest (line 187) | @Test method readOnlyTest (line 195) | @Test method categoryTest (line 203) | @Test method familyTest (line 211) | @Test method defaultValueTest (line 219) | @Test method choicesTest (line 227) | @Test method allowValuesNotSpecifiedInChoicesTest (line 235) | @Test method metadataTest (line 243) | @Test method trainingFinishedTest (line 251) | @Test method dirtyTest (line 259) | @Test method orderTest (line 267) | @Test method trainedAfterDocumentsNumberTest (line 275) | @Test method hiddenAlwaysTest (line 283) | @Test method hideUntilPythonTest (line 291) | @Test method hideUntilJsTest (line 299) | @Test method isValueDetectionStrategyDisabledTest (line 307) | @Test method displayYesNoTest (line 315) | @Test method valueAwareTest (line 323) | @Test method createdByNameTest (line 331) | @Test method modifiedByNameTest (line 339) | @Test method createdDateTest (line 347) | @Test method modifiedDateTest (line 355) | @Test method vectorizerStopWordsTest (line 363) | @Test method unsureChoiceValueTest (line 371) | @Test method unsureThresholdsByValueTest (line 379) | @Test method mlflowModelUriTest (line 387) | @Test method mlflowDetectOnDocumentLevelTest (line 395) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentTypeDetailFieldsDataTest.java class DocumentTypeDetailFieldsDataTest (line 37) | public class DocumentTypeDetailFieldsDataTest { method testDocumentTypeDetailFieldsData (line 43) | @Test method uidTest (line 51) | @Test method documentTypeTest (line 59) | @Test method codeTest (line 67) | @Test method longCodeTest (line 75) | @Test method titleTest (line 83) | @Test method descriptionTest (line 91) | @Test method typeTest (line 99) | @Test method textUnitTypeTest (line 107) | @Test method valueDetectionStrategyTest (line 115) | @Test method classifierInitScriptTest (line 123) | @Test method formulaTest (line 131) | @Test method convertDecimalsToFloatsInFormulaArgsTest (line 139) | @Test method valueRegexpTest (line 147) | @Test method dependsOnFieldsTest (line 155) | @Test method valueDetectionStrategyNameTest (line 163) | @Test method confidenceTest (line 171) | @Test method requiresTextAnnotationsTest (line 179) | @Test method readOnlyTest (line 187) | @Test method categoryTest (line 195) | @Test method familyTest (line 203) | @Test method defaultValueTest (line 211) | @Test method choicesTest (line 219) | @Test method allowValuesNotSpecifiedInChoicesTest (line 227) | @Test method metadataTest (line 235) | @Test method trainingFinishedTest (line 243) | @Test method dirtyTest (line 251) | @Test method orderTest (line 259) | @Test method trainedAfterDocumentsNumberTest (line 267) | @Test method hiddenAlwaysTest (line 275) | @Test method hideUntilPythonTest (line 283) | @Test method hideUntilJsTest (line 291) | @Test method isValueDetectionStrategyDisabledTest (line 299) | @Test method displayYesNoTest (line 307) | @Test method valueAwareTest (line 315) | @Test method createdByNameTest (line 323) | @Test method modifiedByNameTest (line 331) | @Test method createdDateTest (line 339) | @Test method modifiedDateTest (line 347) | @Test method vectorizerStopWordsTest (line 355) | @Test method unsureChoiceValueTest (line 363) | @Test method unsureThresholdsByValueTest (line 371) | @Test method mlflowModelUriTest (line 379) | @Test method mlflowDetectOnDocumentLevelTest (line 387) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentTypeDetailTest.java class DocumentTypeDetailTest (line 38) | public class DocumentTypeDetailTest { method testDocumentTypeDetail (line 44) | @Test method uidTest (line 52) | @Test method titleTest (line 60) | @Test method codeTest (line 68) | @Test method fieldsDataTest (line 76) | @Test method searchFieldsTest (line 84) | @Test method editorTypeTest (line 92) | @Test method createdByNameTest (line 100) | @Test method createdDateTest (line 108) | @Test method modifiedByNameTest (line 116) | @Test method modifiedDateTest (line 124) | @Test method metadataTest (line 132) | @Test method fieldsNumberTest (line 140) | @Test method categoriesTest (line 148) | @Test method managersTest (line 156) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentTypeForStatsTest.java class DocumentTypeForStatsTest (line 36) | public class DocumentTypeForStatsTest { method testDocumentTypeForStats (line 42) | @Test method uidTest (line 50) | @Test method codeTest (line 58) | @Test method titleTest (line 66) | @Test method fieldsCountTest (line 74) | @Test method detectorsCountTest (line 82) | @Test method hideUntilPythonCountTest (line 90) | @Test method hiddenAlwaysCountTest (line 98) | @Test method hideUntilPythonPcntTest (line 106) | @Test method hiddenAlwaysPcntTest (line 114) | @Test method fieldsDataTest (line 122) | @Test method detectorDisabledCountTest (line 130) | @Test method detectorDisabledPcntTest (line 138) | @Test method detectorUseRegexpsOnlyCountTest (line 146) | @Test method detectorUseRegexpsOnlyPcntTest (line 154) | @Test method detectorUseFormulaOnlyCountTest (line 162) | @Test method detectorUseFormulaOnlyPcntTest (line 170) | @Test method detectorRegexpTableCountTest (line 178) | @Test method detectorRegexpTablePcntTest (line 186) | @Test method detectorTextBasedMlOnlyCountTest (line 194) | @Test method detectorTextBasedMlOnlyPcntTest (line 202) | @Test method detectorFieldsBasedMlOnlyCountTest (line 210) | @Test method detectorFieldsBasedMlOnlyPcntTest (line 218) | @Test method detectorFieldsBasedProbMlOnlyCountTest (line 226) | @Test method detectorFieldsBasedProbMlOnlyPcntTest (line 234) | @Test method detectorFieldBasedRegexpsCountTest (line 242) | @Test method detectorFieldBasedRegexpsPcntTest (line 250) | @Test method detectorMlflowModelCountTest (line 258) | @Test method detectorMlflowModelPcntTest (line 266) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentTypeImportRequestTest.java class DocumentTypeImportRequestTest (line 33) | public class DocumentTypeImportRequestTest { method testDocumentTypeImportRequest (line 39) | @Test method fileTest (line 47) | @Test method updateCacheTest (line 55) | @Test method actionTest (line 63) | @Test method sourceVersionTest (line 71) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentTypeImportResponseTest.java class DocumentTypeImportResponseTest (line 33) | public class DocumentTypeImportResponseTest { method testDocumentTypeImportResponse (line 39) | @Test method taskIdTest (line 47) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentTypeStatsDataTest.java class DocumentTypeStatsDataTest (line 36) | public class DocumentTypeStatsDataTest { method testDocumentTypeStatsData (line 42) | @Test method uidTest (line 50) | @Test method codeTest (line 58) | @Test method titleTest (line 66) | @Test method fieldsCountTest (line 74) | @Test method detectorsCountTest (line 82) | @Test method hideUntilPythonCountTest (line 90) | @Test method hiddenAlwaysCountTest (line 98) | @Test method hideUntilPythonPcntTest (line 106) | @Test method hiddenAlwaysPcntTest (line 114) | @Test method fieldsDataTest (line 122) | @Test method detectorDisabledCountTest (line 130) | @Test method detectorDisabledPcntTest (line 138) | @Test method detectorUseRegexpsOnlyCountTest (line 146) | @Test method detectorUseRegexpsOnlyPcntTest (line 154) | @Test method detectorUseFormulaOnlyCountTest (line 162) | @Test method detectorUseFormulaOnlyPcntTest (line 170) | @Test method detectorRegexpTableCountTest (line 178) | @Test method detectorRegexpTablePcntTest (line 186) | @Test method detectorTextBasedMlOnlyCountTest (line 194) | @Test method detectorTextBasedMlOnlyPcntTest (line 202) | @Test method detectorFieldsBasedMlOnlyCountTest (line 210) | @Test method detectorFieldsBasedMlOnlyPcntTest (line 218) | @Test method detectorFieldsBasedProbMlOnlyCountTest (line 226) | @Test method detectorFieldsBasedProbMlOnlyPcntTest (line 234) | @Test method detectorFieldBasedRegexpsCountTest (line 242) | @Test method detectorFieldBasedRegexpsPcntTest (line 250) | @Test method detectorMlflowModelCountTest (line 258) | @Test method detectorMlflowModelPcntTest (line 266) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentTypeStatsTest.java class DocumentTypeStatsTest (line 33) | public class DocumentTypeStatsTest { method testDocumentTypeStats (line 39) | @Test method dataTest (line 47) | @Test method countOfItemsTest (line 55) | @Test method countOfFilteredItemsTest (line 63) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentsForUserResponseDataInnerTest.java class DocumentsForUserResponseDataInnerTest (line 32) | public class DocumentsForUserResponseDataInnerTest { method testDocumentsForUserResponseDataInner (line 38) | @Test method pkTest (line 46) | @Test method nameTest (line 54) | @Test method documentTypeTest (line 62) | @Test method projectTest (line 70) | @Test method statusNameTest (line 78) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentsForUserResponseDataTest.java class DocumentsForUserResponseDataTest (line 32) | public class DocumentsForUserResponseDataTest { method testDocumentsForUserResponseData (line 38) | @Test method pkTest (line 46) | @Test method nameTest (line 54) | @Test method documentTypeTest (line 62) | @Test method projectTest (line 70) | @Test method statusNameTest (line 78) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentsForUserResponseTest.java class DocumentsForUserResponseTest (line 35) | public class DocumentsForUserResponseTest { method testDocumentsForUserResponse (line 41) | @Test method totalDocumentsTest (line 49) | @Test method dataTest (line 57) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DocumentsForUserTest.java class DocumentsForUserTest (line 32) | public class DocumentsForUserTest { method testDocumentsForUser (line 38) | @Test method pkTest (line 46) | @Test method nameTest (line 54) | @Test method documentTypeTest (line 62) | @Test method projectTest (line 70) | @Test method statusNameTest (line 78) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DumpDocumentConfigGET200ResponseTest.java class DumpDocumentConfigGET200ResponseTest (line 24) | public class DumpDocumentConfigGET200ResponseTest { method testDumpDocumentConfigGET200Response (line 30) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DumpFixtureTest.java class DumpFixtureTest (line 32) | public class DumpFixtureTest { method testDumpFixture (line 38) | @Test method appNameTest (line 46) | @Test method modelNameTest (line 54) | @Test method fileNameTest (line 62) | @Test method filterOptionsTest (line 70) | @Test method indentTest (line 78) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/DumpPUTErrorResponseTest.java class DumpPUTErrorResponseTest (line 32) | public class DumpPUTErrorResponseTest { method testDumpPUTErrorResponse (line 38) | @Test method logTest (line 46) | @Test method exceptionTest (line 54) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/FieldAnnotationStatusTest.java class FieldAnnotationStatusTest (line 32) | public class FieldAnnotationStatusTest { method testFieldAnnotationStatus (line 38) | @Test method idTest (line 46) | @Test method nameTest (line 54) | @Test method codeTest (line 62) | @Test method orderTest (line 70) | @Test method isActiveTest (line 78) | @Test method isAcceptedTest (line 86) | @Test method isRejectedTest (line 94) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/GeoAliasUsageTest.java class GeoAliasUsageTest (line 32) | public class GeoAliasUsageTest { method testGeoAliasUsage (line 38) | @Test method aliasAliasTest (line 46) | @Test method aliasLocaleTest (line 54) | @Test method aliasTypeTest (line 62) | @Test method countTest (line 70) | @Test method aliasEntityNameTest (line 78) | @Test method aliasEntityCategoryTest (line 86) | @Test method pkTest (line 94) | @Test method textUnitPkTest (line 102) | @Test method textUnitUnitTypeTest (line 110) | @Test method textUnitLocationStartTest (line 118) | @Test method textUnitLocationEndTest (line 126) | @Test method textUnitDocumentPkTest (line 134) | @Test method textUnitDocumentNameTest (line 142) | @Test method textUnitDocumentDescriptionTest (line 150) | @Test method textUnitDocumentDocumentTypeTest (line 158) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/GeoEntityListTest.java class GeoEntityListTest (line 32) | public class GeoEntityListTest { method testGeoEntityList (line 38) | @Test method pkTest (line 46) | @Test method entityIdTest (line 54) | @Test method nameTest (line 62) | @Test method priorityTest (line 70) | @Test method categoryTest (line 78) | @Test method aliasTest (line 86) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/GeoEntityUpdateTest.java class GeoEntityUpdateTest (line 32) | public class GeoEntityUpdateTest { method testGeoEntityUpdate (line 38) | @Test method pkTest (line 46) | @Test method priorityTest (line 54) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/GeoEntityUsageTest.java class GeoEntityUsageTest (line 32) | public class GeoEntityUsageTest { method testGeoEntityUsage (line 38) | @Test method entityNameTest (line 46) | @Test method entityCategoryTest (line 54) | @Test method countTest (line 62) | @Test method pkTest (line 70) | @Test method textUnitPkTest (line 78) | @Test method textUnitUnitTypeTest (line 86) | @Test method textUnitLocationStartTest (line 94) | @Test method textUnitLocationEndTest (line 102) | @Test method textUnitDocumentPkTest (line 110) | @Test method textUnitDocumentNameTest (line 118) | @Test method textUnitDocumentDescriptionTest (line 126) | @Test method textUnitDocumentDocumentTypeTest (line 134) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/InlineResponse400Test.java class InlineResponse400Test (line 32) | public class InlineResponse400Test { method testInlineResponse400 (line 38) | @Test method statusTest (line 46) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/InlineResponse4041Test.java class InlineResponse4041Test (line 32) | public class InlineResponse4041Test { method testInlineResponse4041 (line 38) | @Test method detailsTest (line 46) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/InlineResponse404Test.java class InlineResponse404Test (line 32) | public class InlineResponse404Test { method testInlineResponse404 (line 38) | @Test method detailTest (line 46) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/LoadFixtureTest.java class LoadFixtureTest (line 32) | public class LoadFixtureTest { method testLoadFixture (line 38) | @Test method fixtureTest (line 46) | @Test method modeTest (line 54) | @Test method encodingTest (line 62) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/LocateItemsRequestTest.java class LocateItemsRequestTest (line 34) | public class LocateItemsRequestTest { method testLocateItemsRequest (line 40) | @Test method itemsToLocateTest (line 48) | @Test method projectIdTest (line 56) | @Test method deleteExistingTest (line 64) | @Test method searchInTest (line 72) | @Test method selectedTagsTest (line 80) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/LoggingAPIViewRequestTest.java class LoggingAPIViewRequestTest (line 34) | public class LoggingAPIViewRequestTest { method testLoggingAPIViewRequest (line 40) | @Test method queryInfoTest (line 48) | @Test method recordsTest (line 56) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/LoginResponseTest.java class LoginResponseTest (line 32) | public class LoginResponseTest { method testLoginResponse (line 38) | @Test method keyTest (line 46) | @Test method userNameTest (line 54) | @Test method userTest (line 62) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/LoginTest.java class LoginTest (line 32) | public class LoginTest { method testLogin (line 38) | @Test method usernameTest (line 46) | @Test method emailTest (line 54) | @Test method passwordTest (line 62) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/MLModelTest.java class MLModelTest (line 32) | public class MLModelTest { method testMLModel (line 38) | @Test method idTest (line 46) | @Test method nameTest (line 54) | @Test method versionTest (line 62) | @Test method vectorNameTest (line 70) | @Test method modelPathTest (line 78) | @Test method isActiveTest (line 86) | @Test method _defaultTest (line 94) | @Test method applyToTest (line 102) | @Test method targetEntityTest (line 110) | @Test method languageTest (line 118) | @Test method textUnitTypeTest (line 126) | @Test method projectTest (line 134) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/MarkForSeenWebNotificationRequestTest.java class MarkForSeenWebNotificationRequestTest (line 34) | public class MarkForSeenWebNotificationRequestTest { method testMarkForSeenWebNotificationRequest (line 40) | @Test method notificationIdsTest (line 48) | @Test method isSeenTest (line 56) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/MarkForSeenWebNotificationResponseTest.java class MarkForSeenWebNotificationResponseTest (line 32) | public class MarkForSeenWebNotificationResponseTest { method testMarkForSeenWebNotificationResponse (line 38) | @Test method countProcessedTest (line 46) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/MarkUnmarkForDeleteDocumentsRequestTest.java class MarkUnmarkForDeleteDocumentsRequestTest (line 34) | public class MarkUnmarkForDeleteDocumentsRequestTest { method testMarkUnmarkForDeleteDocumentsRequest (line 40) | @Test method allTest (line 48) | @Test method projectIdTest (line 56) | @Test method documentIdsTest (line 64) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/MarkUnmarkForDeleteDocumentsResponseTest.java class MarkUnmarkForDeleteDocumentsResponseTest (line 32) | public class MarkUnmarkForDeleteDocumentsResponseTest { method testMarkUnmarkForDeleteDocumentsResponse (line 38) | @Test method countDeletedTest (line 46) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/MarkUnmarkForDeleteProjectsReponseTest.java class MarkUnmarkForDeleteProjectsReponseTest (line 32) | public class MarkUnmarkForDeleteProjectsReponseTest { method testMarkUnmarkForDeleteProjectsReponse (line 38) | @Test method countDeletedTest (line 46) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/MarkUnmarkForDeleteProjectsRequestTest.java class MarkUnmarkForDeleteProjectsRequestTest (line 34) | public class MarkUnmarkForDeleteProjectsRequestTest { method testMarkUnmarkForDeleteProjectsRequest (line 40) | @Test method allTest (line 48) | @Test method removeAllTest (line 56) | @Test method excludeDocumentIdsTest (line 64) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/MenuGroupTest.java class MenuGroupTest (line 32) | public class MenuGroupTest { method testMenuGroup (line 38) | @Test method pkTest (line 46) | @Test method nameTest (line 54) | @Test method _publicTest (line 62) | @Test method orderTest (line 70) | @Test method userTest (line 78) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/MenuItemTest.java class MenuItemTest (line 32) | public class MenuItemTest { method testMenuItem (line 38) | @Test method pkTest (line 46) | @Test method nameTest (line 54) | @Test method urlTest (line 62) | @Test method groupTest (line 70) | @Test method _publicTest (line 78) | @Test method orderTest (line 86) | @Test method userTest (line 94) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/PartySimilarityFormTest.java class PartySimilarityFormTest (line 32) | public class PartySimilarityFormTest { method testPartySimilarityForm (line 38) | @Test method runNameTest (line 46) | @Test method caseSensitiveTest (line 54) | @Test method similarityTypeTest (line 62) | @Test method similarityThresholdTest (line 70) | @Test method deleteTest (line 78) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/PartySimilarityTest.java class PartySimilarityTest (line 34) | public class PartySimilarityTest { method testPartySimilarity (line 40) | @Test method pkTest (line 48) | @Test method partyANameTest (line 56) | @Test method partyADescriptionTest (line 64) | @Test method partyAPkTest (line 72) | @Test method partyATypeAbbrTest (line 80) | @Test method partyBNameTest (line 88) | @Test method partyBPkTest (line 96) | @Test method partyBTypeAbbrTest (line 104) | @Test method similarityTest (line 112) | @Test method runTest (line 120) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/PartyTest.java class PartyTest (line 32) | public class PartyTest { method testParty (line 38) | @Test method pkTest (line 46) | @Test method nameTest (line 54) | @Test method typeTest (line 62) | @Test method typeAbbrTest (line 70) | @Test method typeLabelTest (line 78) | @Test method typeDescriptionTest (line 86) | @Test method descriptionTest (line 94) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/PartyUsageTest.java class PartyUsageTest (line 32) | public class PartyUsageTest { method testPartyUsage (line 38) | @Test method partyNameTest (line 46) | @Test method partyTypeAbbrTest (line 54) | @Test method partyPkTest (line 62) | @Test method countTest (line 70) | @Test method pkTest (line 78) | @Test method textUnitPkTest (line 86) | @Test method textUnitUnitTypeTest (line 94) | @Test method textUnitLocationStartTest (line 102) | @Test method textUnitLocationEndTest (line 110) | @Test method textUnitDocumentPkTest (line 118) | @Test method textUnitDocumentNameTest (line 126) | @Test method textUnitDocumentDescriptionTest (line 134) | @Test method textUnitDocumentDocumentTypeTest (line 142) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/PercentUsageTest.java class PercentUsageTest (line 33) | public class PercentUsageTest { method testPercentUsage (line 39) | @Test method amountTest (line 47) | @Test method unitTypeTest (line 55) | @Test method totalTest (line 63) | @Test method countTest (line 71) | @Test method pkTest (line 79) | @Test method textUnitPkTest (line 87) | @Test method textUnitUnitTypeTest (line 95) | @Test method textUnitLocationStartTest (line 103) | @Test method textUnitLocationEndTest (line 111) | @Test method textUnitDocumentPkTest (line 119) | @Test method textUnitDocumentNameTest (line 127) | @Test method textUnitDocumentDescriptionTest (line 135) | @Test method textUnitDocumentDocumentTypeTest (line 143) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectActiveTasksTasksTest.java class ProjectActiveTasksTasksTest (line 33) | public class ProjectActiveTasksTasksTest { method testProjectActiveTasksTasks (line 39) | @Test method idTest (line 47) | @Test method nameTest (line 55) | @Test method verboseNameTest (line 63) | @Test method userNameTest (line 71) | @Test method workerTest (line 79) | @Test method statusTest (line 87) | @Test method progressTest (line 95) | @Test method descriptionTest (line 103) | @Test method dateStartTest (line 111) | @Test method dateWorkStartTest (line 119) | @Test method dateDoneTest (line 127) | @Test method totalTimeTest (line 135) | @Test method workTimeTest (line 143) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectActiveTasksTest.java class ProjectActiveTasksTest (line 33) | public class ProjectActiveTasksTest { method testProjectActiveTasks (line 39) | @Test method tasksTest (line 47) | @Test method documentTransformerChangeInProgressTest (line 55) | @Test method textUnitTransformerChangeInProgressTest (line 63) | @Test method locateTermsInProgressTest (line 71) | @Test method locateCompaniesInProgressTest (line 79) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectAnnotationsAssigneesResponseTest.java class ProjectAnnotationsAssigneesResponseTest (line 35) | public class ProjectAnnotationsAssigneesResponseTest { method testProjectAnnotationsAssigneesResponse (line 41) | @Test method assigneeIdTest (line 49) | @Test method assigneeNameTest (line 57) | @Test method annotationsCountTest (line 65) | @Test method annotationUidsTest (line 73) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectAppVarTest.java class ProjectAppVarTest (line 32) | public class ProjectAppVarTest { method testProjectAppVar (line 38) | @Test method categoryTest (line 46) | @Test method nameTest (line 54) | @Test method descriptionTest (line 62) | @Test method valueTest (line 70) | @Test method accessTypeTest (line 78) | @Test method useSystemTest (line 86) | @Test method systemValueTest (line 94) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectClusteringDocumentClustersInnerTest.java class ProjectClusteringDocumentClustersInnerTest (line 31) | public class ProjectClusteringDocumentClustersInnerTest { method testProjectClusteringDocumentClustersInner (line 37) | @Test method pkTest (line 45) | @Test method clusterIdTest (line 53) | @Test method nameTest (line 61) | @Test method documentsCountTest (line 69) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectClusteringDocumentClustersTest.java class ProjectClusteringDocumentClustersTest (line 32) | public class ProjectClusteringDocumentClustersTest { method testProjectClusteringDocumentClusters (line 38) | @Test method pkTest (line 46) | @Test method clusterIdTest (line 54) | @Test method nameTest (line 62) | @Test method documentsCountTest (line 70) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectClusteringStatusResponseTest.java class ProjectClusteringStatusResponseTest (line 34) | public class ProjectClusteringStatusResponseTest { method testProjectClusteringStatusResponse (line 40) | @Test method documentClustersTest (line 48) | @Test method projectClustersDocumentsCountTest (line 56) | @Test method statusTest (line 64) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectClusteringTest.java class ProjectClusteringTest (line 36) | public class ProjectClusteringTest { method testProjectClustering (line 42) | @Test method pkTest (line 50) | @Test method documentClustersTest (line 58) | @Test method metadataTest (line 66) | @Test method createdDateTest (line 74) | @Test method statusTest (line 82) | @Test method reasonTest (line 90) | @Test method projectClustersDocumentsCountTest (line 98) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectCreateTest.java class ProjectCreateTest (line 34) | public class ProjectCreateTest { method testProjectCreate (line 40) | @Test method pkTest (line 48) | @Test method nameTest (line 56) | @Test method descriptionTest (line 64) | @Test method typeTest (line 72) | @Test method sendEmailNotificationTest (line 80) | @Test method termTagsTest (line 88) | @Test method companytypeTagsTest (line 96) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectDetailOwnersDataInnerTest.java class ProjectDetailOwnersDataInnerTest (line 35) | public class ProjectDetailOwnersDataInnerTest { method testProjectDetailOwnersDataInner (line 41) | @Test method idTest (line 49) | @Test method uidTest (line 57) | @Test method usernameTest (line 65) | @Test method lastNameTest (line 73) | @Test method firstNameTest (line 81) | @Test method emailTest (line 89) | @Test method isSuperuserTest (line 97) | @Test method isStaffTest (line 105) | @Test method isActiveTest (line 113) | @Test method nameTest (line 121) | @Test method initialsTest (line 129) | @Test method organizationTest (line 137) | @Test method photoTest (line 145) | @Test method permissionsTest (line 153) | @Test method groupsTest (line 161) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectDetailOwnersDataTest.java class ProjectDetailOwnersDataTest (line 34) | public class ProjectDetailOwnersDataTest { method testProjectDetailOwnersData (line 40) | @Test method idTest (line 48) | @Test method usernameTest (line 56) | @Test method lastNameTest (line 64) | @Test method firstNameTest (line 72) | @Test method emailTest (line 80) | @Test method isSuperuserTest (line 88) | @Test method isStaffTest (line 96) | @Test method isActiveTest (line 104) | @Test method nameTest (line 112) | @Test method organizationTest (line 120) | @Test method photoTest (line 128) | @Test method permissionsTest (line 136) | @Test method groupsTest (line 144) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectDetailTest.java class ProjectDetailTest (line 38) | public class ProjectDetailTest { method testProjectDetail (line 44) | @Test method pkTest (line 52) | @Test method nameTest (line 60) | @Test method descriptionTest (line 68) | @Test method createdDateTest (line 76) | @Test method createdByNameTest (line 84) | @Test method modifiedDateTest (line 92) | @Test method modifiedByNameTest (line 100) | @Test method sendEmailNotificationTest (line 108) | @Test method hideClauseReviewTest (line 116) | @Test method statusTest (line 124) | @Test method statusDataTest (line 132) | @Test method ownersTest (line 140) | @Test method ownersDataTest (line 148) | @Test method reviewersTest (line 156) | @Test method reviewersDataTest (line 164) | @Test method superReviewersTest (line 172) | @Test method superReviewersDataTest (line 180) | @Test method juniorReviewersTest (line 188) | @Test method juniorReviewersDataTest (line 196) | @Test method typeTest (line 204) | @Test method typeDataTest (line 212) | @Test method progressTest (line 220) | @Test method userPermissionsTest (line 228) | @Test method termTagsTest (line 236) | @Test method documentTransformerTest (line 244) | @Test method textUnitTransformerTest (line 252) | @Test method companytypeTagsTest (line 260) | @Test method appVarsTest (line 268) | @Test method documentSimilarityRunParamsTest (line 276) | @Test method textUnitSimilarityRunParamsTest (line 284) | @Test method documentSimilarityProcessAllowedTest (line 292) | @Test method textUnitSimilarityProcessAllowedTest (line 300) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectDocumentSimilarityResponseDataInnerTest.java class ProjectDocumentSimilarityResponseDataInnerTest (line 32) | public class ProjectDocumentSimilarityResponseDataInnerTest { method testProjectDocumentSimilarityResponseDataInner (line 38) | @Test method documentANameTest (line 46) | @Test method documentAIdTest (line 54) | @Test method documentBNameTest (line 62) | @Test method documentBIdTest (line 70) | @Test method documentBTextTest (line 78) | @Test method similarityTest (line 86) | @Test method runIdTest (line 94) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectDocumentSimilarityResponseDataTest.java class ProjectDocumentSimilarityResponseDataTest (line 33) | public class ProjectDocumentSimilarityResponseDataTest { method testProjectDocumentSimilarityResponseData (line 39) | @Test method documentANameTest (line 47) | @Test method documentAIdTest (line 55) | @Test method documentBNameTest (line 63) | @Test method documentBIdTest (line 71) | @Test method documentBTextTest (line 79) | @Test method similarityTest (line 87) | @Test method runIdTest (line 95) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectDocumentSimilarityResponseTest.java class ProjectDocumentSimilarityResponseTest (line 36) | public class ProjectDocumentSimilarityResponseTest { method testProjectDocumentSimilarityResponse (line 42) | @Test method dataTest (line 50) | @Test method documentAIdTest (line 58) | @Test method documentANameTest (line 66) | @Test method totalRecordsTest (line 74) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectDocumentSimilarityTest.java class ProjectDocumentSimilarityTest (line 33) | public class ProjectDocumentSimilarityTest { method testProjectDocumentSimilarity (line 39) | @Test method documentANameTest (line 47) | @Test method documentAIdTest (line 55) | @Test method documentBNameTest (line 63) | @Test method documentBIdTest (line 71) | @Test method documentBTextTest (line 79) | @Test method similarityTest (line 87) | @Test method runIdTest (line 95) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectDocumentsAssigneesResponseTest.java class ProjectDocumentsAssigneesResponseTest (line 34) | public class ProjectDocumentsAssigneesResponseTest { method testProjectDocumentsAssigneesResponse (line 40) | @Test method assigneeIdTest (line 48) | @Test method assigneeNameTest (line 56) | @Test method documentsCountTest (line 64) | @Test method documentIdsTest (line 72) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectDocumentsSimilarityByVectorsFormTest.java class ProjectDocumentsSimilarityByVectorsFormTest (line 32) | public class ProjectDocumentsSimilarityByVectorsFormTest { method testProjectDocumentsSimilarityByVectorsForm (line 38) | @Test method runNameTest (line 46) | @Test method similarityThresholdTest (line 54) | @Test method projectTest (line 62) | @Test method featureSourceTest (line 70) | @Test method distanceTypeTest (line 78) | @Test method itemIdTest (line 86) | @Test method createReverseRelationsTest (line 94) | @Test method useTfidfTest (line 102) | @Test method deleteTest (line 110) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectListStatusDataTest.java class ProjectListStatusDataTest (line 32) | public class ProjectListStatusDataTest { method testProjectListStatusData (line 38) | @Test method idTest (line 46) | @Test method nameTest (line 54) | @Test method codeTest (line 62) | @Test method orderTest (line 70) | @Test method isActiveTest (line 78) | @Test method groupTest (line 86) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectListTest.java class ProjectListTest (line 34) | public class ProjectListTest { method testProjectList (line 40) | @Test method pkTest (line 48) | @Test method nameTest (line 56) | @Test method statusTest (line 64) | @Test method statusDataTest (line 72) | @Test method typeTest (line 80) | @Test method typeDataTest (line 88) | @Test method countOfDocumentsTest (line 96) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectListTypeDataTest.java class ProjectListTypeDataTest (line 33) | public class ProjectListTypeDataTest { method testProjectListTypeData (line 39) | @Test method uidTest (line 47) | @Test method codeTest (line 55) | @Test method titleTest (line 63) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectProgressResponseTest.java class ProjectProgressResponseTest (line 32) | public class ProjectProgressResponseTest { method testProjectProgressResponse (line 38) | @Test method projectHasCompletedSessionsTest (line 46) | @Test method userUncompletedSessionProgressTest (line 54) | @Test method otherUncompletedSessionProgressTest (line 62) | @Test method clusteringTest (line 70) | @Test method requireClusteringTest (line 78) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectProjectsIdAssignAnnotationsPOST404ResponseTest.java class ProjectProjectsIdAssignAnnotationsPOST404ResponseTest (line 31) | public class ProjectProjectsIdAssignAnnotationsPOST404ResponseTest { method testProjectProjectsIdAssignAnnotationsPOST404Response (line 37) | @Test method detailsTest (line 45) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectProjectsIdSetAnnotationStatusPOST200ResponseTest.java class ProjectProjectsIdSetAnnotationStatusPOST200ResponseTest (line 35) | public class ProjectProjectsIdSetAnnotationStatusPOST200ResponseTest { method testProjectProjectsIdSetAnnotationStatusPOST200Response (line 41) | @Test method successTest (line 49) | @Test method taskIdTest (line 57) | @Test method annotationsTest (line 65) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectSearchSimilarDocumentsRequestTest.java class ProjectSearchSimilarDocumentsRequestTest (line 32) | public class ProjectSearchSimilarDocumentsRequestTest { method testProjectSearchSimilarDocumentsRequest (line 38) | @Test method runNameTest (line 46) | @Test method distanceTypeTest (line 54) | @Test method similarityThresholdTest (line 62) | @Test method createReverseRelationsTest (line 70) | @Test method useTfidfTest (line 78) | @Test method deleteTest (line 86) | @Test method itemIdTest (line 94) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectSearchSimilarTextUnitsRequestTest.java class ProjectSearchSimilarTextUnitsRequestTest (line 32) | public class ProjectSearchSimilarTextUnitsRequestTest { method testProjectSearchSimilarTextUnitsRequest (line 38) | @Test method runNameTest (line 46) | @Test method distanceTypeTest (line 54) | @Test method similarityThresholdTest (line 62) | @Test method createReverseRelationsTest (line 70) | @Test method useTfidfTest (line 78) | @Test method deleteTest (line 86) | @Test method itemIdTest (line 94) | @Test method unitTypeTest (line 102) | @Test method documentIdTest (line 110) | @Test method locationStartTest (line 118) | @Test method locationEndTest (line 126) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectStatsTest.java class ProjectStatsTest (line 33) | public class ProjectStatsTest { method testProjectStats (line 39) | @Test method projectIdTest (line 47) | @Test method nameTest (line 55) | @Test method typeTitleTest (line 63) | @Test method documentsTotalTest (line 71) | @Test method clausesTotalTest (line 79) | @Test method avgOcrGradeTest (line 87) | @Test method documentStatusNotStartedTest (line 95) | @Test method documentStatusNotStartedPcntTest (line 103) | @Test method documentStatusInReviewTest (line 111) | @Test method documentStatusInReviewPcntTest (line 119) | @Test method documentStatusAwaitingQaTest (line 127) | @Test method documentStatusAwaitingQaPcntTest (line 135) | @Test method documentStatusCompletedTest (line 143) | @Test method documentStatusCompletedPcntTest (line 151) | @Test method documentStatusExcludedTest (line 159) | @Test method documentStatusExcludedPcntTest (line 167) | @Test method clauseStatusUnreviewedTest (line 175) | @Test method clauseStatusUnreviewedPcntTest (line 183) | @Test method clauseStatusAcceptedTest (line 191) | @Test method clauseStatusAcceptedPcntTest (line 199) | @Test method clauseStatusRejectedTest (line 207) | @Test method clauseStatusRejectedPcntTest (line 215) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectTasksTest.java class ProjectTasksTest (line 33) | public class ProjectTasksTest { method testProjectTasks (line 39) | @Test method idTest (line 47) | @Test method nameTest (line 55) | @Test method verboseNameTest (line 63) | @Test method userNameTest (line 71) | @Test method workerTest (line 79) | @Test method statusTest (line 87) | @Test method progressTest (line 95) | @Test method descriptionTest (line 103) | @Test method dateStartTest (line 111) | @Test method dateWorkStartTest (line 119) | @Test method dateDoneTest (line 127) | @Test method totalTimeTest (line 135) | @Test method workTimeTest (line 143) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectTextUnitSimilarityTest.java class ProjectTextUnitSimilarityTest (line 33) | public class ProjectTextUnitSimilarityTest { method testProjectTextUnitSimilarity (line 39) | @Test method documentANameTest (line 47) | @Test method documentAIdTest (line 55) | @Test method textUnitAIdTest (line 63) | @Test method textUnitATextTest (line 71) | @Test method textUnitAUnitTypeTest (line 79) | @Test method textUnitALocationStartTest (line 87) | @Test method textUnitALocationEndTest (line 95) | @Test method documentBNameTest (line 103) | @Test method documentBIdTest (line 111) | @Test method textUnitBIdTest (line 119) | @Test method textUnitBTextTest (line 127) | @Test method textUnitBLocationStartTest (line 135) | @Test method textUnitBLocationEndTest (line 143) | @Test method similarityTest (line 151) | @Test method runIdTest (line 159) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectTextUnitsSimilarityByVectorsFormTest.java class ProjectTextUnitsSimilarityByVectorsFormTest (line 32) | public class ProjectTextUnitsSimilarityByVectorsFormTest { method testProjectTextUnitsSimilarityByVectorsForm (line 38) | @Test method runNameTest (line 46) | @Test method similarityThresholdTest (line 54) | @Test method projectTest (line 62) | @Test method featureSourceTest (line 70) | @Test method distanceTypeTest (line 78) | @Test method itemIdTest (line 86) | @Test method createReverseRelationsTest (line 94) | @Test method useTfidfTest (line 102) | @Test method deleteTest (line 110) | @Test method unitTypeTest (line 118) | @Test method documentIdTest (line 126) | @Test method locationStartTest (line 134) | @Test method locationEndTest (line 142) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectUpdateTest.java class ProjectUpdateTest (line 34) | public class ProjectUpdateTest { method testProjectUpdate (line 40) | @Test method pkTest (line 48) | @Test method nameTest (line 56) | @Test method descriptionTest (line 64) | @Test method statusTest (line 72) | @Test method sendEmailNotificationTest (line 80) | @Test method ownersTest (line 88) | @Test method reviewersTest (line 96) | @Test method superReviewersTest (line 104) | @Test method juniorReviewersTest (line 112) | @Test method typeTest (line 120) | @Test method hideClauseReviewTest (line 128) | @Test method termTagsTest (line 136) | @Test method companytypeTagsTest (line 144) | @Test method documentTransformerTest (line 152) | @Test method textUnitTransformerTest (line 160) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectUploadSessionFilesResponseTest.java class ProjectUploadSessionFilesResponseTest (line 32) | public class ProjectUploadSessionFilesResponseTest { method testProjectUploadSessionFilesResponse (line 38) | @Test method statusTest (line 46) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectUploadSessionPOSTResponseTest.java class ProjectUploadSessionPOSTResponseTest (line 32) | public class ProjectUploadSessionPOSTResponseTest { method testProjectUploadSessionPOSTResponse (line 38) | @Test method statusTest (line 46) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ProjectUploadSessionProgressResponseTest.java class ProjectUploadSessionProgressResponseTest (line 33) | public class ProjectUploadSessionProgressResponseTest { method testProjectUploadSessionProgressResponse (line 39) | @Test method projectIdTest (line 47) | @Test method documentTasksProgressTest (line 55) | @Test method documentTasksProgressTotalTest (line 63) | @Test method documentsTotalSizeTest (line 71) | @Test method sessionStatusTest (line 79) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/RatioUsageTest.java class RatioUsageTest (line 33) | public class RatioUsageTest { method testRatioUsage (line 39) | @Test method amountTest (line 47) | @Test method amount2Test (line 55) | @Test method totalTest (line 63) | @Test method countTest (line 71) | @Test method pkTest (line 79) | @Test method textUnitPkTest (line 87) | @Test method textUnitUnitTypeTest (line 95) | @Test method textUnitLocationStartTest (line 103) | @Test method textUnitLocationEndTest (line 111) | @Test method textUnitDocumentPkTest (line 119) | @Test method textUnitDocumentNameTest (line 127) | @Test method textUnitDocumentDescriptionTest (line 135) | @Test method textUnitDocumentDocumentTypeTest (line 143) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/RawdbDocumentsPOSTRequestTest.java class RawdbDocumentsPOSTRequestTest (line 35) | public class RawdbDocumentsPOSTRequestTest { method testRawdbDocumentsPOSTRequest (line 41) | @Test method projectIdsTest (line 49) | @Test method columnsTest (line 57) | @Test method associatedTextTest (line 65) | @Test method asZipTest (line 73) | @Test method fmtTest (line 81) | @Test method limitTest (line 89) | @Test method orderByTest (line 97) | @Test method savedFiltersTest (line 105) | @Test method saveFilterTest (line 113) | @Test method returnReviewedTest (line 121) | @Test method returnTotalTest (line 129) | @Test method returnDataTest (line 137) | @Test method ignoreErrorsTest (line 145) | @Test method filtersTest (line 153) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/RegisterTest.java class RegisterTest (line 32) | public class RegisterTest { method testRegister (line 38) | @Test method usernameTest (line 46) | @Test method emailTest (line 54) | @Test method password1Test (line 62) | @Test method password2Test (line 70) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/RegulationUsageTest.java class RegulationUsageTest (line 32) | public class RegulationUsageTest { method testRegulationUsage (line 38) | @Test method regulationTypeTest (line 46) | @Test method regulationNameTest (line 54) | @Test method entityNameTest (line 62) | @Test method countTest (line 70) | @Test method pkTest (line 78) | @Test method textUnitPkTest (line 86) | @Test method textUnitUnitTypeTest (line 94) | @Test method textUnitLocationStartTest (line 102) | @Test method textUnitLocationEndTest (line 110) | @Test method textUnitDocumentPkTest (line 118) | @Test method textUnitDocumentNameTest (line 126) | @Test method textUnitDocumentDescriptionTest (line 134) | @Test method textUnitDocumentDocumentTypeTest (line 142) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/RestAuthCommonResponseTest.java class RestAuthCommonResponseTest (line 32) | public class RestAuthCommonResponseTest { method testRestAuthCommonResponse (line 38) | @Test method detailTest (line 46) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ReviewStatusDetailGroupDataTest.java class ReviewStatusDetailGroupDataTest (line 32) | public class ReviewStatusDetailGroupDataTest { method testReviewStatusDetailGroupData (line 38) | @Test method pkTest (line 46) | @Test method nameTest (line 54) | @Test method codeTest (line 62) | @Test method orderTest (line 70) | @Test method isActiveTest (line 78) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ReviewStatusDetailTest.java class ReviewStatusDetailTest (line 33) | public class ReviewStatusDetailTest { method testReviewStatusDetail (line 39) | @Test method pkTest (line 47) | @Test method nameTest (line 55) | @Test method codeTest (line 63) | @Test method orderTest (line 71) | @Test method groupTest (line 79) | @Test method groupDataTest (line 87) | @Test method isActiveTest (line 95) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ReviewStatusGroupTest.java class ReviewStatusGroupTest (line 32) | public class ReviewStatusGroupTest { method testReviewStatusGroup (line 38) | @Test method pkTest (line 46) | @Test method nameTest (line 54) | @Test method codeTest (line 62) | @Test method orderTest (line 70) | @Test method isActiveTest (line 78) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/ReviewStatusTest.java class ReviewStatusTest (line 32) | public class ReviewStatusTest { method testReviewStatus (line 38) | @Test method idTest (line 46) | @Test method nameTest (line 54) | @Test method codeTest (line 62) | @Test method orderTest (line 70) | @Test method isActiveTest (line 78) | @Test method groupTest (line 86) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/SelectProjectsRequestTest.java class SelectProjectsRequestTest (line 34) | public class SelectProjectsRequestTest { method testSelectProjectsRequest (line 40) | @Test method projectIdsTest (line 48) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/SelectProjectsResponseTest.java class SelectProjectsResponseTest (line 34) | public class SelectProjectsResponseTest { method testSelectProjectsResponse (line 40) | @Test method savedFilterIdTest (line 48) | @Test method userIdTest (line 56) | @Test method projectIdsTest (line 64) | @Test method showWarningTest (line 72) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/SendClusterToProjectRequestTest.java class SendClusterToProjectRequestTest (line 34) | public class SendClusterToProjectRequestTest { method testSendClusterToProjectRequest (line 40) | @Test method clusterIdsTest (line 48) | @Test method projectIdTest (line 56) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/SetProjectAnnotationsStatusAsyncResponseTest.java class SetProjectAnnotationsStatusAsyncResponseTest (line 33) | public class SetProjectAnnotationsStatusAsyncResponseTest { method testSetProjectAnnotationsStatusAsyncResponse (line 39) | @Test method taskIdTest (line 47) | @Test method annotationsTest (line 55) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/SetProjectAnnotationsStatusRequestTest.java class SetProjectAnnotationsStatusRequestTest (line 34) | public class SetProjectAnnotationsStatusRequestTest { method testSetProjectAnnotationsStatusRequest (line 40) | @Test method statusIdTest (line 48) | @Test method allTest (line 56) | @Test method annotationIdsTest (line 64) | @Test method noAnnotationIdsTest (line 72) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/SetProjectDocumentsStatusRequestTest.java class SetProjectDocumentsStatusRequestTest (line 34) | public class SetProjectDocumentsStatusRequestTest { method testSetProjectDocumentsStatusRequest (line 40) | @Test method statusIdTest (line 48) | @Test method allTest (line 56) | @Test method documentIdsTest (line 64) | @Test method noDocumentIdsTest (line 72) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/SimilarProjectTextUnitsRequestTest.java class SimilarProjectTextUnitsRequestTest (line 34) | public class SimilarProjectTextUnitsRequestTest { method testSimilarProjectTextUnitsRequest (line 40) | @Test method textMaxLengthTest (line 48) | @Test method runIdTest (line 56) | @Test method lastRunTest (line 64) | @Test method textUnitIdTest (line 72) | @Test method documentIdTest (line 80) | @Test method locationStartTest (line 88) | @Test method locationEndTest (line 96) | @Test method selectionTest (line 104) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/SimilarityFormTest.java class SimilarityFormTest (line 32) | public class SimilarityFormTest { method testSimilarityForm (line 38) | @Test method runNameTest (line 46) | @Test method searchSimilarDocumentsTest (line 54) | @Test method searchSimilarTextUnitsTest (line 62) | @Test method similarityThresholdTest (line 70) | @Test method projectTest (line 78) | @Test method useIdfTest (line 86) | @Test method deleteTest (line 94) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/SimilarityPOSTObjectResponseTest.java class SimilarityPOSTObjectResponseTest (line 32) | public class SimilarityPOSTObjectResponseTest { method testSimilarityPOSTObjectResponse (line 38) | @Test method detailTest (line 46) | @Test method taskIdTest (line 54) | @Test method confirmTest (line 62) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/SimilarityRunTest.java class SimilarityRunTest (line 33) | public class SimilarityRunTest { method testSimilarityRun (line 39) | @Test method idTest (line 47) | @Test method projectIdTest (line 55) | @Test method featureSourceTest (line 63) | @Test method unitSourceTest (line 71) | @Test method unitTypeTest (line 79) | @Test method unitIdTest (line 87) | @Test method itemsCountTest (line 95) | @Test method createdByTest (line 103) | @Test method createdDateTest (line 111) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/SocialAccountsResponseSocialAccountsTest.java class SocialAccountsResponseSocialAccountsTest (line 32) | public class SocialAccountsResponseSocialAccountsTest { method testSocialAccountsResponseSocialAccounts (line 38) | @Test method nameTest (line 46) | @Test method providerTest (line 54) | @Test method loginUrlTest (line 62) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/SocialAccountsResponseTest.java class SocialAccountsResponseTest (line 33) | public class SocialAccountsResponseTest { method testSocialAccountsResponse (line 39) | @Test method socialAccountsTest (line 47) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/SocialClientListTest.java class SocialClientListTest (line 32) | public class SocialClientListTest { method testSocialClientList (line 38) | @Test method providerTest (line 46) | @Test method nameTest (line 54) | @Test method clientIdTest (line 62) | @Test method urlsTest (line 70) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/SocialClientListUrlsTest.java class SocialClientListUrlsTest (line 32) | public class SocialClientListUrlsTest { method testSocialClientListUrls (line 38) | @Test method authorizeUrlTest (line 46) | @Test method accessTokenUrlTest (line 54) | @Test method profileUrlTest (line 62) | @Test method loginUrlTest (line 70) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/SocialLoginTest.java class SocialLoginTest (line 31) | public class SocialLoginTest { method testSocialLogin (line 37) | @Test method accessTokenTest (line 45) | @Test method codeTest (line 53) | @Test method idTokenTest (line 61) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/TaskIdResponseTest.java class TaskIdResponseTest (line 33) | public class TaskIdResponseTest { method testTaskIdResponse (line 39) | @Test method taskIdTest (line 47) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/TaskLogResponseRecordsTest.java class TaskLogResponseRecordsTest (line 33) | public class TaskLogResponseRecordsTest { method testTaskLogResponseRecords (line 39) | @Test method taskNameTest (line 47) | @Test method logLevelTest (line 55) | @Test method messageTest (line 63) | @Test method timestampTest (line 71) | @Test method stackTraceTest (line 79) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/TaskLogResponseTest.java class TaskLogResponseTest (line 33) | public class TaskLogResponseTest { method testTaskLogResponse (line 39) | @Test method recordsTest (line 47) | @Test method totalRecordsCountTest (line 55) | @Test method filteredRecordsCountTest (line 63) | @Test method currentRecordsCountTest (line 71) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/TaskQueueDocumentsDataInnerTest.java class TaskQueueDocumentsDataInnerTest (line 32) | public class TaskQueueDocumentsDataInnerTest { method testTaskQueueDocumentsDataInner (line 38) | @Test method pkTest (line 46) | @Test method nameTest (line 54) | @Test method descriptionTest (line 62) | @Test method documentTypeTest (line 70) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/TaskQueueDocumentsDataTest.java class TaskQueueDocumentsDataTest (line 32) | public class TaskQueueDocumentsDataTest { method testTaskQueueDocumentsData (line 38) | @Test method pkTest (line 46) | @Test method nameTest (line 54) | @Test method descriptionTest (line 62) | @Test method documentTypeTest (line 70) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/TaskQueueReviewersDataInnerTest.java class TaskQueueReviewersDataInnerTest (line 31) | public class TaskQueueReviewersDataInnerTest { method testTaskQueueReviewersDataInner (line 37) | @Test method pkTest (line 45) | @Test method usernameTest (line 53) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/TaskQueueReviewersDataTest.java class TaskQueueReviewersDataTest (line 32) | public class TaskQueueReviewersDataTest { method testTaskQueueReviewersData (line 38) | @Test method pkTest (line 46) | @Test method usernameTest (line 54) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/TaskQueueTest.java class TaskQueueTest (line 36) | public class TaskQueueTest { method testTaskQueue (line 42) | @Test method pkTest (line 50) | @Test method descriptionTest (line 58) | @Test method documentsTest (line 66) | @Test method documentsDataTest (line 74) | @Test method completedDocumentsTest (line 82) | @Test method completedDocumentsDataTest (line 90) | @Test method reviewersTest (line 98) | @Test method reviewersDataTest (line 106) | @Test method progressTest (line 114) | @Test method dataTest (line 122) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/TaskTest.java class TaskTest (line 33) | public class TaskTest { method testTask (line 39) | @Test method pkTest (line 47) | @Test method nameTest (line 55) | @Test method dateStartTest (line 63) | @Test method dateWorkStartTest (line 71) | @Test method userUsernameTest (line 79) | @Test method dateDoneTest (line 87) | @Test method durationTest (line 95) | @Test method progressTest (line 103) | @Test method statusTest (line 111) | @Test method hasErrorTest (line 119) | @Test method descriptionTest (line 127) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/TermTagTest.java class TermTagTest (line 32) | public class TermTagTest { method testTermTag (line 38) | @Test method pkTest (line 46) | @Test method nameTest (line 54) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/TermUsageTest.java class TermUsageTest (line 32) | public class TermUsageTest { method testTermUsage (line 38) | @Test method termTermTest (line 46) | @Test method countTest (line 54) | @Test method pkTest (line 62) | @Test method textUnitPkTest (line 70) | @Test method textUnitUnitTypeTest (line 78) | @Test method textUnitLocationStartTest (line 86) | @Test method textUnitLocationEndTest (line 94) | @Test method textUnitDocumentPkTest (line 102) | @Test method textUnitDocumentNameTest (line 110) | @Test method textUnitDocumentDescriptionTest (line 118) | @Test method textUnitDocumentDocumentTypeTest (line 126) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/TextUnitClassificationCreateTest.java class TextUnitClassificationCreateTest (line 32) | public class TextUnitClassificationCreateTest { method testTextUnitClassificationCreate (line 38) | @Test method pkTest (line 46) | @Test method classNameTest (line 54) | @Test method classValueTest (line 62) | @Test method textUnitIdTest (line 70) | @Test method userIdTest (line 78) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/TextUnitClassificationTest.java class TextUnitClassificationTest (line 33) | public class TextUnitClassificationTest { method testTextUnitClassification (line 39) | @Test method pkTest (line 47) | @Test method textUnitDocumentPkTest (line 55) | @Test method textUnitDocumentNameTest (line 63) | @Test method textUnitDocumentDocumentTypeTest (line 71) | @Test method textUnitDocumentDescriptionTest (line 79) | @Test method textUnitPkTest (line 87) | @Test method textUnitUnitTypeTest (line 95) | @Test method textUnitLanguageTest (line 103) | @Test method classNameTest (line 111) | @Test method classValueTest (line 119) | @Test method userUsernameTest (line 127) | @Test method timestampTest (line 135) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/TextUnitClassifierSuggestionTest.java class TextUnitClassifierSuggestionTest (line 34) | public class TextUnitClassifierSuggestionTest { method testTextUnitClassifierSuggestion (line 40) | @Test method pkTest (line 48) | @Test method textUnitDocumentPkTest (line 56) | @Test method textUnitDocumentNameTest (line 64) | @Test method textUnitDocumentDocumentTypeTest (line 72) | @Test method textUnitDocumentDescriptionTest (line 80) | @Test method textUnitPkTest (line 88) | @Test method classNameTest (line 96) | @Test method classValueTest (line 104) | @Test method classifierRunTest (line 112) | @Test method classifierConfidenceTest (line 120) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/TextUnitClassifierTest.java class TextUnitClassifierTest (line 32) | public class TextUnitClassifierTest { method testTextUnitClassifier (line 38) | @Test method pkTest (line 46) | @Test method nameTest (line 54) | @Test method versionTest (line 62) | @Test method classNameTest (line 70) | @Test method isActiveTest (line 78) | @Test method suggestionsTest (line 86) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/TextUnitClusterTest.java class TextUnitClusterTest (line 35) | public class TextUnitClusterTest { method testTextUnitCluster (line 41) | @Test method pkTest (line 49) | @Test method clusterIdTest (line 57) | @Test method nameTest (line 65) | @Test method selfNameTest (line 73) | @Test method descriptionTest (line 81) | @Test method clusterByTest (line 89) | @Test method usingTest (line 97) | @Test method createdDateTest (line 105) | @Test method textUnitCountTest (line 113) | @Test method textUnitDataTest (line 121) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/TextUnitDjangoQLTest.java class TextUnitDjangoQLTest (line 32) | public class TextUnitDjangoQLTest { method testTextUnitDjangoQL (line 38) | @Test method idTest (line 46) | @Test method unitTypeTest (line 54) | @Test method textTest (line 62) | @Test method projectIdTest (line 70) | @Test method projectNameTest (line 78) | @Test method documentIdTest (line 86) | @Test method documentNameTest (line 94) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/TextUnitSimilarityByFeaturesFormTest.java class TextUnitSimilarityByFeaturesFormTest (line 32) | public class TextUnitSimilarityByFeaturesFormTest { method testTextUnitSimilarityByFeaturesForm (line 38) | @Test method runNameTest (line 46) | @Test method similarityThresholdTest (line 54) | @Test method projectTest (line 62) | @Test method featureSourceTest (line 70) | @Test method distanceTypeTest (line 78) | @Test method itemIdTest (line 86) | @Test method createReverseRelationsTest (line 94) | @Test method useTfidfTest (line 102) | @Test method deleteTest (line 110) | @Test method unitTypeTest (line 118) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/TextUnitSimilarityTest.java class TextUnitSimilarityTest (line 34) | public class TextUnitSimilarityTest { method testTextUnitSimilarity (line 40) | @Test method textUnitAIdTest (line 48) | @Test method textUnitAUnitTypeTest (line 56) | @Test method textUnitALanguageTest (line 64) | @Test method textUnitATextunittextTextTest (line 72) | @Test method documentAIdTest (line 80) | @Test method documentANameTest (line 88) | @Test method textUnitBIdTest (line 96) | @Test method textUnitBUnitTypeTest (line 104) | @Test method textUnitBLanguageTest (line 112) | @Test method textUnitBTextunittextTextTest (line 120) | @Test method documentBIdTest (line 128) | @Test method documentBNameTest (line 136) | @Test method similarityTest (line 144) | @Test method runTest (line 152) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/TrademarkUsageTest.java class TrademarkUsageTest (line 32) | public class TrademarkUsageTest { method testTrademarkUsage (line 38) | @Test method trademarkTest (line 46) | @Test method countTest (line 54) | @Test method pkTest (line 62) | @Test method textUnitPkTest (line 70) | @Test method textUnitUnitTypeTest (line 78) | @Test method textUnitLocationStartTest (line 86) | @Test method textUnitLocationEndTest (line 94) | @Test method textUnitDocumentPkTest (line 102) | @Test method textUnitDocumentNameTest (line 110) | @Test method textUnitDocumentDescriptionTest (line 118) | @Test method textUnitDocumentDocumentTypeTest (line 126) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/TransformerTest.java class TransformerTest (line 32) | public class TransformerTest { method testTransformer (line 38) | @Test method idTest (line 46) | @Test method nameTest (line 54) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/TusUploadSessionUploadSessionIdUploadPOST400ResponseTest.java class TusUploadSessionUploadSessionIdUploadPOST400ResponseTest (line 31) | public class TusUploadSessionUploadSessionIdUploadPOST400ResponseTest { method testTusUploadSessionUploadSessionIdUploadPOST400Response (line 37) | @Test method statusTest (line 45) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/TypeaheadTest.java class TypeaheadTest (line 32) | public class TypeaheadTest { method testTypeahead (line 38) | @Test method qTest (line 46) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/UpdateProjectDocumentsFieldsRequestTest.java class UpdateProjectDocumentsFieldsRequestTest (line 34) | public class UpdateProjectDocumentsFieldsRequestTest { method testUpdateProjectDocumentsFieldsRequest (line 40) | @Test method allTest (line 48) | @Test method documentIdsTest (line 56) | @Test method noDocumentIdsTest (line 64) | @Test method fieldsDataTest (line 72) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/UpdateProjectDocumentsFieldsResponseTest.java class UpdateProjectDocumentsFieldsResponseTest (line 34) | public class UpdateProjectDocumentsFieldsResponseTest { method testUpdateProjectDocumentsFieldsResponse (line 40) | @Test method taskIdTest (line 48) | @Test method inactiveDocumentIdsTest (line 56) | @Test method inactiveDocumentNamesTest (line 64) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/UploadSessionBatchUploadRequestTest.java class UploadSessionBatchUploadRequestTest (line 32) | public class UploadSessionBatchUploadRequestTest { method testUploadSessionBatchUploadRequest (line 38) | @Test method folderTest (line 46) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/UploadSessionCreateTest.java class UploadSessionCreateTest (line 33) | public class UploadSessionCreateTest { method testUploadSessionCreate (line 39) | @Test method uidTest (line 47) | @Test method projectTest (line 55) | @Test method createdByTest (line 63) | @Test method uploadFilesTest (line 71) | @Test method reviewFilesTest (line 79) | @Test method forceTest (line 87) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/UploadSessionDeleteFileRequestTest.java class UploadSessionDeleteFileRequestTest (line 32) | public class UploadSessionDeleteFileRequestTest { method testUploadSessionDeleteFileRequest (line 38) | @Test method filenameTest (line 46) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/UploadSessionDetailTest.java class UploadSessionDetailTest (line 35) | public class UploadSessionDetailTest { method testUploadSessionDetail (line 41) | @Test method uidTest (line 49) | @Test method projectTest (line 57) | @Test method createdByTest (line 65) | @Test method createdDateTest (line 73) | @Test method documentTypeTest (line 81) | @Test method progressTest (line 89) | @Test method completedTest (line 97) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/UploadSessionUpdateTest.java class UploadSessionUpdateTest (line 34) | public class UploadSessionUpdateTest { method testUploadSessionUpdate (line 40) | @Test method pkTest (line 48) | @Test method projectTest (line 56) | @Test method createdByTest (line 64) | @Test method createdDateTest (line 72) | @Test method completedTest (line 80) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/UploadTest.java class UploadTest (line 35) | public class UploadTest { method testUpload (line 41) | @Test method idTest (line 49) | @Test method guidTest (line 57) | @Test method stateTest (line 65) | @Test method uploadOffsetTest (line 73) | @Test method uploadLengthTest (line 81) | @Test method uploadMetadataTest (line 89) | @Test method filenameTest (line 97) | @Test method temporaryFilePathTest (line 105) | @Test method expiresTest (line 113) | @Test method uploadedFileTest (line 121) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/UrlUsageTest.java class UrlUsageTest (line 32) | public class UrlUsageTest { method testUrlUsage (line 38) | @Test method sourceUrlTest (line 46) | @Test method countTest (line 54) | @Test method pkTest (line 62) | @Test method textUnitPkTest (line 70) | @Test method textUnitUnitTypeTest (line 78) | @Test method textUnitLocationStartTest (line 86) | @Test method textUnitLocationEndTest (line 94) | @Test method textUnitDocumentPkTest (line 102) | @Test method textUnitDocumentNameTest (line 110) | @Test method textUnitDocumentDescriptionTest (line 118) | @Test method textUnitDocumentDocumentTypeTest (line 126) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/UserProfileTest.java class UserProfileTest (line 34) | public class UserProfileTest { method testUserProfile (line 40) | @Test method usernameTest (line 48) | @Test method lastNameTest (line 56) | @Test method firstNameTest (line 64) | @Test method nameTest (line 72) | @Test method emailTest (line 80) | @Test method organizationTest (line 88) | @Test method groupsTest (line 96) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/UserStatsTest.java class UserStatsTest (line 33) | public class UserStatsTest { method testUserStats (line 39) | @Test method idTest (line 47) | @Test method userNameTest (line 55) | @Test method groupNameTest (line 63) | @Test method totalProjectsTest (line 71) | @Test method documentsAssignedTest (line 79) | @Test method documentsCompletedTest (line 87) | @Test method documentsTodoTest (line 95) | @Test method documentsCompletedPcntTest (line 103) | @Test method documentsTodoPcntTest (line 111) | @Test method clausesAssignedTest (line 119) | @Test method clausesCompletedTest (line 127) | @Test method clausesTodoTest (line 135) | @Test method clausesCompletedPcntTest (line 143) | @Test method clausesTodoPcntTest (line 151) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/UserTest.java class UserTest (line 34) | public class UserTest { method testUser (line 40) | @Test method idTest (line 48) | @Test method usernameTest (line 56) | @Test method lastNameTest (line 64) | @Test method firstNameTest (line 72) | @Test method emailTest (line 80) | @Test method isSuperuserTest (line 88) | @Test method isStaffTest (line 96) | @Test method isActiveTest (line 104) | @Test method nameTest (line 112) | @Test method organizationTest (line 120) | @Test method photoTest (line 128) | @Test method permissionsTest (line 136) | @Test method groupsTest (line 144) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/VerifyAuthTokenRequestTest.java class VerifyAuthTokenRequestTest (line 32) | public class VerifyAuthTokenRequestTest { method testVerifyAuthTokenRequest (line 38) | @Test method authTokenTest (line 46) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/VerifyAuthTokenResponseTest.java class VerifyAuthTokenResponseTest (line 33) | public class VerifyAuthTokenResponseTest { method testVerifyAuthTokenResponse (line 39) | @Test method keyTest (line 47) | @Test method userNameTest (line 55) | @Test method releaseVersionTest (line 63) | @Test method userTest (line 71) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/VerifyEmailTest.java class VerifyEmailTest (line 32) | public class VerifyEmailTest { method testVerifyEmail (line 38) | @Test method keyTest (line 46) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/WebNotificationDetailNotificationTest.java class WebNotificationDetailNotificationTest (line 34) | public class WebNotificationDetailNotificationTest { method testWebNotificationDetailNotification (line 40) | @Test method idTest (line 48) | @Test method messageDataTest (line 56) | @Test method messageTemplateTest (line 64) | @Test method createdDateTest (line 72) | @Test method notificationTypeTest (line 80) | @Test method redirectLinkTest (line 88) | @Test FILE: sdk/java/sdk/src/test/java/org/openapitools/client/model/WebNotificationDetailTest.java class WebNotificationDetailTest (line 33) | public class WebNotificationDetailTest { method testWebNotificationDetail (line 39) | @Test method isSeenTest (line 47) | @Test method notificationTest (line 55) | @Test FILE: sdk/python/sdk/openapi_client/api/analyze_api.py class AnalyzeApi (line 43) | class AnalyzeApi(object): method __init__ (line 50) | def __init__(self, api_client=None): method analyze_document_cluster_get (line 1582) | def analyze_document_cluster_get( method analyze_document_cluster_id_get (line 1661) | def analyze_document_cluster_id_get( method analyze_document_cluster_id_patch (line 1745) | def analyze_document_cluster_id_patch( method analyze_document_cluster_id_put (line 1829) | def analyze_document_cluster_id_put( method analyze_document_similarity_list_get (line 1913) | def analyze_document_similarity_list_get( method analyze_document_transformer_list_get (line 1992) | def analyze_document_transformer_list_get( method analyze_ml_model_list_get (line 2071) | def analyze_ml_model_list_get( method analyze_party_similarity_list_get (line 2150) | def analyze_party_similarity_list_get( method analyze_project_document_similarity_list_get (line 2229) | def analyze_project_document_similarity_list_get( method analyze_project_text_unit_similarity_list_get (line 2311) | def analyze_project_text_unit_similarity_list_get( method analyze_project_text_unit_similarity_list_post (line 2398) | def analyze_project_text_unit_similarity_list_post( method analyze_similarity_runs_get (line 2477) | def analyze_similarity_runs_get( method analyze_similarity_runs_id_delete (line 2558) | def analyze_similarity_runs_id_delete( method analyze_similarity_runs_id_get (line 2643) | def analyze_similarity_runs_id_get( method analyze_text_unit_classifications_get (line 2729) | def analyze_text_unit_classifications_get( method analyze_text_unit_classifications_id_delete (line 2808) | def analyze_text_unit_classifications_id_delete( method analyze_text_unit_classifications_id_get (line 2891) | def analyze_text_unit_classifications_id_get( method analyze_text_unit_classifications_post (line 2975) | def analyze_text_unit_classifications_post( method analyze_text_unit_classifier_suggestions_get (line 3054) | def analyze_text_unit_classifier_suggestions_get( method analyze_text_unit_classifier_suggestions_id_delete (line 3133) | def analyze_text_unit_classifier_suggestions_id_delete( method analyze_text_unit_classifier_suggestions_id_get (line 3216) | def analyze_text_unit_classifier_suggestions_id_get( method analyze_text_unit_classifiers_get (line 3300) | def analyze_text_unit_classifiers_get( method analyze_text_unit_classifiers_id_delete (line 3379) | def analyze_text_unit_classifiers_id_delete( method analyze_text_unit_classifiers_id_get (line 3462) | def analyze_text_unit_classifiers_id_get( method analyze_text_unit_cluster_list_get (line 3546) | def analyze_text_unit_cluster_list_get( method analyze_text_unit_similarity_list_get (line 3625) | def analyze_text_unit_similarity_list_get( method analyze_text_unit_transformer_list_get (line 3704) | def analyze_text_unit_transformer_list_get( method analyze_typeahead_text_unit_classification_field_name_get (line 3783) | def analyze_typeahead_text_unit_classification_field_name_get( FILE: sdk/python/sdk/openapi_client/api/api_api.py class ApiApi (line 26) | class ApiApi(object): method __init__ (line 33) | def __init__(self, api_client=None): method list_locales (line 82) | def list_locales( FILE: sdk/python/sdk/openapi_client/api/common_api.py class CommonApi (line 34) | class CommonApi(object): method __init__ (line 41) | def __init__(self, api_client=None): method common_actions_get (line 1976) | def common_actions_get( method common_actions_id_get (line 2058) | def common_actions_id_get( method common_app_variables_get (line 2145) | def common_app_variables_get( method common_app_variables_list_get (line 2224) | def common_app_variables_list_get( method common_app_variables_project_project_id_get (line 2303) | def common_app_variables_project_project_id_get( method common_app_variables_project_project_id_put (line 2386) | def common_app_variables_project_project_id_put( method common_logo_get (line 2470) | def common_logo_get( method common_media_path_get (line 2549) | def common_media_path_get( method common_menu_groups_form_fields_get (line 2633) | def common_menu_groups_form_fields_get( method common_menu_groups_get (line 2711) | def common_menu_groups_get( method common_menu_groups_id_delete (line 2789) | def common_menu_groups_id_delete( method common_menu_groups_id_form_fields_get (line 2872) | def common_menu_groups_id_form_fields_get( method common_menu_groups_id_get (line 2955) | def common_menu_groups_id_get( method common_menu_groups_id_patch (line 3038) | def common_menu_groups_id_patch( method common_menu_groups_id_put (line 3122) | def common_menu_groups_id_put( method common_menu_groups_post (line 3206) | def common_menu_groups_post( method common_menu_items_form_fields_get (line 3285) | def common_menu_items_form_fields_get( method common_menu_items_get (line 3363) | def common_menu_items_get( method common_menu_items_id_delete (line 3441) | def common_menu_items_id_delete( method common_menu_items_id_form_fields_get (line 3524) | def common_menu_items_id_form_fields_get( method common_menu_items_id_get (line 3607) | def common_menu_items_id_get( method common_menu_items_id_patch (line 3690) | def common_menu_items_id_patch( method common_menu_items_id_put (line 3774) | def common_menu_items_id_put( method common_menu_items_post (line 3858) | def common_menu_items_post( method common_review_status_groups_get (line 3937) | def common_review_status_groups_get( method common_review_status_groups_id_delete (line 4016) | def common_review_status_groups_id_delete( method common_review_status_groups_id_get (line 4099) | def common_review_status_groups_id_get( method common_review_status_groups_id_patch (line 4183) | def common_review_status_groups_id_patch( method common_review_status_groups_id_put (line 4267) | def common_review_status_groups_id_put( method common_review_status_groups_post (line 4351) | def common_review_status_groups_post( method common_review_statuses_get (line 4430) | def common_review_statuses_get( method common_review_statuses_id_delete (line 4509) | def common_review_statuses_id_delete( method common_review_statuses_id_get (line 4592) | def common_review_statuses_id_get( method common_review_statuses_id_patch (line 4676) | def common_review_statuses_id_patch( method common_review_statuses_id_put (line 4760) | def common_review_statuses_id_put( method common_review_statuses_post (line 4844) | def common_review_statuses_post( FILE: sdk/python/sdk/openapi_client/api/document_api.py class DocumentApi (line 68) | class DocumentApi(object): method __init__ (line 75) | def __init__(self, api_client=None): method document_annotations_annotate_put (line 7380) | def document_annotations_annotate_put( method document_annotations_batch_put (line 7459) | def document_annotations_batch_put( method document_annotations_get (line 7538) | def document_annotations_get( method document_annotations_id_delete (line 7616) | def document_annotations_id_delete( method document_annotations_id_get (line 7699) | def document_annotations_id_get( method document_annotations_id_put (line 7782) | def document_annotations_id_put( method document_annotations_post (line 7866) | def document_annotations_post( method document_annotations_suggest_post (line 7945) | def document_annotations_suggest_post( method document_document_field_annotations_for_user_get (line 8024) | def document_document_field_annotations_for_user_get( method document_document_field_annotations_get (line 8103) | def document_document_field_annotations_get( method document_document_field_annotations_uid_get (line 8182) | def document_document_field_annotations_uid_get( method document_document_field_categories_form_fields_get (line 8266) | def document_document_field_categories_form_fields_get( method document_document_field_categories_get (line 8344) | def document_document_field_categories_get( method document_document_field_categories_id_delete (line 8423) | def document_document_field_categories_id_delete( method document_document_field_categories_id_form_fields_get (line 8506) | def document_document_field_categories_id_form_fields_get( method document_document_field_categories_id_get (line 8589) | def document_document_field_categories_id_get( method document_document_field_categories_id_patch (line 8673) | def document_document_field_categories_id_patch( method document_document_field_categories_id_put (line 8757) | def document_document_field_categories_id_put( method document_document_field_categories_post (line 8841) | def document_document_field_categories_post( method document_document_field_detectors_form_fields_get (line 8920) | def document_document_field_detectors_form_fields_get( method document_document_field_detectors_get (line 8998) | def document_document_field_detectors_get( method document_document_field_detectors_post (line 9077) | def document_document_field_detectors_post( method document_document_field_detectors_uid_delete (line 9156) | def document_document_field_detectors_uid_delete( method document_document_field_detectors_uid_form_fields_get (line 9239) | def document_document_field_detectors_uid_form_fields_get( method document_document_field_detectors_uid_get (line 9322) | def document_document_field_detectors_uid_get( method document_document_field_detectors_uid_patch (line 9406) | def document_document_field_detectors_uid_patch( method document_document_field_detectors_uid_put (line 9490) | def document_document_field_detectors_uid_put( method document_document_field_values_get (line 9574) | def document_document_field_values_get( method document_document_field_values_id_get (line 9653) | def document_document_field_values_id_get( method document_document_fields_check_field_formula_post (line 9737) | def document_document_fields_check_field_formula_post( method document_document_fields_form_fields_get (line 9816) | def document_document_fields_form_fields_get( method document_document_fields_get (line 9894) | def document_document_fields_get( method document_document_fields_post (line 9973) | def document_document_fields_post( method document_document_fields_stats_get (line 10052) | def document_document_fields_stats_get( method document_document_fields_uid_check_formula_post (line 10131) | def document_document_fields_uid_check_formula_post( method document_document_fields_uid_clone_post (line 10215) | def document_document_fields_uid_clone_post( method document_document_fields_uid_delete (line 10299) | def document_document_fields_uid_delete( method document_document_fields_uid_form_fields_get (line 10382) | def document_document_fields_uid_form_fields_get( method document_document_fields_uid_get (line 10465) | def document_document_fields_uid_get( method document_document_fields_uid_patch (line 10549) | def document_document_fields_uid_patch( method document_document_fields_uid_pre_delete_post (line 10633) | def document_document_fields_uid_pre_delete_post( method document_document_fields_uid_put (line 10717) | def document_document_fields_uid_put( method document_document_notes_get (line 10801) | def document_document_notes_get( method document_document_notes_id_delete (line 10884) | def document_document_notes_id_delete( method document_document_notes_id_get (line 10967) | def document_document_notes_id_get( method document_document_notes_id_patch (line 11051) | def document_document_notes_id_patch( method document_document_notes_id_put (line 11135) | def document_document_notes_id_put( method document_document_notes_post (line 11219) | def document_document_notes_post( method document_document_types_form_fields_get (line 11298) | def document_document_types_form_fields_get( method document_document_types_get (line 11376) | def document_document_types_get( method document_document_types_import_doc_type_put (line 11455) | def document_document_types_import_doc_type_put( method document_document_types_post (line 11534) | def document_document_types_post( method document_document_types_scheme_migrations_get (line 11613) | def document_document_types_scheme_migrations_get( method document_document_types_stats_get (line 11691) | def document_document_types_stats_get( method document_document_types_uid_clone_post (line 11769) | def document_document_types_uid_clone_post( method document_document_types_uid_delete (line 11853) | def document_document_types_uid_delete( method document_document_types_uid_export_doc_type_get (line 11936) | def document_document_types_uid_export_doc_type_get( method document_document_types_uid_form_fields_get (line 12020) | def document_document_types_uid_form_fields_get( method document_document_types_uid_get (line 12103) | def document_document_types_uid_get( method document_document_types_uid_patch (line 12187) | def document_document_types_uid_patch( method document_document_types_uid_pre_delete_post (line 12271) | def document_document_types_uid_pre_delete_post( method document_document_types_uid_put (line 12355) | def document_document_types_uid_put( method document_document_types_user_project_types_get (line 12439) | def document_document_types_user_project_types_get( method document_documents_download_zip_get (line 12518) | def document_documents_download_zip_get( method document_documents_for_user_get (line 12598) | def document_documents_for_user_get( method document_documents_get (line 12676) | def document_documents_get( method document_documents_id_actions_get (line 12757) | def document_documents_id_actions_get( method document_documents_id_data_get (line 12844) | def document_documents_id_data_get( method document_documents_id_definitions_get (line 12928) | def document_documents_id_definitions_get( method document_documents_id_delete (line 13011) | def document_documents_id_delete( method document_documents_id_extraction_get (line 13094) | def document_documents_id_extraction_get( method document_documents_id_fields_get (line 13177) | def document_documents_id_fields_get( method document_documents_id_fields_patch (line 13260) | def document_documents_id_fields_patch( method document_documents_id_fields_post (line 13344) | def document_documents_id_fields_post( method document_documents_id_fields_put (line 13428) | def document_documents_id_fields_put( method document_documents_id_full_text_get (line 13512) | def document_documents_id_full_text_get( method document_documents_id_get (line 13595) | def document_documents_id_get( method document_documents_id_has_pdf_info_get (line 13679) | def document_documents_id_has_pdf_info_get( method document_documents_id_patch (line 13762) | def document_documents_id_patch( method document_documents_id_pdf_repr_get (line 13846) | def document_documents_id_pdf_repr_get( method document_documents_id_put (line 13929) | def document_documents_id_put( method document_documents_id_set_annotator_coord_difference_post (line 14013) | def document_documents_id_set_annotator_coord_difference_post( method document_documents_id_show_get (line 14097) | def document_documents_id_show_get( method document_documents_id_similar_get (line 14181) | def document_documents_id_similar_get( method document_documents_mark_delete_post (line 14266) | def document_documents_mark_delete_post( method document_documents_post (line 14345) | def document_documents_post( method document_documents_unmark_delete_post (line 14424) | def document_documents_unmark_delete_post( method document_field_annotation_statuses_get (line 14503) | def document_field_annotation_statuses_get( method document_field_annotation_statuses_id_delete (line 14582) | def document_field_annotation_statuses_id_delete( method document_field_annotation_statuses_id_get (line 14665) | def document_field_annotation_statuses_id_get( method document_field_annotation_statuses_id_patch (line 14749) | def document_field_annotation_statuses_id_patch( method document_field_annotation_statuses_id_put (line 14833) | def document_field_annotation_statuses_id_put( method document_field_annotation_statuses_post (line 14917) | def document_field_annotation_statuses_post( method document_project_project_pk_document_field_annotations_for_user_get (line 14996) | def document_project_project_pk_document_field_annotations_for_user_get( method document_project_project_pk_document_field_annotations_get (line 15080) | def document_project_project_pk_document_field_annotations_get( method document_project_project_pk_document_field_annotations_uid_get (line 15164) | def document_project_project_pk_document_field_annotations_uid_get( method document_project_project_pk_document_field_values_get (line 15252) | def document_project_project_pk_document_field_values_get( method document_project_project_pk_document_field_values_id_get (line 15336) | def document_project_project_pk_document_field_values_id_get( method document_project_project_pk_documents_document_pk_annotations_get (line 15424) | def document_project_project_pk_documents_document_pk_annotations_get( method document_project_project_pk_documents_document_pk_annotations_id_delete (line 15511) | def document_project_project_pk_documents_document_pk_annotations_id_d... method document_project_project_pk_documents_document_pk_annotations_id_get (line 15602) | def document_project_project_pk_documents_document_pk_annotations_id_get( method document_project_project_pk_documents_document_pk_annotations_id_patch (line 15693) | def document_project_project_pk_documents_document_pk_annotations_id_p... method document_project_project_pk_documents_document_pk_annotations_id_put (line 15785) | def document_project_project_pk_documents_document_pk_annotations_id_put( method document_project_project_pk_documents_document_pk_annotations_post (line 15877) | def document_project_project_pk_documents_document_pk_annotations_post( method document_project_project_pk_documents_download_zip_get (line 15965) | def document_project_project_pk_documents_download_zip_get( method document_project_project_pk_documents_for_user_get (line 16050) | def document_project_project_pk_documents_for_user_get( method document_project_project_pk_documents_get (line 16133) | def document_project_project_pk_documents_get( method document_project_project_pk_documents_id_actions_get (line 16219) | def document_project_project_pk_documents_id_actions_get( method document_project_project_pk_documents_id_data_get (line 16310) | def document_project_project_pk_documents_id_data_get( method document_project_project_pk_documents_id_definitions_get (line 16398) | def document_project_project_pk_documents_id_definitions_get( method document_project_project_pk_documents_id_delete (line 16485) | def document_project_project_pk_documents_id_delete( method document_project_project_pk_documents_id_extraction_get (line 16572) | def document_project_project_pk_documents_id_extraction_get( method document_project_project_pk_documents_id_fields_get (line 16659) | def document_project_project_pk_documents_id_fields_get( method document_project_project_pk_documents_id_fields_patch (line 16746) | def document_project_project_pk_documents_id_fields_patch( method document_project_project_pk_documents_id_fields_post (line 16834) | def document_project_project_pk_documents_id_fields_post( method document_project_project_pk_documents_id_fields_put (line 16922) | def document_project_project_pk_documents_id_fields_put( method document_project_project_pk_documents_id_full_text_get (line 17010) | def document_project_project_pk_documents_id_full_text_get( method document_project_project_pk_documents_id_get (line 17097) | def document_project_project_pk_documents_id_get( method document_project_project_pk_documents_id_has_pdf_info_get (line 17185) | def document_project_project_pk_documents_id_has_pdf_info_get( method document_project_project_pk_documents_id_patch (line 17272) | def document_project_project_pk_documents_id_patch( method document_project_project_pk_documents_id_pdf_repr_get (line 17360) | def document_project_project_pk_documents_id_pdf_repr_get( method document_project_project_pk_documents_id_put (line 17447) | def document_project_project_pk_documents_id_put( method document_project_project_pk_documents_id_set_annotator_coord_difference_post (line 17535) | def document_project_project_pk_documents_id_set_annotator_coord_diffe... method document_project_project_pk_documents_id_show_get (line 17623) | def document_project_project_pk_documents_id_show_get( method document_project_project_pk_documents_id_similar_get (line 17711) | def document_project_project_pk_documents_id_similar_get( method document_project_project_pk_documents_mark_delete_post (line 17800) | def document_project_project_pk_documents_mark_delete_post( method document_project_project_pk_documents_post (line 17884) | def document_project_project_pk_documents_post( method document_project_project_pk_documents_unmark_delete_post (line 17968) | def document_project_project_pk_documents_unmark_delete_post( method document_stats_get (line 18052) | def document_stats_get( method document_textunits_get (line 18130) | def document_textunits_get( method document_textunits_id_get (line 18209) | def document_textunits_id_get( FILE: sdk/python/sdk/openapi_client/api/dump_api.py class DumpApi (line 30) | class DumpApi(object): method __init__ (line 37) | def __init__(self, api_client=None): method dump_document_config_get (line 448) | def dump_document_config_get( method dump_document_config_put (line 528) | def dump_document_config_put( method dump_dump_fixture_post (line 607) | def dump_dump_fixture_post( method dump_dump_get (line 686) | def dump_dump_get( method dump_dump_put (line 765) | def dump_dump_put( method dump_field_values_get (line 844) | def dump_field_values_get( method dump_field_values_put (line 923) | def dump_field_values_put( method dump_load_fixture_post (line 1002) | def dump_load_fixture_post( FILE: sdk/python/sdk/openapi_client/api/extract_api.py class ExtractApi (line 51) | class ExtractApi(object): method __init__ (line 58) | def __init__(self, api_client=None): method extract_amount_usage_get (line 2394) | def extract_amount_usage_get( method extract_amount_usage_top_get (line 2473) | def extract_amount_usage_top_get( method extract_citation_usage_get (line 2551) | def extract_citation_usage_get( method extract_citation_usage_top_get (line 2630) | def extract_citation_usage_top_get( method extract_copyright_usage_get (line 2708) | def extract_copyright_usage_get( method extract_copyright_usage_top_get (line 2787) | def extract_copyright_usage_top_get( method extract_court_usage_get (line 2865) | def extract_court_usage_get( method extract_court_usage_top_get (line 2944) | def extract_court_usage_top_get( method extract_currency_usage_get (line 3022) | def extract_currency_usage_get( method extract_currency_usage_top_get (line 3101) | def extract_currency_usage_top_get( method extract_date_duration_usage_get (line 3179) | def extract_date_duration_usage_get( method extract_date_duration_usage_top_get (line 3258) | def extract_date_duration_usage_top_get( method extract_date_usage_calendar_chart_get (line 3336) | def extract_date_usage_calendar_chart_get( method extract_date_usage_get (line 3414) | def extract_date_usage_get( method extract_date_usage_timeline_chart_get (line 3493) | def extract_date_usage_timeline_chart_get( method extract_date_usage_to_ical_get (line 3571) | def extract_date_usage_to_ical_get( method extract_date_usage_top_get (line 3650) | def extract_date_usage_top_get( method extract_definition_usage_get (line 3728) | def extract_definition_usage_get( method extract_definition_usage_top_get (line 3807) | def extract_definition_usage_top_get( method extract_distance_usage_get (line 3885) | def extract_distance_usage_get( method extract_distance_usage_top_get (line 3964) | def extract_distance_usage_top_get( method extract_geo_alias_usage_get (line 4042) | def extract_geo_alias_usage_get( method extract_geo_alias_usage_top_get (line 4121) | def extract_geo_alias_usage_top_get( method extract_geo_entities_get (line 4199) | def extract_geo_entities_get( method extract_geo_entities_id_get (line 4278) | def extract_geo_entities_id_get( method extract_geo_entities_id_put (line 4362) | def extract_geo_entities_id_put( method extract_geo_entity_usage_get (line 4446) | def extract_geo_entity_usage_get( method extract_geo_entity_usage_top_get (line 4525) | def extract_geo_entity_usage_top_get( method extract_parties_get (line 4603) | def extract_parties_get( method extract_parties_id_get (line 4682) | def extract_parties_id_get( method extract_party_network_chart_get (line 4766) | def extract_party_network_chart_get( method extract_party_usage_get (line 4845) | def extract_party_usage_get( method extract_party_usage_top_get (line 4924) | def extract_party_usage_top_get( method extract_percent_usage_get (line 5002) | def extract_percent_usage_get( method extract_percent_usage_top_get (line 5081) | def extract_percent_usage_top_get( method extract_ratio_usage_get (line 5159) | def extract_ratio_usage_get( method extract_ratio_usage_top_get (line 5238) | def extract_ratio_usage_top_get( method extract_regulation_usage_get (line 5316) | def extract_regulation_usage_get( method extract_regulation_usage_top_get (line 5395) | def extract_regulation_usage_top_get( method extract_term_tags_get (line 5473) | def extract_term_tags_get( method extract_term_usage_get (line 5552) | def extract_term_usage_get( method extract_term_usage_top_get (line 5631) | def extract_term_usage_top_get( method extract_trademark_usage_get (line 5709) | def extract_trademark_usage_get( method extract_trademark_usage_top_get (line 5788) | def extract_trademark_usage_top_get( method extract_typeahead_geo_entity_usage_field_name_get (line 5866) | def extract_typeahead_geo_entity_usage_field_name_get( method extract_typeahead_party_usage_field_name_get (line 5949) | def extract_typeahead_party_usage_field_name_get( method extract_typeahead_term_usage_field_name_get (line 6032) | def extract_typeahead_term_usage_field_name_get( method extract_url_usage_get (line 6115) | def extract_url_usage_get( method extract_url_usage_top_get (line 6194) | def extract_url_usage_top_get( FILE: sdk/python/sdk/openapi_client/api/logging_api.py class LoggingApi (line 27) | class LoggingApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method logging_log_message_post (line 91) | def logging_log_message_post( FILE: sdk/python/sdk/openapi_client/api/media_data_api.py class MediaDataApi (line 26) | class MediaDataApi(object): method __init__ (line 33) | def __init__(self, api_client=None): method media_data_path_get (line 101) | def media_data_path_get( FILE: sdk/python/sdk/openapi_client/api/notifications_api.py class NotificationsApi (line 28) | class NotificationsApi(object): method __init__ (line 35) | def __init__(self, api_client=None): method notifications_web_notifications_get (line 136) | def notifications_web_notifications_get( method notifications_web_notifications_mark_seen_post (line 214) | def notifications_web_notifications_mark_seen_post( FILE: sdk/python/sdk/openapi_client/api/project_api.py class ProjectApi (line 71) | class ProjectApi(object): method __init__ (line 78) | def __init__(self, api_client=None): method project_project_clustering_get (line 3410) | def project_project_clustering_get( method project_project_clustering_id_get (line 3489) | def project_project_clustering_id_get( method project_projects_form_fields_get (line 3573) | def project_projects_form_fields_get( method project_projects_get (line 3651) | def project_projects_get( method project_projects_id_active_tasks_get (line 3730) | def project_projects_id_active_tasks_get( method project_projects_id_annotations_assignees_get (line 3814) | def project_projects_id_annotations_assignees_get( method project_projects_id_assign_annotations_post (line 3897) | def project_projects_id_assign_annotations_post( method project_projects_id_assign_document_post (line 3981) | def project_projects_id_assign_document_post( method project_projects_id_assign_documents_post (line 4065) | def project_projects_id_assign_documents_post( method project_projects_id_assignees_get (line 4149) | def project_projects_id_assignees_get( method project_projects_id_check_similarity_process_allowed_post (line 4232) | def project_projects_id_check_similarity_process_allowed_post( method project_projects_id_cleanup_post (line 4316) | def project_projects_id_cleanup_post( method project_projects_id_cluster_actions_get (line 4400) | def project_projects_id_cluster_actions_get( method project_projects_id_cluster_post (line 4487) | def project_projects_id_cluster_post( method project_projects_id_clustering_status_get (line 4571) | def project_projects_id_clustering_status_get( method project_projects_id_delete (line 4655) | def project_projects_id_delete( method project_projects_id_delete_document_similarity_results_delete (line 4738) | def project_projects_id_delete_document_similarity_results_delete( method project_projects_id_delete_text_unit_similarity_results_delete (line 4821) | def project_projects_id_delete_text_unit_similarity_results_delete( method project_projects_id_detect_field_values_post (line 4904) | def project_projects_id_detect_field_values_post( method project_projects_id_form_fields_get (line 4988) | def project_projects_id_form_fields_get( method project_projects_id_get (line 5071) | def project_projects_id_get( method project_projects_id_locate_items_post (line 5155) | def project_projects_id_locate_items_post( method project_projects_id_mark_delete_post (line 5239) | def project_projects_id_mark_delete_post( method project_projects_id_patch (line 5323) | def project_projects_id_patch( method project_projects_id_progress_get (line 5407) | def project_projects_id_progress_get( method project_projects_id_put (line 5490) | def project_projects_id_put( method project_projects_id_search_similar_documents_post (line 5574) | def project_projects_id_search_similar_documents_post( method project_projects_id_search_similar_text_units_post (line 5658) | def project_projects_id_search_similar_text_units_post( method project_projects_id_send_clusters_to_project_post (line 5742) | def project_projects_id_send_clusters_to_project_post( method project_projects_id_set_annotation_status_post (line 5826) | def project_projects_id_set_annotation_status_post( method project_projects_id_set_status_post (line 5910) | def project_projects_id_set_status_post( method project_projects_id_settings_actions_get (line 5994) | def project_projects_id_settings_actions_get( method project_projects_id_task_task_id_task_logs_get (line 6081) | def project_projects_id_task_task_id_task_logs_get( method project_projects_id_tasks_get (line 6170) | def project_projects_id_tasks_get( method project_projects_id_unmark_delete_post (line 6254) | def project_projects_id_unmark_delete_post( method project_projects_id_update_document_fields_post (line 6338) | def project_projects_id_update_document_fields_post( method project_projects_post (line 6422) | def project_projects_post( method project_projects_project_stats_get (line 6501) | def project_projects_project_stats_get( method project_projects_recent_get (line 6580) | def project_projects_recent_get( method project_projects_select_projects_post (line 6659) | def project_projects_select_projects_post( method project_task_queues_get (line 6738) | def project_task_queues_get( method project_task_queues_id_delete (line 6817) | def project_task_queues_id_delete( method project_task_queues_id_get (line 6900) | def project_task_queues_id_get( method project_task_queues_id_patch (line 6984) | def project_task_queues_id_patch( method project_task_queues_id_put (line 7068) | def project_task_queues_id_put( method project_task_queues_post (line 7152) | def project_task_queues_post( method project_upload_session_get (line 7231) | def project_upload_session_get( method project_upload_session_post (line 7310) | def project_upload_session_post( method project_upload_session_status_get (line 7389) | def project_upload_session_status_get( method project_upload_session_uid_batch_upload_post (line 7468) | def project_upload_session_uid_batch_upload_post( method project_upload_session_uid_batch_upload_post_0 (line 7552) | def project_upload_session_uid_batch_upload_post_0( method project_upload_session_uid_cancel_delete (line 7636) | def project_upload_session_uid_cancel_delete( method project_upload_session_uid_delete (line 7719) | def project_upload_session_uid_delete( method project_upload_session_uid_delete_file_delete (line 7802) | def project_upload_session_uid_delete_file_delete( method project_upload_session_uid_files_post (line 7886) | def project_upload_session_uid_files_post( method project_upload_session_uid_get (line 7981) | def project_upload_session_uid_get( method project_upload_session_uid_patch (line 8065) | def project_upload_session_uid_patch( method project_upload_session_uid_progress_get (line 8149) | def project_upload_session_uid_progress_get( method project_upload_session_uid_upload_post (line 8232) | def project_upload_session_uid_upload_post( FILE: sdk/python/sdk/openapi_client/api/rawdb_api.py class RawdbApi (line 27) | class RawdbApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method rawdb_config_get (line 321) | def rawdb_config_get( method rawdb_documents_document_type_code_get (line 399) | def rawdb_documents_document_type_code_get( method rawdb_documents_document_type_code_post (line 496) | def rawdb_documents_document_type_code_post( method rawdb_project_stats_project_id_get (line 580) | def rawdb_project_stats_project_id_get( FILE: sdk/python/sdk/openapi_client/api/rest_auth_api.py class RestAuthApi (line 32) | class RestAuthApi(object): method __init__ (line 39) | def __init__(self, api_client=None): method rest_auth_login_post (line 348) | def rest_auth_login_post( method rest_auth_logout_get (line 427) | def rest_auth_logout_get( method rest_auth_logout_post (line 505) | def rest_auth_logout_post( method rest_auth_password_change_post (line 584) | def rest_auth_password_change_post( method rest_auth_password_reset_confirm_post (line 663) | def rest_auth_password_reset_confirm_post( method rest_auth_password_reset_post (line 742) | def rest_auth_password_reset_post( FILE: sdk/python/sdk/openapi_client/api/similarity_api.py class SimilarityApi (line 33) | class SimilarityApi(object): method __init__ (line 40) | def __init__(self, api_client=None): method similarity_document_similarity_by_features_get (line 621) | def similarity_document_similarity_by_features_get( method similarity_document_similarity_by_features_post (line 699) | def similarity_document_similarity_by_features_post( method similarity_party_similarity_get (line 778) | def similarity_party_similarity_get( method similarity_party_similarity_post (line 856) | def similarity_party_similarity_post( method similarity_project_documents_similarity_by_vectors_get (line 935) | def similarity_project_documents_similarity_by_vectors_get( method similarity_project_documents_similarity_by_vectors_post (line 1013) | def similarity_project_documents_similarity_by_vectors_post( method similarity_project_text_units_similarity_by_vectors_get (line 1092) | def similarity_project_text_units_similarity_by_vectors_get( method similarity_project_text_units_similarity_by_vectors_post (line 1170) | def similarity_project_text_units_similarity_by_vectors_post( method similarity_similarity_get (line 1249) | def similarity_similarity_get( method similarity_similarity_post (line 1327) | def similarity_similarity_post( method similarity_text_unit_similarity_by_features_get (line 1406) | def similarity_text_unit_similarity_by_features_get( method similarity_text_unit_similarity_by_features_post (line 1484) | def similarity_text_unit_similarity_by_features_post( FILE: sdk/python/sdk/openapi_client/api/task_api.py class TaskApi (line 30) | class TaskApi(object): method __init__ (line 37) | def __init__(self, api_client=None): method task_clean_tasks_post (line 1020) | def task_clean_tasks_post( method task_load_dictionaries_post (line 1099) | def task_load_dictionaries_post( method task_load_documents_get (line 1178) | def task_load_documents_get( method task_load_documents_post (line 1256) | def task_load_documents_post( method task_locate_get (line 1335) | def task_locate_get( method task_locate_post (line 1413) | def task_locate_post( method task_process_text_extraction_results_request_id_post (line 1492) | def task_process_text_extraction_results_request_id_post( method task_purge_task_post (line 1576) | def task_purge_task_post( method task_recall_task_get (line 1655) | def task_recall_task_get( method task_recall_task_post (line 1733) | def task_recall_task_post( method task_reindexroutines_check_schedule_post (line 1812) | def task_reindexroutines_check_schedule_post( method task_task_log_get (line 1891) | def task_task_log_get( method task_task_status_get (line 1976) | def task_task_status_get( method task_tasks_get (line 2055) | def task_tasks_get( method task_tasks_id_get (line 2134) | def task_tasks_id_get( method task_tasks_project_project_id_active_tasks_get (line 2218) | def task_tasks_project_project_id_active_tasks_get( method task_tasks_project_project_id_tasks_get (line 2302) | def task_tasks_project_project_id_tasks_get( method task_update_elastic_index_get (line 2386) | def task_update_elastic_index_get( method task_update_elastic_index_post (line 2464) | def task_update_elastic_index_post( FILE: sdk/python/sdk/openapi_client/api/tus_api.py class TusApi (line 27) | class TusApi(object): method __init__ (line 34) | def __init__(self, api_client=None): method tus_upload_session_upload_session_id_upload_guid_patch (line 199) | def tus_upload_session_upload_session_id_upload_guid_patch( method tus_upload_session_upload_session_id_upload_post (line 296) | def tus_upload_session_upload_session_id_upload_post( FILE: sdk/python/sdk/openapi_client/api/users_api.py class UsersApi (line 35) | class UsersApi(object): method __init__ (line 42) | def __init__(self, api_client=None): method users_client_ids_get (line 765) | def users_client_ids_get( method users_elevate_post (line 843) | def users_elevate_post( method users_google_post (line 922) | def users_google_post( method users_office365_post (line 1001) | def users_office365_post( method users_okta_post (line 1080) | def users_okta_post( method users_users_form_fields_get (line 1159) | def users_users_form_fields_get( method users_users_get (line 1237) | def users_users_get( method users_users_id_form_fields_get (line 1316) | def users_users_id_form_fields_get( method users_users_id_get (line 1399) | def users_users_id_get( method users_users_id_patch (line 1483) | def users_users_id_patch( method users_users_id_put (line 1567) | def users_users_id_put( method users_users_post (line 1651) | def users_users_post( method users_users_user_stats_get (line 1730) | def users_users_user_stats_get( method users_verify_token_post (line 1808) | def users_verify_token_post( FILE: sdk/python/sdk/openapi_client/api/v1_api.py class V1Api (line 194) | class V1Api(object): method __init__ (line 201) | def __init__(self, api_client=None): method analyze_document_cluster_get (line 20256) | def analyze_document_cluster_get( method analyze_document_cluster_id_get (line 20335) | def analyze_document_cluster_id_get( method analyze_document_cluster_id_patch (line 20419) | def analyze_document_cluster_id_patch( method analyze_document_cluster_id_put (line 20503) | def analyze_document_cluster_id_put( method analyze_document_similarity_list_get (line 20587) | def analyze_document_similarity_list_get( method analyze_document_transformer_list_get (line 20666) | def analyze_document_transformer_list_get( method analyze_ml_model_list_get (line 20745) | def analyze_ml_model_list_get( method analyze_party_similarity_list_get (line 20824) | def analyze_party_similarity_list_get( method analyze_project_document_similarity_list_get (line 20903) | def analyze_project_document_similarity_list_get( method analyze_project_text_unit_similarity_list_get (line 20985) | def analyze_project_text_unit_similarity_list_get( method analyze_project_text_unit_similarity_list_post (line 21072) | def analyze_project_text_unit_similarity_list_post( method analyze_similarity_runs_get (line 21151) | def analyze_similarity_runs_get( method analyze_similarity_runs_id_delete (line 21232) | def analyze_similarity_runs_id_delete( method analyze_similarity_runs_id_get (line 21317) | def analyze_similarity_runs_id_get( method analyze_text_unit_classifications_get (line 21403) | def analyze_text_unit_classifications_get( method analyze_text_unit_classifications_id_delete (line 21482) | def analyze_text_unit_classifications_id_delete( method analyze_text_unit_classifications_id_get (line 21565) | def analyze_text_unit_classifications_id_get( method analyze_text_unit_classifications_post (line 21649) | def analyze_text_unit_classifications_post( method analyze_text_unit_classifier_suggestions_get (line 21728) | def analyze_text_unit_classifier_suggestions_get( method analyze_text_unit_classifier_suggestions_id_delete (line 21807) | def analyze_text_unit_classifier_suggestions_id_delete( method analyze_text_unit_classifier_suggestions_id_get (line 21890) | def analyze_text_unit_classifier_suggestions_id_get( method analyze_text_unit_classifiers_get (line 21974) | def analyze_text_unit_classifiers_get( method analyze_text_unit_classifiers_id_delete (line 22053) | def analyze_text_unit_classifiers_id_delete( method analyze_text_unit_classifiers_id_get (line 22136) | def analyze_text_unit_classifiers_id_get( method analyze_text_unit_cluster_list_get (line 22220) | def analyze_text_unit_cluster_list_get( method analyze_text_unit_similarity_list_get (line 22299) | def analyze_text_unit_similarity_list_get( method analyze_text_unit_transformer_list_get (line 22378) | def analyze_text_unit_transformer_list_get( method analyze_typeahead_text_unit_classification_field_name_get (line 22457) | def analyze_typeahead_text_unit_classification_field_name_get( method common_actions_get (line 22544) | def common_actions_get( method common_actions_id_get (line 22626) | def common_actions_id_get( method common_app_variables_get (line 22713) | def common_app_variables_get( method common_app_variables_list_get (line 22792) | def common_app_variables_list_get( method common_app_variables_project_project_id_get (line 22871) | def common_app_variables_project_project_id_get( method common_app_variables_project_project_id_put (line 22954) | def common_app_variables_project_project_id_put( method common_logo_get (line 23038) | def common_logo_get( method common_media_path_get (line 23117) | def common_media_path_get( method common_menu_groups_form_fields_get (line 23201) | def common_menu_groups_form_fields_get( method common_menu_groups_get (line 23279) | def common_menu_groups_get( method common_menu_groups_id_delete (line 23357) | def common_menu_groups_id_delete( method common_menu_groups_id_form_fields_get (line 23440) | def common_menu_groups_id_form_fields_get( method common_menu_groups_id_get (line 23523) | def common_menu_groups_id_get( method common_menu_groups_id_patch (line 23606) | def common_menu_groups_id_patch( method common_menu_groups_id_put (line 23690) | def common_menu_groups_id_put( method common_menu_groups_post (line 23774) | def common_menu_groups_post( method common_menu_items_form_fields_get (line 23853) | def common_menu_items_form_fields_get( method common_menu_items_get (line 23931) | def common_menu_items_get( method common_menu_items_id_delete (line 24009) | def common_menu_items_id_delete( method common_menu_items_id_form_fields_get (line 24092) | def common_menu_items_id_form_fields_get( method common_menu_items_id_get (line 24175) | def common_menu_items_id_get( method common_menu_items_id_patch (line 24258) | def common_menu_items_id_patch( method common_menu_items_id_put (line 24342) | def common_menu_items_id_put( method common_menu_items_post (line 24426) | def common_menu_items_post( method common_review_status_groups_get (line 24505) | def common_review_status_groups_get( method common_review_status_groups_id_delete (line 24584) | def common_review_status_groups_id_delete( method common_review_status_groups_id_get (line 24667) | def common_review_status_groups_id_get( method common_review_status_groups_id_patch (line 24751) | def common_review_status_groups_id_patch( method common_review_status_groups_id_put (line 24835) | def common_review_status_groups_id_put( method common_review_status_groups_post (line 24919) | def common_review_status_groups_post( method common_review_statuses_get (line 24998) | def common_review_statuses_get( method common_review_statuses_id_delete (line 25077) | def common_review_statuses_id_delete( method common_review_statuses_id_get (line 25160) | def common_review_statuses_id_get( method common_review_statuses_id_patch (line 25244) | def common_review_statuses_id_patch( method common_review_statuses_id_put (line 25328) | def common_review_statuses_id_put( method common_review_statuses_post (line 25412) | def common_review_statuses_post( method document_annotations_annotate_put (line 25491) | def document_annotations_annotate_put( method document_annotations_batch_put (line 25570) | def document_annotations_batch_put( method document_annotations_get (line 25649) | def document_annotations_get( method document_annotations_id_delete (line 25727) | def document_annotations_id_delete( method document_annotations_id_get (line 25810) | def document_annotations_id_get( method document_annotations_id_put (line 25893) | def document_annotations_id_put( method document_annotations_post (line 25977) | def document_annotations_post( method document_annotations_suggest_post (line 26056) | def document_annotations_suggest_post( method document_document_field_annotations_for_user_get (line 26135) | def document_document_field_annotations_for_user_get( method document_document_field_annotations_get (line 26214) | def document_document_field_annotations_get( method document_document_field_annotations_uid_get (line 26293) | def document_document_field_annotations_uid_get( method document_document_field_categories_form_fields_get (line 26377) | def document_document_field_categories_form_fields_get( method document_document_field_categories_get (line 26455) | def document_document_field_categories_get( method document_document_field_categories_id_delete (line 26534) | def document_document_field_categories_id_delete( method document_document_field_categories_id_form_fields_get (line 26617) | def document_document_field_categories_id_form_fields_get( method document_document_field_categories_id_get (line 26700) | def document_document_field_categories_id_get( method document_document_field_categories_id_patch (line 26784) | def document_document_field_categories_id_patch( method document_document_field_categories_id_put (line 26868) | def document_document_field_categories_id_put( method document_document_field_categories_post (line 26952) | def document_document_field_categories_post( method document_document_field_detectors_form_fields_get (line 27031) | def document_document_field_detectors_form_fields_get( method document_document_field_detectors_get (line 27109) | def document_document_field_detectors_get( method document_document_field_detectors_post (line 27188) | def document_document_field_detectors_post( method document_document_field_detectors_uid_delete (line 27267) | def document_document_field_detectors_uid_delete( method document_document_field_detectors_uid_form_fields_get (line 27350) | def document_document_field_detectors_uid_form_fields_get( method document_document_field_detectors_uid_get (line 27433) | def document_document_field_detectors_uid_get( method document_document_field_detectors_uid_patch (line 27517) | def document_document_field_detectors_uid_patch( method document_document_field_detectors_uid_put (line 27601) | def document_document_field_detectors_uid_put( method document_document_field_values_get (line 27685) | def document_document_field_values_get( method document_document_field_values_id_get (line 27764) | def document_document_field_values_id_get( method document_document_fields_check_field_formula_post (line 27848) | def document_document_fields_check_field_formula_post( method document_document_fields_form_fields_get (line 27927) | def document_document_fields_form_fields_get( method document_document_fields_get (line 28005) | def document_document_fields_get( method document_document_fields_post (line 28084) | def document_document_fields_post( method document_document_fields_stats_get (line 28163) | def document_document_fields_stats_get( method document_document_fields_uid_check_formula_post (line 28242) | def document_document_fields_uid_check_formula_post( method document_document_fields_uid_clone_post (line 28326) | def document_document_fields_uid_clone_post( method document_document_fields_uid_delete (line 28410) | def document_document_fields_uid_delete( method document_document_fields_uid_form_fields_get (line 28493) | def document_document_fields_uid_form_fields_get( method document_document_fields_uid_get (line 28576) | def document_document_fields_uid_get( method document_document_fields_uid_patch (line 28660) | def document_document_fields_uid_patch( method document_document_fields_uid_pre_delete_post (line 28744) | def document_document_fields_uid_pre_delete_post( method document_document_fields_uid_put (line 28828) | def document_document_fields_uid_put( method document_document_notes_get (line 28912) | def document_document_notes_get( method document_document_notes_id_delete (line 28995) | def document_document_notes_id_delete( method document_document_notes_id_get (line 29078) | def document_document_notes_id_get( method document_document_notes_id_patch (line 29162) | def document_document_notes_id_patch( method document_document_notes_id_put (line 29246) | def document_document_notes_id_put( method document_document_notes_post (line 29330) | def document_document_notes_post( method document_document_types_form_fields_get (line 29409) | def document_document_types_form_fields_get( method document_document_types_get (line 29487) | def document_document_types_get( method document_document_types_import_doc_type_put (line 29566) | def document_document_types_import_doc_type_put( method document_document_types_post (line 29645) | def document_document_types_post( method document_document_types_scheme_migrations_get (line 29724) | def document_document_types_scheme_migrations_get( method document_document_types_stats_get (line 29802) | def document_document_types_stats_get( method document_document_types_uid_clone_post (line 29880) | def document_document_types_uid_clone_post( method document_document_types_uid_delete (line 29964) | def document_document_types_uid_delete( method document_document_types_uid_export_doc_type_get (line 30047) | def document_document_types_uid_export_doc_type_get( method document_document_types_uid_form_fields_get (line 30131) | def document_document_types_uid_form_fields_get( method document_document_types_uid_get (line 30214) | def document_document_types_uid_get( method document_document_types_uid_patch (line 30298) | def document_document_types_uid_patch( method document_document_types_uid_pre_delete_post (line 30382) | def document_document_types_uid_pre_delete_post( method document_document_types_uid_put (line 30466) | def document_document_types_uid_put( method document_document_types_user_project_types_get (line 30550) | def document_document_types_user_project_types_get( method document_documents_download_zip_get (line 30629) | def document_documents_download_zip_get( method document_documents_for_user_get (line 30709) | def document_documents_for_user_get( method document_documents_get (line 30787) | def document_documents_get( method document_documents_id_actions_get (line 30868) | def document_documents_id_actions_get( method document_documents_id_data_get (line 30955) | def document_documents_id_data_get( method document_documents_id_definitions_get (line 31039) | def document_documents_id_definitions_get( method document_documents_id_delete (line 31122) | def document_documents_id_delete( method document_documents_id_extraction_get (line 31205) | def document_documents_id_extraction_get( method document_documents_id_fields_get (line 31288) | def document_documents_id_fields_get( method document_documents_id_fields_patch (line 31371) | def document_documents_id_fields_patch( method document_documents_id_fields_post (line 31455) | def document_documents_id_fields_post( method document_documents_id_fields_put (line 31539) | def document_documents_id_fields_put( method document_documents_id_full_text_get (line 31623) | def document_documents_id_full_text_get( method document_documents_id_get (line 31706) | def document_documents_id_get( method document_documents_id_has_pdf_info_get (line 31790) | def document_documents_id_has_pdf_info_get( method document_documents_id_patch (line 31873) | def document_documents_id_patch( method document_documents_id_pdf_repr_get (line 31957) | def document_documents_id_pdf_repr_get( method document_documents_id_put (line 32040) | def document_documents_id_put( method document_documents_id_set_annotator_coord_difference_post (line 32124) | def document_documents_id_set_annotator_coord_difference_post( method document_documents_id_show_get (line 32208) | def document_documents_id_show_get( method document_documents_id_similar_get (line 32292) | def document_documents_id_similar_get( method document_documents_mark_delete_post (line 32377) | def document_documents_mark_delete_post( method document_documents_post (line 32456) | def document_documents_post( method document_documents_unmark_delete_post (line 32535) | def document_documents_unmark_delete_post( method document_field_annotation_statuses_get (line 32614) | def document_field_annotation_statuses_get( method document_field_annotation_statuses_id_delete (line 32693) | def document_field_annotation_statuses_id_delete( method document_field_annotation_statuses_id_get (line 32776) | def document_field_annotation_statuses_id_get( method document_field_annotation_statuses_id_patch (line 32860) | def document_field_annotation_statuses_id_patch( method document_field_annotation_statuses_id_put (line 32944) | def document_field_annotation_statuses_id_put( method document_field_annotation_statuses_post (line 33028) | def document_field_annotation_statuses_post( method document_project_project_pk_document_field_annotations_for_user_get (line 33107) | def document_project_project_pk_document_field_annotations_for_user_get( method document_project_project_pk_document_field_annotations_get (line 33191) | def document_project_project_pk_document_field_annotations_get( method document_project_project_pk_document_field_annotations_uid_get (line 33275) | def document_project_project_pk_document_field_annotations_uid_get( method document_project_project_pk_document_field_values_get (line 33363) | def document_project_project_pk_document_field_values_get( method document_project_project_pk_document_field_values_id_get (line 33447) | def document_project_project_pk_document_field_values_id_get( method document_project_project_pk_documents_document_pk_annotations_get (line 33535) | def document_project_project_pk_documents_document_pk_annotations_get( method document_project_project_pk_documents_document_pk_annotations_id_delete (line 33622) | def document_project_project_pk_documents_document_pk_annotations_id_d... method document_project_project_pk_documents_document_pk_annotations_id_get (line 33713) | def document_project_project_pk_documents_document_pk_annotations_id_get( method document_project_project_pk_documents_document_pk_annotations_id_patch (line 33804) | def document_project_project_pk_documents_document_pk_annotations_id_p... method document_project_project_pk_documents_document_pk_annotations_id_put (line 33896) | def document_project_project_pk_documents_document_pk_annotations_id_put( method document_project_project_pk_documents_document_pk_annotations_post (line 33988) | def document_project_project_pk_documents_document_pk_annotations_post( method document_project_project_pk_documents_download_zip_get (line 34076) | def document_project_project_pk_documents_download_zip_get( method document_project_project_pk_documents_for_user_get (line 34161) | def document_project_project_pk_documents_for_user_get( method document_project_project_pk_documents_get (line 34244) | def document_project_project_pk_documents_get( method document_project_project_pk_documents_id_actions_get (line 34330) | def document_project_project_pk_documents_id_actions_get( method document_project_project_pk_documents_id_data_get (line 34421) | def document_project_project_pk_documents_id_data_get( method document_project_project_pk_documents_id_definitions_get (line 34509) | def document_project_project_pk_documents_id_definitions_get( method document_project_project_pk_documents_id_delete (line 34596) | def document_project_project_pk_documents_id_delete( method document_project_project_pk_documents_id_extraction_get (line 34683) | def document_project_project_pk_documents_id_extraction_get( method document_project_project_pk_documents_id_fields_get (line 34770) | def document_project_project_pk_documents_id_fields_get( method document_project_project_pk_documents_id_fields_patch (line 34857) | def document_project_project_pk_documents_id_fields_patch( method document_project_project_pk_documents_id_fields_post (line 34945) | def document_project_project_pk_documents_id_fields_post( method document_project_project_pk_documents_id_fields_put (line 35033) | def document_project_project_pk_documents_id_fields_put( method document_project_project_pk_documents_id_full_text_get (line 35121) | def document_project_project_pk_documents_id_full_text_get( method document_project_project_pk_documents_id_get (line 35208) | def document_project_project_pk_documents_id_get( method document_project_project_pk_documents_id_has_pdf_info_get (line 35296) | def document_project_project_pk_documents_id_has_pdf_info_get( method document_project_project_pk_documents_id_patch (line 35383) | def document_project_project_pk_documents_id_patch( method document_project_project_pk_documents_id_pdf_repr_get (line 35471) | def document_project_project_pk_documents_id_pdf_repr_get( method document_project_project_pk_documents_id_put (line 35558) | def document_project_project_pk_documents_id_put( method document_project_project_pk_documents_id_set_annotator_coord_difference_post (line 35646) | def document_project_project_pk_documents_id_set_annotator_coord_diffe... method document_project_project_pk_documents_id_show_get (line 35734) | def document_project_project_pk_documents_id_show_get( method document_project_project_pk_documents_id_similar_get (line 35822) | def document_project_project_pk_documents_id_similar_get( method document_project_project_pk_documents_mark_delete_post (line 35911) | def document_project_project_pk_documents_mark_delete_post( method document_project_project_pk_documents_post (line 35995) | def document_project_project_pk_documents_post( method document_project_project_pk_documents_unmark_delete_post (line 36079) | def document_project_project_pk_documents_unmark_delete_post( method document_stats_get (line 36163) | def document_stats_get( method document_textunits_get (line 36241) | def document_textunits_get( method document_textunits_id_get (line 36320) | def document_textunits_id_get( method dump_document_config_get (line 36404) | def dump_document_config_get( method dump_document_config_put (line 36484) | def dump_document_config_put( method dump_dump_fixture_post (line 36563) | def dump_dump_fixture_post( method dump_dump_get (line 36642) | def dump_dump_get( method dump_dump_put (line 36721) | def dump_dump_put( method dump_field_values_get (line 36800) | def dump_field_values_get( method dump_field_values_put (line 36879) | def dump_field_values_put( method dump_load_fixture_post (line 36958) | def dump_load_fixture_post( method extract_amount_usage_get (line 37037) | def extract_amount_usage_get( method extract_amount_usage_top_get (line 37116) | def extract_amount_usage_top_get( method extract_citation_usage_get (line 37194) | def extract_citation_usage_get( method extract_citation_usage_top_get (line 37273) | def extract_citation_usage_top_get( method extract_copyright_usage_get (line 37351) | def extract_copyright_usage_get( method extract_copyright_usage_top_get (line 37430) | def extract_copyright_usage_top_get( method extract_court_usage_get (line 37508) | def extract_court_usage_get( method extract_court_usage_top_get (line 37587) | def extract_court_usage_top_get( method extract_currency_usage_get (line 37665) | def extract_currency_usage_get( method extract_currency_usage_top_get (line 37744) | def extract_currency_usage_top_get( method extract_date_duration_usage_get (line 37822) | def extract_date_duration_usage_get( method extract_date_duration_usage_top_get (line 37901) | def extract_date_duration_usage_top_get( method extract_date_usage_calendar_chart_get (line 37979) | def extract_date_usage_calendar_chart_get( method extract_date_usage_get (line 38057) | def extract_date_usage_get( method extract_date_usage_timeline_chart_get (line 38136) | def extract_date_usage_timeline_chart_get( method extract_date_usage_to_ical_get (line 38214) | def extract_date_usage_to_ical_get( method extract_date_usage_top_get (line 38293) | def extract_date_usage_top_get( method extract_definition_usage_get (line 38371) | def extract_definition_usage_get( method extract_definition_usage_top_get (line 38450) | def extract_definition_usage_top_get( method extract_distance_usage_get (line 38528) | def extract_distance_usage_get( method extract_distance_usage_top_get (line 38607) | def extract_distance_usage_top_get( method extract_geo_alias_usage_get (line 38685) | def extract_geo_alias_usage_get( method extract_geo_alias_usage_top_get (line 38764) | def extract_geo_alias_usage_top_get( method extract_geo_entities_get (line 38842) | def extract_geo_entities_get( method extract_geo_entities_id_get (line 38921) | def extract_geo_entities_id_get( method extract_geo_entities_id_put (line 39005) | def extract_geo_entities_id_put( method extract_geo_entity_usage_get (line 39089) | def extract_geo_entity_usage_get( method extract_geo_entity_usage_top_get (line 39168) | def extract_geo_entity_usage_top_get( method extract_parties_get (line 39246) | def extract_parties_get( method extract_parties_id_get (line 39325) | def extract_parties_id_get( method extract_party_network_chart_get (line 39409) | def extract_party_network_chart_get( method extract_party_usage_get (line 39488) | def extract_party_usage_get( method extract_party_usage_top_get (line 39567) | def extract_party_usage_top_get( method extract_percent_usage_get (line 39645) | def extract_percent_usage_get( method extract_percent_usage_top_get (line 39724) | def extract_percent_usage_top_get( method extract_ratio_usage_get (line 39802) | def extract_ratio_usage_get( method extract_ratio_usage_top_get (line 39881) | def extract_ratio_usage_top_get( method extract_regulation_usage_get (line 39959) | def extract_regulation_usage_get( method extract_regulation_usage_top_get (line 40038) | def extract_regulation_usage_top_get( method extract_term_tags_get (line 40116) | def extract_term_tags_get( method extract_term_usage_get (line 40195) | def extract_term_usage_get( method extract_term_usage_top_get (line 40274) | def extract_term_usage_top_get( method extract_trademark_usage_get (line 40352) | def extract_trademark_usage_get( method extract_trademark_usage_top_get (line 40431) | def extract_trademark_usage_top_get( method extract_typeahead_geo_entity_usage_field_name_get (line 40509) | def extract_typeahead_geo_entity_usage_field_name_get( method extract_typeahead_party_usage_field_name_get (line 40592) | def extract_typeahead_party_usage_field_name_get( method extract_typeahead_term_usage_field_name_get (line 40675) | def extract_typeahead_term_usage_field_name_get( method extract_url_usage_get (line 40758) | def extract_url_usage_get( method extract_url_usage_top_get (line 40837) | def extract_url_usage_top_get( method logging_log_message_post (line 40915) | def logging_log_message_post( method media_data_path_get (line 40994) | def media_data_path_get( method notifications_web_notifications_get (line 41078) | def notifications_web_notifications_get( method notifications_web_notifications_mark_seen_post (line 41156) | def notifications_web_notifications_mark_seen_post( method project_project_clustering_get (line 41235) | def project_project_clustering_get( method project_project_clustering_id_get (line 41314) | def project_project_clustering_id_get( method project_projects_form_fields_get (line 41398) | def project_projects_form_fields_get( method project_projects_get (line 41476) | def project_projects_get( method project_projects_id_active_tasks_get (line 41555) | def project_projects_id_active_tasks_get( method project_projects_id_annotations_assignees_get (line 41639) | def project_projects_id_annotations_assignees_get( method project_projects_id_assign_annotations_post (line 41722) | def project_projects_id_assign_annotations_post( method project_projects_id_assign_document_post (line 41806) | def project_projects_id_assign_document_post( method project_projects_id_assign_documents_post (line 41890) | def project_projects_id_assign_documents_post( method project_projects_id_assignees_get (line 41974) | def project_projects_id_assignees_get( method project_projects_id_check_similarity_process_allowed_post (line 42057) | def project_projects_id_check_similarity_process_allowed_post( method project_projects_id_cleanup_post (line 42141) | def project_projects_id_cleanup_post( method project_projects_id_cluster_actions_get (line 42225) | def project_projects_id_cluster_actions_get( method project_projects_id_cluster_post (line 42312) | def project_projects_id_cluster_post( method project_projects_id_clustering_status_get (line 42396) | def project_projects_id_clustering_status_get( method project_projects_id_delete (line 42480) | def project_projects_id_delete( method project_projects_id_delete_document_similarity_results_delete (line 42563) | def project_projects_id_delete_document_similarity_results_delete( method project_projects_id_delete_text_unit_similarity_results_delete (line 42646) | def project_projects_id_delete_text_unit_similarity_results_delete( method project_projects_id_detect_field_values_post (line 42729) | def project_projects_id_detect_field_values_post( method project_projects_id_form_fields_get (line 42813) | def project_projects_id_form_fields_get( method project_projects_id_get (line 42896) | def project_projects_id_get( method project_projects_id_locate_items_post (line 42980) | def project_projects_id_locate_items_post( method project_projects_id_mark_delete_post (line 43064) | def project_projects_id_mark_delete_post( method project_projects_id_patch (line 43148) | def project_projects_id_patch( method project_projects_id_progress_get (line 43232) | def project_projects_id_progress_get( method project_projects_id_put (line 43315) | def project_projects_id_put( method project_projects_id_search_similar_documents_post (line 43399) | def project_projects_id_search_similar_documents_post( method project_projects_id_search_similar_text_units_post (line 43483) | def project_projects_id_search_similar_text_units_post( method project_projects_id_send_clusters_to_project_post (line 43567) | def project_projects_id_send_clusters_to_project_post( method project_projects_id_set_annotation_status_post (line 43651) | def project_projects_id_set_annotation_status_post( method project_projects_id_set_status_post (line 43735) | def project_projects_id_set_status_post( method project_projects_id_settings_actions_get (line 43819) | def project_projects_id_settings_actions_get( method project_projects_id_task_task_id_task_logs_get (line 43906) | def project_projects_id_task_task_id_task_logs_get( method project_projects_id_tasks_get (line 43995) | def project_projects_id_tasks_get( method project_projects_id_unmark_delete_post (line 44079) | def project_projects_id_unmark_delete_post( method project_projects_id_update_document_fields_post (line 44163) | def project_projects_id_update_document_fields_post( method project_projects_post (line 44247) | def project_projects_post( method project_projects_project_stats_get (line 44326) | def project_projects_project_stats_get( method project_projects_recent_get (line 44405) | def project_projects_recent_get( method project_projects_select_projects_post (line 44484) | def project_projects_select_projects_post( method project_task_queues_get (line 44563) | def project_task_queues_get( method project_task_queues_id_delete (line 44642) | def project_task_queues_id_delete( method project_task_queues_id_get (line 44725) | def project_task_queues_id_get( method project_task_queues_id_patch (line 44809) | def project_task_queues_id_patch( method project_task_queues_id_put (line 44893) | def project_task_queues_id_put( method project_task_queues_post (line 44977) | def project_task_queues_post( method project_upload_session_get (line 45056) | def project_upload_session_get( method project_upload_session_post (line 45135) | def project_upload_session_post( method project_upload_session_status_get (line 45214) | def project_upload_session_status_get( method project_upload_session_uid_batch_upload_post (line 45293) | def project_upload_session_uid_batch_upload_post( method project_upload_session_uid_batch_upload_post_0 (line 45377) | def project_upload_session_uid_batch_upload_post_0( method project_upload_session_uid_cancel_delete (line 45461) | def project_upload_session_uid_cancel_delete( method project_upload_session_uid_delete (line 45544) | def project_upload_session_uid_delete( method project_upload_session_uid_delete_file_delete (line 45627) | def project_upload_session_uid_delete_file_delete( method project_upload_session_uid_files_post (line 45711) | def project_upload_session_uid_files_post( method project_upload_session_uid_get (line 45806) | def project_upload_session_uid_get( method project_upload_session_uid_patch (line 45890) | def project_upload_session_uid_patch( method project_upload_session_uid_progress_get (line 45974) | def project_upload_session_uid_progress_get( method project_upload_session_uid_upload_post (line 46057) | def project_upload_session_uid_upload_post( method rawdb_config_get (line 46152) | def rawdb_config_get( method rawdb_documents_document_type_code_get (line 46230) | def rawdb_documents_document_type_code_get( method rawdb_documents_document_type_code_post (line 46327) | def rawdb_documents_document_type_code_post( method rawdb_project_stats_project_id_get (line 46411) | def rawdb_project_stats_project_id_get( method rest_auth_login_post (line 46494) | def rest_auth_login_post( method rest_auth_logout_get (line 46573) | def rest_auth_logout_get( method rest_auth_logout_post (line 46651) | def rest_auth_logout_post( method rest_auth_password_change_post (line 46730) | def rest_auth_password_change_post( method rest_auth_password_reset_confirm_post (line 46809) | def rest_auth_password_reset_confirm_post( method rest_auth_password_reset_post (line 46888) | def rest_auth_password_reset_post( method similarity_document_similarity_by_features_get (line 46967) | def similarity_document_similarity_by_features_get( method similarity_document_similarity_by_features_post (line 47045) | def similarity_document_similarity_by_features_post( method similarity_party_similarity_get (line 47124) | def similarity_party_similarity_get( method similarity_party_similarity_post (line 47202) | def similarity_party_similarity_post( method similarity_project_documents_similarity_by_vectors_get (line 47281) | def similarity_project_documents_similarity_by_vectors_get( method similarity_project_documents_similarity_by_vectors_post (line 47359) | def similarity_project_documents_similarity_by_vectors_post( method similarity_project_text_units_similarity_by_vectors_get (line 47438) | def similarity_project_text_units_similarity_by_vectors_get( method similarity_project_text_units_similarity_by_vectors_post (line 47516) | def similarity_project_text_units_similarity_by_vectors_post( method similarity_similarity_get (line 47595) | def similarity_similarity_get( method similarity_similarity_post (line 47673) | def similarity_similarity_post( method similarity_text_unit_similarity_by_features_get (line 47752) | def similarity_text_unit_similarity_by_features_get( method similarity_text_unit_similarity_by_features_post (line 47830) | def similarity_text_unit_similarity_by_features_post( method task_clean_tasks_post (line 47909) | def task_clean_tasks_post( method task_load_dictionaries_post (line 47988) | def task_load_dictionaries_post( method task_load_documents_get (line 48067) | def task_load_documents_get( method task_load_documents_post (line 48145) | def task_load_documents_post( method task_locate_get (line 48224) | def task_locate_get( method task_locate_post (line 48302) | def task_locate_post( method task_process_text_extraction_results_request_id_post (line 48381) | def task_process_text_extraction_results_request_id_post( method task_purge_task_post (line 48465) | def task_purge_task_post( method task_recall_task_get (line 48544) | def task_recall_task_get( method task_recall_task_post (line 48622) | def task_recall_task_post( method task_reindexroutines_check_schedule_post (line 48701) | def task_reindexroutines_check_schedule_post( method task_task_log_get (line 48780) | def task_task_log_get( method task_task_status_get (line 48865) | def task_task_status_get( method task_tasks_get (line 48944) | def task_tasks_get( method task_tasks_id_get (line 49023) | def task_tasks_id_get( method task_tasks_project_project_id_active_tasks_get (line 49107) | def task_tasks_project_project_id_active_tasks_get( method task_tasks_project_project_id_tasks_get (line 49191) | def task_tasks_project_project_id_tasks_get( method task_update_elastic_index_get (line 49275) | def task_update_elastic_index_get( method task_update_elastic_index_post (line 49353) | def task_update_elastic_index_post( method tus_upload_session_upload_session_id_upload_guid_patch (line 49432) | def tus_upload_session_upload_session_id_upload_guid_patch( method tus_upload_session_upload_session_id_upload_post (line 49529) | def tus_upload_session_upload_session_id_upload_post( method users_client_ids_get (line 49626) | def users_client_ids_get( method users_elevate_post (line 49704) | def users_elevate_post( method users_google_post (line 49783) | def users_google_post( method users_office365_post (line 49862) | def users_office365_post( method users_okta_post (line 49941) | def users_okta_post( method users_users_form_fields_get (line 50020) | def users_users_form_fields_get( method users_users_get (line 50098) | def users_users_get( method users_users_id_form_fields_get (line 50177) | def users_users_id_form_fields_get( method users_users_id_get (line 50260) | def users_users_id_get( method users_users_id_patch (line 50344) | def users_users_id_patch( method users_users_id_put (line 50428) | def users_users_id_put( method users_users_post (line 50512) | def users_users_post( method users_users_user_stats_get (line 50591) | def users_users_user_stats_get( method users_verify_token_post (line 50669) | def users_verify_token_post( FILE: sdk/python/sdk/openapi_client/api/var_api.py class VarApi (line 25) | class VarApi(object): method __init__ (line 32) | def __init__(self, api_client=None): FILE: sdk/python/sdk/openapi_client/api_client.py class ApiClient (line 42) | class ApiClient(object): method __init__ (line 66) | def __init__(self, configuration=None, header_name=None, header_value=... method __enter__ (line 81) | def __enter__(self): method __exit__ (line 84) | def __exit__(self, exc_type, exc_value, traceback): method close (line 87) | def close(self): method pool (line 96) | def pool(self): method user_agent (line 106) | def user_agent(self): method user_agent (line 111) | def user_agent(self, value): method set_default_header (line 114) | def set_default_header(self, header_name, header_value): method __call_api (line 117) | def __call_api( method parameters_to_multipart (line 240) | def parameters_to_multipart(self, params, collection_types): method sanitize_for_serialization (line 262) | def sanitize_for_serialization(cls, obj): method deserialize (line 297) | def deserialize(self, response, response_type, _check_type): method call_api (line 342) | def call_api( method request (line 442) | def request(self, method, url, query_params=None, headers=None, method parameters_to_tuples (line 503) | def parameters_to_tuples(self, params, collection_formats): method get_file_data_and_close_file (line 534) | def get_file_data_and_close_file(file_instance: io.IOBase) -> bytes: method files_parameters (line 539) | def files_parameters(self, method select_header_accept (line 574) | def select_header_accept(self, accepts): method select_header_content_type (line 590) | def select_header_content_type(self, content_types, method=None, body=... method update_params_for_auth (line 613) | def update_params_for_auth(self, headers, queries, auth_settings, method _apply_auth_params (line 642) | def _apply_auth_params(self, headers, queries, resource_path, method, ... class Endpoint (line 656) | class Endpoint(object): method __init__ (line 657) | def __init__(self, settings=None, params_map=None, root_map=None, method __validate_inputs (line 730) | def __validate_inputs(self, kwargs): method __gather_params (line 762) | def __gather_params(self, kwargs): method __call__ (line 800) | def __call__(self, *args, **kwargs): method call_with_http_info (line 813) | def call_with_http_info(self, **kwargs): FILE: sdk/python/sdk/openapi_client/configuration.py class Configuration (line 27) | class Configuration(object): method __init__ (line 103) | def __init__(self, host=None, method __deepcopy__ (line 220) | def __deepcopy__(self, memo): method __setattr__ (line 234) | def __setattr__(self, name, value): method set_default (line 245) | def set_default(cls, default): method get_default_copy (line 256) | def get_default_copy(cls): method logger_file (line 270) | def logger_file(self): method logger_file (line 282) | def logger_file(self, value): method debug (line 301) | def debug(self): method debug (line 310) | def debug(self, value): method logger_format (line 332) | def logger_format(self): method logger_format (line 343) | def logger_format(self, value): method get_api_key_with_prefix (line 354) | def get_api_key_with_prefix(self, identifier, alias=None): method get_basic_auth_token (line 371) | def get_basic_auth_token(self): method auth_settings (line 386) | def auth_settings(self): method to_debug_report (line 403) | def to_debug_report(self): method get_host_settings (line 415) | def get_host_settings(self): method get_host_from_settings (line 427) | def get_host_from_settings(self, index, variables=None, servers=None): method host (line 467) | def host(self): method host (line 472) | def host(self, value): FILE: sdk/python/sdk/openapi_client/exceptions.py class OpenApiException (line 11) | class OpenApiException(Exception): class ApiTypeError (line 15) | class ApiTypeError(OpenApiException, TypeError): method __init__ (line 16) | def __init__(self, msg, path_to_item=None, valid_classes=None, class ApiValueError (line 44) | class ApiValueError(OpenApiException, ValueError): method __init__ (line 45) | def __init__(self, msg, path_to_item=None): class ApiAttributeError (line 62) | class ApiAttributeError(OpenApiException, AttributeError): method __init__ (line 63) | def __init__(self, msg, path_to_item=None): class ApiKeyError (line 81) | class ApiKeyError(OpenApiException, KeyError): method __init__ (line 82) | def __init__(self, msg, path_to_item=None): class ApiException (line 98) | class ApiException(OpenApiException): method __init__ (line 100) | def __init__(self, status=None, reason=None, http_resp=None): method __str__ (line 112) | def __str__(self): class NotFoundException (line 126) | class NotFoundException(ApiException): method __init__ (line 128) | def __init__(self, status=None, reason=None, http_resp=None): class UnauthorizedException (line 132) | class UnauthorizedException(ApiException): method __init__ (line 134) | def __init__(self, status=None, reason=None, http_resp=None): class ForbiddenException (line 138) | class ForbiddenException(ApiException): method __init__ (line 140) | def __init__(self, status=None, reason=None, http_resp=None): class ServiceException (line 144) | class ServiceException(ApiException): method __init__ (line 146) | def __init__(self, status=None, reason=None, http_resp=None): function render_path (line 150) | def render_path(path_to_item): FILE: sdk/python/sdk/openapi_client/model/access_token_schema.py class AccessTokenSchema (line 33) | class AccessTokenSchema(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, access_token, *args, **kwargs): # noqa: E501 method __init__ (line 192) | def __init__(self, access_token, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/action.py class Action (line 33) | class Action(ModelNormal): method additional_properties_type (line 76) | def additional_properties_type(): method openapi_types (line 86) | def openapi_types(): method discriminator (line 110) | def discriminator(): method _from_openapi_data (line 140) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 236) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/amount_usage.py class AmountUsage (line 33) | class AmountUsage(ModelNormal): method additional_properties_type (line 71) | def additional_properties_type(): method openapi_types (line 81) | def openapi_types(): method discriminator (line 106) | def discriminator(): method _from_openapi_data (line 141) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 238) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/annotation.py class Annotation (line 33) | class Annotation(ModelNormal): method additional_properties_type (line 72) | def additional_properties_type(): method openapi_types (line 82) | def openapi_types(): method discriminator (line 104) | def discriminator(): method _from_openapi_data (line 129) | def _from_openapi_data(cls, document, field, value, location_start, lo... method __init__ (line 230) | def __init__(self, document, field, value, location_start, location_en... FILE: sdk/python/sdk/openapi_client/model/annotation_batch_request.py class AnnotationBatchRequest (line 33) | class AnnotationBatchRequest(ModelNormal): method additional_properties_type (line 68) | def additional_properties_type(): method openapi_types (line 78) | def openapi_types(): method discriminator (line 95) | def discriminator(): method _from_openapi_data (line 113) | def _from_openapi_data(cls, operation_uid, action, id, data, *args, **... method __init__ (line 208) | def __init__(self, operation_uid, action, id, data, *args, **kwargs): ... FILE: sdk/python/sdk/openapi_client/model/annotation_batch_response.py class AnnotationBatchResponse (line 33) | class AnnotationBatchResponse(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 90) | def discriminator(): method _from_openapi_data (line 107) | def _from_openapi_data(cls, operation_uid, status, data, *args, **kwar... method __init__ (line 200) | def __init__(self, operation_uid, status, data, *args, **kwargs): # n... FILE: sdk/python/sdk/openapi_client/model/annotation_in_document.py class AnnotationInDocument (line 33) | class AnnotationInDocument(ModelNormal): method additional_properties_type (line 72) | def additional_properties_type(): method openapi_types (line 82) | def openapi_types(): method discriminator (line 105) | def discriminator(): method _from_openapi_data (line 132) | def _from_openapi_data(cls, document, value, field, location_start, lo... method __init__ (line 234) | def __init__(self, document, value, field, location_start, location_en... FILE: sdk/python/sdk/openapi_client/model/annotation_suggest_request.py class AnnotationSuggestRequest (line 33) | class AnnotationSuggestRequest(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 90) | def discriminator(): method _from_openapi_data (line 107) | def _from_openapi_data(cls, field, document, quite, *args, **kwargs): ... method __init__ (line 200) | def __init__(self, field, document, quite, *args, **kwargs): # noqa: ... FILE: sdk/python/sdk/openapi_client/model/annotation_update_response.py class AnnotationUpdateResponse (line 33) | class AnnotationUpdateResponse(ModelNormal): method additional_properties_type (line 72) | def additional_properties_type(): method openapi_types (line 82) | def openapi_types(): method discriminator (line 107) | def discriminator(): method _from_openapi_data (line 135) | def _from_openapi_data(cls, document, document_name, field, field_name... method __init__ (line 242) | def __init__(self, document, document_name, field, field_name, value, ... FILE: sdk/python/sdk/openapi_client/model/app_var.py class AppVar (line 33) | class AppVar(ModelNormal): method additional_properties_type (line 70) | def additional_properties_type(): method openapi_types (line 80) | def openapi_types(): method discriminator (line 96) | def discriminator(): method _from_openapi_data (line 113) | def _from_openapi_data(cls, name, *args, **kwargs): # noqa: E501 method __init__ (line 204) | def __init__(self, name, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/assign_project_annotations_request.py class AssignProjectAnnotationsRequest (line 33) | class AssignProjectAnnotationsRequest(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 91) | def discriminator(): method _from_openapi_data (line 109) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 198) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/assign_project_document_request.py class AssignProjectDocumentRequest (line 33) | class AssignProjectDocumentRequest(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 89) | def discriminator(): method _from_openapi_data (line 105) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 192) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/assign_project_documents_request.py class AssignProjectDocumentsRequest (line 33) | class AssignProjectDocumentsRequest(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 91) | def discriminator(): method _from_openapi_data (line 109) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 198) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/check_document_field_formula_request.py class CheckDocumentFieldFormulaRequest (line 33) | class CheckDocumentFieldFormulaRequest(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 89) | def discriminator(): method _from_openapi_data (line 105) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 192) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/check_new_document_field_formula_request.py class CheckNewDocumentFieldFormulaRequest (line 33) | class CheckNewDocumentFieldFormulaRequest(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 92) | def discriminator(): method _from_openapi_data (line 111) | def _from_openapi_data(cls, depends_on_fields, *args, **kwargs): # no... method __init__ (line 204) | def __init__(self, depends_on_fields, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/citation_usage.py class CitationUsage (line 33) | class CitationUsage(ModelNormal): method additional_properties_type (line 95) | def additional_properties_type(): method openapi_types (line 105) | def openapi_types(): method discriminator (line 136) | def discriminator(): method _from_openapi_data (line 177) | def _from_openapi_data(cls, volume, reporter, page, citation_str, *arg... method __init__ (line 286) | def __init__(self, volume, reporter, page, citation_str, *args, **kwar... FILE: sdk/python/sdk/openapi_client/model/cleanup_project_request.py class CleanupProjectRequest (line 33) | class CleanupProjectRequest(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 189) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/clone_document_field_request.py class CloneDocumentFieldRequest (line 33) | class CloneDocumentFieldRequest(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 89) | def discriminator(): method _from_openapi_data (line 105) | def _from_openapi_data(cls, code, document_type, *args, **kwargs): # ... method __init__ (line 196) | def __init__(self, code, document_type, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/clone_document_type_request.py class CloneDocumentTypeRequest (line 33) | class CloneDocumentTypeRequest(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 89) | def discriminator(): method _from_openapi_data (line 105) | def _from_openapi_data(cls, code, title, *args, **kwargs): # noqa: E501 method __init__ (line 196) | def __init__(self, code, title, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/cluster_project_request.py class ClusterProjectRequest (line 33) | class ClusterProjectRequest(ModelNormal): method additional_properties_type (line 80) | def additional_properties_type(): method openapi_types (line 90) | def openapi_types(): method discriminator (line 108) | def discriminator(): method _from_openapi_data (line 127) | def _from_openapi_data(cls, n_clusters, cluster_by, method, *args, **k... method __init__ (line 222) | def __init__(self, n_clusters, cluster_by, method, *args, **kwargs): ... FILE: sdk/python/sdk/openapi_client/model/cluster_project_response.py class ClusterProjectResponse (line 33) | class ClusterProjectResponse(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 89) | def discriminator(): method _from_openapi_data (line 105) | def _from_openapi_data(cls, task_id, project_clustering_id, *args, **k... method __init__ (line 196) | def __init__(self, task_id, project_clustering_id, *args, **kwargs): ... FILE: sdk/python/sdk/openapi_client/model/code.py class Code (line 33) | class Code(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, code, *args, **kwargs): # noqa: E501 method __init__ (line 192) | def __init__(self, code, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/copyright_usage.py class CopyrightUsage (line 33) | class CopyrightUsage(ModelNormal): method additional_properties_type (line 71) | def additional_properties_type(): method openapi_types (line 81) | def openapi_types(): method discriminator (line 105) | def discriminator(): method _from_openapi_data (line 139) | def _from_openapi_data(cls, copyright_str, *args, **kwargs): # noqa: ... method __init__ (line 238) | def __init__(self, copyright_str, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/count_success_response.py class CountSuccessResponse (line 33) | class CountSuccessResponse(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 189) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/court_usage.py class CourtUsage (line 33) | class CourtUsage(ModelNormal): method additional_properties_type (line 68) | def additional_properties_type(): method openapi_types (line 78) | def openapi_types(): method discriminator (line 103) | def discriminator(): method _from_openapi_data (line 140) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 237) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/currency_usage.py class CurrencyUsage (line 33) | class CurrencyUsage(ModelNormal): method additional_properties_type (line 73) | def additional_properties_type(): method openapi_types (line 83) | def openapi_types(): method discriminator (line 109) | def discriminator(): method _from_openapi_data (line 145) | def _from_openapi_data(cls, usage_type, currency, *args, **kwargs): #... method __init__ (line 247) | def __init__(self, usage_type, currency, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/custom_password_change.py class CustomPasswordChange (line 33) | class CustomPasswordChange(ModelNormal): method additional_properties_type (line 70) | def additional_properties_type(): method openapi_types (line 80) | def openapi_types(): method discriminator (line 95) | def discriminator(): method _from_openapi_data (line 111) | def _from_openapi_data(cls, old_password, new_password, *args, **kwarg... method __init__ (line 202) | def __init__(self, old_password, new_password, *args, **kwargs): # no... FILE: sdk/python/sdk/openapi_client/model/custom_password_reset.py class CustomPasswordReset (line 33) | class CustomPasswordReset(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, email, *args, **kwargs): # noqa: E501 method __init__ (line 192) | def __init__(self, email, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/custom_password_reset_confirm.py class CustomPasswordResetConfirm (line 33) | class CustomPasswordResetConfirm(ModelNormal): method additional_properties_type (line 70) | def additional_properties_type(): method openapi_types (line 80) | def openapi_types(): method discriminator (line 97) | def discriminator(): method _from_openapi_data (line 115) | def _from_openapi_data(cls, new_password1, new_password2, uid, token, ... method __init__ (line 210) | def __init__(self, new_password1, new_password2, uid, token, *args, **... FILE: sdk/python/sdk/openapi_client/model/date_duration_usage.py class DateDurationUsage (line 33) | class DateDurationUsage(ModelNormal): method additional_properties_type (line 74) | def additional_properties_type(): method openapi_types (line 84) | def openapi_types(): method discriminator (line 111) | def discriminator(): method _from_openapi_data (line 148) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 247) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/date_usage.py class DateUsage (line 33) | class DateUsage(ModelNormal): method additional_properties_type (line 68) | def additional_properties_type(): method openapi_types (line 78) | def openapi_types(): method discriminator (line 102) | def discriminator(): method _from_openapi_data (line 136) | def _from_openapi_data(cls, date, *args, **kwargs): # noqa: E501 method __init__ (line 235) | def __init__(self, date, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/date_usage_calendar.py class DateUsageCalendar (line 33) | class DateUsageCalendar(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 189) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/date_usage_timeline.py class DateUsageTimeline (line 33) | class DateUsageTimeline(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 89) | def discriminator(): method _from_openapi_data (line 105) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 192) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/definition_usage.py class DefinitionUsage (line 33) | class DefinitionUsage(ModelNormal): method additional_properties_type (line 68) | def additional_properties_type(): method openapi_types (line 78) | def openapi_types(): method discriminator (line 102) | def discriminator(): method _from_openapi_data (line 136) | def _from_openapi_data(cls, definition, *args, **kwargs): # noqa: E501 method __init__ (line 235) | def __init__(self, definition, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/detect_project_field_values_request.py class DetectProjectFieldValuesRequest (line 33) | class DetectProjectFieldValuesRequest(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 90) | def discriminator(): method _from_openapi_data (line 107) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 195) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/distance_usage.py class DistanceUsage (line 33) | class DistanceUsage(ModelNormal): method additional_properties_type (line 71) | def additional_properties_type(): method openapi_types (line 81) | def openapi_types(): method discriminator (line 106) | def discriminator(): method _from_openapi_data (line 141) | def _from_openapi_data(cls, distance_type, *args, **kwargs): # noqa: ... method __init__ (line 241) | def __init__(self, distance_type, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_cluster.py function lazy_import (line 32) | def lazy_import(): class DocumentCluster (line 37) | class DocumentCluster(ModelNormal): method additional_properties_type (line 87) | def additional_properties_type(): method openapi_types (line 98) | def openapi_types(): method discriminator (line 122) | def discriminator(): method _from_openapi_data (line 149) | def _from_openapi_data(cls, name, self_name, description, cluster_by, ... method __init__ (line 251) | def __init__(self, name, self_name, description, cluster_by, using, *a... FILE: sdk/python/sdk/openapi_client/model/document_cluster_document_data.py class DocumentClusterDocumentData (line 33) | class DocumentClusterDocumentData(ModelNormal): method additional_properties_type (line 67) | def additional_properties_type(): method openapi_types (line 77) | def openapi_types(): method discriminator (line 93) | def discriminator(): method _from_openapi_data (line 111) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 195) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_cluster_document_data_inner.py class DocumentClusterDocumentDataInner (line 33) | class DocumentClusterDocumentDataInner(ModelNormal): method additional_properties_type (line 67) | def additional_properties_type(): method openapi_types (line 77) | def openapi_types(): method discriminator (line 93) | def discriminator(): method _from_openapi_data (line 111) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 199) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_cluster_update.py class DocumentClusterUpdate (line 33) | class DocumentClusterUpdate(ModelNormal): method additional_properties_type (line 67) | def additional_properties_type(): method openapi_types (line 77) | def openapi_types(): method discriminator (line 92) | def discriminator(): method _from_openapi_data (line 109) | def _from_openapi_data(cls, name, *args, **kwargs): # noqa: E501 method __init__ (line 199) | def __init__(self, name, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_definitions.py class DocumentDefinitions (line 33) | class DocumentDefinitions(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 90) | def discriminator(): method _from_openapi_data (line 107) | def _from_openapi_data(cls, definition, matches, descriptions, *args, ... method __init__ (line 200) | def __init__(self, definition, matches, descriptions, *args, **kwargs)... FILE: sdk/python/sdk/openapi_client/model/document_detail.py function lazy_import (line 32) | def lazy_import(): class DocumentDetail (line 41) | class DocumentDetail(ModelNormal): method additional_properties_type (line 85) | def additional_properties_type(): method openapi_types (line 96) | def openapi_types(): method discriminator (line 145) | def discriminator(): method _from_openapi_data (line 209) | def _from_openapi_data(cls, modified_by_name, created_by_name, created... method __init__ (line 340) | def __init__(self, modified_by_name, created_by_name, created_by_initi... FILE: sdk/python/sdk/openapi_client/model/document_detail_assignee_data.py class DocumentDetailAssigneeData (line 33) | class DocumentDetailAssigneeData(ModelNormal): method additional_properties_type (line 82) | def additional_properties_type(): method openapi_types (line 92) | def openapi_types(): method discriminator (line 112) | def discriminator(): method _from_openapi_data (line 135) | def _from_openapi_data(cls, username, *args, **kwargs): # noqa: E501 method __init__ (line 230) | def __init__(self, username, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_detail_available_assignees_data.py class DocumentDetailAvailableAssigneesData (line 33) | class DocumentDetailAvailableAssigneesData(ModelNormal): method additional_properties_type (line 82) | def additional_properties_type(): method openapi_types (line 92) | def openapi_types(): method discriminator (line 112) | def discriminator(): method _from_openapi_data (line 135) | def _from_openapi_data(cls, username, *args, **kwargs): # noqa: E501 method __init__ (line 226) | def __init__(self, username, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_detail_available_assignees_data_inner.py class DocumentDetailAvailableAssigneesDataInner (line 33) | class DocumentDetailAvailableAssigneesDataInner(ModelNormal): method additional_properties_type (line 82) | def additional_properties_type(): method openapi_types (line 92) | def openapi_types(): method discriminator (line 112) | def discriminator(): method _from_openapi_data (line 135) | def _from_openapi_data(cls, username, *args, **kwargs): # noqa: E501 method __init__ (line 230) | def __init__(self, username, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_detail_notes.py function lazy_import (line 28) | def lazy_import(): class DocumentDetailNotes (line 33) | class DocumentDetailNotes(ModelNormal): method openapi_types (line 76) | def openapi_types(): method discriminator (line 100) | def discriminator(): method __init__ (line 129) | def __init__(self, note, document_id, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_detail_status_data.py class DocumentDetailStatusData (line 33) | class DocumentDetailStatusData(ModelNormal): method additional_properties_type (line 74) | def additional_properties_type(): method openapi_types (line 84) | def openapi_types(): method discriminator (line 103) | def discriminator(): method _from_openapi_data (line 124) | def _from_openapi_data(cls, name, order, *args, **kwargs): # noqa: E501 method __init__ (line 219) | def __init__(self, name, order, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_detail_user.py class DocumentDetailUser (line 29) | class DocumentDetailUser(ModelNormal): method openapi_types (line 79) | def openapi_types(): method discriminator (line 98) | def discriminator(): method __init__ (line 123) | def __init__(self, username, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_documents_download_zip_get404_response.py class DocumentDocumentsDownloadZipGET404Response (line 33) | class DocumentDocumentsDownloadZipGET404Response(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, detail, *args, **kwargs): # noqa: E501 method __init__ (line 192) | def __init__(self, detail, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_download_zip_response.py class DocumentDownloadZipResponse (line 33) | class DocumentDownloadZipResponse(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 89) | def discriminator(): method _from_openapi_data (line 105) | def _from_openapi_data(cls, task_id, detail, *args, **kwargs): # noqa... method __init__ (line 196) | def __init__(self, task_id, detail, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_field_annotation.py class DocumentFieldAnnotation (line 33) | class DocumentFieldAnnotation(ModelNormal): method additional_properties_type (line 72) | def additional_properties_type(): method openapi_types (line 82) | def openapi_types(): method discriminator (line 116) | def discriminator(): method _from_openapi_data (line 165) | def _from_openapi_data(cls, assignee_id, status_id, *args, **kwargs): ... method __init__ (line 275) | def __init__(self, assignee_id, status_id, *args, **kwargs): # noqa: ... FILE: sdk/python/sdk/openapi_client/model/document_field_category_create.py class DocumentFieldCategoryCreate (line 33) | class DocumentFieldCategoryCreate(ModelNormal): method additional_properties_type (line 71) | def additional_properties_type(): method openapi_types (line 81) | def openapi_types(): method discriminator (line 100) | def discriminator(): method _from_openapi_data (line 123) | def _from_openapi_data(cls, document_type, name, order, *args, **kwarg... method __init__ (line 219) | def __init__(self, document_type, name, order, *args, **kwargs): # no... FILE: sdk/python/sdk/openapi_client/model/document_field_category_list.py function lazy_import (line 32) | def lazy_import(): class DocumentFieldCategoryList (line 37) | class DocumentFieldCategoryList(ModelNormal): method additional_properties_type (line 75) | def additional_properties_type(): method openapi_types (line 86) | def openapi_types(): method discriminator (line 108) | def discriminator(): method _from_openapi_data (line 131) | def _from_openapi_data(cls, document_type, document_type_title, name, ... method __init__ (line 231) | def __init__(self, document_type, document_type_title, name, fields, f... FILE: sdk/python/sdk/openapi_client/model/document_field_category_list_fields.py class DocumentFieldCategoryListFields (line 33) | class DocumentFieldCategoryListFields(ModelNormal): method additional_properties_type (line 74) | def additional_properties_type(): method openapi_types (line 84) | def openapi_types(): method discriminator (line 102) | def discriminator(): method _from_openapi_data (line 121) | def _from_openapi_data(cls, id, code, title, *args, **kwargs): # noqa... method __init__ (line 212) | def __init__(self, id, code, title, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_field_category_list_fields_inner.py class DocumentFieldCategoryListFieldsInner (line 33) | class DocumentFieldCategoryListFieldsInner(ModelNormal): method additional_properties_type (line 74) | def additional_properties_type(): method openapi_types (line 84) | def openapi_types(): method discriminator (line 102) | def discriminator(): method _from_openapi_data (line 121) | def _from_openapi_data(cls, id, code, title, *args, **kwargs): # noqa... method __init__ (line 216) | def __init__(self, id, code, title, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_field_create.py class DocumentFieldCreate (line 33) | class DocumentFieldCreate(ModelNormal): method additional_properties_type (line 128) | def additional_properties_type(): method openapi_types (line 138) | def openapi_types(): method discriminator (line 187) | def discriminator(): method _from_openapi_data (line 240) | def _from_openapi_data(cls, document_type, code, title, type, *args, *... method __init__ (line 367) | def __init__(self, document_type, code, title, type, *args, **kwargs):... FILE: sdk/python/sdk/openapi_client/model/document_field_detail.py class DocumentFieldDetail (line 33) | class DocumentFieldDetail(ModelNormal): method additional_properties_type (line 131) | def additional_properties_type(): method openapi_types (line 141) | def openapi_types(): method discriminator (line 198) | def discriminator(): method _from_openapi_data (line 268) | def _from_openapi_data(cls, document_type, code, title, *args, **kwarg... method __init__ (line 402) | def __init__(self, document_type, code, title, *args, **kwargs): # no... FILE: sdk/python/sdk/openapi_client/model/document_field_detector_create.py class DocumentFieldDetectorCreate (line 33) | class DocumentFieldDetectorCreate(ModelNormal): method additional_properties_type (line 93) | def additional_properties_type(): method openapi_types (line 103) | def openapi_types(): method discriminator (line 129) | def discriminator(): method _from_openapi_data (line 158) | def _from_openapi_data(cls, text_part, detect_limit_unit, detect_limit... method __init__ (line 262) | def __init__(self, text_part, detect_limit_unit, detect_limit_count, f... FILE: sdk/python/sdk/openapi_client/model/document_field_detector_detail.py class DocumentFieldDetectorDetail (line 33) | class DocumentFieldDetectorDetail(ModelNormal): method additional_properties_type (line 93) | def additional_properties_type(): method openapi_types (line 103) | def openapi_types(): method discriminator (line 133) | def discriminator(): method _from_openapi_data (line 171) | def _from_openapi_data(cls, field, *args, **kwargs): # noqa: E501 method __init__ (line 276) | def __init__(self, field, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_field_list.py function lazy_import (line 32) | def lazy_import(): class DocumentFieldList (line 39) | class DocumentFieldList(ModelNormal): method additional_properties_type (line 137) | def additional_properties_type(): method openapi_types (line 148) | def openapi_types(): method discriminator (line 206) | def discriminator(): method _from_openapi_data (line 275) | def _from_openapi_data(cls, document_type, code, title, *args, **kwarg... method __init__ (line 409) | def __init__(self, document_type, code, title, *args, **kwargs): # no... FILE: sdk/python/sdk/openapi_client/model/document_field_list_category.py class DocumentFieldListCategory (line 33) | class DocumentFieldListCategory(ModelNormal): method additional_properties_type (line 71) | def additional_properties_type(): method openapi_types (line 81) | def openapi_types(): method discriminator (line 97) | def discriminator(): method _from_openapi_data (line 115) | def _from_openapi_data(cls, name, *args, **kwargs): # noqa: E501 method __init__ (line 206) | def __init__(self, name, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_field_list_family.py class DocumentFieldListFamily (line 33) | class DocumentFieldListFamily(ModelNormal): method additional_properties_type (line 70) | def additional_properties_type(): method openapi_types (line 80) | def openapi_types(): method discriminator (line 96) | def discriminator(): method _from_openapi_data (line 114) | def _from_openapi_data(cls, title, *args, **kwargs): # noqa: E501 method __init__ (line 205) | def __init__(self, title, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_field_stats_response.py class DocumentFieldStatsResponse (line 33) | class DocumentFieldStatsResponse(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 95) | def discriminator(): method _from_openapi_data (line 117) | def _from_openapi_data(cls, code, title, total, todo, sys_generated_co... method __init__ (line 220) | def __init__(self, code, title, total, todo, sys_generated_confirm_cor... FILE: sdk/python/sdk/openapi_client/model/document_field_value.py class DocumentFieldValue (line 33) | class DocumentFieldValue(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 101) | def discriminator(): method _from_openapi_data (line 142) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 241) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_note_create.py function lazy_import (line 32) | def lazy_import(): class DocumentNoteCreate (line 37) | class DocumentNoteCreate(ModelNormal): method additional_properties_type (line 79) | def additional_properties_type(): method openapi_types (line 90) | def openapi_types(): method discriminator (line 116) | def discriminator(): method _from_openapi_data (line 146) | def _from_openapi_data(cls, note, document_id, *args, **kwargs): # no... method __init__ (line 247) | def __init__(self, note, document_id, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_note_detail.py function lazy_import (line 32) | def lazy_import(): class DocumentNoteDetail (line 37) | class DocumentNoteDetail(ModelNormal): method additional_properties_type (line 76) | def additional_properties_type(): method openapi_types (line 87) | def openapi_types(): method discriminator (line 111) | def discriminator(): method _from_openapi_data (line 137) | def _from_openapi_data(cls, note, document_id, *args, **kwargs): # no... method __init__ (line 236) | def __init__(self, note, document_id, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_note_detail_user.py class DocumentNoteDetailUser (line 33) | class DocumentNoteDetailUser(ModelNormal): method additional_properties_type (line 82) | def additional_properties_type(): method openapi_types (line 92) | def openapi_types(): method discriminator (line 112) | def discriminator(): method _from_openapi_data (line 135) | def _from_openapi_data(cls, username, *args, **kwargs): # noqa: E501 method __init__ (line 230) | def __init__(self, username, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_note_update.py class DocumentNoteUpdate (line 33) | class DocumentNoteUpdate(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 89) | def discriminator(): method _from_openapi_data (line 106) | def _from_openapi_data(cls, note, *args, **kwargs): # noqa: E501 method __init__ (line 196) | def __init__(self, note, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_pdf_repr.py class DocumentPDFRepr (line 33) | class DocumentPDFRepr(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 89) | def discriminator(): method _from_openapi_data (line 107) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 194) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_set_annotator_coordinates_difference_request.py function lazy_import (line 32) | def lazy_import(): class DocumentSetAnnotatorCoordinatesDifferenceRequest (line 37) | class DocumentSetAnnotatorCoordinatesDifferenceRequest(ModelNormal): method additional_properties_type (line 68) | def additional_properties_type(): method openapi_types (line 79) | def openapi_types(): method discriminator (line 95) | def discriminator(): method _from_openapi_data (line 111) | def _from_openapi_data(cls, document_id, first_letters, *args, **kwarg... method __init__ (line 202) | def __init__(self, document_id, first_letters, *args, **kwargs): # no... FILE: sdk/python/sdk/openapi_client/model/document_set_annotator_coordinates_difference_request_first_letters_inner.py class DocumentSetAnnotatorCoordinatesDifferenceRequestFirstLettersInner (line 33) | class DocumentSetAnnotatorCoordinatesDifferenceRequestFirstLettersInner(... method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 90) | def discriminator(): method _from_openapi_data (line 107) | def _from_openapi_data(cls, x, y, letter, *args, **kwargs): # noqa: E501 method __init__ (line 200) | def __init__(self, x, y, letter, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_set_annotator_coordinates_difference_response.py class DocumentSetAnnotatorCoordinatesDifferenceResponse (line 33) | class DocumentSetAnnotatorCoordinatesDifferenceResponse(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, updated, *args, **kwargs): # noqa: E501 method __init__ (line 192) | def __init__(self, updated, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_similarity.py function lazy_import (line 32) | def lazy_import(): class DocumentSimilarity (line 37) | class DocumentSimilarity(ModelNormal): method additional_properties_type (line 70) | def additional_properties_type(): method openapi_types (line 81) | def openapi_types(): method discriminator (line 101) | def discriminator(): method _from_openapi_data (line 125) | def _from_openapi_data(cls, similarity, *args, **kwargs): # noqa: E501 method __init__ (line 219) | def __init__(self, similarity, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_similarity_by_features_form.py class DocumentSimilarityByFeaturesForm (line 33) | class DocumentSimilarityByFeaturesForm(ModelNormal): method additional_properties_type (line 101) | def additional_properties_type(): method openapi_types (line 111) | def openapi_types(): method discriminator (line 133) | def discriminator(): method _from_openapi_data (line 156) | def _from_openapi_data(cls, run_name, project, item_id, create_reverse... method __init__ (line 258) | def __init__(self, run_name, project, item_id, create_reverse_relation... FILE: sdk/python/sdk/openapi_client/model/document_similarity_run.py class DocumentSimilarityRun (line 33) | class DocumentSimilarityRun(ModelNormal): method additional_properties_type (line 77) | def additional_properties_type(): method openapi_types (line 87) | def openapi_types(): method discriminator (line 109) | def discriminator(): method _from_openapi_data (line 134) | def _from_openapi_data(cls, items_count, *args, **kwargs): # noqa: E501 method __init__ (line 231) | def __init__(self, items_count, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_type_create.py function lazy_import (line 32) | def lazy_import(): class DocumentTypeCreate (line 39) | class DocumentTypeCreate(ModelNormal): method additional_properties_type (line 80) | def additional_properties_type(): method openapi_types (line 91) | def openapi_types(): method discriminator (line 116) | def discriminator(): method _from_openapi_data (line 145) | def _from_openapi_data(cls, title, code, editor_type, *args, **kwargs)... method __init__ (line 246) | def __init__(self, title, code, editor_type, *args, **kwargs): # noqa... FILE: sdk/python/sdk/openapi_client/model/document_type_detail.py function lazy_import (line 32) | def lazy_import(): class DocumentTypeDetail (line 39) | class DocumentTypeDetail(ModelNormal): method additional_properties_type (line 80) | def additional_properties_type(): method openapi_types (line 91) | def openapi_types(): method discriminator (line 119) | def discriminator(): method _from_openapi_data (line 154) | def _from_openapi_data(cls, title, code, fields_number, *args, **kwarg... method __init__ (line 258) | def __init__(self, title, code, fields_number, *args, **kwargs): # no... FILE: sdk/python/sdk/openapi_client/model/document_type_detail_categories.py class DocumentTypeDetailCategories (line 33) | class DocumentTypeDetailCategories(ModelNormal): method additional_properties_type (line 71) | def additional_properties_type(): method openapi_types (line 81) | def openapi_types(): method discriminator (line 97) | def discriminator(): method _from_openapi_data (line 115) | def _from_openapi_data(cls, name, *args, **kwargs): # noqa: E501 method __init__ (line 202) | def __init__(self, name, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_type_detail_categories_inner.py class DocumentTypeDetailCategoriesInner (line 33) | class DocumentTypeDetailCategoriesInner(ModelNormal): method additional_properties_type (line 71) | def additional_properties_type(): method openapi_types (line 81) | def openapi_types(): method discriminator (line 97) | def discriminator(): method _from_openapi_data (line 115) | def _from_openapi_data(cls, name, *args, **kwargs): # noqa: E501 method __init__ (line 206) | def __init__(self, name, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_type_detail_fields_data.py function lazy_import (line 32) | def lazy_import(): class DocumentTypeDetailFieldsData (line 37) | class DocumentTypeDetailFieldsData(ModelNormal): method additional_properties_type (line 135) | def additional_properties_type(): method openapi_types (line 146) | def openapi_types(): method discriminator (line 203) | def discriminator(): method _from_openapi_data (line 270) | def _from_openapi_data(cls, document_type, code, title, *args, **kwarg... method __init__ (line 399) | def __init__(self, document_type, code, title, *args, **kwargs): # no... FILE: sdk/python/sdk/openapi_client/model/document_type_detail_fields_data_inner.py function lazy_import (line 32) | def lazy_import(): class DocumentTypeDetailFieldsDataInner (line 37) | class DocumentTypeDetailFieldsDataInner(ModelNormal): method additional_properties_type (line 135) | def additional_properties_type(): method openapi_types (line 146) | def openapi_types(): method discriminator (line 204) | def discriminator(): method _from_openapi_data (line 273) | def _from_openapi_data(cls, document_type, code, title, *args, **kwarg... method __init__ (line 407) | def __init__(self, document_type, code, title, *args, **kwargs): # no... FILE: sdk/python/sdk/openapi_client/model/document_type_for_stats.py class DocumentTypeForStats (line 33) | class DocumentTypeForStats(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 115) | def discriminator(): method _from_openapi_data (line 158) | def _from_openapi_data(cls, uid, code, title, fields_count, detectors_... method __init__ (line 300) | def __init__(self, uid, code, title, fields_count, detectors_count, hi... FILE: sdk/python/sdk/openapi_client/model/document_type_import_request.py class DocumentTypeImportRequest (line 33) | class DocumentTypeImportRequest(ModelNormal): method additional_properties_type (line 70) | def additional_properties_type(): method openapi_types (line 80) | def openapi_types(): method discriminator (line 97) | def discriminator(): method _from_openapi_data (line 115) | def _from_openapi_data(cls, file, *args, **kwargs): # noqa: E501 method __init__ (line 207) | def __init__(self, file, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_type_import_response.py class DocumentTypeImportResponse (line 33) | class DocumentTypeImportResponse(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, task_id, *args, **kwargs): # noqa: E501 method __init__ (line 192) | def __init__(self, task_id, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/document_type_stats.py function lazy_import (line 32) | def lazy_import(): class DocumentTypeStats (line 37) | class DocumentTypeStats(ModelNormal): method additional_properties_type (line 68) | def additional_properties_type(): method openapi_types (line 79) | def openapi_types(): method discriminator (line 96) | def discriminator(): method _from_openapi_data (line 113) | def _from_openapi_data(cls, data, count_of_items, count_of_filtered_it... method __init__ (line 206) | def __init__(self, data, count_of_items, count_of_filtered_items, *arg... FILE: sdk/python/sdk/openapi_client/model/document_type_stats_data.py class DocumentTypeStatsData (line 33) | class DocumentTypeStatsData(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 115) | def discriminator(): method _from_openapi_data (line 158) | def _from_openapi_data(cls, uid, code, title, fields_count, detectors_... method __init__ (line 300) | def __init__(self, uid, code, title, fields_count, detectors_count, hi... FILE: sdk/python/sdk/openapi_client/model/documents_for_user.py class DocumentsForUser (line 33) | class DocumentsForUser(ModelNormal): method additional_properties_type (line 67) | def additional_properties_type(): method openapi_types (line 77) | def openapi_types(): method discriminator (line 95) | def discriminator(): method _from_openapi_data (line 115) | def _from_openapi_data(cls, status_name, *args, **kwargs): # noqa: E501 method __init__ (line 208) | def __init__(self, status_name, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/documents_for_user_response.py function lazy_import (line 32) | def lazy_import(): class DocumentsForUserResponse (line 37) | class DocumentsForUserResponse(ModelNormal): method additional_properties_type (line 68) | def additional_properties_type(): method openapi_types (line 79) | def openapi_types(): method discriminator (line 95) | def discriminator(): method _from_openapi_data (line 111) | def _from_openapi_data(cls, total_documents, data, *args, **kwargs): ... method __init__ (line 202) | def __init__(self, total_documents, data, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/documents_for_user_response_data.py class DocumentsForUserResponseData (line 33) | class DocumentsForUserResponseData(ModelNormal): method additional_properties_type (line 67) | def additional_properties_type(): method openapi_types (line 77) | def openapi_types(): method discriminator (line 95) | def discriminator(): method _from_openapi_data (line 115) | def _from_openapi_data(cls, status_name, *args, **kwargs): # noqa: E501 method __init__ (line 204) | def __init__(self, status_name, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/documents_for_user_response_data_inner.py class DocumentsForUserResponseDataInner (line 33) | class DocumentsForUserResponseDataInner(ModelNormal): method additional_properties_type (line 67) | def additional_properties_type(): method openapi_types (line 77) | def openapi_types(): method discriminator (line 95) | def discriminator(): method _from_openapi_data (line 115) | def _from_openapi_data(cls, status_name, *args, **kwargs): # noqa: E501 method __init__ (line 208) | def __init__(self, status_name, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/dump_document_config_get200_response.py class DumpDocumentConfigGET200Response (line 33) | class DumpDocumentConfigGET200Response(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 87) | def discriminator(): method _from_openapi_data (line 101) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 186) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/dump_fixture.py class DumpFixture (line 33) | class DumpFixture(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 92) | def discriminator(): method _from_openapi_data (line 111) | def _from_openapi_data(cls, app_name, model_name, file_name, *args, **... method __init__ (line 206) | def __init__(self, app_name, model_name, file_name, *args, **kwargs): ... FILE: sdk/python/sdk/openapi_client/model/dump_put_error_response.py class DumpPUTErrorResponse (line 33) | class DumpPUTErrorResponse(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 89) | def discriminator(): method _from_openapi_data (line 105) | def _from_openapi_data(cls, log, exception, *args, **kwargs): # noqa:... method __init__ (line 196) | def __init__(self, log, exception, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/field_annotation_status.py class FieldAnnotationStatus (line 33) | class FieldAnnotationStatus(ModelNormal): method additional_properties_type (line 74) | def additional_properties_type(): method openapi_types (line 84) | def openapi_types(): method discriminator (line 104) | def discriminator(): method _from_openapi_data (line 126) | def _from_openapi_data(cls, name, order, *args, **kwargs): # noqa: E501 method __init__ (line 222) | def __init__(self, name, order, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/geo_alias_usage.py class GeoAliasUsage (line 33) | class GeoAliasUsage(ModelNormal): method additional_properties_type (line 68) | def additional_properties_type(): method openapi_types (line 78) | def openapi_types(): method discriminator (line 106) | def discriminator(): method _from_openapi_data (line 149) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 249) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/geo_entity_list.py class GeoEntityList (line 33) | class GeoEntityList(ModelNormal): method additional_properties_type (line 78) | def additional_properties_type(): method openapi_types (line 88) | def openapi_types(): method discriminator (line 107) | def discriminator(): method _from_openapi_data (line 129) | def _from_openapi_data(cls, entity_id, name, category, *args, **kwargs... method __init__ (line 225) | def __init__(self, entity_id, name, category, *args, **kwargs): # noq... FILE: sdk/python/sdk/openapi_client/model/geo_entity_update.py class GeoEntityUpdate (line 33) | class GeoEntityUpdate(ModelNormal): method additional_properties_type (line 68) | def additional_properties_type(): method openapi_types (line 78) | def openapi_types(): method discriminator (line 93) | def discriminator(): method _from_openapi_data (line 110) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 197) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/geo_entity_usage.py class GeoEntityUsage (line 33) | class GeoEntityUsage(ModelNormal): method additional_properties_type (line 68) | def additional_properties_type(): method openapi_types (line 78) | def openapi_types(): method discriminator (line 103) | def discriminator(): method _from_openapi_data (line 140) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 237) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/inline_response400.py class InlineResponse400 (line 33) | class InlineResponse400(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 185) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/inline_response404.py class InlineResponse404 (line 33) | class InlineResponse404(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, detail, *args, **kwargs): # noqa: E501 method __init__ (line 188) | def __init__(self, detail, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/inline_response4041.py class InlineResponse4041 (line 33) | class InlineResponse4041(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, details, *args, **kwargs): # noqa: E501 method __init__ (line 188) | def __init__(self, details, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/load_fixture.py class LoadFixture (line 33) | class LoadFixture(ModelNormal): method additional_properties_type (line 73) | def additional_properties_type(): method openapi_types (line 83) | def openapi_types(): method discriminator (line 99) | def discriminator(): method _from_openapi_data (line 116) | def _from_openapi_data(cls, fixture, *args, **kwargs): # noqa: E501 method __init__ (line 207) | def __init__(self, fixture, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/locate_items_request.py class LocateItemsRequest (line 33) | class LocateItemsRequest(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 92) | def discriminator(): method _from_openapi_data (line 111) | def _from_openapi_data(cls, items_to_locate, project_id, *args, **kwar... method __init__ (line 205) | def __init__(self, items_to_locate, project_id, *args, **kwargs): # n... FILE: sdk/python/sdk/openapi_client/model/logging_api_view_request.py class LoggingAPIViewRequest (line 33) | class LoggingAPIViewRequest(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 89) | def discriminator(): method _from_openapi_data (line 105) | def _from_openapi_data(cls, query_info, records, *args, **kwargs): # ... method __init__ (line 196) | def __init__(self, query_info, records, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/login.py class Login (line 33) | class Login(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 90) | def discriminator(): method _from_openapi_data (line 107) | def _from_openapi_data(cls, password, *args, **kwargs): # noqa: E501 method __init__ (line 198) | def __init__(self, password, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/login_response.py class LoginResponse (line 33) | class LoginResponse(ModelNormal): method additional_properties_type (line 67) | def additional_properties_type(): method openapi_types (line 77) | def openapi_types(): method discriminator (line 93) | def discriminator(): method _from_openapi_data (line 112) | def _from_openapi_data(cls, key, *args, **kwargs): # noqa: E501 method __init__ (line 203) | def __init__(self, key, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/mark_for_seen_web_notification_request.py class MarkForSeenWebNotificationRequest (line 33) | class MarkForSeenWebNotificationRequest(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 89) | def discriminator(): method _from_openapi_data (line 105) | def _from_openapi_data(cls, notification_ids, is_seen, *args, **kwargs... method __init__ (line 196) | def __init__(self, notification_ids, is_seen, *args, **kwargs): # noq... FILE: sdk/python/sdk/openapi_client/model/mark_for_seen_web_notification_response.py class MarkForSeenWebNotificationResponse (line 33) | class MarkForSeenWebNotificationResponse(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, count_processed, *args, **kwargs): # noqa... method __init__ (line 192) | def __init__(self, count_processed, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/mark_unmark_for_delete_documents_request.py class MarkUnmarkForDeleteDocumentsRequest (line 33) | class MarkUnmarkForDeleteDocumentsRequest(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 90) | def discriminator(): method _from_openapi_data (line 107) | def _from_openapi_data(cls, project_id, *args, **kwargs): # noqa: E501 method __init__ (line 198) | def __init__(self, project_id, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/mark_unmark_for_delete_documents_response.py class MarkUnmarkForDeleteDocumentsResponse (line 33) | class MarkUnmarkForDeleteDocumentsResponse(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, count_deleted, *args, **kwargs): # noqa: ... method __init__ (line 192) | def __init__(self, count_deleted, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/mark_unmark_for_delete_projects_reponse.py class MarkUnmarkForDeleteProjectsReponse (line 33) | class MarkUnmarkForDeleteProjectsReponse(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, count_deleted, *args, **kwargs): # noqa: ... method __init__ (line 192) | def __init__(self, count_deleted, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/mark_unmark_for_delete_projects_request.py class MarkUnmarkForDeleteProjectsRequest (line 33) | class MarkUnmarkForDeleteProjectsRequest(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 90) | def discriminator(): method _from_openapi_data (line 107) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 195) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/menu_group.py class MenuGroup (line 33) | class MenuGroup(ModelNormal): method additional_properties_type (line 71) | def additional_properties_type(): method openapi_types (line 81) | def openapi_types(): method discriminator (line 99) | def discriminator(): method _from_openapi_data (line 120) | def _from_openapi_data(cls, name, *args, **kwargs): # noqa: E501 method __init__ (line 213) | def __init__(self, name, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/menu_item.py class MenuItem (line 33) | class MenuItem(ModelNormal): method additional_properties_type (line 74) | def additional_properties_type(): method openapi_types (line 84) | def openapi_types(): method discriminator (line 104) | def discriminator(): method _from_openapi_data (line 127) | def _from_openapi_data(cls, name, url, *args, **kwargs): # noqa: E501 method __init__ (line 223) | def __init__(self, name, url, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/ml_model.py class MLModel (line 33) | class MLModel(ModelNormal): method additional_properties_type (line 99) | def additional_properties_type(): method openapi_types (line 109) | def openapi_types(): method discriminator (line 136) | def discriminator(): method _from_openapi_data (line 165) | def _from_openapi_data(cls, name, version, model_path, apply_to, targe... method __init__ (line 272) | def __init__(self, name, version, model_path, apply_to, target_entity,... FILE: sdk/python/sdk/openapi_client/model/party.py class Party (line 33) | class Party(ModelNormal): method additional_properties_type (line 79) | def additional_properties_type(): method openapi_types (line 89) | def openapi_types(): method discriminator (line 109) | def discriminator(): method _from_openapi_data (line 131) | def _from_openapi_data(cls, name, type_abbr, *args, **kwargs): # noqa... method __init__ (line 227) | def __init__(self, name, type_abbr, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/party_similarity.py function lazy_import (line 32) | def lazy_import(): class PartySimilarity (line 37) | class PartySimilarity(ModelNormal): method additional_properties_type (line 70) | def additional_properties_type(): method openapi_types (line 81) | def openapi_types(): method discriminator (line 105) | def discriminator(): method _from_openapi_data (line 137) | def _from_openapi_data(cls, similarity, *args, **kwargs): # noqa: E501 method __init__ (line 235) | def __init__(self, similarity, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/party_similarity_form.py class PartySimilarityForm (line 33) | class PartySimilarityForm(ModelNormal): method additional_properties_type (line 69) | def additional_properties_type(): method openapi_types (line 79) | def openapi_types(): method discriminator (line 97) | def discriminator(): method _from_openapi_data (line 116) | def _from_openapi_data(cls, run_name, case_sensitive, delete, *args, *... method __init__ (line 211) | def __init__(self, run_name, case_sensitive, delete, *args, **kwargs):... FILE: sdk/python/sdk/openapi_client/model/party_usage.py class PartyUsage (line 33) | class PartyUsage(ModelNormal): method additional_properties_type (line 68) | def additional_properties_type(): method openapi_types (line 78) | def openapi_types(): method discriminator (line 104) | def discriminator(): method _from_openapi_data (line 143) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 241) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/percent_usage.py class PercentUsage (line 33) | class PercentUsage(ModelNormal): method additional_properties_type (line 71) | def additional_properties_type(): method openapi_types (line 81) | def openapi_types(): method discriminator (line 107) | def discriminator(): method _from_openapi_data (line 143) | def _from_openapi_data(cls, unit_type, *args, **kwargs): # noqa: E501 method __init__ (line 244) | def __init__(self, unit_type, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/project_active_tasks.py function lazy_import (line 32) | def lazy_import(): class ProjectActiveTasks (line 37) | class ProjectActiveTasks(ModelNormal): method additional_properties_type (line 68) | def additional_properties_type(): method openapi_types (line 79) | def openapi_types(): method discriminator (line 98) | def discriminator(): method _from_openapi_data (line 117) | def _from_openapi_data(cls, tasks, document_transformer_change_in_prog... method __init__ (line 214) | def __init__(self, tasks, document_transformer_change_in_progress, tex... FILE: sdk/python/sdk/openapi_client/model/project_active_tasks_tasks.py class ProjectActiveTasksTasks (line 33) | class ProjectActiveTasksTasks(ModelNormal): method additional_properties_type (line 87) | def additional_properties_type(): method openapi_types (line 97) | def openapi_types(): method discriminator (line 123) | def discriminator(): method _from_openapi_data (line 152) | def _from_openapi_data(cls, verbose_name, date_start, date_work_start,... method __init__ (line 258) | def __init__(self, verbose_name, date_start, date_work_start, date_don... FILE: sdk/python/sdk/openapi_client/model/project_annotations_assignees_response.py class ProjectAnnotationsAssigneesResponse (line 33) | class ProjectAnnotationsAssigneesResponse(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 91) | def discriminator(): method _from_openapi_data (line 109) | def _from_openapi_data(cls, assignee_id, assignee_name, annotations_co... method __init__ (line 204) | def __init__(self, assignee_id, assignee_name, annotations_count, anno... FILE: sdk/python/sdk/openapi_client/model/project_app_var.py class ProjectAppVar (line 33) | class ProjectAppVar(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 94) | def discriminator(): method _from_openapi_data (line 115) | def _from_openapi_data(cls, category, name, description, value, access... method __init__ (line 216) | def __init__(self, category, name, description, value, access_type, us... FILE: sdk/python/sdk/openapi_client/model/project_clustering.py function lazy_import (line 32) | def lazy_import(): class ProjectClustering (line 37) | class ProjectClustering(ModelNormal): method additional_properties_type (line 68) | def additional_properties_type(): method openapi_types (line 79) | def openapi_types(): method discriminator (line 101) | def discriminator(): method _from_openapi_data (line 128) | def _from_openapi_data(cls, project_clusters_documents_count, *args, *... method __init__ (line 224) | def __init__(self, project_clusters_documents_count, *args, **kwargs):... FILE: sdk/python/sdk/openapi_client/model/project_clustering_document_clusters.py class ProjectClusteringDocumentClusters (line 33) | class ProjectClusteringDocumentClusters(ModelNormal): method additional_properties_type (line 71) | def additional_properties_type(): method openapi_types (line 81) | def openapi_types(): method discriminator (line 98) | def discriminator(): method _from_openapi_data (line 118) | def _from_openapi_data(cls, name, *args, **kwargs): # noqa: E501 method __init__ (line 206) | def __init__(self, name, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/project_clustering_document_clusters_inner.py class ProjectClusteringDocumentClustersInner (line 33) | class ProjectClusteringDocumentClustersInner(ModelNormal): method additional_properties_type (line 71) | def additional_properties_type(): method openapi_types (line 81) | def openapi_types(): method discriminator (line 98) | def discriminator(): method _from_openapi_data (line 118) | def _from_openapi_data(cls, name, *args, **kwargs): # noqa: E501 method __init__ (line 210) | def __init__(self, name, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/project_clustering_status_response.py class ProjectClusteringStatusResponse (line 33) | class ProjectClusteringStatusResponse(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 91) | def discriminator(): method _from_openapi_data (line 109) | def _from_openapi_data(cls, document_clusters, project_clusters_docume... method __init__ (line 204) | def __init__(self, document_clusters, project_clusters_documents_count... FILE: sdk/python/sdk/openapi_client/model/project_create.py class ProjectCreate (line 33) | class ProjectCreate(ModelNormal): method additional_properties_type (line 67) | def additional_properties_type(): method openapi_types (line 77) | def openapi_types(): method discriminator (line 97) | def discriminator(): method _from_openapi_data (line 119) | def _from_openapi_data(cls, name, *args, **kwargs): # noqa: E501 method __init__ (line 214) | def __init__(self, name, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/project_detail.py function lazy_import (line 32) | def lazy_import(): class ProjectDetail (line 41) | class ProjectDetail(ModelNormal): method additional_properties_type (line 75) | def additional_properties_type(): method openapi_types (line 86) | def openapi_types(): method discriminator (line 132) | def discriminator(): method _from_openapi_data (line 190) | def _from_openapi_data(cls, name, created_by_name, modified_by_name, t... method __init__ (line 313) | def __init__(self, name, created_by_name, modified_by_name, type_data,... FILE: sdk/python/sdk/openapi_client/model/project_detail_owners_data.py class ProjectDetailOwnersData (line 33) | class ProjectDetailOwnersData(ModelNormal): method additional_properties_type (line 88) | def additional_properties_type(): method openapi_types (line 98) | def openapi_types(): method discriminator (line 126) | def discriminator(): method _from_openapi_data (line 159) | def _from_openapi_data(cls, username, email, *args, **kwargs): # noqa... method __init__ (line 259) | def __init__(self, username, email, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/project_detail_owners_data_inner.py class ProjectDetailOwnersDataInner (line 33) | class ProjectDetailOwnersDataInner(ModelNormal): method additional_properties_type (line 88) | def additional_properties_type(): method openapi_types (line 98) | def openapi_types(): method discriminator (line 126) | def discriminator(): method _from_openapi_data (line 159) | def _from_openapi_data(cls, username, email, *args, **kwargs): # noqa... method __init__ (line 263) | def __init__(self, username, email, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/project_document_similarity.py class ProjectDocumentSimilarity (line 33) | class ProjectDocumentSimilarity(ModelNormal): method additional_properties_type (line 66) | def additional_properties_type(): method openapi_types (line 76) | def openapi_types(): method discriminator (line 96) | def discriminator(): method _from_openapi_data (line 120) | def _from_openapi_data(cls, document_a_name, document_b_name, document... method __init__ (line 218) | def __init__(self, document_a_name, document_b_name, document_b_text, ... FILE: sdk/python/sdk/openapi_client/model/project_document_similarity_response.py function lazy_import (line 32) | def lazy_import(): class ProjectDocumentSimilarityResponse (line 37) | class ProjectDocumentSimilarityResponse(ModelNormal): method additional_properties_type (line 68) | def additional_properties_type(): method openapi_types (line 79) | def openapi_types(): method discriminator (line 97) | def discriminator(): method _from_openapi_data (line 115) | def _from_openapi_data(cls, data, *args, **kwargs): # noqa: E501 method __init__ (line 207) | def __init__(self, data, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/project_document_similarity_response_data.py class ProjectDocumentSimilarityResponseData (line 33) | class ProjectDocumentSimilarityResponseData(ModelNormal): method additional_properties_type (line 66) | def additional_properties_type(): method openapi_types (line 76) | def openapi_types(): method discriminator (line 96) | def discriminator(): method _from_openapi_data (line 120) | def _from_openapi_data(cls, document_a_name, document_b_name, document... method __init__ (line 214) | def __init__(self, document_a_name, document_b_name, document_b_text, ... FILE: sdk/python/sdk/openapi_client/model/project_document_similarity_response_data_inner.py class ProjectDocumentSimilarityResponseDataInner (line 33) | class ProjectDocumentSimilarityResponseDataInner(ModelNormal): method additional_properties_type (line 66) | def additional_properties_type(): method openapi_types (line 76) | def openapi_types(): method discriminator (line 96) | def discriminator(): method _from_openapi_data (line 120) | def _from_openapi_data(cls, document_a_name, document_b_name, document... method __init__ (line 218) | def __init__(self, document_a_name, document_b_name, document_b_text, ... FILE: sdk/python/sdk/openapi_client/model/project_documents_assignees_response.py class ProjectDocumentsAssigneesResponse (line 33) | class ProjectDocumentsAssigneesResponse(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 91) | def discriminator(): method _from_openapi_data (line 109) | def _from_openapi_data(cls, assignee_id, assignee_name, documents_coun... method __init__ (line 204) | def __init__(self, assignee_id, assignee_name, documents_count, docume... FILE: sdk/python/sdk/openapi_client/model/project_documents_similarity_by_vectors_form.py class ProjectDocumentsSimilarityByVectorsForm (line 33) | class ProjectDocumentsSimilarityByVectorsForm(ModelNormal): method additional_properties_type (line 89) | def additional_properties_type(): method openapi_types (line 99) | def openapi_types(): method discriminator (line 121) | def discriminator(): method _from_openapi_data (line 144) | def _from_openapi_data(cls, run_name, project, item_id, create_reverse... method __init__ (line 246) | def __init__(self, run_name, project, item_id, create_reverse_relation... FILE: sdk/python/sdk/openapi_client/model/project_list.py function lazy_import (line 32) | def lazy_import(): class ProjectList (line 39) | class ProjectList(ModelNormal): method additional_properties_type (line 73) | def additional_properties_type(): method openapi_types (line 84) | def openapi_types(): method discriminator (line 105) | def discriminator(): method _from_openapi_data (line 127) | def _from_openapi_data(cls, name, type_data, count_of_documents, *args... method __init__ (line 224) | def __init__(self, name, type_data, count_of_documents, *args, **kwarg... FILE: sdk/python/sdk/openapi_client/model/project_list_status_data.py class ProjectListStatusData (line 33) | class ProjectListStatusData(ModelNormal): method additional_properties_type (line 74) | def additional_properties_type(): method openapi_types (line 84) | def openapi_types(): method discriminator (line 103) | def discriminator(): method _from_openapi_data (line 124) | def _from_openapi_data(cls, name, order, *args, **kwargs): # noqa: E501 method __init__ (line 219) | def __init__(self, name, order, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/project_list_type_data.py class ProjectListTypeData (line 33) | class ProjectListTypeData(ModelNormal): method additional_properties_type (line 70) | def additional_properties_type(): method openapi_types (line 80) | def openapi_types(): method discriminator (line 96) | def discriminator(): method _from_openapi_data (line 114) | def _from_openapi_data(cls, code, title, *args, **kwargs): # noqa: E501 method __init__ (line 206) | def __init__(self, code, title, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/project_progress_response.py class ProjectProgressResponse (line 33) | class ProjectProgressResponse(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 92) | def discriminator(): method _from_openapi_data (line 111) | def _from_openapi_data(cls, project_has_completed_sessions, user_uncom... method __init__ (line 206) | def __init__(self, project_has_completed_sessions, user_uncompleted_se... FILE: sdk/python/sdk/openapi_client/model/project_projects_id_assign_annotations_post404_response.py class ProjectProjectsIdAssignAnnotationsPOST404Response (line 33) | class ProjectProjectsIdAssignAnnotationsPOST404Response(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, details, *args, **kwargs): # noqa: E501 method __init__ (line 192) | def __init__(self, details, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/project_projects_id_set_annotation_status_post200_response.py function lazy_import (line 32) | def lazy_import(): class ProjectProjectsIdSetAnnotationStatusPOST200Response (line 39) | class ProjectProjectsIdSetAnnotationStatusPOST200Response(ModelComposed): method additional_properties_type (line 70) | def additional_properties_type(): method openapi_types (line 81) | def openapi_types(): method discriminator (line 98) | def discriminator(): method _from_openapi_data (line 113) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 219) | def __init__(self, *args, **kwargs): # noqa: E501 method _composed_schemas (line 312) | def _composed_schemas(): FILE: sdk/python/sdk/openapi_client/model/project_search_similar_documents_request.py class ProjectSearchSimilarDocumentsRequest (line 33) | class ProjectSearchSimilarDocumentsRequest(ModelNormal): method additional_properties_type (line 88) | def additional_properties_type(): method openapi_types (line 98) | def openapi_types(): method discriminator (line 118) | def discriminator(): method _from_openapi_data (line 139) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 231) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/project_search_similar_text_units_request.py class ProjectSearchSimilarTextUnitsRequest (line 33) | class ProjectSearchSimilarTextUnitsRequest(ModelNormal): method additional_properties_type (line 92) | def additional_properties_type(): method openapi_types (line 102) | def openapi_types(): method discriminator (line 126) | def discriminator(): method _from_openapi_data (line 151) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 247) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/project_stats.py class ProjectStats (line 33) | class ProjectStats(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 111) | def discriminator(): method _from_openapi_data (line 149) | def _from_openapi_data(cls, project_id, name, type_title, documents_to... method __init__ (line 284) | def __init__(self, project_id, name, type_title, documents_total, clau... FILE: sdk/python/sdk/openapi_client/model/project_tasks.py class ProjectTasks (line 33) | class ProjectTasks(ModelNormal): method additional_properties_type (line 87) | def additional_properties_type(): method openapi_types (line 97) | def openapi_types(): method discriminator (line 123) | def discriminator(): method _from_openapi_data (line 152) | def _from_openapi_data(cls, verbose_name, date_start, date_work_start,... method __init__ (line 258) | def __init__(self, verbose_name, date_start, date_work_start, date_don... FILE: sdk/python/sdk/openapi_client/model/project_text_unit_similarity.py class ProjectTextUnitSimilarity (line 33) | class ProjectTextUnitSimilarity(ModelNormal): method additional_properties_type (line 66) | def additional_properties_type(): method openapi_types (line 76) | def openapi_types(): method discriminator (line 104) | def discriminator(): method _from_openapi_data (line 143) | def _from_openapi_data(cls, document_a_name, text_unit_a_text, documen... method __init__ (line 250) | def __init__(self, document_a_name, text_unit_a_text, document_b_name,... FILE: sdk/python/sdk/openapi_client/model/project_text_units_similarity_by_vectors_form.py class ProjectTextUnitsSimilarityByVectorsForm (line 33) | class ProjectTextUnitsSimilarityByVectorsForm(ModelNormal): method additional_properties_type (line 95) | def additional_properties_type(): method openapi_types (line 105) | def openapi_types(): method discriminator (line 131) | def discriminator(): method _from_openapi_data (line 158) | def _from_openapi_data(cls, run_name, project, item_id, create_reverse... method __init__ (line 267) | def __init__(self, run_name, project, item_id, create_reverse_relation... FILE: sdk/python/sdk/openapi_client/model/project_update.py class ProjectUpdate (line 33) | class ProjectUpdate(ModelNormal): method additional_properties_type (line 67) | def additional_properties_type(): method openapi_types (line 77) | def openapi_types(): method discriminator (line 105) | def discriminator(): method _from_openapi_data (line 135) | def _from_openapi_data(cls, name, *args, **kwargs): # noqa: E501 method __init__ (line 238) | def __init__(self, name, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/project_upload_session_files_response.py class ProjectUploadSessionFilesResponse (line 33) | class ProjectUploadSessionFilesResponse(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, status, *args, **kwargs): # noqa: E501 method __init__ (line 192) | def __init__(self, status, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/project_upload_session_post_response.py class ProjectUploadSessionPOSTResponse (line 33) | class ProjectUploadSessionPOSTResponse(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, status, *args, **kwargs): # noqa: E501 method __init__ (line 192) | def __init__(self, status, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/project_upload_session_progress_response.py class ProjectUploadSessionProgressResponse (line 33) | class ProjectUploadSessionProgressResponse(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 92) | def discriminator(): method _from_openapi_data (line 111) | def _from_openapi_data(cls, project_id, document_tasks_progress, docum... method __init__ (line 208) | def __init__(self, project_id, document_tasks_progress, document_tasks... FILE: sdk/python/sdk/openapi_client/model/ratio_usage.py class RatioUsage (line 33) | class RatioUsage(ModelNormal): method additional_properties_type (line 68) | def additional_properties_type(): method openapi_types (line 78) | def openapi_types(): method discriminator (line 104) | def discriminator(): method _from_openapi_data (line 140) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 238) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/rawdb_documents_post_request.py class RawdbDocumentsPOSTRequest (line 33) | class RawdbDocumentsPOSTRequest(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 101) | def discriminator(): method _from_openapi_data (line 129) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 228) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/register.py class Register (line 33) | class Register(ModelNormal): method additional_properties_type (line 68) | def additional_properties_type(): method openapi_types (line 78) | def openapi_types(): method discriminator (line 95) | def discriminator(): method _from_openapi_data (line 113) | def _from_openapi_data(cls, username, email, password1, password2, *ar... method __init__ (line 204) | def __init__(self, username, email, password1, password2, *args, **kwa... FILE: sdk/python/sdk/openapi_client/model/regulation_usage.py class RegulationUsage (line 33) | class RegulationUsage(ModelNormal): method additional_properties_type (line 74) | def additional_properties_type(): method openapi_types (line 84) | def openapi_types(): method discriminator (line 110) | def discriminator(): method _from_openapi_data (line 147) | def _from_openapi_data(cls, regulation_type, regulation_name, *args, *... method __init__ (line 249) | def __init__(self, regulation_type, regulation_name, *args, **kwargs):... FILE: sdk/python/sdk/openapi_client/model/rest_auth_common_response.py class RestAuthCommonResponse (line 33) | class RestAuthCommonResponse(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, detail, *args, **kwargs): # noqa: E501 method __init__ (line 192) | def __init__(self, detail, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/review_status.py class ReviewStatus (line 33) | class ReviewStatus(ModelNormal): method additional_properties_type (line 74) | def additional_properties_type(): method openapi_types (line 84) | def openapi_types(): method discriminator (line 103) | def discriminator(): method _from_openapi_data (line 124) | def _from_openapi_data(cls, name, order, *args, **kwargs): # noqa: E501 method __init__ (line 219) | def __init__(self, name, order, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/review_status_detail.py function lazy_import (line 32) | def lazy_import(): class ReviewStatusDetail (line 37) | class ReviewStatusDetail(ModelNormal): method additional_properties_type (line 78) | def additional_properties_type(): method openapi_types (line 89) | def openapi_types(): method discriminator (line 110) | def discriminator(): method _from_openapi_data (line 132) | def _from_openapi_data(cls, name, order, group_data, *args, **kwargs):... method __init__ (line 229) | def __init__(self, name, order, group_data, *args, **kwargs): # noqa:... FILE: sdk/python/sdk/openapi_client/model/review_status_detail_group_data.py class ReviewStatusDetailGroupData (line 33) | class ReviewStatusDetailGroupData(ModelNormal): method additional_properties_type (line 74) | def additional_properties_type(): method openapi_types (line 84) | def openapi_types(): method discriminator (line 102) | def discriminator(): method _from_openapi_data (line 122) | def _from_openapi_data(cls, name, order, *args, **kwargs): # noqa: E501 method __init__ (line 216) | def __init__(self, name, order, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/review_status_group.py class ReviewStatusGroup (line 33) | class ReviewStatusGroup(ModelNormal): method additional_properties_type (line 74) | def additional_properties_type(): method openapi_types (line 84) | def openapi_types(): method discriminator (line 102) | def discriminator(): method _from_openapi_data (line 122) | def _from_openapi_data(cls, name, order, *args, **kwargs): # noqa: E501 method __init__ (line 216) | def __init__(self, name, order, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/select_projects_request.py class SelectProjectsRequest (line 33) | class SelectProjectsRequest(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, project_ids, *args, **kwargs): # noqa: E501 method __init__ (line 192) | def __init__(self, project_ids, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/select_projects_response.py class SelectProjectsResponse (line 33) | class SelectProjectsResponse(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 91) | def discriminator(): method _from_openapi_data (line 109) | def _from_openapi_data(cls, saved_filter_id, user_id, project_ids, sho... method __init__ (line 204) | def __init__(self, saved_filter_id, user_id, project_ids, show_warning... FILE: sdk/python/sdk/openapi_client/model/send_cluster_to_project_request.py class SendClusterToProjectRequest (line 33) | class SendClusterToProjectRequest(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 89) | def discriminator(): method _from_openapi_data (line 105) | def _from_openapi_data(cls, cluster_ids, project_id, *args, **kwargs):... method __init__ (line 196) | def __init__(self, cluster_ids, project_id, *args, **kwargs): # noqa:... FILE: sdk/python/sdk/openapi_client/model/set_project_annotations_status_async_response.py class SetProjectAnnotationsStatusAsyncResponse (line 33) | class SetProjectAnnotationsStatusAsyncResponse(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 89) | def discriminator(): method _from_openapi_data (line 105) | def _from_openapi_data(cls, task_id, annotations, *args, **kwargs): #... method __init__ (line 196) | def __init__(self, task_id, annotations, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/set_project_annotations_status_request.py class SetProjectAnnotationsStatusRequest (line 33) | class SetProjectAnnotationsStatusRequest(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 92) | def discriminator(): method _from_openapi_data (line 111) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 201) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/set_project_documents_status_request.py class SetProjectDocumentsStatusRequest (line 33) | class SetProjectDocumentsStatusRequest(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 91) | def discriminator(): method _from_openapi_data (line 109) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 198) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/similar_project_text_units_request.py class SimilarProjectTextUnitsRequest (line 33) | class SimilarProjectTextUnitsRequest(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 95) | def discriminator(): method _from_openapi_data (line 117) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 210) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/similarity_form.py class SimilarityForm (line 33) | class SimilarityForm(ModelNormal): method additional_properties_type (line 69) | def additional_properties_type(): method openapi_types (line 79) | def openapi_types(): method discriminator (line 99) | def discriminator(): method _from_openapi_data (line 120) | def _from_openapi_data(cls, run_name, search_similar_documents, search... method __init__ (line 220) | def __init__(self, run_name, search_similar_documents, search_similar_... FILE: sdk/python/sdk/openapi_client/model/similarity_post_object_response.py class SimilarityPOSTObjectResponse (line 33) | class SimilarityPOSTObjectResponse(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 90) | def discriminator(): method _from_openapi_data (line 107) | def _from_openapi_data(cls, detail, *args, **kwargs): # noqa: E501 method __init__ (line 198) | def __init__(self, detail, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/similarity_run.py class SimilarityRun (line 33) | class SimilarityRun(ModelNormal): method additional_properties_type (line 77) | def additional_properties_type(): method openapi_types (line 87) | def openapi_types(): method discriminator (line 109) | def discriminator(): method _from_openapi_data (line 134) | def _from_openapi_data(cls, items_count, *args, **kwargs): # noqa: E501 method __init__ (line 231) | def __init__(self, items_count, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/social_accounts_response.py function lazy_import (line 32) | def lazy_import(): class SocialAccountsResponse (line 37) | class SocialAccountsResponse(ModelNormal): method additional_properties_type (line 68) | def additional_properties_type(): method openapi_types (line 79) | def openapi_types(): method discriminator (line 94) | def discriminator(): method _from_openapi_data (line 109) | def _from_openapi_data(cls, social_accounts, *args, **kwargs): # noqa... method __init__ (line 194) | def __init__(self, social_accounts, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/social_accounts_response_social_accounts.py class SocialAccountsResponseSocialAccounts (line 33) | class SocialAccountsResponseSocialAccounts(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 90) | def discriminator(): method _from_openapi_data (line 107) | def _from_openapi_data(cls, name, provider, login_url, *args, **kwargs... method __init__ (line 196) | def __init__(self, name, provider, login_url, *args, **kwargs): # noq... FILE: sdk/python/sdk/openapi_client/model/social_client_list.py function lazy_import (line 32) | def lazy_import(): class SocialClientList (line 37) | class SocialClientList(ModelNormal): method additional_properties_type (line 80) | def additional_properties_type(): method openapi_types (line 91) | def openapi_types(): method discriminator (line 109) | def discriminator(): method _from_openapi_data (line 127) | def _from_openapi_data(cls, provider, name, client_id, *args, **kwargs... method __init__ (line 221) | def __init__(self, provider, name, client_id, *args, **kwargs): # noq... FILE: sdk/python/sdk/openapi_client/model/social_client_list_urls.py class SocialClientListUrls (line 33) | class SocialClientListUrls(ModelNormal): method additional_properties_type (line 84) | def additional_properties_type(): method openapi_types (line 94) | def openapi_types(): method discriminator (line 111) | def discriminator(): method _from_openapi_data (line 129) | def _from_openapi_data(cls, authorize_url, access_token_url, profile_u... method __init__ (line 224) | def __init__(self, authorize_url, access_token_url, profile_url, login... FILE: sdk/python/sdk/openapi_client/model/social_login.py class SocialLogin (line 33) | class SocialLogin(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 90) | def discriminator(): method _from_openapi_data (line 107) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 195) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/task.py class Task (line 33) | class Task(ModelNormal): method additional_properties_type (line 84) | def additional_properties_type(): method openapi_types (line 94) | def openapi_types(): method discriminator (line 118) | def discriminator(): method _from_openapi_data (line 147) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 243) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/task_id_response.py class TaskIdResponse (line 33) | class TaskIdResponse(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, task_id, *args, **kwargs): # noqa: E501 method __init__ (line 192) | def __init__(self, task_id, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/task_log_response.py function lazy_import (line 32) | def lazy_import(): class TaskLogResponse (line 37) | class TaskLogResponse(ModelNormal): method additional_properties_type (line 68) | def additional_properties_type(): method openapi_types (line 79) | def openapi_types(): method discriminator (line 97) | def discriminator(): method _from_openapi_data (line 115) | def _from_openapi_data(cls, records, total_records_count, filtered_rec... method __init__ (line 210) | def __init__(self, records, total_records_count, filtered_records_coun... FILE: sdk/python/sdk/openapi_client/model/task_log_response_records.py class TaskLogResponseRecords (line 33) | class TaskLogResponseRecords(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 92) | def discriminator(): method _from_openapi_data (line 111) | def _from_openapi_data(cls, timestamp, *args, **kwargs): # noqa: E501 method __init__ (line 204) | def __init__(self, timestamp, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/task_queue.py function lazy_import (line 32) | def lazy_import(): class TaskQueue (line 39) | class TaskQueue(ModelNormal): method additional_properties_type (line 70) | def additional_properties_type(): method openapi_types (line 81) | def openapi_types(): method discriminator (line 105) | def discriminator(): method _from_openapi_data (line 135) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 230) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/task_queue_documents_data.py class TaskQueueDocumentsData (line 33) | class TaskQueueDocumentsData(ModelNormal): method additional_properties_type (line 67) | def additional_properties_type(): method openapi_types (line 77) | def openapi_types(): method discriminator (line 94) | def discriminator(): method _from_openapi_data (line 113) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 198) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/task_queue_documents_data_inner.py class TaskQueueDocumentsDataInner (line 33) | class TaskQueueDocumentsDataInner(ModelNormal): method additional_properties_type (line 67) | def additional_properties_type(): method openapi_types (line 77) | def openapi_types(): method discriminator (line 94) | def discriminator(): method _from_openapi_data (line 113) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 202) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/task_queue_reviewers_data.py class TaskQueueReviewersData (line 33) | class TaskQueueReviewersData(ModelNormal): method additional_properties_type (line 70) | def additional_properties_type(): method openapi_types (line 80) | def openapi_types(): method discriminator (line 95) | def discriminator(): method _from_openapi_data (line 112) | def _from_openapi_data(cls, username, *args, **kwargs): # noqa: E501 method __init__ (line 198) | def __init__(self, username, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/task_queue_reviewers_data_inner.py class TaskQueueReviewersDataInner (line 33) | class TaskQueueReviewersDataInner(ModelNormal): method additional_properties_type (line 70) | def additional_properties_type(): method openapi_types (line 80) | def openapi_types(): method discriminator (line 95) | def discriminator(): method _from_openapi_data (line 112) | def _from_openapi_data(cls, username, *args, **kwargs): # noqa: E501 method __init__ (line 202) | def __init__(self, username, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/term_tag.py class TermTag (line 33) | class TermTag(ModelNormal): method additional_properties_type (line 67) | def additional_properties_type(): method openapi_types (line 77) | def openapi_types(): method discriminator (line 92) | def discriminator(): method _from_openapi_data (line 109) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 196) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/term_usage.py class TermUsage (line 33) | class TermUsage(ModelNormal): method additional_properties_type (line 68) | def additional_properties_type(): method openapi_types (line 78) | def openapi_types(): method discriminator (line 102) | def discriminator(): method _from_openapi_data (line 137) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 233) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/text_unit_classification.py class TextUnitClassification (line 33) | class TextUnitClassification(ModelNormal): method additional_properties_type (line 70) | def additional_properties_type(): method openapi_types (line 80) | def openapi_types(): method discriminator (line 105) | def discriminator(): method _from_openapi_data (line 140) | def _from_openapi_data(cls, class_name, class_value, *args, **kwargs):... method __init__ (line 241) | def __init__(self, class_name, class_value, *args, **kwargs): # noqa:... FILE: sdk/python/sdk/openapi_client/model/text_unit_classification_create.py class TextUnitClassificationCreate (line 33) | class TextUnitClassificationCreate(ModelNormal): method additional_properties_type (line 70) | def additional_properties_type(): method openapi_types (line 80) | def openapi_types(): method discriminator (line 98) | def discriminator(): method _from_openapi_data (line 119) | def _from_openapi_data(cls, class_name, class_value, text_unit_id, *ar... method __init__ (line 214) | def __init__(self, class_name, class_value, text_unit_id, *args, **kwa... FILE: sdk/python/sdk/openapi_client/model/text_unit_classifier.py class TextUnitClassifier (line 33) | class TextUnitClassifier(ModelNormal): method additional_properties_type (line 73) | def additional_properties_type(): method openapi_types (line 83) | def openapi_types(): method discriminator (line 102) | def discriminator(): method _from_openapi_data (line 124) | def _from_openapi_data(cls, name, version, class_name, *args, **kwargs... method __init__ (line 220) | def __init__(self, name, version, class_name, *args, **kwargs): # noq... FILE: sdk/python/sdk/openapi_client/model/text_unit_classifier_suggestion.py class TextUnitClassifierSuggestion (line 33) | class TextUnitClassifierSuggestion(ModelNormal): method additional_properties_type (line 70) | def additional_properties_type(): method openapi_types (line 80) | def openapi_types(): method discriminator (line 103) | def discriminator(): method _from_openapi_data (line 133) | def _from_openapi_data(cls, class_name, class_value, *args, **kwargs):... method __init__ (line 232) | def __init__(self, class_name, class_value, *args, **kwargs): # noqa:... FILE: sdk/python/sdk/openapi_client/model/text_unit_cluster.py class TextUnitCluster (line 33) | class TextUnitCluster(ModelNormal): method additional_properties_type (line 83) | def additional_properties_type(): method openapi_types (line 93) | def openapi_types(): method discriminator (line 116) | def discriminator(): method _from_openapi_data (line 143) | def _from_openapi_data(cls, name, self_name, description, cluster_by, ... method __init__ (line 245) | def __init__(self, name, self_name, description, cluster_by, using, *a... FILE: sdk/python/sdk/openapi_client/model/text_unit_django_ql.py class TextUnitDjangoQL (line 33) | class TextUnitDjangoQL(ModelNormal): method additional_properties_type (line 67) | def additional_properties_type(): method openapi_types (line 77) | def openapi_types(): method discriminator (line 97) | def discriminator(): method _from_openapi_data (line 121) | def _from_openapi_data(cls, unit_type, project_name, document_name, *a... method __init__ (line 218) | def __init__(self, unit_type, project_name, document_name, *args, **kw... FILE: sdk/python/sdk/openapi_client/model/text_unit_similarity.py function lazy_import (line 32) | def lazy_import(): class TextUnitSimilarity (line 37) | class TextUnitSimilarity(ModelNormal): method additional_properties_type (line 70) | def additional_properties_type(): method openapi_types (line 81) | def openapi_types(): method discriminator (line 109) | def discriminator(): method _from_openapi_data (line 149) | def _from_openapi_data(cls, similarity, *args, **kwargs): # noqa: E501 method __init__ (line 251) | def __init__(self, similarity, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/text_unit_similarity_by_features_form.py class TextUnitSimilarityByFeaturesForm (line 33) | class TextUnitSimilarityByFeaturesForm(ModelNormal): method additional_properties_type (line 107) | def additional_properties_type(): method openapi_types (line 117) | def openapi_types(): method discriminator (line 140) | def discriminator(): method _from_openapi_data (line 164) | def _from_openapi_data(cls, run_name, project, item_id, create_reverse... method __init__ (line 267) | def __init__(self, run_name, project, item_id, create_reverse_relation... FILE: sdk/python/sdk/openapi_client/model/trademark_usage.py class TrademarkUsage (line 33) | class TrademarkUsage(ModelNormal): method additional_properties_type (line 71) | def additional_properties_type(): method openapi_types (line 81) | def openapi_types(): method discriminator (line 105) | def discriminator(): method _from_openapi_data (line 139) | def _from_openapi_data(cls, trademark, *args, **kwargs): # noqa: E501 method __init__ (line 238) | def __init__(self, trademark, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/transformer.py class Transformer (line 33) | class Transformer(ModelNormal): method additional_properties_type (line 67) | def additional_properties_type(): method openapi_types (line 77) | def openapi_types(): method discriminator (line 92) | def discriminator(): method _from_openapi_data (line 109) | def _from_openapi_data(cls, name, *args, **kwargs): # noqa: E501 method __init__ (line 199) | def __init__(self, name, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/tus_upload_session_upload_session_id_upload_post400_response.py class TusUploadSessionUploadSessionIdUploadPOST400Response (line 33) | class TusUploadSessionUploadSessionIdUploadPOST400Response(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 189) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/typeahead.py class Typeahead (line 33) | class Typeahead(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, q, *args, **kwargs): # noqa: E501 method __init__ (line 192) | def __init__(self, q, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/update_project_documents_fields_request.py class UpdateProjectDocumentsFieldsRequest (line 33) | class UpdateProjectDocumentsFieldsRequest(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 92) | def discriminator(): method _from_openapi_data (line 111) | def _from_openapi_data(cls, fields_data, *args, **kwargs): # noqa: E501 method __init__ (line 204) | def __init__(self, fields_data, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/update_project_documents_fields_response.py class UpdateProjectDocumentsFieldsResponse (line 33) | class UpdateProjectDocumentsFieldsResponse(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 90) | def discriminator(): method _from_openapi_data (line 107) | def _from_openapi_data(cls, task_id, inactive_document_ids, inactive_d... method __init__ (line 200) | def __init__(self, task_id, inactive_document_ids, inactive_document_n... FILE: sdk/python/sdk/openapi_client/model/upload.py class Upload (line 33) | class Upload(ModelNormal): method additional_properties_type (line 81) | def additional_properties_type(): method openapi_types (line 91) | def openapi_types(): method discriminator (line 114) | def discriminator(): method _from_openapi_data (line 139) | def _from_openapi_data(cls, upload_metadata, *args, **kwargs): # noqa... method __init__ (line 237) | def __init__(self, upload_metadata, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/upload_session_batch_upload_request.py class UploadSessionBatchUploadRequest (line 33) | class UploadSessionBatchUploadRequest(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, folder, *args, **kwargs): # noqa: E501 method __init__ (line 192) | def __init__(self, folder, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/upload_session_create.py class UploadSessionCreate (line 33) | class UploadSessionCreate(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 93) | def discriminator(): method _from_openapi_data (line 117) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 208) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/upload_session_delete_file_request.py class UploadSessionDeleteFileRequest (line 33) | class UploadSessionDeleteFileRequest(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, filename, *args, **kwargs): # noqa: E501 method __init__ (line 192) | def __init__(self, filename, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/upload_session_detail.py function lazy_import (line 32) | def lazy_import(): class UploadSessionDetail (line 37) | class UploadSessionDetail(ModelNormal): method additional_properties_type (line 68) | def additional_properties_type(): method openapi_types (line 79) | def openapi_types(): method discriminator (line 101) | def discriminator(): method _from_openapi_data (line 128) | def _from_openapi_data(cls, created_by, *args, **kwargs): # noqa: E501 method __init__ (line 224) | def __init__(self, created_by, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/upload_session_update.py class UploadSessionUpdate (line 33) | class UploadSessionUpdate(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 92) | def discriminator(): method _from_openapi_data (line 113) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 203) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/url_usage.py class UrlUsage (line 33) | class UrlUsage(ModelNormal): method additional_properties_type (line 71) | def additional_properties_type(): method openapi_types (line 81) | def openapi_types(): method discriminator (line 105) | def discriminator(): method _from_openapi_data (line 139) | def _from_openapi_data(cls, source_url, *args, **kwargs): # noqa: E501 method __init__ (line 238) | def __init__(self, source_url, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/user.py class User (line 33) | class User(ModelNormal): method additional_properties_type (line 88) | def additional_properties_type(): method openapi_types (line 98) | def openapi_types(): method discriminator (line 126) | def discriminator(): method _from_openapi_data (line 159) | def _from_openapi_data(cls, username, email, *args, **kwargs): # noqa... method __init__ (line 263) | def __init__(self, username, email, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/user_profile.py class UserProfile (line 33) | class UserProfile(ModelNormal): method additional_properties_type (line 76) | def additional_properties_type(): method openapi_types (line 86) | def openapi_types(): method discriminator (line 109) | def discriminator(): method _from_openapi_data (line 138) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 233) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/user_stats.py class UserStats (line 33) | class UserStats(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 101) | def discriminator(): method _from_openapi_data (line 129) | def _from_openapi_data(cls, id, user_name, group_name, total_projects,... method __init__ (line 244) | def __init__(self, id, user_name, group_name, total_projects, document... FILE: sdk/python/sdk/openapi_client/model/verify_auth_token_request.py class VerifyAuthTokenRequest (line 33) | class VerifyAuthTokenRequest(ModelNormal): method additional_properties_type (line 67) | def additional_properties_type(): method openapi_types (line 77) | def openapi_types(): method discriminator (line 91) | def discriminator(): method _from_openapi_data (line 106) | def _from_openapi_data(cls, auth_token, *args, **kwargs): # noqa: E501 method __init__ (line 195) | def __init__(self, auth_token, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/verify_auth_token_response.py function lazy_import (line 32) | def lazy_import(): class VerifyAuthTokenResponse (line 37) | class VerifyAuthTokenResponse(ModelNormal): method additional_properties_type (line 68) | def additional_properties_type(): method openapi_types (line 79) | def openapi_types(): method discriminator (line 97) | def discriminator(): method _from_openapi_data (line 115) | def _from_openapi_data(cls, key, user_name, release_version, user, *ar... method __init__ (line 210) | def __init__(self, key, user_name, release_version, user, *args, **kwa... FILE: sdk/python/sdk/openapi_client/model/verify_email.py class VerifyEmail (line 33) | class VerifyEmail(ModelNormal): method additional_properties_type (line 64) | def additional_properties_type(): method openapi_types (line 74) | def openapi_types(): method discriminator (line 88) | def discriminator(): method _from_openapi_data (line 103) | def _from_openapi_data(cls, key, *args, **kwargs): # noqa: E501 method __init__ (line 188) | def __init__(self, key, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/web_notification_detail.py function lazy_import (line 32) | def lazy_import(): class WebNotificationDetail (line 37) | class WebNotificationDetail(ModelNormal): method additional_properties_type (line 68) | def additional_properties_type(): method openapi_types (line 79) | def openapi_types(): method discriminator (line 95) | def discriminator(): method _from_openapi_data (line 111) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 198) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model/web_notification_detail_notification.py class WebNotificationDetailNotification (line 33) | class WebNotificationDetailNotification(ModelNormal): method additional_properties_type (line 81) | def additional_properties_type(): method openapi_types (line 91) | def openapi_types(): method discriminator (line 110) | def discriminator(): method _from_openapi_data (line 133) | def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 method __init__ (line 224) | def __init__(self, *args, **kwargs): # noqa: E501 FILE: sdk/python/sdk/openapi_client/model_utils.py function convert_js_args_to_python_args (line 34) | def convert_js_args_to_python_args(fn): class cached_property (line 52) | class cached_property(object): method __init__ (line 58) | def __init__(self, fn): method __get__ (line 61) | def __get__(self, instance, cls=None): function allows_single_value_input (line 73) | def allows_single_value_input(cls): function composed_model_input_classes (line 98) | def composed_model_input_classes(cls): class OpenApiModel (line 124) | class OpenApiModel(object): method set_attribute (line 127) | def set_attribute(self, name, value): method __repr__ (line 179) | def __repr__(self): method __ne__ (line 183) | def __ne__(self, other): method __setattr__ (line 187) | def __setattr__(self, attr, value): method __getattr__ (line 191) | def __getattr__(self, attr): method __copy__ (line 195) | def __copy__(self): method __deepcopy__ (line 202) | def __deepcopy__(self, memo): method __new__ (line 215) | def __new__(cls, *args, **kwargs): method _new_from_openapi_data (line 334) | def _new_from_openapi_data(cls, *args, **kwargs): class ModelSimple (line 445) | class ModelSimple(OpenApiModel): method __setitem__ (line 449) | def __setitem__(self, name, value): method get (line 457) | def get(self, name, default=None): method __getitem__ (line 464) | def __getitem__(self, name): method __contains__ (line 475) | def __contains__(self, name): method to_str (line 482) | def to_str(self): method __eq__ (line 486) | def __eq__(self, other): class ModelNormal (line 500) | class ModelNormal(OpenApiModel): method __setitem__ (line 504) | def __setitem__(self, name, value): method get (line 512) | def get(self, name, default=None): method __getitem__ (line 519) | def __getitem__(self, name): method __contains__ (line 530) | def __contains__(self, name): method to_dict (line 537) | def to_dict(self): method to_str (line 541) | def to_str(self): method __eq__ (line 545) | def __eq__(self, other): class ModelComposed (line 563) | class ModelComposed(OpenApiModel): method __setitem__ (line 589) | def __setitem__(self, name, value): method get (line 635) | def get(self, name, default=None): method __getitem__ (line 666) | def __getitem__(self, name): method __contains__ (line 677) | def __contains__(self, name): method to_dict (line 693) | def to_dict(self): method to_str (line 697) | def to_str(self): method __eq__ (line 701) | def __eq__(self, other): function get_simple_class (line 794) | def get_simple_class(input_value): function check_allowed_values (line 836) | def check_allowed_values(allowed_values, input_variable_path, input_valu... function is_json_validation_enabled (line 884) | def is_json_validation_enabled(schema_keyword, configuration=None): function check_validations (line 899) | def check_validations( function order_response_types (line 1044) | def order_response_types(required_types): function remove_uncoercible (line 1081) | def remove_uncoercible(required_types_classes, current_item, spec_proper... function get_discriminated_classes (line 1128) | def get_discriminated_classes(cls): function get_possible_classes (line 1145) | def get_possible_classes(cls, from_server_context): function get_required_type_classes (line 1158) | def get_required_type_classes(required_types_mixed, spec_property_naming): function change_keys_js_to_python (line 1196) | def change_keys_js_to_python(input_dict, model_class): function get_type_error (line 1221) | def get_type_error(var_value, path_to_item, valid_classes, key_type=False): function deserialize_primitive (line 1236) | def deserialize_primitive(data, klass, path_to_item): function get_discriminator_class (line 1288) | def get_discriminator_class(model_class, function deserialize_model (line 1340) | def deserialize_model(model_data, model_class, path_to_item, check_type, function deserialize_file (line 1381) | def deserialize_file(response_data, configuration, content_disposition=N... function attempt_convert_item (line 1424) | def attempt_convert_item(input_value, valid_classes, path_to_item, function is_type_nullable (line 1479) | def is_type_nullable(input_type): function is_valid_type (line 1509) | def is_valid_type(input_class_simple, valid_classes): function validate_and_convert_types (line 1542) | def validate_and_convert_types(input_value, required_types_mixed, path_t... function model_to_dict (line 1661) | def model_to_dict(model_instance, serialize=True): function type_error_message (line 1740) | def type_error_message(var_value=None, var_name=None, valid_classes=None, function get_valid_classes_phrase (line 1768) | def get_valid_classes_phrase(input_classes): function get_allof_instances (line 1779) | def get_allof_instances(self, model_args, constant_args): function get_oneof_instance (line 1819) | def get_oneof_instance(cls, model_kwargs, constant_kwargs, model_arg=None): function get_anyof_instances (line 1904) | def get_anyof_instances(self, model_args, constant_args): function get_discarded_args (line 1947) | def get_discarded_args(self, composed_instances, model_args): function validate_get_composed_info (line 1977) | def validate_get_composed_info(constant_args, model_args, self): FILE: sdk/python/sdk/openapi_client/rest.py class RESTResponse (line 28) | class RESTResponse(io.IOBase): method __init__ (line 30) | def __init__(self, resp): method getheaders (line 36) | def getheaders(self): method getheader (line 40) | def getheader(self, name, default=None): class RESTClientObject (line 45) | class RESTClientObject(object): method __init__ (line 47) | def __init__(self, configuration, pools_size=4, maxsize=None): method request (line 101) | def request(self, method, url, query_params=None, headers=None, method GET (line 233) | def GET(self, url, headers=None, query_params=None, _preload_content=T... method HEAD (line 241) | def HEAD(self, url, headers=None, query_params=None, _preload_content=... method OPTIONS (line 249) | def OPTIONS(self, url, headers=None, query_params=None, post_params=None, method DELETE (line 259) | def DELETE(self, url, headers=None, query_params=None, body=None, method POST (line 268) | def POST(self, url, headers=None, query_params=None, post_params=None, method PUT (line 278) | def PUT(self, url, headers=None, query_params=None, post_params=None, method PATCH (line 288) | def PATCH(self, url, headers=None, query_params=None, post_params=None, function is_ipv4 (line 301) | def is_ipv4(target): function in_ipv4net (line 311) | def in_ipv4net(target, net): function should_bypass_proxies (line 326) | def should_bypass_proxies(url, no_proxy=None): FILE: sdk/python/sdk/test/test_access_token_schema.py class TestAccessTokenSchema (line 18) | class TestAccessTokenSchema(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testAccessTokenSchema (line 27) | def testAccessTokenSchema(self): FILE: sdk/python/sdk/test/test_action.py class TestAction (line 18) | class TestAction(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testAction (line 27) | def testAction(self): FILE: sdk/python/sdk/test/test_amount_usage.py class TestAmountUsage (line 18) | class TestAmountUsage(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testAmountUsage (line 27) | def testAmountUsage(self): FILE: sdk/python/sdk/test/test_analyze_api.py class TestAnalyzeApi (line 17) | class TestAnalyzeApi(unittest.TestCase): method setUp (line 20) | def setUp(self): method tearDown (line 23) | def tearDown(self): method test_analyze_document_cluster_get (line 26) | def test_analyze_document_cluster_get(self): method test_analyze_document_cluster_id_get (line 32) | def test_analyze_document_cluster_id_get(self): method test_analyze_document_cluster_id_patch (line 38) | def test_analyze_document_cluster_id_patch(self): method test_analyze_document_cluster_id_put (line 44) | def test_analyze_document_cluster_id_put(self): method test_analyze_document_similarity_list_get (line 50) | def test_analyze_document_similarity_list_get(self): method test_analyze_document_transformer_list_get (line 56) | def test_analyze_document_transformer_list_get(self): method test_analyze_ml_model_list_get (line 62) | def test_analyze_ml_model_list_get(self): method test_analyze_party_similarity_list_get (line 68) | def test_analyze_party_similarity_list_get(self): method test_analyze_project_document_similarity_list_get (line 74) | def test_analyze_project_document_similarity_list_get(self): method test_analyze_project_text_unit_similarity_list_get (line 80) | def test_analyze_project_text_unit_similarity_list_get(self): method test_analyze_project_text_unit_similarity_list_post (line 86) | def test_analyze_project_text_unit_similarity_list_post(self): method test_analyze_similarity_runs_get (line 92) | def test_analyze_similarity_runs_get(self): method test_analyze_similarity_runs_id_delete (line 98) | def test_analyze_similarity_runs_id_delete(self): method test_analyze_similarity_runs_id_get (line 104) | def test_analyze_similarity_runs_id_get(self): method test_analyze_text_unit_classifications_get (line 110) | def test_analyze_text_unit_classifications_get(self): method test_analyze_text_unit_classifications_id_delete (line 116) | def test_analyze_text_unit_classifications_id_delete(self): method test_analyze_text_unit_classifications_id_get (line 122) | def test_analyze_text_unit_classifications_id_get(self): method test_analyze_text_unit_classifications_post (line 128) | def test_analyze_text_unit_classifications_post(self): method test_analyze_text_unit_classifier_suggestions_get (line 134) | def test_analyze_text_unit_classifier_suggestions_get(self): method test_analyze_text_unit_classifier_suggestions_id_delete (line 140) | def test_analyze_text_unit_classifier_suggestions_id_delete(self): method test_analyze_text_unit_classifier_suggestions_id_get (line 146) | def test_analyze_text_unit_classifier_suggestions_id_get(self): method test_analyze_text_unit_classifiers_get (line 152) | def test_analyze_text_unit_classifiers_get(self): method test_analyze_text_unit_classifiers_id_delete (line 158) | def test_analyze_text_unit_classifiers_id_delete(self): method test_analyze_text_unit_classifiers_id_get (line 164) | def test_analyze_text_unit_classifiers_id_get(self): method test_analyze_text_unit_cluster_list_get (line 170) | def test_analyze_text_unit_cluster_list_get(self): method test_analyze_text_unit_similarity_list_get (line 176) | def test_analyze_text_unit_similarity_list_get(self): method test_analyze_text_unit_transformer_list_get (line 182) | def test_analyze_text_unit_transformer_list_get(self): method test_analyze_typeahead_text_unit_classification_field_name_get (line 188) | def test_analyze_typeahead_text_unit_classification_field_name_get(self): FILE: sdk/python/sdk/test/test_annotation.py class TestAnnotation (line 18) | class TestAnnotation(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testAnnotation (line 27) | def testAnnotation(self): FILE: sdk/python/sdk/test/test_annotation_batch_request.py class TestAnnotationBatchRequest (line 18) | class TestAnnotationBatchRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testAnnotationBatchRequest (line 27) | def testAnnotationBatchRequest(self): FILE: sdk/python/sdk/test/test_annotation_batch_response.py class TestAnnotationBatchResponse (line 18) | class TestAnnotationBatchResponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testAnnotationBatchResponse (line 27) | def testAnnotationBatchResponse(self): FILE: sdk/python/sdk/test/test_annotation_in_document.py class TestAnnotationInDocument (line 18) | class TestAnnotationInDocument(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testAnnotationInDocument (line 27) | def testAnnotationInDocument(self): FILE: sdk/python/sdk/test/test_annotation_suggest_request.py class TestAnnotationSuggestRequest (line 18) | class TestAnnotationSuggestRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testAnnotationSuggestRequest (line 27) | def testAnnotationSuggestRequest(self): FILE: sdk/python/sdk/test/test_annotation_update_response.py class TestAnnotationUpdateResponse (line 18) | class TestAnnotationUpdateResponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testAnnotationUpdateResponse (line 27) | def testAnnotationUpdateResponse(self): FILE: sdk/python/sdk/test/test_api_api.py class TestApiApi (line 17) | class TestApiApi(unittest.TestCase): method setUp (line 20) | def setUp(self): method tearDown (line 23) | def tearDown(self): method test_list_locales (line 26) | def test_list_locales(self): FILE: sdk/python/sdk/test/test_app_var.py class TestAppVar (line 18) | class TestAppVar(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testAppVar (line 27) | def testAppVar(self): FILE: sdk/python/sdk/test/test_assign_project_annotations_request.py class TestAssignProjectAnnotationsRequest (line 18) | class TestAssignProjectAnnotationsRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testAssignProjectAnnotationsRequest (line 27) | def testAssignProjectAnnotationsRequest(self): FILE: sdk/python/sdk/test/test_assign_project_document_request.py class TestAssignProjectDocumentRequest (line 18) | class TestAssignProjectDocumentRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testAssignProjectDocumentRequest (line 27) | def testAssignProjectDocumentRequest(self): FILE: sdk/python/sdk/test/test_assign_project_documents_request.py class TestAssignProjectDocumentsRequest (line 18) | class TestAssignProjectDocumentsRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testAssignProjectDocumentsRequest (line 27) | def testAssignProjectDocumentsRequest(self): FILE: sdk/python/sdk/test/test_check_document_field_formula_request.py class TestCheckDocumentFieldFormulaRequest (line 18) | class TestCheckDocumentFieldFormulaRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testCheckDocumentFieldFormulaRequest (line 27) | def testCheckDocumentFieldFormulaRequest(self): FILE: sdk/python/sdk/test/test_check_new_document_field_formula_request.py class TestCheckNewDocumentFieldFormulaRequest (line 18) | class TestCheckNewDocumentFieldFormulaRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testCheckNewDocumentFieldFormulaRequest (line 27) | def testCheckNewDocumentFieldFormulaRequest(self): FILE: sdk/python/sdk/test/test_citation_usage.py class TestCitationUsage (line 18) | class TestCitationUsage(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testCitationUsage (line 27) | def testCitationUsage(self): FILE: sdk/python/sdk/test/test_cleanup_project_request.py class TestCleanupProjectRequest (line 18) | class TestCleanupProjectRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testCleanupProjectRequest (line 27) | def testCleanupProjectRequest(self): FILE: sdk/python/sdk/test/test_clone_document_field_request.py class TestCloneDocumentFieldRequest (line 18) | class TestCloneDocumentFieldRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testCloneDocumentFieldRequest (line 27) | def testCloneDocumentFieldRequest(self): FILE: sdk/python/sdk/test/test_clone_document_type_request.py class TestCloneDocumentTypeRequest (line 18) | class TestCloneDocumentTypeRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testCloneDocumentTypeRequest (line 27) | def testCloneDocumentTypeRequest(self): FILE: sdk/python/sdk/test/test_cluster_project_request.py class TestClusterProjectRequest (line 18) | class TestClusterProjectRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testClusterProjectRequest (line 27) | def testClusterProjectRequest(self): FILE: sdk/python/sdk/test/test_cluster_project_response.py class TestClusterProjectResponse (line 18) | class TestClusterProjectResponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testClusterProjectResponse (line 27) | def testClusterProjectResponse(self): FILE: sdk/python/sdk/test/test_code.py class TestCode (line 18) | class TestCode(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testCode (line 27) | def testCode(self): FILE: sdk/python/sdk/test/test_common_api.py class TestCommonApi (line 17) | class TestCommonApi(unittest.TestCase): method setUp (line 20) | def setUp(self): method tearDown (line 23) | def tearDown(self): method test_common_actions_get (line 26) | def test_common_actions_get(self): method test_common_actions_id_get (line 32) | def test_common_actions_id_get(self): method test_common_app_variables_get (line 38) | def test_common_app_variables_get(self): method test_common_app_variables_list_get (line 44) | def test_common_app_variables_list_get(self): method test_common_app_variables_project_project_id_get (line 50) | def test_common_app_variables_project_project_id_get(self): method test_common_app_variables_project_project_id_put (line 56) | def test_common_app_variables_project_project_id_put(self): method test_common_media_path_get (line 62) | def test_common_media_path_get(self): method test_common_menu_groups_form_fields_get (line 68) | def test_common_menu_groups_form_fields_get(self): method test_common_menu_groups_get (line 74) | def test_common_menu_groups_get(self): method test_common_menu_groups_id_delete (line 80) | def test_common_menu_groups_id_delete(self): method test_common_menu_groups_id_form_fields_get (line 86) | def test_common_menu_groups_id_form_fields_get(self): method test_common_menu_groups_id_get (line 92) | def test_common_menu_groups_id_get(self): method test_common_menu_groups_id_patch (line 98) | def test_common_menu_groups_id_patch(self): method test_common_menu_groups_id_put (line 104) | def test_common_menu_groups_id_put(self): method test_common_menu_groups_post (line 110) | def test_common_menu_groups_post(self): method test_common_menu_items_form_fields_get (line 116) | def test_common_menu_items_form_fields_get(self): method test_common_menu_items_get (line 122) | def test_common_menu_items_get(self): method test_common_menu_items_id_delete (line 128) | def test_common_menu_items_id_delete(self): method test_common_menu_items_id_form_fields_get (line 134) | def test_common_menu_items_id_form_fields_get(self): method test_common_menu_items_id_get (line 140) | def test_common_menu_items_id_get(self): method test_common_menu_items_id_patch (line 146) | def test_common_menu_items_id_patch(self): method test_common_menu_items_id_put (line 152) | def test_common_menu_items_id_put(self): method test_common_menu_items_post (line 158) | def test_common_menu_items_post(self): method test_common_review_status_groups_get (line 164) | def test_common_review_status_groups_get(self): method test_common_review_status_groups_id_delete (line 170) | def test_common_review_status_groups_id_delete(self): method test_common_review_status_groups_id_get (line 176) | def test_common_review_status_groups_id_get(self): method test_common_review_status_groups_id_patch (line 182) | def test_common_review_status_groups_id_patch(self): method test_common_review_status_groups_id_put (line 188) | def test_common_review_status_groups_id_put(self): method test_common_review_status_groups_post (line 194) | def test_common_review_status_groups_post(self): method test_common_review_statuses_get (line 200) | def test_common_review_statuses_get(self): method test_common_review_statuses_id_delete (line 206) | def test_common_review_statuses_id_delete(self): method test_common_review_statuses_id_get (line 212) | def test_common_review_statuses_id_get(self): method test_common_review_statuses_id_patch (line 218) | def test_common_review_statuses_id_patch(self): method test_common_review_statuses_id_put (line 224) | def test_common_review_statuses_id_put(self): method test_common_review_statuses_post (line 230) | def test_common_review_statuses_post(self): FILE: sdk/python/sdk/test/test_copyright_usage.py class TestCopyrightUsage (line 18) | class TestCopyrightUsage(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testCopyrightUsage (line 27) | def testCopyrightUsage(self): FILE: sdk/python/sdk/test/test_count_success_response.py class TestCountSuccessResponse (line 18) | class TestCountSuccessResponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testCountSuccessResponse (line 27) | def testCountSuccessResponse(self): FILE: sdk/python/sdk/test/test_court_usage.py class TestCourtUsage (line 18) | class TestCourtUsage(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testCourtUsage (line 27) | def testCourtUsage(self): FILE: sdk/python/sdk/test/test_currency_usage.py class TestCurrencyUsage (line 18) | class TestCurrencyUsage(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testCurrencyUsage (line 27) | def testCurrencyUsage(self): FILE: sdk/python/sdk/test/test_custom_password_change.py class TestCustomPasswordChange (line 18) | class TestCustomPasswordChange(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testCustomPasswordChange (line 27) | def testCustomPasswordChange(self): FILE: sdk/python/sdk/test/test_custom_password_reset.py class TestCustomPasswordReset (line 18) | class TestCustomPasswordReset(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testCustomPasswordReset (line 27) | def testCustomPasswordReset(self): FILE: sdk/python/sdk/test/test_custom_password_reset_confirm.py class TestCustomPasswordResetConfirm (line 18) | class TestCustomPasswordResetConfirm(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testCustomPasswordResetConfirm (line 27) | def testCustomPasswordResetConfirm(self): FILE: sdk/python/sdk/test/test_date_duration_usage.py class TestDateDurationUsage (line 18) | class TestDateDurationUsage(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDateDurationUsage (line 27) | def testDateDurationUsage(self): FILE: sdk/python/sdk/test/test_date_usage.py class TestDateUsage (line 18) | class TestDateUsage(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDateUsage (line 27) | def testDateUsage(self): FILE: sdk/python/sdk/test/test_date_usage_calendar.py class TestDateUsageCalendar (line 18) | class TestDateUsageCalendar(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDateUsageCalendar (line 27) | def testDateUsageCalendar(self): FILE: sdk/python/sdk/test/test_date_usage_timeline.py class TestDateUsageTimeline (line 18) | class TestDateUsageTimeline(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDateUsageTimeline (line 27) | def testDateUsageTimeline(self): FILE: sdk/python/sdk/test/test_definition_usage.py class TestDefinitionUsage (line 18) | class TestDefinitionUsage(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDefinitionUsage (line 27) | def testDefinitionUsage(self): FILE: sdk/python/sdk/test/test_detect_project_field_values_request.py class TestDetectProjectFieldValuesRequest (line 18) | class TestDetectProjectFieldValuesRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDetectProjectFieldValuesRequest (line 27) | def testDetectProjectFieldValuesRequest(self): FILE: sdk/python/sdk/test/test_distance_usage.py class TestDistanceUsage (line 18) | class TestDistanceUsage(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDistanceUsage (line 27) | def testDistanceUsage(self): FILE: sdk/python/sdk/test/test_document_api.py class TestDocumentApi (line 17) | class TestDocumentApi(unittest.TestCase): method setUp (line 20) | def setUp(self): method tearDown (line 23) | def tearDown(self): method test_document_annotations_annotate_put (line 26) | def test_document_annotations_annotate_put(self): method test_document_annotations_batch_put (line 32) | def test_document_annotations_batch_put(self): method test_document_annotations_get (line 38) | def test_document_annotations_get(self): method test_document_annotations_id_delete (line 44) | def test_document_annotations_id_delete(self): method test_document_annotations_id_get (line 50) | def test_document_annotations_id_get(self): method test_document_annotations_id_put (line 56) | def test_document_annotations_id_put(self): method test_document_annotations_post (line 62) | def test_document_annotations_post(self): method test_document_annotations_suggest_post (line 68) | def test_document_annotations_suggest_post(self): method test_document_document_field_annotations_for_user_get (line 74) | def test_document_document_field_annotations_for_user_get(self): method test_document_document_field_annotations_get (line 80) | def test_document_document_field_annotations_get(self): method test_document_document_field_annotations_uid_get (line 86) | def test_document_document_field_annotations_uid_get(self): method test_document_document_field_categories_form_fields_get (line 92) | def test_document_document_field_categories_form_fields_get(self): method test_document_document_field_categories_get (line 98) | def test_document_document_field_categories_get(self): method test_document_document_field_categories_id_delete (line 104) | def test_document_document_field_categories_id_delete(self): method test_document_document_field_categories_id_form_fields_get (line 110) | def test_document_document_field_categories_id_form_fields_get(self): method test_document_document_field_categories_id_get (line 116) | def test_document_document_field_categories_id_get(self): method test_document_document_field_categories_id_patch (line 122) | def test_document_document_field_categories_id_patch(self): method test_document_document_field_categories_id_put (line 128) | def test_document_document_field_categories_id_put(self): method test_document_document_field_categories_post (line 134) | def test_document_document_field_categories_post(self): method test_document_document_field_detectors_form_fields_get (line 140) | def test_document_document_field_detectors_form_fields_get(self): method test_document_document_field_detectors_get (line 146) | def test_document_document_field_detectors_get(self): method test_document_document_field_detectors_post (line 152) | def test_document_document_field_detectors_post(self): method test_document_document_field_detectors_uid_delete (line 158) | def test_document_document_field_detectors_uid_delete(self): method test_document_document_field_detectors_uid_form_fields_get (line 164) | def test_document_document_field_detectors_uid_form_fields_get(self): method test_document_document_field_detectors_uid_get (line 170) | def test_document_document_field_detectors_uid_get(self): method test_document_document_field_detectors_uid_patch (line 176) | def test_document_document_field_detectors_uid_patch(self): method test_document_document_field_detectors_uid_put (line 182) | def test_document_document_field_detectors_uid_put(self): method test_document_document_field_values_get (line 188) | def test_document_document_field_values_get(self): method test_document_document_field_values_id_get (line 194) | def test_document_document_field_values_id_get(self): method test_document_document_fields_check_field_formula_post (line 200) | def test_document_document_fields_check_field_formula_post(self): method test_document_document_fields_form_fields_get (line 206) | def test_document_document_fields_form_fields_get(self): method test_document_document_fields_get (line 212) | def test_document_document_fields_get(self): method test_document_document_fields_post (line 218) | def test_document_document_fields_post(self): method test_document_document_fields_stats_get (line 224) | def test_document_document_fields_stats_get(self): method test_document_document_fields_uid_check_formula_post (line 230) | def test_document_document_fields_uid_check_formula_post(self): method test_document_document_fields_uid_clone_post (line 236) | def test_document_document_fields_uid_clone_post(self): method test_document_document_fields_uid_delete (line 242) | def test_document_document_fields_uid_delete(self): method test_document_document_fields_uid_form_fields_get (line 248) | def test_document_document_fields_uid_form_fields_get(self): method test_document_document_fields_uid_get (line 254) | def test_document_document_fields_uid_get(self): method test_document_document_fields_uid_patch (line 260) | def test_document_document_fields_uid_patch(self): method test_document_document_fields_uid_pre_delete_post (line 266) | def test_document_document_fields_uid_pre_delete_post(self): method test_document_document_fields_uid_put (line 272) | def test_document_document_fields_uid_put(self): method test_document_document_notes_get (line 278) | def test_document_document_notes_get(self): method test_document_document_notes_id_delete (line 284) | def test_document_document_notes_id_delete(self): method test_document_document_notes_id_get (line 290) | def test_document_document_notes_id_get(self): method test_document_document_notes_id_patch (line 296) | def test_document_document_notes_id_patch(self): method test_document_document_notes_id_put (line 302) | def test_document_document_notes_id_put(self): method test_document_document_notes_post (line 308) | def test_document_document_notes_post(self): method test_document_document_types_form_fields_get (line 314) | def test_document_document_types_form_fields_get(self): method test_document_document_types_get (line 320) | def test_document_document_types_get(self): method test_document_document_types_import_doc_type_put (line 326) | def test_document_document_types_import_doc_type_put(self): method test_document_document_types_post (line 332) | def test_document_document_types_post(self): method test_document_document_types_scheme_migrations_get (line 338) | def test_document_document_types_scheme_migrations_get(self): method test_document_document_types_stats_get (line 344) | def test_document_document_types_stats_get(self): method test_document_document_types_uid_clone_post (line 350) | def test_document_document_types_uid_clone_post(self): method test_document_document_types_uid_delete (line 356) | def test_document_document_types_uid_delete(self): method test_document_document_types_uid_export_doc_type_get (line 362) | def test_document_document_types_uid_export_doc_type_get(self): method test_document_document_types_uid_form_fields_get (line 368) | def test_document_document_types_uid_form_fields_get(self): method test_document_document_types_uid_get (line 374) | def test_document_document_types_uid_get(self): method test_document_document_types_uid_patch (line 380) | def test_document_document_types_uid_patch(self): method test_document_document_types_uid_pre_delete_post (line 386) | def test_document_document_types_uid_pre_delete_post(self): method test_document_document_types_uid_put (line 392) | def test_document_document_types_uid_put(self): method test_document_document_types_user_project_types_get (line 398) | def test_document_document_types_user_project_types_get(self): method test_document_documents_download_zip_get (line 404) | def test_document_documents_download_zip_get(self): method test_document_documents_for_user_get (line 410) | def test_document_documents_for_user_get(self): method test_document_documents_get (line 416) | def test_document_documents_get(self): method test_document_documents_id_actions_get (line 422) | def test_document_documents_id_actions_get(self): method test_document_documents_id_data_get (line 428) | def test_document_documents_id_data_get(self): method test_document_documents_id_definitions_get (line 434) | def test_document_documents_id_definitions_get(self): method test_document_documents_id_delete (line 440) | def test_document_documents_id_delete(self): method test_document_documents_id_extraction_get (line 446) | def test_document_documents_id_extraction_get(self): method test_document_documents_id_fields_get (line 452) | def test_document_documents_id_fields_get(self): method test_document_documents_id_fields_patch (line 458) | def test_document_documents_id_fields_patch(self): method test_document_documents_id_fields_post (line 464) | def test_document_documents_id_fields_post(self): method test_document_documents_id_fields_put (line 470) | def test_document_documents_id_fields_put(self): method test_document_documents_id_full_text_get (line 476) | def test_document_documents_id_full_text_get(self): method test_document_documents_id_get (line 482) | def test_document_documents_id_get(self): method test_document_documents_id_has_pdf_info_get (line 488) | def test_document_documents_id_has_pdf_info_get(self): method test_document_documents_id_patch (line 494) | def test_document_documents_id_patch(self): method test_document_documents_id_pdf_repr_get (line 500) | def test_document_documents_id_pdf_repr_get(self): method test_document_documents_id_put (line 506) | def test_document_documents_id_put(self): method test_document_documents_id_show_get (line 512) | def test_document_documents_id_show_get(self): method test_document_documents_id_similar_get (line 518) | def test_document_documents_id_similar_get(self): method test_document_documents_mark_delete_post (line 524) | def test_document_documents_mark_delete_post(self): method test_document_documents_post (line 530) | def test_document_documents_post(self): method test_document_documents_unmark_delete_post (line 536) | def test_document_documents_unmark_delete_post(self): method test_document_field_annotation_statuses_get (line 542) | def test_document_field_annotation_statuses_get(self): method test_document_field_annotation_statuses_id_delete (line 548) | def test_document_field_annotation_statuses_id_delete(self): method test_document_field_annotation_statuses_id_get (line 554) | def test_document_field_annotation_statuses_id_get(self): method test_document_field_annotation_statuses_id_patch (line 560) | def test_document_field_annotation_statuses_id_patch(self): method test_document_field_annotation_statuses_id_put (line 566) | def test_document_field_annotation_statuses_id_put(self): method test_document_field_annotation_statuses_post (line 572) | def test_document_field_annotation_statuses_post(self): method test_document_project_project_pk_document_field_annotations_for_user_get (line 578) | def test_document_project_project_pk_document_field_annotations_for_us... method test_document_project_project_pk_document_field_annotations_get (line 584) | def test_document_project_project_pk_document_field_annotations_get(se... method test_document_project_project_pk_document_field_annotations_uid_get (line 590) | def test_document_project_project_pk_document_field_annotations_uid_ge... method test_document_project_project_pk_document_field_values_get (line 596) | def test_document_project_project_pk_document_field_values_get(self): method test_document_project_project_pk_document_field_values_id_get (line 602) | def test_document_project_project_pk_document_field_values_id_get(self): method test_document_project_project_pk_documents_document_pk_annotations_get (line 608) | def test_document_project_project_pk_documents_document_pk_annotations... method test_document_project_project_pk_documents_document_pk_annotations_id_delete (line 614) | def test_document_project_project_pk_documents_document_pk_annotations... method test_document_project_project_pk_documents_document_pk_annotations_id_get (line 620) | def test_document_project_project_pk_documents_document_pk_annotations... method test_document_project_project_pk_documents_document_pk_annotations_id_patch (line 626) | def test_document_project_project_pk_documents_document_pk_annotations... method test_document_project_project_pk_documents_document_pk_annotations_id_put (line 632) | def test_document_project_project_pk_documents_document_pk_annotations... method test_document_project_project_pk_documents_document_pk_annotations_post (line 638) | def test_document_project_project_pk_documents_document_pk_annotations... method test_document_project_project_pk_documents_download_zip_get (line 644) | def test_document_project_project_pk_documents_download_zip_get(self): method test_document_project_project_pk_documents_for_user_get (line 650) | def test_document_project_project_pk_documents_for_user_get(self): method test_document_project_project_pk_documents_get (line 656) | def test_document_project_project_pk_documents_get(self): method test_document_project_project_pk_documents_id_actions_get (line 662) | def test_document_project_project_pk_documents_id_actions_get(self): method test_document_project_project_pk_documents_id_data_get (line 668) | def test_document_project_project_pk_documents_id_data_get(self): method test_document_project_project_pk_documents_id_definitions_get (line 674) | def test_document_project_project_pk_documents_id_definitions_get(self): method test_document_project_project_pk_documents_id_delete (line 680) | def test_document_project_project_pk_documents_id_delete(self): method test_document_project_project_pk_documents_id_extraction_get (line 686) | def test_document_project_project_pk_documents_id_extraction_get(self): method test_document_project_project_pk_documents_id_fields_get (line 692) | def test_document_project_project_pk_documents_id_fields_get(self): method test_document_project_project_pk_documents_id_fields_patch (line 698) | def test_document_project_project_pk_documents_id_fields_patch(self): method test_document_project_project_pk_documents_id_fields_post (line 704) | def test_document_project_project_pk_documents_id_fields_post(self): method test_document_project_project_pk_documents_id_fields_put (line 710) | def test_document_project_project_pk_documents_id_fields_put(self): method test_document_project_project_pk_documents_id_full_text_get (line 716) | def test_document_project_project_pk_documents_id_full_text_get(self): method test_document_project_project_pk_documents_id_get (line 722) | def test_document_project_project_pk_documents_id_get(self): method test_document_project_project_pk_documents_id_has_pdf_info_get (line 728) | def test_document_project_project_pk_documents_id_has_pdf_info_get(self): method test_document_project_project_pk_documents_id_patch (line 734) | def test_document_project_project_pk_documents_id_patch(self): method test_document_project_project_pk_documents_id_pdf_repr_get (line 740) | def test_document_project_project_pk_documents_id_pdf_repr_get(self): method test_document_project_project_pk_documents_id_put (line 746) | def test_document_project_project_pk_documents_id_put(self): method test_document_project_project_pk_documents_id_show_get (line 752) | def test_document_project_project_pk_documents_id_show_get(self): method test_document_project_project_pk_documents_id_similar_get (line 758) | def test_document_project_project_pk_documents_id_similar_get(self): method test_document_project_project_pk_documents_mark_delete_post (line 764) | def test_document_project_project_pk_documents_mark_delete_post(self): method test_document_project_project_pk_documents_post (line 770) | def test_document_project_project_pk_documents_post(self): method test_document_project_project_pk_documents_unmark_delete_post (line 776) | def test_document_project_project_pk_documents_unmark_delete_post(self): method test_document_stats_get (line 782) | def test_document_stats_get(self): method test_document_textunits_get (line 788) | def test_document_textunits_get(self): method test_document_textunits_id_get (line 794) | def test_document_textunits_id_get(self): FILE: sdk/python/sdk/test/test_document_cluster.py class TestDocumentCluster (line 20) | class TestDocumentCluster(unittest.TestCase): method setUp (line 23) | def setUp(self): method tearDown (line 26) | def tearDown(self): method testDocumentCluster (line 29) | def testDocumentCluster(self): FILE: sdk/python/sdk/test/test_document_cluster_document_data.py class TestDocumentClusterDocumentData (line 18) | class TestDocumentClusterDocumentData(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentClusterDocumentData (line 27) | def testDocumentClusterDocumentData(self): FILE: sdk/python/sdk/test/test_document_cluster_document_data_inner.py class TestDocumentClusterDocumentDataInner (line 18) | class TestDocumentClusterDocumentDataInner(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentClusterDocumentDataInner (line 27) | def testDocumentClusterDocumentDataInner(self): FILE: sdk/python/sdk/test/test_document_cluster_update.py class TestDocumentClusterUpdate (line 18) | class TestDocumentClusterUpdate(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentClusterUpdate (line 27) | def testDocumentClusterUpdate(self): FILE: sdk/python/sdk/test/test_document_definitions.py class TestDocumentDefinitions (line 18) | class TestDocumentDefinitions(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentDefinitions (line 27) | def testDocumentDefinitions(self): FILE: sdk/python/sdk/test/test_document_detail.py class TestDocumentDetail (line 26) | class TestDocumentDetail(unittest.TestCase): method setUp (line 29) | def setUp(self): method tearDown (line 32) | def tearDown(self): method testDocumentDetail (line 35) | def testDocumentDetail(self): FILE: sdk/python/sdk/test/test_document_detail_assignee_data.py class TestDocumentDetailAssigneeData (line 18) | class TestDocumentDetailAssigneeData(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentDetailAssigneeData (line 27) | def testDocumentDetailAssigneeData(self): FILE: sdk/python/sdk/test/test_document_detail_available_assignees_data.py class TestDocumentDetailAvailableAssigneesData (line 18) | class TestDocumentDetailAvailableAssigneesData(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentDetailAvailableAssigneesData (line 27) | def testDocumentDetailAvailableAssigneesData(self): FILE: sdk/python/sdk/test/test_document_detail_available_assignees_data_inner.py class TestDocumentDetailAvailableAssigneesDataInner (line 18) | class TestDocumentDetailAvailableAssigneesDataInner(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentDetailAvailableAssigneesDataInner (line 27) | def testDocumentDetailAvailableAssigneesDataInner(self): FILE: sdk/python/sdk/test/test_document_detail_notes.py class TestDocumentDetailNotes (line 20) | class TestDocumentDetailNotes(unittest.TestCase): method setUp (line 23) | def setUp(self): method tearDown (line 26) | def tearDown(self): method testDocumentDetailNotes (line 29) | def testDocumentDetailNotes(self): FILE: sdk/python/sdk/test/test_document_detail_status_data.py class TestDocumentDetailStatusData (line 18) | class TestDocumentDetailStatusData(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentDetailStatusData (line 27) | def testDocumentDetailStatusData(self): FILE: sdk/python/sdk/test/test_document_detail_user.py class TestDocumentDetailUser (line 18) | class TestDocumentDetailUser(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentDetailUser (line 27) | def testDocumentDetailUser(self): FILE: sdk/python/sdk/test/test_document_documents_download_zip_get404_response.py class TestDocumentDocumentsDownloadZipGET404Response (line 18) | class TestDocumentDocumentsDownloadZipGET404Response(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentDocumentsDownloadZipGET404Response (line 27) | def testDocumentDocumentsDownloadZipGET404Response(self): FILE: sdk/python/sdk/test/test_document_download_zip_response.py class TestDocumentDownloadZipResponse (line 18) | class TestDocumentDownloadZipResponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentDownloadZipResponse (line 27) | def testDocumentDownloadZipResponse(self): FILE: sdk/python/sdk/test/test_document_field_annotation.py class TestDocumentFieldAnnotation (line 18) | class TestDocumentFieldAnnotation(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentFieldAnnotation (line 27) | def testDocumentFieldAnnotation(self): FILE: sdk/python/sdk/test/test_document_field_category_create.py class TestDocumentFieldCategoryCreate (line 18) | class TestDocumentFieldCategoryCreate(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentFieldCategoryCreate (line 27) | def testDocumentFieldCategoryCreate(self): FILE: sdk/python/sdk/test/test_document_field_category_list.py class TestDocumentFieldCategoryList (line 20) | class TestDocumentFieldCategoryList(unittest.TestCase): method setUp (line 23) | def setUp(self): method tearDown (line 26) | def tearDown(self): method testDocumentFieldCategoryList (line 29) | def testDocumentFieldCategoryList(self): FILE: sdk/python/sdk/test/test_document_field_category_list_fields.py class TestDocumentFieldCategoryListFields (line 18) | class TestDocumentFieldCategoryListFields(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentFieldCategoryListFields (line 27) | def testDocumentFieldCategoryListFields(self): FILE: sdk/python/sdk/test/test_document_field_category_list_fields_inner.py class TestDocumentFieldCategoryListFieldsInner (line 18) | class TestDocumentFieldCategoryListFieldsInner(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentFieldCategoryListFieldsInner (line 27) | def testDocumentFieldCategoryListFieldsInner(self): FILE: sdk/python/sdk/test/test_document_field_create.py class TestDocumentFieldCreate (line 18) | class TestDocumentFieldCreate(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentFieldCreate (line 27) | def testDocumentFieldCreate(self): FILE: sdk/python/sdk/test/test_document_field_detail.py class TestDocumentFieldDetail (line 18) | class TestDocumentFieldDetail(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentFieldDetail (line 27) | def testDocumentFieldDetail(self): FILE: sdk/python/sdk/test/test_document_field_detector_create.py class TestDocumentFieldDetectorCreate (line 18) | class TestDocumentFieldDetectorCreate(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentFieldDetectorCreate (line 27) | def testDocumentFieldDetectorCreate(self): FILE: sdk/python/sdk/test/test_document_field_detector_detail.py class TestDocumentFieldDetectorDetail (line 18) | class TestDocumentFieldDetectorDetail(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentFieldDetectorDetail (line 27) | def testDocumentFieldDetectorDetail(self): FILE: sdk/python/sdk/test/test_document_field_list.py class TestDocumentFieldList (line 22) | class TestDocumentFieldList(unittest.TestCase): method setUp (line 25) | def setUp(self): method tearDown (line 28) | def tearDown(self): method testDocumentFieldList (line 31) | def testDocumentFieldList(self): FILE: sdk/python/sdk/test/test_document_field_list_category.py class TestDocumentFieldListCategory (line 18) | class TestDocumentFieldListCategory(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentFieldListCategory (line 27) | def testDocumentFieldListCategory(self): FILE: sdk/python/sdk/test/test_document_field_list_family.py class TestDocumentFieldListFamily (line 18) | class TestDocumentFieldListFamily(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentFieldListFamily (line 27) | def testDocumentFieldListFamily(self): FILE: sdk/python/sdk/test/test_document_field_stats_response.py class TestDocumentFieldStatsResponse (line 18) | class TestDocumentFieldStatsResponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentFieldStatsResponse (line 27) | def testDocumentFieldStatsResponse(self): FILE: sdk/python/sdk/test/test_document_field_value.py class TestDocumentFieldValue (line 18) | class TestDocumentFieldValue(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentFieldValue (line 27) | def testDocumentFieldValue(self): FILE: sdk/python/sdk/test/test_document_note_create.py class TestDocumentNoteCreate (line 20) | class TestDocumentNoteCreate(unittest.TestCase): method setUp (line 23) | def setUp(self): method tearDown (line 26) | def tearDown(self): method testDocumentNoteCreate (line 29) | def testDocumentNoteCreate(self): FILE: sdk/python/sdk/test/test_document_note_detail.py class TestDocumentNoteDetail (line 20) | class TestDocumentNoteDetail(unittest.TestCase): method setUp (line 23) | def setUp(self): method tearDown (line 26) | def tearDown(self): method testDocumentNoteDetail (line 29) | def testDocumentNoteDetail(self): FILE: sdk/python/sdk/test/test_document_note_detail_user.py class TestDocumentNoteDetailUser (line 18) | class TestDocumentNoteDetailUser(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentNoteDetailUser (line 27) | def testDocumentNoteDetailUser(self): FILE: sdk/python/sdk/test/test_document_note_update.py class TestDocumentNoteUpdate (line 18) | class TestDocumentNoteUpdate(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentNoteUpdate (line 27) | def testDocumentNoteUpdate(self): FILE: sdk/python/sdk/test/test_document_pdf_repr.py class TestDocumentPDFRepr (line 18) | class TestDocumentPDFRepr(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentPDFRepr (line 27) | def testDocumentPDFRepr(self): FILE: sdk/python/sdk/test/test_document_set_annotator_coordinates_difference_request.py class TestDocumentSetAnnotatorCoordinatesDifferenceRequest (line 20) | class TestDocumentSetAnnotatorCoordinatesDifferenceRequest(unittest.Test... method setUp (line 23) | def setUp(self): method tearDown (line 26) | def tearDown(self): method testDocumentSetAnnotatorCoordinatesDifferenceRequest (line 29) | def testDocumentSetAnnotatorCoordinatesDifferenceRequest(self): FILE: sdk/python/sdk/test/test_document_set_annotator_coordinates_difference_request_first_letters_inner.py class TestDocumentSetAnnotatorCoordinatesDifferenceRequestFirstLettersInner (line 18) | class TestDocumentSetAnnotatorCoordinatesDifferenceRequestFirstLettersIn... method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentSetAnnotatorCoordinatesDifferenceRequestFirstLettersInner (line 27) | def testDocumentSetAnnotatorCoordinatesDifferenceRequestFirstLettersIn... FILE: sdk/python/sdk/test/test_document_set_annotator_coordinates_difference_response.py class TestDocumentSetAnnotatorCoordinatesDifferenceResponse (line 18) | class TestDocumentSetAnnotatorCoordinatesDifferenceResponse(unittest.Tes... method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentSetAnnotatorCoordinatesDifferenceResponse (line 27) | def testDocumentSetAnnotatorCoordinatesDifferenceResponse(self): FILE: sdk/python/sdk/test/test_document_similarity.py class TestDocumentSimilarity (line 20) | class TestDocumentSimilarity(unittest.TestCase): method setUp (line 23) | def setUp(self): method tearDown (line 26) | def tearDown(self): method testDocumentSimilarity (line 29) | def testDocumentSimilarity(self): FILE: sdk/python/sdk/test/test_document_similarity_by_features_form.py class TestDocumentSimilarityByFeaturesForm (line 18) | class TestDocumentSimilarityByFeaturesForm(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentSimilarityByFeaturesForm (line 27) | def testDocumentSimilarityByFeaturesForm(self): FILE: sdk/python/sdk/test/test_document_similarity_run.py class TestDocumentSimilarityRun (line 18) | class TestDocumentSimilarityRun(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentSimilarityRun (line 27) | def testDocumentSimilarityRun(self): FILE: sdk/python/sdk/test/test_document_type_create.py class TestDocumentTypeCreate (line 22) | class TestDocumentTypeCreate(unittest.TestCase): method setUp (line 25) | def setUp(self): method tearDown (line 28) | def tearDown(self): method testDocumentTypeCreate (line 31) | def testDocumentTypeCreate(self): FILE: sdk/python/sdk/test/test_document_type_detail.py class TestDocumentTypeDetail (line 22) | class TestDocumentTypeDetail(unittest.TestCase): method setUp (line 25) | def setUp(self): method tearDown (line 28) | def tearDown(self): method testDocumentTypeDetail (line 31) | def testDocumentTypeDetail(self): FILE: sdk/python/sdk/test/test_document_type_detail_categories.py class TestDocumentTypeDetailCategories (line 18) | class TestDocumentTypeDetailCategories(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentTypeDetailCategories (line 27) | def testDocumentTypeDetailCategories(self): FILE: sdk/python/sdk/test/test_document_type_detail_categories_inner.py class TestDocumentTypeDetailCategoriesInner (line 18) | class TestDocumentTypeDetailCategoriesInner(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentTypeDetailCategoriesInner (line 27) | def testDocumentTypeDetailCategoriesInner(self): FILE: sdk/python/sdk/test/test_document_type_detail_fields_data.py class TestDocumentTypeDetailFieldsData (line 20) | class TestDocumentTypeDetailFieldsData(unittest.TestCase): method setUp (line 23) | def setUp(self): method tearDown (line 26) | def tearDown(self): method testDocumentTypeDetailFieldsData (line 29) | def testDocumentTypeDetailFieldsData(self): FILE: sdk/python/sdk/test/test_document_type_detail_fields_data_inner.py class TestDocumentTypeDetailFieldsDataInner (line 20) | class TestDocumentTypeDetailFieldsDataInner(unittest.TestCase): method setUp (line 23) | def setUp(self): method tearDown (line 26) | def tearDown(self): method testDocumentTypeDetailFieldsDataInner (line 29) | def testDocumentTypeDetailFieldsDataInner(self): FILE: sdk/python/sdk/test/test_document_type_for_stats.py class TestDocumentTypeForStats (line 18) | class TestDocumentTypeForStats(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentTypeForStats (line 27) | def testDocumentTypeForStats(self): FILE: sdk/python/sdk/test/test_document_type_import_request.py class TestDocumentTypeImportRequest (line 18) | class TestDocumentTypeImportRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentTypeImportRequest (line 27) | def testDocumentTypeImportRequest(self): FILE: sdk/python/sdk/test/test_document_type_import_response.py class TestDocumentTypeImportResponse (line 18) | class TestDocumentTypeImportResponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentTypeImportResponse (line 27) | def testDocumentTypeImportResponse(self): FILE: sdk/python/sdk/test/test_document_type_stats.py class TestDocumentTypeStats (line 20) | class TestDocumentTypeStats(unittest.TestCase): method setUp (line 23) | def setUp(self): method tearDown (line 26) | def tearDown(self): method testDocumentTypeStats (line 29) | def testDocumentTypeStats(self): FILE: sdk/python/sdk/test/test_document_type_stats_data.py class TestDocumentTypeStatsData (line 18) | class TestDocumentTypeStatsData(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentTypeStatsData (line 27) | def testDocumentTypeStatsData(self): FILE: sdk/python/sdk/test/test_documents_for_user.py class TestDocumentsForUser (line 18) | class TestDocumentsForUser(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentsForUser (line 27) | def testDocumentsForUser(self): FILE: sdk/python/sdk/test/test_documents_for_user_response.py class TestDocumentsForUserResponse (line 20) | class TestDocumentsForUserResponse(unittest.TestCase): method setUp (line 23) | def setUp(self): method tearDown (line 26) | def tearDown(self): method testDocumentsForUserResponse (line 29) | def testDocumentsForUserResponse(self): FILE: sdk/python/sdk/test/test_documents_for_user_response_data.py class TestDocumentsForUserResponseData (line 18) | class TestDocumentsForUserResponseData(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentsForUserResponseData (line 27) | def testDocumentsForUserResponseData(self): FILE: sdk/python/sdk/test/test_documents_for_user_response_data_inner.py class TestDocumentsForUserResponseDataInner (line 18) | class TestDocumentsForUserResponseDataInner(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDocumentsForUserResponseDataInner (line 27) | def testDocumentsForUserResponseDataInner(self): FILE: sdk/python/sdk/test/test_dump_api.py class TestDumpApi (line 17) | class TestDumpApi(unittest.TestCase): method setUp (line 20) | def setUp(self): method tearDown (line 23) | def tearDown(self): method test_dump_document_config_get (line 26) | def test_dump_document_config_get(self): method test_dump_document_config_put (line 32) | def test_dump_document_config_put(self): method test_dump_dump_fixture_post (line 38) | def test_dump_dump_fixture_post(self): method test_dump_dump_get (line 44) | def test_dump_dump_get(self): method test_dump_dump_put (line 50) | def test_dump_dump_put(self): method test_dump_field_values_get (line 56) | def test_dump_field_values_get(self): method test_dump_field_values_put (line 62) | def test_dump_field_values_put(self): method test_dump_load_fixture_post (line 68) | def test_dump_load_fixture_post(self): FILE: sdk/python/sdk/test/test_dump_document_config_get200_response.py class TestDumpDocumentConfigGET200Response (line 18) | class TestDumpDocumentConfigGET200Response(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDumpDocumentConfigGET200Response (line 27) | def testDumpDocumentConfigGET200Response(self): FILE: sdk/python/sdk/test/test_dump_fixture.py class TestDumpFixture (line 18) | class TestDumpFixture(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDumpFixture (line 27) | def testDumpFixture(self): FILE: sdk/python/sdk/test/test_dump_put_error_response.py class TestDumpPUTErrorResponse (line 18) | class TestDumpPUTErrorResponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testDumpPUTErrorResponse (line 27) | def testDumpPUTErrorResponse(self): FILE: sdk/python/sdk/test/test_extract_api.py class TestExtractApi (line 17) | class TestExtractApi(unittest.TestCase): method setUp (line 20) | def setUp(self): method tearDown (line 23) | def tearDown(self): method test_extract_amount_usage_get (line 26) | def test_extract_amount_usage_get(self): method test_extract_amount_usage_top_get (line 32) | def test_extract_amount_usage_top_get(self): method test_extract_citation_usage_get (line 38) | def test_extract_citation_usage_get(self): method test_extract_citation_usage_top_get (line 44) | def test_extract_citation_usage_top_get(self): method test_extract_copyright_usage_get (line 50) | def test_extract_copyright_usage_get(self): method test_extract_copyright_usage_top_get (line 56) | def test_extract_copyright_usage_top_get(self): method test_extract_court_usage_get (line 62) | def test_extract_court_usage_get(self): method test_extract_court_usage_top_get (line 68) | def test_extract_court_usage_top_get(self): method test_extract_currency_usage_get (line 74) | def test_extract_currency_usage_get(self): method test_extract_currency_usage_top_get (line 80) | def test_extract_currency_usage_top_get(self): method test_extract_date_duration_usage_get (line 86) | def test_extract_date_duration_usage_get(self): method test_extract_date_duration_usage_top_get (line 92) | def test_extract_date_duration_usage_top_get(self): method test_extract_date_usage_calendar_chart_get (line 98) | def test_extract_date_usage_calendar_chart_get(self): method test_extract_date_usage_get (line 104) | def test_extract_date_usage_get(self): method test_extract_date_usage_timeline_chart_get (line 110) | def test_extract_date_usage_timeline_chart_get(self): method test_extract_date_usage_to_ical_get (line 116) | def test_extract_date_usage_to_ical_get(self): method test_extract_date_usage_top_get (line 122) | def test_extract_date_usage_top_get(self): method test_extract_definition_usage_get (line 128) | def test_extract_definition_usage_get(self): method test_extract_definition_usage_top_get (line 134) | def test_extract_definition_usage_top_get(self): method test_extract_distance_usage_get (line 140) | def test_extract_distance_usage_get(self): method test_extract_distance_usage_top_get (line 146) | def test_extract_distance_usage_top_get(self): method test_extract_geo_alias_usage_get (line 152) | def test_extract_geo_alias_usage_get(self): method test_extract_geo_alias_usage_top_get (line 158) | def test_extract_geo_alias_usage_top_get(self): method test_extract_geo_entities_get (line 164) | def test_extract_geo_entities_get(self): method test_extract_geo_entities_id_get (line 170) | def test_extract_geo_entities_id_get(self): method test_extract_geo_entities_id_put (line 176) | def test_extract_geo_entities_id_put(self): method test_extract_geo_entity_usage_get (line 182) | def test_extract_geo_entity_usage_get(self): method test_extract_geo_entity_usage_top_get (line 188) | def test_extract_geo_entity_usage_top_get(self): method test_extract_parties_get (line 194) | def test_extract_parties_get(self): method test_extract_parties_id_get (line 200) | def test_extract_parties_id_get(self): method test_extract_party_network_chart_get (line 206) | def test_extract_party_network_chart_get(self): method test_extract_party_usage_get (line 212) | def test_extract_party_usage_get(self): method test_extract_party_usage_top_get (line 218) | def test_extract_party_usage_top_get(self): method test_extract_percent_usage_get (line 224) | def test_extract_percent_usage_get(self): method test_extract_percent_usage_top_get (line 230) | def test_extract_percent_usage_top_get(self): method test_extract_ratio_usage_get (line 236) | def test_extract_ratio_usage_get(self): method test_extract_ratio_usage_top_get (line 242) | def test_extract_ratio_usage_top_get(self): method test_extract_regulation_usage_get (line 248) | def test_extract_regulation_usage_get(self): method test_extract_regulation_usage_top_get (line 254) | def test_extract_regulation_usage_top_get(self): method test_extract_term_tags_get (line 260) | def test_extract_term_tags_get(self): method test_extract_term_usage_get (line 266) | def test_extract_term_usage_get(self): method test_extract_term_usage_top_get (line 272) | def test_extract_term_usage_top_get(self): method test_extract_trademark_usage_get (line 278) | def test_extract_trademark_usage_get(self): method test_extract_trademark_usage_top_get (line 284) | def test_extract_trademark_usage_top_get(self): method test_extract_typeahead_geo_entity_usage_field_name_get (line 290) | def test_extract_typeahead_geo_entity_usage_field_name_get(self): method test_extract_typeahead_party_usage_field_name_get (line 296) | def test_extract_typeahead_party_usage_field_name_get(self): method test_extract_typeahead_term_usage_field_name_get (line 302) | def test_extract_typeahead_term_usage_field_name_get(self): method test_extract_url_usage_get (line 308) | def test_extract_url_usage_get(self): method test_extract_url_usage_top_get (line 314) | def test_extract_url_usage_top_get(self): FILE: sdk/python/sdk/test/test_field_annotation_status.py class TestFieldAnnotationStatus (line 18) | class TestFieldAnnotationStatus(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testFieldAnnotationStatus (line 27) | def testFieldAnnotationStatus(self): FILE: sdk/python/sdk/test/test_geo_alias_usage.py class TestGeoAliasUsage (line 18) | class TestGeoAliasUsage(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testGeoAliasUsage (line 27) | def testGeoAliasUsage(self): FILE: sdk/python/sdk/test/test_geo_entity_list.py class TestGeoEntityList (line 18) | class TestGeoEntityList(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testGeoEntityList (line 27) | def testGeoEntityList(self): FILE: sdk/python/sdk/test/test_geo_entity_update.py class TestGeoEntityUpdate (line 18) | class TestGeoEntityUpdate(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testGeoEntityUpdate (line 27) | def testGeoEntityUpdate(self): FILE: sdk/python/sdk/test/test_geo_entity_usage.py class TestGeoEntityUsage (line 18) | class TestGeoEntityUsage(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testGeoEntityUsage (line 27) | def testGeoEntityUsage(self): FILE: sdk/python/sdk/test/test_inline_response400.py class TestInlineResponse400 (line 18) | class TestInlineResponse400(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testInlineResponse400 (line 27) | def testInlineResponse400(self): FILE: sdk/python/sdk/test/test_inline_response404.py class TestInlineResponse404 (line 18) | class TestInlineResponse404(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testInlineResponse404 (line 27) | def testInlineResponse404(self): FILE: sdk/python/sdk/test/test_inline_response4041.py class TestInlineResponse4041 (line 18) | class TestInlineResponse4041(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testInlineResponse4041 (line 27) | def testInlineResponse4041(self): FILE: sdk/python/sdk/test/test_load_fixture.py class TestLoadFixture (line 18) | class TestLoadFixture(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testLoadFixture (line 27) | def testLoadFixture(self): FILE: sdk/python/sdk/test/test_locate_items_request.py class TestLocateItemsRequest (line 18) | class TestLocateItemsRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testLocateItemsRequest (line 27) | def testLocateItemsRequest(self): FILE: sdk/python/sdk/test/test_logging_api.py class TestLoggingApi (line 17) | class TestLoggingApi(unittest.TestCase): method setUp (line 20) | def setUp(self): method tearDown (line 23) | def tearDown(self): method test_logging_log_message_post (line 26) | def test_logging_log_message_post(self): FILE: sdk/python/sdk/test/test_logging_api_view_request.py class TestLoggingAPIViewRequest (line 18) | class TestLoggingAPIViewRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testLoggingAPIViewRequest (line 27) | def testLoggingAPIViewRequest(self): FILE: sdk/python/sdk/test/test_login.py class TestLogin (line 18) | class TestLogin(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testLogin (line 27) | def testLogin(self): FILE: sdk/python/sdk/test/test_login_response.py class TestLoginResponse (line 18) | class TestLoginResponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testLoginResponse (line 27) | def testLoginResponse(self): FILE: sdk/python/sdk/test/test_mark_for_seen_web_notification_request.py class TestMarkForSeenWebNotificationRequest (line 18) | class TestMarkForSeenWebNotificationRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testMarkForSeenWebNotificationRequest (line 27) | def testMarkForSeenWebNotificationRequest(self): FILE: sdk/python/sdk/test/test_mark_for_seen_web_notification_response.py class TestMarkForSeenWebNotificationResponse (line 18) | class TestMarkForSeenWebNotificationResponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testMarkForSeenWebNotificationResponse (line 27) | def testMarkForSeenWebNotificationResponse(self): FILE: sdk/python/sdk/test/test_mark_unmark_for_delete_documents_request.py class TestMarkUnmarkForDeleteDocumentsRequest (line 18) | class TestMarkUnmarkForDeleteDocumentsRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testMarkUnmarkForDeleteDocumentsRequest (line 27) | def testMarkUnmarkForDeleteDocumentsRequest(self): FILE: sdk/python/sdk/test/test_mark_unmark_for_delete_documents_response.py class TestMarkUnmarkForDeleteDocumentsResponse (line 18) | class TestMarkUnmarkForDeleteDocumentsResponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testMarkUnmarkForDeleteDocumentsResponse (line 27) | def testMarkUnmarkForDeleteDocumentsResponse(self): FILE: sdk/python/sdk/test/test_mark_unmark_for_delete_projects_reponse.py class TestMarkUnmarkForDeleteProjectsReponse (line 18) | class TestMarkUnmarkForDeleteProjectsReponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testMarkUnmarkForDeleteProjectsReponse (line 27) | def testMarkUnmarkForDeleteProjectsReponse(self): FILE: sdk/python/sdk/test/test_mark_unmark_for_delete_projects_request.py class TestMarkUnmarkForDeleteProjectsRequest (line 18) | class TestMarkUnmarkForDeleteProjectsRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testMarkUnmarkForDeleteProjectsRequest (line 27) | def testMarkUnmarkForDeleteProjectsRequest(self): FILE: sdk/python/sdk/test/test_media_data_api.py class TestMediaDataApi (line 17) | class TestMediaDataApi(unittest.TestCase): method setUp (line 20) | def setUp(self): method tearDown (line 23) | def tearDown(self): method test_media_data_path_get (line 26) | def test_media_data_path_get(self): FILE: sdk/python/sdk/test/test_menu_group.py class TestMenuGroup (line 18) | class TestMenuGroup(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testMenuGroup (line 27) | def testMenuGroup(self): FILE: sdk/python/sdk/test/test_menu_item.py class TestMenuItem (line 18) | class TestMenuItem(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testMenuItem (line 27) | def testMenuItem(self): FILE: sdk/python/sdk/test/test_ml_model.py class TestMLModel (line 18) | class TestMLModel(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testMLModel (line 27) | def testMLModel(self): FILE: sdk/python/sdk/test/test_notifications_api.py class TestNotificationsApi (line 17) | class TestNotificationsApi(unittest.TestCase): method setUp (line 20) | def setUp(self): method tearDown (line 23) | def tearDown(self): method test_notifications_web_notifications_get (line 26) | def test_notifications_web_notifications_get(self): method test_notifications_web_notifications_mark_seen_post (line 32) | def test_notifications_web_notifications_mark_seen_post(self): FILE: sdk/python/sdk/test/test_party.py class TestParty (line 18) | class TestParty(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testParty (line 27) | def testParty(self): FILE: sdk/python/sdk/test/test_party_similarity.py class TestPartySimilarity (line 20) | class TestPartySimilarity(unittest.TestCase): method setUp (line 23) | def setUp(self): method tearDown (line 26) | def tearDown(self): method testPartySimilarity (line 29) | def testPartySimilarity(self): FILE: sdk/python/sdk/test/test_party_similarity_form.py class TestPartySimilarityForm (line 18) | class TestPartySimilarityForm(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testPartySimilarityForm (line 27) | def testPartySimilarityForm(self): FILE: sdk/python/sdk/test/test_party_usage.py class TestPartyUsage (line 18) | class TestPartyUsage(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testPartyUsage (line 27) | def testPartyUsage(self): FILE: sdk/python/sdk/test/test_percent_usage.py class TestPercentUsage (line 18) | class TestPercentUsage(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testPercentUsage (line 27) | def testPercentUsage(self): FILE: sdk/python/sdk/test/test_project_active_tasks.py class TestProjectActiveTasks (line 20) | class TestProjectActiveTasks(unittest.TestCase): method setUp (line 23) | def setUp(self): method tearDown (line 26) | def tearDown(self): method testProjectActiveTasks (line 29) | def testProjectActiveTasks(self): FILE: sdk/python/sdk/test/test_project_active_tasks_tasks.py class TestProjectActiveTasksTasks (line 18) | class TestProjectActiveTasksTasks(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectActiveTasksTasks (line 27) | def testProjectActiveTasksTasks(self): FILE: sdk/python/sdk/test/test_project_annotations_assignees_response.py class TestProjectAnnotationsAssigneesResponse (line 18) | class TestProjectAnnotationsAssigneesResponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectAnnotationsAssigneesResponse (line 27) | def testProjectAnnotationsAssigneesResponse(self): FILE: sdk/python/sdk/test/test_project_api.py class TestProjectApi (line 17) | class TestProjectApi(unittest.TestCase): method setUp (line 20) | def setUp(self): method tearDown (line 23) | def tearDown(self): method test_project_project_clustering_get (line 26) | def test_project_project_clustering_get(self): method test_project_project_clustering_id_get (line 32) | def test_project_project_clustering_id_get(self): method test_project_projects_form_fields_get (line 38) | def test_project_projects_form_fields_get(self): method test_project_projects_get (line 44) | def test_project_projects_get(self): method test_project_projects_id_active_tasks_get (line 50) | def test_project_projects_id_active_tasks_get(self): method test_project_projects_id_annotations_assignees_get (line 56) | def test_project_projects_id_annotations_assignees_get(self): method test_project_projects_id_assign_annotations_post (line 62) | def test_project_projects_id_assign_annotations_post(self): method test_project_projects_id_assign_document_post (line 68) | def test_project_projects_id_assign_document_post(self): method test_project_projects_id_assign_documents_post (line 74) | def test_project_projects_id_assign_documents_post(self): method test_project_projects_id_assignees_get (line 80) | def test_project_projects_id_assignees_get(self): method test_project_projects_id_cleanup_post (line 86) | def test_project_projects_id_cleanup_post(self): method test_project_projects_id_cluster_actions_get (line 92) | def test_project_projects_id_cluster_actions_get(self): method test_project_projects_id_cluster_post (line 98) | def test_project_projects_id_cluster_post(self): method test_project_projects_id_clustering_status_get (line 104) | def test_project_projects_id_clustering_status_get(self): method test_project_projects_id_delete (line 110) | def test_project_projects_id_delete(self): method test_project_projects_id_delete_document_similarity_results_delete (line 116) | def test_project_projects_id_delete_document_similarity_results_delete... method test_project_projects_id_delete_text_unit_similarity_results_delete (line 122) | def test_project_projects_id_delete_text_unit_similarity_results_delet... method test_project_projects_id_detect_field_values_post (line 128) | def test_project_projects_id_detect_field_values_post(self): method test_project_projects_id_form_fields_get (line 134) | def test_project_projects_id_form_fields_get(self): method test_project_projects_id_get (line 140) | def test_project_projects_id_get(self): method test_project_projects_id_locate_items_post (line 146) | def test_project_projects_id_locate_items_post(self): method test_project_projects_id_mark_delete_post (line 152) | def test_project_projects_id_mark_delete_post(self): method test_project_projects_id_patch (line 158) | def test_project_projects_id_patch(self): method test_project_projects_id_progress_get (line 164) | def test_project_projects_id_progress_get(self): method test_project_projects_id_put (line 170) | def test_project_projects_id_put(self): method test_project_projects_id_search_similar_documents_post (line 176) | def test_project_projects_id_search_similar_documents_post(self): method test_project_projects_id_search_similar_text_units_post (line 182) | def test_project_projects_id_search_similar_text_units_post(self): method test_project_projects_id_send_clusters_to_project_post (line 188) | def test_project_projects_id_send_clusters_to_project_post(self): method test_project_projects_id_set_annotation_status_post (line 194) | def test_project_projects_id_set_annotation_status_post(self): method test_project_projects_id_set_status_post (line 200) | def test_project_projects_id_set_status_post(self): method test_project_projects_id_settings_actions_get (line 206) | def test_project_projects_id_settings_actions_get(self): method test_project_projects_id_task_task_id_task_logs_get (line 212) | def test_project_projects_id_task_task_id_task_logs_get(self): method test_project_projects_id_tasks_get (line 218) | def test_project_projects_id_tasks_get(self): method test_project_projects_id_unmark_delete_post (line 224) | def test_project_projects_id_unmark_delete_post(self): method test_project_projects_id_update_document_fields_post (line 230) | def test_project_projects_id_update_document_fields_post(self): method test_project_projects_post (line 236) | def test_project_projects_post(self): method test_project_projects_project_stats_get (line 242) | def test_project_projects_project_stats_get(self): method test_project_projects_recent_get (line 248) | def test_project_projects_recent_get(self): method test_project_projects_select_projects_post (line 254) | def test_project_projects_select_projects_post(self): method test_project_task_queues_get (line 260) | def test_project_task_queues_get(self): method test_project_task_queues_id_delete (line 266) | def test_project_task_queues_id_delete(self): method test_project_task_queues_id_get (line 272) | def test_project_task_queues_id_get(self): method test_project_task_queues_id_patch (line 278) | def test_project_task_queues_id_patch(self): method test_project_task_queues_id_put (line 284) | def test_project_task_queues_id_put(self): method test_project_task_queues_post (line 290) | def test_project_task_queues_post(self): method test_project_upload_session_get (line 296) | def test_project_upload_session_get(self): method test_project_upload_session_post (line 302) | def test_project_upload_session_post(self): method test_project_upload_session_status_get (line 308) | def test_project_upload_session_status_get(self): method test_project_upload_session_uid_batch_upload_post (line 314) | def test_project_upload_session_uid_batch_upload_post(self): method test_project_upload_session_uid_batch_upload_post_0 (line 320) | def test_project_upload_session_uid_batch_upload_post_0(self): method test_project_upload_session_uid_cancel_delete (line 326) | def test_project_upload_session_uid_cancel_delete(self): method test_project_upload_session_uid_delete (line 332) | def test_project_upload_session_uid_delete(self): method test_project_upload_session_uid_delete_file_delete (line 338) | def test_project_upload_session_uid_delete_file_delete(self): method test_project_upload_session_uid_files_post (line 344) | def test_project_upload_session_uid_files_post(self): method test_project_upload_session_uid_get (line 350) | def test_project_upload_session_uid_get(self): method test_project_upload_session_uid_patch (line 356) | def test_project_upload_session_uid_patch(self): method test_project_upload_session_uid_progress_get (line 362) | def test_project_upload_session_uid_progress_get(self): method test_project_upload_session_uid_upload_post (line 368) | def test_project_upload_session_uid_upload_post(self): FILE: sdk/python/sdk/test/test_project_app_var.py class TestProjectAppVar (line 18) | class TestProjectAppVar(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectAppVar (line 27) | def testProjectAppVar(self): FILE: sdk/python/sdk/test/test_project_clustering.py class TestProjectClustering (line 20) | class TestProjectClustering(unittest.TestCase): method setUp (line 23) | def setUp(self): method tearDown (line 26) | def tearDown(self): method testProjectClustering (line 29) | def testProjectClustering(self): FILE: sdk/python/sdk/test/test_project_clustering_document_clusters.py class TestProjectClusteringDocumentClusters (line 18) | class TestProjectClusteringDocumentClusters(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectClusteringDocumentClusters (line 27) | def testProjectClusteringDocumentClusters(self): FILE: sdk/python/sdk/test/test_project_clustering_document_clusters_inner.py class TestProjectClusteringDocumentClustersInner (line 18) | class TestProjectClusteringDocumentClustersInner(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectClusteringDocumentClustersInner (line 27) | def testProjectClusteringDocumentClustersInner(self): FILE: sdk/python/sdk/test/test_project_clustering_status_response.py class TestProjectClusteringStatusResponse (line 18) | class TestProjectClusteringStatusResponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectClusteringStatusResponse (line 27) | def testProjectClusteringStatusResponse(self): FILE: sdk/python/sdk/test/test_project_create.py class TestProjectCreate (line 18) | class TestProjectCreate(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectCreate (line 27) | def testProjectCreate(self): FILE: sdk/python/sdk/test/test_project_detail.py class TestProjectDetail (line 24) | class TestProjectDetail(unittest.TestCase): method setUp (line 27) | def setUp(self): method tearDown (line 30) | def tearDown(self): method testProjectDetail (line 33) | def testProjectDetail(self): FILE: sdk/python/sdk/test/test_project_detail_owners_data.py class TestProjectDetailOwnersData (line 18) | class TestProjectDetailOwnersData(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectDetailOwnersData (line 27) | def testProjectDetailOwnersData(self): FILE: sdk/python/sdk/test/test_project_detail_owners_data_inner.py class TestProjectDetailOwnersDataInner (line 18) | class TestProjectDetailOwnersDataInner(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectDetailOwnersDataInner (line 27) | def testProjectDetailOwnersDataInner(self): FILE: sdk/python/sdk/test/test_project_document_similarity.py class TestProjectDocumentSimilarity (line 18) | class TestProjectDocumentSimilarity(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectDocumentSimilarity (line 27) | def testProjectDocumentSimilarity(self): FILE: sdk/python/sdk/test/test_project_document_similarity_response.py class TestProjectDocumentSimilarityResponse (line 20) | class TestProjectDocumentSimilarityResponse(unittest.TestCase): method setUp (line 23) | def setUp(self): method tearDown (line 26) | def tearDown(self): method testProjectDocumentSimilarityResponse (line 29) | def testProjectDocumentSimilarityResponse(self): FILE: sdk/python/sdk/test/test_project_document_similarity_response_data.py class TestProjectDocumentSimilarityResponseData (line 18) | class TestProjectDocumentSimilarityResponseData(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectDocumentSimilarityResponseData (line 27) | def testProjectDocumentSimilarityResponseData(self): FILE: sdk/python/sdk/test/test_project_document_similarity_response_data_inner.py class TestProjectDocumentSimilarityResponseDataInner (line 18) | class TestProjectDocumentSimilarityResponseDataInner(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectDocumentSimilarityResponseDataInner (line 27) | def testProjectDocumentSimilarityResponseDataInner(self): FILE: sdk/python/sdk/test/test_project_documents_assignees_response.py class TestProjectDocumentsAssigneesResponse (line 18) | class TestProjectDocumentsAssigneesResponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectDocumentsAssigneesResponse (line 27) | def testProjectDocumentsAssigneesResponse(self): FILE: sdk/python/sdk/test/test_project_documents_similarity_by_vectors_form.py class TestProjectDocumentsSimilarityByVectorsForm (line 18) | class TestProjectDocumentsSimilarityByVectorsForm(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectDocumentsSimilarityByVectorsForm (line 27) | def testProjectDocumentsSimilarityByVectorsForm(self): FILE: sdk/python/sdk/test/test_project_list.py class TestProjectList (line 22) | class TestProjectList(unittest.TestCase): method setUp (line 25) | def setUp(self): method tearDown (line 28) | def tearDown(self): method testProjectList (line 31) | def testProjectList(self): FILE: sdk/python/sdk/test/test_project_list_status_data.py class TestProjectListStatusData (line 18) | class TestProjectListStatusData(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectListStatusData (line 27) | def testProjectListStatusData(self): FILE: sdk/python/sdk/test/test_project_list_type_data.py class TestProjectListTypeData (line 18) | class TestProjectListTypeData(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectListTypeData (line 27) | def testProjectListTypeData(self): FILE: sdk/python/sdk/test/test_project_progress_response.py class TestProjectProgressResponse (line 18) | class TestProjectProgressResponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectProgressResponse (line 27) | def testProjectProgressResponse(self): FILE: sdk/python/sdk/test/test_project_projects_id_assign_annotations_post404_response.py class TestProjectProjectsIdAssignAnnotationsPOST404Response (line 18) | class TestProjectProjectsIdAssignAnnotationsPOST404Response(unittest.Tes... method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectProjectsIdAssignAnnotationsPOST404Response (line 27) | def testProjectProjectsIdAssignAnnotationsPOST404Response(self): FILE: sdk/python/sdk/test/test_project_projects_id_set_annotation_status_post200_response.py class TestProjectProjectsIdSetAnnotationStatusPOST200Response (line 22) | class TestProjectProjectsIdSetAnnotationStatusPOST200Response(unittest.T... method setUp (line 25) | def setUp(self): method tearDown (line 28) | def tearDown(self): method testProjectProjectsIdSetAnnotationStatusPOST200Response (line 31) | def testProjectProjectsIdSetAnnotationStatusPOST200Response(self): FILE: sdk/python/sdk/test/test_project_search_similar_documents_request.py class TestProjectSearchSimilarDocumentsRequest (line 18) | class TestProjectSearchSimilarDocumentsRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectSearchSimilarDocumentsRequest (line 27) | def testProjectSearchSimilarDocumentsRequest(self): FILE: sdk/python/sdk/test/test_project_search_similar_text_units_request.py class TestProjectSearchSimilarTextUnitsRequest (line 18) | class TestProjectSearchSimilarTextUnitsRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectSearchSimilarTextUnitsRequest (line 27) | def testProjectSearchSimilarTextUnitsRequest(self): FILE: sdk/python/sdk/test/test_project_stats.py class TestProjectStats (line 18) | class TestProjectStats(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectStats (line 27) | def testProjectStats(self): FILE: sdk/python/sdk/test/test_project_tasks.py class TestProjectTasks (line 18) | class TestProjectTasks(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectTasks (line 27) | def testProjectTasks(self): FILE: sdk/python/sdk/test/test_project_text_unit_similarity.py class TestProjectTextUnitSimilarity (line 18) | class TestProjectTextUnitSimilarity(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectTextUnitSimilarity (line 27) | def testProjectTextUnitSimilarity(self): FILE: sdk/python/sdk/test/test_project_text_units_similarity_by_vectors_form.py class TestProjectTextUnitsSimilarityByVectorsForm (line 18) | class TestProjectTextUnitsSimilarityByVectorsForm(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectTextUnitsSimilarityByVectorsForm (line 27) | def testProjectTextUnitsSimilarityByVectorsForm(self): FILE: sdk/python/sdk/test/test_project_update.py class TestProjectUpdate (line 18) | class TestProjectUpdate(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectUpdate (line 27) | def testProjectUpdate(self): FILE: sdk/python/sdk/test/test_project_upload_session_files_response.py class TestProjectUploadSessionFilesResponse (line 18) | class TestProjectUploadSessionFilesResponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectUploadSessionFilesResponse (line 27) | def testProjectUploadSessionFilesResponse(self): FILE: sdk/python/sdk/test/test_project_upload_session_post_response.py class TestProjectUploadSessionPOSTResponse (line 18) | class TestProjectUploadSessionPOSTResponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectUploadSessionPOSTResponse (line 27) | def testProjectUploadSessionPOSTResponse(self): FILE: sdk/python/sdk/test/test_project_upload_session_progress_response.py class TestProjectUploadSessionProgressResponse (line 18) | class TestProjectUploadSessionProgressResponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testProjectUploadSessionProgressResponse (line 27) | def testProjectUploadSessionProgressResponse(self): FILE: sdk/python/sdk/test/test_ratio_usage.py class TestRatioUsage (line 18) | class TestRatioUsage(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testRatioUsage (line 27) | def testRatioUsage(self): FILE: sdk/python/sdk/test/test_rawdb_api.py class TestRawdbApi (line 17) | class TestRawdbApi(unittest.TestCase): method setUp (line 20) | def setUp(self): method tearDown (line 23) | def tearDown(self): method test_rawdb_config_get (line 26) | def test_rawdb_config_get(self): method test_rawdb_documents_document_type_code_get (line 32) | def test_rawdb_documents_document_type_code_get(self): method test_rawdb_documents_document_type_code_post (line 38) | def test_rawdb_documents_document_type_code_post(self): method test_rawdb_project_stats_project_id_get (line 44) | def test_rawdb_project_stats_project_id_get(self): method test_rawdb_social_accounts_get (line 50) | def test_rawdb_social_accounts_get(self): FILE: sdk/python/sdk/test/test_rawdb_documents_post_request.py class TestRawdbDocumentsPOSTRequest (line 18) | class TestRawdbDocumentsPOSTRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testRawdbDocumentsPOSTRequest (line 27) | def testRawdbDocumentsPOSTRequest(self): FILE: sdk/python/sdk/test/test_register.py class TestRegister (line 18) | class TestRegister(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testRegister (line 27) | def testRegister(self): FILE: sdk/python/sdk/test/test_regulation_usage.py class TestRegulationUsage (line 18) | class TestRegulationUsage(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testRegulationUsage (line 27) | def testRegulationUsage(self): FILE: sdk/python/sdk/test/test_rest_auth_api.py class TestRestAuthApi (line 17) | class TestRestAuthApi(unittest.TestCase): method setUp (line 20) | def setUp(self): method tearDown (line 23) | def tearDown(self): method test_rest_auth_login_post (line 26) | def test_rest_auth_login_post(self): method test_rest_auth_logout_get (line 32) | def test_rest_auth_logout_get(self): method test_rest_auth_logout_post (line 38) | def test_rest_auth_logout_post(self): method test_rest_auth_password_change_post (line 44) | def test_rest_auth_password_change_post(self): method test_rest_auth_password_reset_confirm_post (line 50) | def test_rest_auth_password_reset_confirm_post(self): method test_rest_auth_password_reset_post (line 56) | def test_rest_auth_password_reset_post(self): method test_rest_auth_registration_post (line 62) | def test_rest_auth_registration_post(self): method test_rest_auth_registration_verify_email_post (line 68) | def test_rest_auth_registration_verify_email_post(self): FILE: sdk/python/sdk/test/test_rest_auth_common_response.py class TestRestAuthCommonResponse (line 18) | class TestRestAuthCommonResponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testRestAuthCommonResponse (line 27) | def testRestAuthCommonResponse(self): FILE: sdk/python/sdk/test/test_review_status.py class TestReviewStatus (line 18) | class TestReviewStatus(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testReviewStatus (line 27) | def testReviewStatus(self): FILE: sdk/python/sdk/test/test_review_status_detail.py class TestReviewStatusDetail (line 20) | class TestReviewStatusDetail(unittest.TestCase): method setUp (line 23) | def setUp(self): method tearDown (line 26) | def tearDown(self): method testReviewStatusDetail (line 29) | def testReviewStatusDetail(self): FILE: sdk/python/sdk/test/test_review_status_detail_group_data.py class TestReviewStatusDetailGroupData (line 18) | class TestReviewStatusDetailGroupData(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testReviewStatusDetailGroupData (line 27) | def testReviewStatusDetailGroupData(self): FILE: sdk/python/sdk/test/test_review_status_group.py class TestReviewStatusGroup (line 18) | class TestReviewStatusGroup(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testReviewStatusGroup (line 27) | def testReviewStatusGroup(self): FILE: sdk/python/sdk/test/test_select_projects_request.py class TestSelectProjectsRequest (line 18) | class TestSelectProjectsRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testSelectProjectsRequest (line 27) | def testSelectProjectsRequest(self): FILE: sdk/python/sdk/test/test_select_projects_response.py class TestSelectProjectsResponse (line 18) | class TestSelectProjectsResponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testSelectProjectsResponse (line 27) | def testSelectProjectsResponse(self): FILE: sdk/python/sdk/test/test_send_cluster_to_project_request.py class TestSendClusterToProjectRequest (line 18) | class TestSendClusterToProjectRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testSendClusterToProjectRequest (line 27) | def testSendClusterToProjectRequest(self): FILE: sdk/python/sdk/test/test_set_project_annotations_status_async_response.py class TestSetProjectAnnotationsStatusAsyncResponse (line 18) | class TestSetProjectAnnotationsStatusAsyncResponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testSetProjectAnnotationsStatusAsyncResponse (line 27) | def testSetProjectAnnotationsStatusAsyncResponse(self): FILE: sdk/python/sdk/test/test_set_project_annotations_status_request.py class TestSetProjectAnnotationsStatusRequest (line 18) | class TestSetProjectAnnotationsStatusRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testSetProjectAnnotationsStatusRequest (line 27) | def testSetProjectAnnotationsStatusRequest(self): FILE: sdk/python/sdk/test/test_set_project_documents_status_request.py class TestSetProjectDocumentsStatusRequest (line 18) | class TestSetProjectDocumentsStatusRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testSetProjectDocumentsStatusRequest (line 27) | def testSetProjectDocumentsStatusRequest(self): FILE: sdk/python/sdk/test/test_similar_project_text_units_request.py class TestSimilarProjectTextUnitsRequest (line 18) | class TestSimilarProjectTextUnitsRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testSimilarProjectTextUnitsRequest (line 27) | def testSimilarProjectTextUnitsRequest(self): FILE: sdk/python/sdk/test/test_similarity_api.py class TestSimilarityApi (line 17) | class TestSimilarityApi(unittest.TestCase): method setUp (line 20) | def setUp(self): method tearDown (line 23) | def tearDown(self): method test_similarity_document_similarity_by_features_get (line 26) | def test_similarity_document_similarity_by_features_get(self): method test_similarity_document_similarity_by_features_post (line 32) | def test_similarity_document_similarity_by_features_post(self): method test_similarity_party_similarity_get (line 38) | def test_similarity_party_similarity_get(self): method test_similarity_party_similarity_post (line 44) | def test_similarity_party_similarity_post(self): method test_similarity_project_documents_similarity_by_vectors_get (line 50) | def test_similarity_project_documents_similarity_by_vectors_get(self): method test_similarity_project_documents_similarity_by_vectors_post (line 56) | def test_similarity_project_documents_similarity_by_vectors_post(self): method test_similarity_project_text_units_similarity_by_vectors_get (line 62) | def test_similarity_project_text_units_similarity_by_vectors_get(self): method test_similarity_project_text_units_similarity_by_vectors_post (line 68) | def test_similarity_project_text_units_similarity_by_vectors_post(self): method test_similarity_similarity_get (line 74) | def test_similarity_similarity_get(self): method test_similarity_similarity_post (line 80) | def test_similarity_similarity_post(self): method test_similarity_text_unit_similarity_by_features_get (line 86) | def test_similarity_text_unit_similarity_by_features_get(self): method test_similarity_text_unit_similarity_by_features_post (line 92) | def test_similarity_text_unit_similarity_by_features_post(self): FILE: sdk/python/sdk/test/test_similarity_form.py class TestSimilarityForm (line 18) | class TestSimilarityForm(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testSimilarityForm (line 27) | def testSimilarityForm(self): FILE: sdk/python/sdk/test/test_similarity_post_object_response.py class TestSimilarityPOSTObjectResponse (line 18) | class TestSimilarityPOSTObjectResponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testSimilarityPOSTObjectResponse (line 27) | def testSimilarityPOSTObjectResponse(self): FILE: sdk/python/sdk/test/test_similarity_run.py class TestSimilarityRun (line 18) | class TestSimilarityRun(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testSimilarityRun (line 27) | def testSimilarityRun(self): FILE: sdk/python/sdk/test/test_social_accounts_response.py class TestSocialAccountsResponse (line 20) | class TestSocialAccountsResponse(unittest.TestCase): method setUp (line 23) | def setUp(self): method tearDown (line 26) | def tearDown(self): method testSocialAccountsResponse (line 29) | def testSocialAccountsResponse(self): FILE: sdk/python/sdk/test/test_social_accounts_response_social_accounts.py class TestSocialAccountsResponseSocialAccounts (line 18) | class TestSocialAccountsResponseSocialAccounts(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testSocialAccountsResponseSocialAccounts (line 27) | def testSocialAccountsResponseSocialAccounts(self): FILE: sdk/python/sdk/test/test_social_client_list.py class TestSocialClientList (line 20) | class TestSocialClientList(unittest.TestCase): method setUp (line 23) | def setUp(self): method tearDown (line 26) | def tearDown(self): method testSocialClientList (line 29) | def testSocialClientList(self): FILE: sdk/python/sdk/test/test_social_client_list_urls.py class TestSocialClientListUrls (line 18) | class TestSocialClientListUrls(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testSocialClientListUrls (line 27) | def testSocialClientListUrls(self): FILE: sdk/python/sdk/test/test_social_login.py class TestSocialLogin (line 18) | class TestSocialLogin(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testSocialLogin (line 27) | def testSocialLogin(self): FILE: sdk/python/sdk/test/test_task.py class TestTask (line 18) | class TestTask(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testTask (line 27) | def testTask(self): FILE: sdk/python/sdk/test/test_task_api.py class TestTaskApi (line 17) | class TestTaskApi(unittest.TestCase): method setUp (line 20) | def setUp(self): method tearDown (line 23) | def tearDown(self): method test_task_clean_tasks_post (line 26) | def test_task_clean_tasks_post(self): method test_task_load_dictionaries_post (line 32) | def test_task_load_dictionaries_post(self): method test_task_load_documents_get (line 38) | def test_task_load_documents_get(self): method test_task_load_documents_post (line 44) | def test_task_load_documents_post(self): method test_task_locate_get (line 50) | def test_task_locate_get(self): method test_task_locate_post (line 56) | def test_task_locate_post(self): method test_task_process_text_extraction_results_request_id_post (line 62) | def test_task_process_text_extraction_results_request_id_post(self): method test_task_purge_task_post (line 68) | def test_task_purge_task_post(self): method test_task_recall_task_get (line 74) | def test_task_recall_task_get(self): method test_task_recall_task_post (line 80) | def test_task_recall_task_post(self): method test_task_reindexroutines_check_schedule_post (line 86) | def test_task_reindexroutines_check_schedule_post(self): method test_task_task_log_get (line 92) | def test_task_task_log_get(self): method test_task_task_status_get (line 98) | def test_task_task_status_get(self): method test_task_tasks_get (line 104) | def test_task_tasks_get(self): method test_task_tasks_id_get (line 110) | def test_task_tasks_id_get(self): method test_task_tasks_project_project_id_active_tasks_get (line 116) | def test_task_tasks_project_project_id_active_tasks_get(self): method test_task_tasks_project_project_id_tasks_get (line 122) | def test_task_tasks_project_project_id_tasks_get(self): method test_task_update_elastic_index_get (line 128) | def test_task_update_elastic_index_get(self): method test_task_update_elastic_index_post (line 134) | def test_task_update_elastic_index_post(self): FILE: sdk/python/sdk/test/test_task_id_response.py class TestTaskIdResponse (line 18) | class TestTaskIdResponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testTaskIdResponse (line 27) | def testTaskIdResponse(self): FILE: sdk/python/sdk/test/test_task_log_response.py class TestTaskLogResponse (line 20) | class TestTaskLogResponse(unittest.TestCase): method setUp (line 23) | def setUp(self): method tearDown (line 26) | def tearDown(self): method testTaskLogResponse (line 29) | def testTaskLogResponse(self): FILE: sdk/python/sdk/test/test_task_log_response_records.py class TestTaskLogResponseRecords (line 18) | class TestTaskLogResponseRecords(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testTaskLogResponseRecords (line 27) | def testTaskLogResponseRecords(self): FILE: sdk/python/sdk/test/test_task_queue.py class TestTaskQueue (line 22) | class TestTaskQueue(unittest.TestCase): method setUp (line 25) | def setUp(self): method tearDown (line 28) | def tearDown(self): method testTaskQueue (line 31) | def testTaskQueue(self): FILE: sdk/python/sdk/test/test_task_queue_documents_data.py class TestTaskQueueDocumentsData (line 18) | class TestTaskQueueDocumentsData(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testTaskQueueDocumentsData (line 27) | def testTaskQueueDocumentsData(self): FILE: sdk/python/sdk/test/test_task_queue_documents_data_inner.py class TestTaskQueueDocumentsDataInner (line 18) | class TestTaskQueueDocumentsDataInner(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testTaskQueueDocumentsDataInner (line 27) | def testTaskQueueDocumentsDataInner(self): FILE: sdk/python/sdk/test/test_task_queue_reviewers_data.py class TestTaskQueueReviewersData (line 18) | class TestTaskQueueReviewersData(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testTaskQueueReviewersData (line 27) | def testTaskQueueReviewersData(self): FILE: sdk/python/sdk/test/test_task_queue_reviewers_data_inner.py class TestTaskQueueReviewersDataInner (line 18) | class TestTaskQueueReviewersDataInner(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testTaskQueueReviewersDataInner (line 27) | def testTaskQueueReviewersDataInner(self): FILE: sdk/python/sdk/test/test_term_tag.py class TestTermTag (line 18) | class TestTermTag(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testTermTag (line 27) | def testTermTag(self): FILE: sdk/python/sdk/test/test_term_usage.py class TestTermUsage (line 18) | class TestTermUsage(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testTermUsage (line 27) | def testTermUsage(self): FILE: sdk/python/sdk/test/test_text_unit_classification.py class TestTextUnitClassification (line 18) | class TestTextUnitClassification(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testTextUnitClassification (line 27) | def testTextUnitClassification(self): FILE: sdk/python/sdk/test/test_text_unit_classification_create.py class TestTextUnitClassificationCreate (line 18) | class TestTextUnitClassificationCreate(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testTextUnitClassificationCreate (line 27) | def testTextUnitClassificationCreate(self): FILE: sdk/python/sdk/test/test_text_unit_classifier.py class TestTextUnitClassifier (line 18) | class TestTextUnitClassifier(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testTextUnitClassifier (line 27) | def testTextUnitClassifier(self): FILE: sdk/python/sdk/test/test_text_unit_classifier_suggestion.py class TestTextUnitClassifierSuggestion (line 18) | class TestTextUnitClassifierSuggestion(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testTextUnitClassifierSuggestion (line 27) | def testTextUnitClassifierSuggestion(self): FILE: sdk/python/sdk/test/test_text_unit_cluster.py class TestTextUnitCluster (line 18) | class TestTextUnitCluster(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testTextUnitCluster (line 27) | def testTextUnitCluster(self): FILE: sdk/python/sdk/test/test_text_unit_django_ql.py class TestTextUnitDjangoQL (line 18) | class TestTextUnitDjangoQL(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testTextUnitDjangoQL (line 27) | def testTextUnitDjangoQL(self): FILE: sdk/python/sdk/test/test_text_unit_similarity.py class TestTextUnitSimilarity (line 20) | class TestTextUnitSimilarity(unittest.TestCase): method setUp (line 23) | def setUp(self): method tearDown (line 26) | def tearDown(self): method testTextUnitSimilarity (line 29) | def testTextUnitSimilarity(self): FILE: sdk/python/sdk/test/test_text_unit_similarity_by_features_form.py class TestTextUnitSimilarityByFeaturesForm (line 18) | class TestTextUnitSimilarityByFeaturesForm(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testTextUnitSimilarityByFeaturesForm (line 27) | def testTextUnitSimilarityByFeaturesForm(self): FILE: sdk/python/sdk/test/test_trademark_usage.py class TestTrademarkUsage (line 18) | class TestTrademarkUsage(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testTrademarkUsage (line 27) | def testTrademarkUsage(self): FILE: sdk/python/sdk/test/test_transformer.py class TestTransformer (line 18) | class TestTransformer(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testTransformer (line 27) | def testTransformer(self): FILE: sdk/python/sdk/test/test_tus_api.py class TestTusApi (line 17) | class TestTusApi(unittest.TestCase): method setUp (line 20) | def setUp(self): method tearDown (line 23) | def tearDown(self): method test_tus_upload_session_upload_session_id_upload_guid_patch (line 26) | def test_tus_upload_session_upload_session_id_upload_guid_patch(self): method test_tus_upload_session_upload_session_id_upload_post (line 32) | def test_tus_upload_session_upload_session_id_upload_post(self): FILE: sdk/python/sdk/test/test_tus_upload_session_upload_session_id_upload_post400_response.py class TestTusUploadSessionUploadSessionIdUploadPOST400Response (line 18) | class TestTusUploadSessionUploadSessionIdUploadPOST400Response(unittest.... method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testTusUploadSessionUploadSessionIdUploadPOST400Response (line 27) | def testTusUploadSessionUploadSessionIdUploadPOST400Response(self): FILE: sdk/python/sdk/test/test_typeahead.py class TestTypeahead (line 18) | class TestTypeahead(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testTypeahead (line 27) | def testTypeahead(self): FILE: sdk/python/sdk/test/test_update_project_documents_fields_request.py class TestUpdateProjectDocumentsFieldsRequest (line 18) | class TestUpdateProjectDocumentsFieldsRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testUpdateProjectDocumentsFieldsRequest (line 27) | def testUpdateProjectDocumentsFieldsRequest(self): FILE: sdk/python/sdk/test/test_update_project_documents_fields_response.py class TestUpdateProjectDocumentsFieldsResponse (line 18) | class TestUpdateProjectDocumentsFieldsResponse(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testUpdateProjectDocumentsFieldsResponse (line 27) | def testUpdateProjectDocumentsFieldsResponse(self): FILE: sdk/python/sdk/test/test_upload.py class TestUpload (line 18) | class TestUpload(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testUpload (line 27) | def testUpload(self): FILE: sdk/python/sdk/test/test_upload_session_batch_upload_request.py class TestUploadSessionBatchUploadRequest (line 18) | class TestUploadSessionBatchUploadRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testUploadSessionBatchUploadRequest (line 27) | def testUploadSessionBatchUploadRequest(self): FILE: sdk/python/sdk/test/test_upload_session_create.py class TestUploadSessionCreate (line 18) | class TestUploadSessionCreate(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testUploadSessionCreate (line 27) | def testUploadSessionCreate(self): FILE: sdk/python/sdk/test/test_upload_session_delete_file_request.py class TestUploadSessionDeleteFileRequest (line 18) | class TestUploadSessionDeleteFileRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testUploadSessionDeleteFileRequest (line 27) | def testUploadSessionDeleteFileRequest(self): FILE: sdk/python/sdk/test/test_upload_session_detail.py class TestUploadSessionDetail (line 20) | class TestUploadSessionDetail(unittest.TestCase): method setUp (line 23) | def setUp(self): method tearDown (line 26) | def tearDown(self): method testUploadSessionDetail (line 29) | def testUploadSessionDetail(self): FILE: sdk/python/sdk/test/test_upload_session_update.py class TestUploadSessionUpdate (line 18) | class TestUploadSessionUpdate(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testUploadSessionUpdate (line 27) | def testUploadSessionUpdate(self): FILE: sdk/python/sdk/test/test_url_usage.py class TestUrlUsage (line 18) | class TestUrlUsage(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testUrlUsage (line 27) | def testUrlUsage(self): FILE: sdk/python/sdk/test/test_user.py class TestUser (line 18) | class TestUser(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testUser (line 27) | def testUser(self): FILE: sdk/python/sdk/test/test_user_profile.py class TestUserProfile (line 18) | class TestUserProfile(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testUserProfile (line 27) | def testUserProfile(self): FILE: sdk/python/sdk/test/test_user_stats.py class TestUserStats (line 18) | class TestUserStats(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testUserStats (line 27) | def testUserStats(self): FILE: sdk/python/sdk/test/test_users_api.py class TestUsersApi (line 17) | class TestUsersApi(unittest.TestCase): method setUp (line 20) | def setUp(self): method tearDown (line 23) | def tearDown(self): method test_users_users_form_fields_get (line 26) | def test_users_users_form_fields_get(self): method test_users_users_get (line 32) | def test_users_users_get(self): method test_users_users_id_form_fields_get (line 38) | def test_users_users_id_form_fields_get(self): method test_users_users_id_get (line 44) | def test_users_users_id_get(self): method test_users_users_id_patch (line 50) | def test_users_users_id_patch(self): method test_users_users_id_put (line 56) | def test_users_users_id_put(self): method test_users_users_post (line 62) | def test_users_users_post(self): method test_users_users_user_stats_get (line 68) | def test_users_users_user_stats_get(self): method test_users_verify_token_post (line 74) | def test_users_verify_token_post(self): FILE: sdk/python/sdk/test/test_v1_api.py class TestV1Api (line 17) | class TestV1Api(unittest.TestCase): method setUp (line 20) | def setUp(self): method tearDown (line 23) | def tearDown(self): method test_analyze_document_cluster_get (line 26) | def test_analyze_document_cluster_get(self): method test_analyze_document_cluster_id_get (line 32) | def test_analyze_document_cluster_id_get(self): method test_analyze_document_cluster_id_patch (line 38) | def test_analyze_document_cluster_id_patch(self): method test_analyze_document_cluster_id_put (line 44) | def test_analyze_document_cluster_id_put(self): method test_analyze_document_similarity_list_get (line 50) | def test_analyze_document_similarity_list_get(self): method test_analyze_document_transformer_list_get (line 56) | def test_analyze_document_transformer_list_get(self): method test_analyze_ml_model_list_get (line 62) | def test_analyze_ml_model_list_get(self): method test_analyze_party_similarity_list_get (line 68) | def test_analyze_party_similarity_list_get(self): method test_analyze_project_document_similarity_list_get (line 74) | def test_analyze_project_document_similarity_list_get(self): method test_analyze_project_text_unit_similarity_list_get (line 80) | def test_analyze_project_text_unit_similarity_list_get(self): method test_analyze_project_text_unit_similarity_list_post (line 86) | def test_analyze_project_text_unit_similarity_list_post(self): method test_analyze_similarity_runs_get (line 92) | def test_analyze_similarity_runs_get(self): method test_analyze_similarity_runs_id_delete (line 98) | def test_analyze_similarity_runs_id_delete(self): method test_analyze_similarity_runs_id_get (line 104) | def test_analyze_similarity_runs_id_get(self): method test_analyze_text_unit_classifications_get (line 110) | def test_analyze_text_unit_classifications_get(self): method test_analyze_text_unit_classifications_id_delete (line 116) | def test_analyze_text_unit_classifications_id_delete(self): method test_analyze_text_unit_classifications_id_get (line 122) | def test_analyze_text_unit_classifications_id_get(self): method test_analyze_text_unit_classifications_post (line 128) | def test_analyze_text_unit_classifications_post(self): method test_analyze_text_unit_classifier_suggestions_get (line 134) | def test_analyze_text_unit_classifier_suggestions_get(self): method test_analyze_text_unit_classifier_suggestions_id_delete (line 140) | def test_analyze_text_unit_classifier_suggestions_id_delete(self): method test_analyze_text_unit_classifier_suggestions_id_get (line 146) | def test_analyze_text_unit_classifier_suggestions_id_get(self): method test_analyze_text_unit_classifiers_get (line 152) | def test_analyze_text_unit_classifiers_get(self): method test_analyze_text_unit_classifiers_id_delete (line 158) | def test_analyze_text_unit_classifiers_id_delete(self): method test_analyze_text_unit_classifiers_id_get (line 164) | def test_analyze_text_unit_classifiers_id_get(self): method test_analyze_text_unit_cluster_list_get (line 170) | def test_analyze_text_unit_cluster_list_get(self): method test_analyze_text_unit_similarity_list_get (line 176) | def test_analyze_text_unit_similarity_list_get(self): method test_analyze_text_unit_transformer_list_get (line 182) | def test_analyze_text_unit_transformer_list_get(self): method test_analyze_typeahead_text_unit_classification_field_name_get (line 188) | def test_analyze_typeahead_text_unit_classification_field_name_get(self): method test_common_actions_get (line 194) | def test_common_actions_get(self): method test_common_actions_id_get (line 200) | def test_common_actions_id_get(self): method test_common_app_variables_get (line 206) | def test_common_app_variables_get(self): method test_common_app_variables_list_get (line 212) | def test_common_app_variables_list_get(self): method test_common_app_variables_project_project_id_get (line 218) | def test_common_app_variables_project_project_id_get(self): method test_common_app_variables_project_project_id_put (line 224) | def test_common_app_variables_project_project_id_put(self): method test_common_media_path_get (line 230) | def test_common_media_path_get(self): method test_common_menu_groups_form_fields_get (line 236) | def test_common_menu_groups_form_fields_get(self): method test_common_menu_groups_get (line 242) | def test_common_menu_groups_get(self): method test_common_menu_groups_id_delete (line 248) | def test_common_menu_groups_id_delete(self): method test_common_menu_groups_id_form_fields_get (line 254) | def test_common_menu_groups_id_form_fields_get(self): method test_common_menu_groups_id_get (line 260) | def test_common_menu_groups_id_get(self): method test_common_menu_groups_id_patch (line 266) | def test_common_menu_groups_id_patch(self): method test_common_menu_groups_id_put (line 272) | def test_common_menu_groups_id_put(self): method test_common_menu_groups_post (line 278) | def test_common_menu_groups_post(self): method test_common_menu_items_form_fields_get (line 284) | def test_common_menu_items_form_fields_get(self): method test_common_menu_items_get (line 290) | def test_common_menu_items_get(self): method test_common_menu_items_id_delete (line 296) | def test_common_menu_items_id_delete(self): method test_common_menu_items_id_form_fields_get (line 302) | def test_common_menu_items_id_form_fields_get(self): method test_common_menu_items_id_get (line 308) | def test_common_menu_items_id_get(self): method test_common_menu_items_id_patch (line 314) | def test_common_menu_items_id_patch(self): method test_common_menu_items_id_put (line 320) | def test_common_menu_items_id_put(self): method test_common_menu_items_post (line 326) | def test_common_menu_items_post(self): method test_common_review_status_groups_get (line 332) | def test_common_review_status_groups_get(self): method test_common_review_status_groups_id_delete (line 338) | def test_common_review_status_groups_id_delete(self): method test_common_review_status_groups_id_get (line 344) | def test_common_review_status_groups_id_get(self): method test_common_review_status_groups_id_patch (line 350) | def test_common_review_status_groups_id_patch(self): method test_common_review_status_groups_id_put (line 356) | def test_common_review_status_groups_id_put(self): method test_common_review_status_groups_post (line 362) | def test_common_review_status_groups_post(self): method test_common_review_statuses_get (line 368) | def test_common_review_statuses_get(self): method test_common_review_statuses_id_delete (line 374) | def test_common_review_statuses_id_delete(self): method test_common_review_statuses_id_get (line 380) | def test_common_review_statuses_id_get(self): method test_common_review_statuses_id_patch (line 386) | def test_common_review_statuses_id_patch(self): method test_common_review_statuses_id_put (line 392) | def test_common_review_statuses_id_put(self): method test_common_review_statuses_post (line 398) | def test_common_review_statuses_post(self): method test_document_annotations_annotate_put (line 404) | def test_document_annotations_annotate_put(self): method test_document_annotations_batch_put (line 410) | def test_document_annotations_batch_put(self): method test_document_annotations_get (line 416) | def test_document_annotations_get(self): method test_document_annotations_id_delete (line 422) | def test_document_annotations_id_delete(self): method test_document_annotations_id_get (line 428) | def test_document_annotations_id_get(self): method test_document_annotations_id_put (line 434) | def test_document_annotations_id_put(self): method test_document_annotations_post (line 440) | def test_document_annotations_post(self): method test_document_annotations_suggest_post (line 446) | def test_document_annotations_suggest_post(self): method test_document_document_field_annotations_for_user_get (line 452) | def test_document_document_field_annotations_for_user_get(self): method test_document_document_field_annotations_get (line 458) | def test_document_document_field_annotations_get(self): method test_document_document_field_annotations_uid_get (line 464) | def test_document_document_field_annotations_uid_get(self): method test_document_document_field_categories_form_fields_get (line 470) | def test_document_document_field_categories_form_fields_get(self): method test_document_document_field_categories_get (line 476) | def test_document_document_field_categories_get(self): method test_document_document_field_categories_id_delete (line 482) | def test_document_document_field_categories_id_delete(self): method test_document_document_field_categories_id_form_fields_get (line 488) | def test_document_document_field_categories_id_form_fields_get(self): method test_document_document_field_categories_id_get (line 494) | def test_document_document_field_categories_id_get(self): method test_document_document_field_categories_id_patch (line 500) | def test_document_document_field_categories_id_patch(self): method test_document_document_field_categories_id_put (line 506) | def test_document_document_field_categories_id_put(self): method test_document_document_field_categories_post (line 512) | def test_document_document_field_categories_post(self): method test_document_document_field_detectors_form_fields_get (line 518) | def test_document_document_field_detectors_form_fields_get(self): method test_document_document_field_detectors_get (line 524) | def test_document_document_field_detectors_get(self): method test_document_document_field_detectors_post (line 530) | def test_document_document_field_detectors_post(self): method test_document_document_field_detectors_uid_delete (line 536) | def test_document_document_field_detectors_uid_delete(self): method test_document_document_field_detectors_uid_form_fields_get (line 542) | def test_document_document_field_detectors_uid_form_fields_get(self): method test_document_document_field_detectors_uid_get (line 548) | def test_document_document_field_detectors_uid_get(self): method test_document_document_field_detectors_uid_patch (line 554) | def test_document_document_field_detectors_uid_patch(self): method test_document_document_field_detectors_uid_put (line 560) | def test_document_document_field_detectors_uid_put(self): method test_document_document_field_values_get (line 566) | def test_document_document_field_values_get(self): method test_document_document_field_values_id_get (line 572) | def test_document_document_field_values_id_get(self): method test_document_document_fields_check_field_formula_post (line 578) | def test_document_document_fields_check_field_formula_post(self): method test_document_document_fields_form_fields_get (line 584) | def test_document_document_fields_form_fields_get(self): method test_document_document_fields_get (line 590) | def test_document_document_fields_get(self): method test_document_document_fields_post (line 596) | def test_document_document_fields_post(self): method test_document_document_fields_stats_get (line 602) | def test_document_document_fields_stats_get(self): method test_document_document_fields_uid_check_formula_post (line 608) | def test_document_document_fields_uid_check_formula_post(self): method test_document_document_fields_uid_clone_post (line 614) | def test_document_document_fields_uid_clone_post(self): method test_document_document_fields_uid_delete (line 620) | def test_document_document_fields_uid_delete(self): method test_document_document_fields_uid_form_fields_get (line 626) | def test_document_document_fields_uid_form_fields_get(self): method test_document_document_fields_uid_get (line 632) | def test_document_document_fields_uid_get(self): method test_document_document_fields_uid_patch (line 638) | def test_document_document_fields_uid_patch(self): method test_document_document_fields_uid_pre_delete_post (line 644) | def test_document_document_fields_uid_pre_delete_post(self): method test_document_document_fields_uid_put (line 650) | def test_document_document_fields_uid_put(self): method test_document_document_notes_get (line 656) | def test_document_document_notes_get(self): method test_document_document_notes_id_delete (line 662) | def test_document_document_notes_id_delete(self): method test_document_document_notes_id_get (line 668) | def test_document_document_notes_id_get(self): method test_document_document_notes_id_patch (line 674) | def test_document_document_notes_id_patch(self): method test_document_document_notes_id_put (line 680) | def test_document_document_notes_id_put(self): method test_document_document_notes_post (line 686) | def test_document_document_notes_post(self): method test_document_document_types_form_fields_get (line 692) | def test_document_document_types_form_fields_get(self): method test_document_document_types_get (line 698) | def test_document_document_types_get(self): method test_document_document_types_import_doc_type_put (line 704) | def test_document_document_types_import_doc_type_put(self): method test_document_document_types_post (line 710) | def test_document_document_types_post(self): method test_document_document_types_scheme_migrations_get (line 716) | def test_document_document_types_scheme_migrations_get(self): method test_document_document_types_stats_get (line 722) | def test_document_document_types_stats_get(self): method test_document_document_types_uid_clone_post (line 728) | def test_document_document_types_uid_clone_post(self): method test_document_document_types_uid_delete (line 734) | def test_document_document_types_uid_delete(self): method test_document_document_types_uid_export_doc_type_get (line 740) | def test_document_document_types_uid_export_doc_type_get(self): method test_document_document_types_uid_form_fields_get (line 746) | def test_document_document_types_uid_form_fields_get(self): method test_document_document_types_uid_get (line 752) | def test_document_document_types_uid_get(self): method test_document_document_types_uid_patch (line 758) | def test_document_document_types_uid_patch(self): method test_document_document_types_uid_pre_delete_post (line 764) | def test_document_document_types_uid_pre_delete_post(self): method test_document_document_types_uid_put (line 770) | def test_document_document_types_uid_put(self): method test_document_document_types_user_project_types_get (line 776) | def test_document_document_types_user_project_types_get(self): method test_document_documents_download_zip_get (line 782) | def test_document_documents_download_zip_get(self): method test_document_documents_for_user_get (line 788) | def test_document_documents_for_user_get(self): method test_document_documents_get (line 794) | def test_document_documents_get(self): method test_document_documents_id_actions_get (line 800) | def test_document_documents_id_actions_get(self): method test_document_documents_id_data_get (line 806) | def test_document_documents_id_data_get(self): method test_document_documents_id_definitions_get (line 812) | def test_document_documents_id_definitions_get(self): method test_document_documents_id_delete (line 818) | def test_document_documents_id_delete(self): method test_document_documents_id_extraction_get (line 824) | def test_document_documents_id_extraction_get(self): method test_document_documents_id_fields_get (line 830) | def test_document_documents_id_fields_get(self): method test_document_documents_id_fields_patch (line 836) | def test_document_documents_id_fields_patch(self): method test_document_documents_id_fields_post (line 842) | def test_document_documents_id_fields_post(self): method test_document_documents_id_fields_put (line 848) | def test_document_documents_id_fields_put(self): method test_document_documents_id_full_text_get (line 854) | def test_document_documents_id_full_text_get(self): method test_document_documents_id_get (line 860) | def test_document_documents_id_get(self): method test_document_documents_id_has_pdf_info_get (line 866) | def test_document_documents_id_has_pdf_info_get(self): method test_document_documents_id_patch (line 872) | def test_document_documents_id_patch(self): method test_document_documents_id_pdf_repr_get (line 878) | def test_document_documents_id_pdf_repr_get(self): method test_document_documents_id_put (line 884) | def test_document_documents_id_put(self): method test_document_documents_id_show_get (line 890) | def test_document_documents_id_show_get(self): method test_document_documents_id_similar_get (line 896) | def test_document_documents_id_similar_get(self): method test_document_documents_mark_delete_post (line 902) | def test_document_documents_mark_delete_post(self): method test_document_documents_post (line 908) | def test_document_documents_post(self): method test_document_documents_unmark_delete_post (line 914) | def test_document_documents_unmark_delete_post(self): method test_document_field_annotation_statuses_get (line 920) | def test_document_field_annotation_statuses_get(self): method test_document_field_annotation_statuses_id_delete (line 926) | def test_document_field_annotation_statuses_id_delete(self): method test_document_field_annotation_statuses_id_get (line 932) | def test_document_field_annotation_statuses_id_get(self): method test_document_field_annotation_statuses_id_patch (line 938) | def test_document_field_annotation_statuses_id_patch(self): method test_document_field_annotation_statuses_id_put (line 944) | def test_document_field_annotation_statuses_id_put(self): method test_document_field_annotation_statuses_post (line 950) | def test_document_field_annotation_statuses_post(self): method test_document_project_project_pk_document_field_annotations_for_user_get (line 956) | def test_document_project_project_pk_document_field_annotations_for_us... method test_document_project_project_pk_document_field_annotations_get (line 962) | def test_document_project_project_pk_document_field_annotations_get(se... method test_document_project_project_pk_document_field_annotations_uid_get (line 968) | def test_document_project_project_pk_document_field_annotations_uid_ge... method test_document_project_project_pk_document_field_values_get (line 974) | def test_document_project_project_pk_document_field_values_get(self): method test_document_project_project_pk_document_field_values_id_get (line 980) | def test_document_project_project_pk_document_field_values_id_get(self): method test_document_project_project_pk_documents_document_pk_annotations_get (line 986) | def test_document_project_project_pk_documents_document_pk_annotations... method test_document_project_project_pk_documents_document_pk_annotations_id_delete (line 992) | def test_document_project_project_pk_documents_document_pk_annotations... method test_document_project_project_pk_documents_document_pk_annotations_id_get (line 998) | def test_document_project_project_pk_documents_document_pk_annotations... method test_document_project_project_pk_documents_document_pk_annotations_id_patch (line 1004) | def test_document_project_project_pk_documents_document_pk_annotations... method test_document_project_project_pk_documents_document_pk_annotations_id_put (line 1010) | def test_document_project_project_pk_documents_document_pk_annotations... method test_document_project_project_pk_documents_document_pk_annotations_post (line 1016) | def test_document_project_project_pk_documents_document_pk_annotations... method test_document_project_project_pk_documents_download_zip_get (line 1022) | def test_document_project_project_pk_documents_download_zip_get(self): method test_document_project_project_pk_documents_for_user_get (line 1028) | def test_document_project_project_pk_documents_for_user_get(self): method test_document_project_project_pk_documents_get (line 1034) | def test_document_project_project_pk_documents_get(self): method test_document_project_project_pk_documents_id_actions_get (line 1040) | def test_document_project_project_pk_documents_id_actions_get(self): method test_document_project_project_pk_documents_id_data_get (line 1046) | def test_document_project_project_pk_documents_id_data_get(self): method test_document_project_project_pk_documents_id_definitions_get (line 1052) | def test_document_project_project_pk_documents_id_definitions_get(self): method test_document_project_project_pk_documents_id_delete (line 1058) | def test_document_project_project_pk_documents_id_delete(self): method test_document_project_project_pk_documents_id_extraction_get (line 1064) | def test_document_project_project_pk_documents_id_extraction_get(self): method test_document_project_project_pk_documents_id_fields_get (line 1070) | def test_document_project_project_pk_documents_id_fields_get(self): method test_document_project_project_pk_documents_id_fields_patch (line 1076) | def test_document_project_project_pk_documents_id_fields_patch(self): method test_document_project_project_pk_documents_id_fields_post (line 1082) | def test_document_project_project_pk_documents_id_fields_post(self): method test_document_project_project_pk_documents_id_fields_put (line 1088) | def test_document_project_project_pk_documents_id_fields_put(self): method test_document_project_project_pk_documents_id_full_text_get (line 1094) | def test_document_project_project_pk_documents_id_full_text_get(self): method test_document_project_project_pk_documents_id_get (line 1100) | def test_document_project_project_pk_documents_id_get(self): method test_document_project_project_pk_documents_id_has_pdf_info_get (line 1106) | def test_document_project_project_pk_documents_id_has_pdf_info_get(self): method test_document_project_project_pk_documents_id_patch (line 1112) | def test_document_project_project_pk_documents_id_patch(self): method test_document_project_project_pk_documents_id_pdf_repr_get (line 1118) | def test_document_project_project_pk_documents_id_pdf_repr_get(self): method test_document_project_project_pk_documents_id_put (line 1124) | def test_document_project_project_pk_documents_id_put(self): method test_document_project_project_pk_documents_id_show_get (line 1130) | def test_document_project_project_pk_documents_id_show_get(self): method test_document_project_project_pk_documents_id_similar_get (line 1136) | def test_document_project_project_pk_documents_id_similar_get(self): method test_document_project_project_pk_documents_mark_delete_post (line 1142) | def test_document_project_project_pk_documents_mark_delete_post(self): method test_document_project_project_pk_documents_post (line 1148) | def test_document_project_project_pk_documents_post(self): method test_document_project_project_pk_documents_unmark_delete_post (line 1154) | def test_document_project_project_pk_documents_unmark_delete_post(self): method test_document_stats_get (line 1160) | def test_document_stats_get(self): method test_document_textunits_get (line 1166) | def test_document_textunits_get(self): method test_document_textunits_id_get (line 1172) | def test_document_textunits_id_get(self): method test_dump_document_config_get (line 1178) | def test_dump_document_config_get(self): method test_dump_document_config_put (line 1184) | def test_dump_document_config_put(self): method test_dump_dump_fixture_post (line 1190) | def test_dump_dump_fixture_post(self): method test_dump_dump_get (line 1196) | def test_dump_dump_get(self): method test_dump_dump_put (line 1202) | def test_dump_dump_put(self): method test_dump_field_values_get (line 1208) | def test_dump_field_values_get(self): method test_dump_field_values_put (line 1214) | def test_dump_field_values_put(self): method test_dump_load_fixture_post (line 1220) | def test_dump_load_fixture_post(self): method test_extract_amount_usage_get (line 1226) | def test_extract_amount_usage_get(self): method test_extract_amount_usage_top_get (line 1232) | def test_extract_amount_usage_top_get(self): method test_extract_citation_usage_get (line 1238) | def test_extract_citation_usage_get(self): method test_extract_citation_usage_top_get (line 1244) | def test_extract_citation_usage_top_get(self): method test_extract_copyright_usage_get (line 1250) | def test_extract_copyright_usage_get(self): method test_extract_copyright_usage_top_get (line 1256) | def test_extract_copyright_usage_top_get(self): method test_extract_court_usage_get (line 1262) | def test_extract_court_usage_get(self): method test_extract_court_usage_top_get (line 1268) | def test_extract_court_usage_top_get(self): method test_extract_currency_usage_get (line 1274) | def test_extract_currency_usage_get(self): method test_extract_currency_usage_top_get (line 1280) | def test_extract_currency_usage_top_get(self): method test_extract_date_duration_usage_get (line 1286) | def test_extract_date_duration_usage_get(self): method test_extract_date_duration_usage_top_get (line 1292) | def test_extract_date_duration_usage_top_get(self): method test_extract_date_usage_calendar_chart_get (line 1298) | def test_extract_date_usage_calendar_chart_get(self): method test_extract_date_usage_get (line 1304) | def test_extract_date_usage_get(self): method test_extract_date_usage_timeline_chart_get (line 1310) | def test_extract_date_usage_timeline_chart_get(self): method test_extract_date_usage_to_ical_get (line 1316) | def test_extract_date_usage_to_ical_get(self): method test_extract_date_usage_top_get (line 1322) | def test_extract_date_usage_top_get(self): method test_extract_definition_usage_get (line 1328) | def test_extract_definition_usage_get(self): method test_extract_definition_usage_top_get (line 1334) | def test_extract_definition_usage_top_get(self): method test_extract_distance_usage_get (line 1340) | def test_extract_distance_usage_get(self): method test_extract_distance_usage_top_get (line 1346) | def test_extract_distance_usage_top_get(self): method test_extract_geo_alias_usage_get (line 1352) | def test_extract_geo_alias_usage_get(self): method test_extract_geo_alias_usage_top_get (line 1358) | def test_extract_geo_alias_usage_top_get(self): method test_extract_geo_entities_get (line 1364) | def test_extract_geo_entities_get(self): method test_extract_geo_entities_id_get (line 1370) | def test_extract_geo_entities_id_get(self): method test_extract_geo_entities_id_put (line 1376) | def test_extract_geo_entities_id_put(self): method test_extract_geo_entity_usage_get (line 1382) | def test_extract_geo_entity_usage_get(self): method test_extract_geo_entity_usage_top_get (line 1388) | def test_extract_geo_entity_usage_top_get(self): method test_extract_parties_get (line 1394) | def test_extract_parties_get(self): method test_extract_parties_id_get (line 1400) | def test_extract_parties_id_get(self): method test_extract_party_network_chart_get (line 1406) | def test_extract_party_network_chart_get(self): method test_extract_party_usage_get (line 1412) | def test_extract_party_usage_get(self): method test_extract_party_usage_top_get (line 1418) | def test_extract_party_usage_top_get(self): method test_extract_percent_usage_get (line 1424) | def test_extract_percent_usage_get(self): method test_extract_percent_usage_top_get (line 1430) | def test_extract_percent_usage_top_get(self): method test_extract_ratio_usage_get (line 1436) | def test_extract_ratio_usage_get(self): method test_extract_ratio_usage_top_get (line 1442) | def test_extract_ratio_usage_top_get(self): method test_extract_regulation_usage_get (line 1448) | def test_extract_regulation_usage_get(self): method test_extract_regulation_usage_top_get (line 1454) | def test_extract_regulation_usage_top_get(self): method test_extract_term_tags_get (line 1460) | def test_extract_term_tags_get(self): method test_extract_term_usage_get (line 1466) | def test_extract_term_usage_get(self): method test_extract_term_usage_top_get (line 1472) | def test_extract_term_usage_top_get(self): method test_extract_trademark_usage_get (line 1478) | def test_extract_trademark_usage_get(self): method test_extract_trademark_usage_top_get (line 1484) | def test_extract_trademark_usage_top_get(self): method test_extract_typeahead_geo_entity_usage_field_name_get (line 1490) | def test_extract_typeahead_geo_entity_usage_field_name_get(self): method test_extract_typeahead_party_usage_field_name_get (line 1496) | def test_extract_typeahead_party_usage_field_name_get(self): method test_extract_typeahead_term_usage_field_name_get (line 1502) | def test_extract_typeahead_term_usage_field_name_get(self): method test_extract_url_usage_get (line 1508) | def test_extract_url_usage_get(self): method test_extract_url_usage_top_get (line 1514) | def test_extract_url_usage_top_get(self): method test_logging_log_message_post (line 1520) | def test_logging_log_message_post(self): method test_media_data_path_get (line 1526) | def test_media_data_path_get(self): method test_project_project_clustering_get (line 1532) | def test_project_project_clustering_get(self): method test_project_project_clustering_id_get (line 1538) | def test_project_project_clustering_id_get(self): method test_project_projects_form_fields_get (line 1544) | def test_project_projects_form_fields_get(self): method test_project_projects_get (line 1550) | def test_project_projects_get(self): method test_project_projects_id_active_tasks_get (line 1556) | def test_project_projects_id_active_tasks_get(self): method test_project_projects_id_annotations_assignees_get (line 1562) | def test_project_projects_id_annotations_assignees_get(self): method test_project_projects_id_assign_annotations_post (line 1568) | def test_project_projects_id_assign_annotations_post(self): method test_project_projects_id_assign_document_post (line 1574) | def test_project_projects_id_assign_document_post(self): method test_project_projects_id_assign_documents_post (line 1580) | def test_project_projects_id_assign_documents_post(self): method test_project_projects_id_assignees_get (line 1586) | def test_project_projects_id_assignees_get(self): method test_project_projects_id_cleanup_post (line 1592) | def test_project_projects_id_cleanup_post(self): method test_project_projects_id_cluster_actions_get (line 1598) | def test_project_projects_id_cluster_actions_get(self): method test_project_projects_id_cluster_post (line 1604) | def test_project_projects_id_cluster_post(self): method test_project_projects_id_clustering_status_get (line 1610) | def test_project_projects_id_clustering_status_get(self): method test_project_projects_id_delete (line 1616) | def test_project_projects_id_delete(self): method test_project_projects_id_delete_document_similarity_results_delete (line 1622) | def test_project_projects_id_delete_document_similarity_results_delete... method test_project_projects_id_delete_text_unit_similarity_results_delete (line 1628) | def test_project_projects_id_delete_text_unit_similarity_results_delet... method test_project_projects_id_detect_field_values_post (line 1634) | def test_project_projects_id_detect_field_values_post(self): method test_project_projects_id_form_fields_get (line 1640) | def test_project_projects_id_form_fields_get(self): method test_project_projects_id_get (line 1646) | def test_project_projects_id_get(self): method test_project_projects_id_locate_items_post (line 1652) | def test_project_projects_id_locate_items_post(self): method test_project_projects_id_mark_delete_post (line 1658) | def test_project_projects_id_mark_delete_post(self): method test_project_projects_id_patch (line 1664) | def test_project_projects_id_patch(self): method test_project_projects_id_progress_get (line 1670) | def test_project_projects_id_progress_get(self): method test_project_projects_id_put (line 1676) | def test_project_projects_id_put(self): method test_project_projects_id_search_similar_documents_post (line 1682) | def test_project_projects_id_search_similar_documents_post(self): method test_project_projects_id_search_similar_text_units_post (line 1688) | def test_project_projects_id_search_similar_text_units_post(self): method test_project_projects_id_send_clusters_to_project_post (line 1694) | def test_project_projects_id_send_clusters_to_project_post(self): method test_project_projects_id_set_annotation_status_post (line 1700) | def test_project_projects_id_set_annotation_status_post(self): method test_project_projects_id_set_status_post (line 1706) | def test_project_projects_id_set_status_post(self): method test_project_projects_id_settings_actions_get (line 1712) | def test_project_projects_id_settings_actions_get(self): method test_project_projects_id_task_task_id_task_logs_get (line 1718) | def test_project_projects_id_task_task_id_task_logs_get(self): method test_project_projects_id_tasks_get (line 1724) | def test_project_projects_id_tasks_get(self): method test_project_projects_id_unmark_delete_post (line 1730) | def test_project_projects_id_unmark_delete_post(self): method test_project_projects_id_update_document_fields_post (line 1736) | def test_project_projects_id_update_document_fields_post(self): method test_project_projects_post (line 1742) | def test_project_projects_post(self): method test_project_projects_project_stats_get (line 1748) | def test_project_projects_project_stats_get(self): method test_project_projects_recent_get (line 1754) | def test_project_projects_recent_get(self): method test_project_projects_select_projects_post (line 1760) | def test_project_projects_select_projects_post(self): method test_project_task_queues_get (line 1766) | def test_project_task_queues_get(self): method test_project_task_queues_id_delete (line 1772) | def test_project_task_queues_id_delete(self): method test_project_task_queues_id_get (line 1778) | def test_project_task_queues_id_get(self): method test_project_task_queues_id_patch (line 1784) | def test_project_task_queues_id_patch(self): method test_project_task_queues_id_put (line 1790) | def test_project_task_queues_id_put(self): method test_project_task_queues_post (line 1796) | def test_project_task_queues_post(self): method test_project_upload_session_get (line 1802) | def test_project_upload_session_get(self): method test_project_upload_session_post (line 1808) | def test_project_upload_session_post(self): method test_project_upload_session_status_get (line 1814) | def test_project_upload_session_status_get(self): method test_project_upload_session_uid_batch_upload_post (line 1820) | def test_project_upload_session_uid_batch_upload_post(self): method test_project_upload_session_uid_batch_upload_post_0 (line 1826) | def test_project_upload_session_uid_batch_upload_post_0(self): method test_project_upload_session_uid_cancel_delete (line 1832) | def test_project_upload_session_uid_cancel_delete(self): method test_project_upload_session_uid_delete (line 1838) | def test_project_upload_session_uid_delete(self): method test_project_upload_session_uid_delete_file_delete (line 1844) | def test_project_upload_session_uid_delete_file_delete(self): method test_project_upload_session_uid_files_post (line 1850) | def test_project_upload_session_uid_files_post(self): method test_project_upload_session_uid_get (line 1856) | def test_project_upload_session_uid_get(self): method test_project_upload_session_uid_patch (line 1862) | def test_project_upload_session_uid_patch(self): method test_project_upload_session_uid_progress_get (line 1868) | def test_project_upload_session_uid_progress_get(self): method test_project_upload_session_uid_upload_post (line 1874) | def test_project_upload_session_uid_upload_post(self): method test_rawdb_config_get (line 1880) | def test_rawdb_config_get(self): method test_rawdb_documents_document_type_code_get (line 1886) | def test_rawdb_documents_document_type_code_get(self): method test_rawdb_documents_document_type_code_post (line 1892) | def test_rawdb_documents_document_type_code_post(self): method test_rawdb_project_stats_project_id_get (line 1898) | def test_rawdb_project_stats_project_id_get(self): method test_rawdb_social_accounts_get (line 1904) | def test_rawdb_social_accounts_get(self): method test_rest_auth_login_post (line 1910) | def test_rest_auth_login_post(self): method test_rest_auth_logout_get (line 1916) | def test_rest_auth_logout_get(self): method test_rest_auth_logout_post (line 1922) | def test_rest_auth_logout_post(self): method test_rest_auth_password_change_post (line 1928) | def test_rest_auth_password_change_post(self): method test_rest_auth_password_reset_confirm_post (line 1934) | def test_rest_auth_password_reset_confirm_post(self): method test_rest_auth_password_reset_post (line 1940) | def test_rest_auth_password_reset_post(self): method test_rest_auth_registration_post (line 1946) | def test_rest_auth_registration_post(self): method test_rest_auth_registration_verify_email_post (line 1952) | def test_rest_auth_registration_verify_email_post(self): method test_similarity_document_similarity_by_features_get (line 1958) | def test_similarity_document_similarity_by_features_get(self): method test_similarity_document_similarity_by_features_post (line 1964) | def test_similarity_document_similarity_by_features_post(self): method test_similarity_party_similarity_get (line 1970) | def test_similarity_party_similarity_get(self): method test_similarity_party_similarity_post (line 1976) | def test_similarity_party_similarity_post(self): method test_similarity_project_documents_similarity_by_vectors_get (line 1982) | def test_similarity_project_documents_similarity_by_vectors_get(self): method test_similarity_project_documents_similarity_by_vectors_post (line 1988) | def test_similarity_project_documents_similarity_by_vectors_post(self): method test_similarity_project_text_units_similarity_by_vectors_get (line 1994) | def test_similarity_project_text_units_similarity_by_vectors_get(self): method test_similarity_project_text_units_similarity_by_vectors_post (line 2000) | def test_similarity_project_text_units_similarity_by_vectors_post(self): method test_similarity_similarity_get (line 2006) | def test_similarity_similarity_get(self): method test_similarity_similarity_post (line 2012) | def test_similarity_similarity_post(self): method test_similarity_text_unit_similarity_by_features_get (line 2018) | def test_similarity_text_unit_similarity_by_features_get(self): method test_similarity_text_unit_similarity_by_features_post (line 2024) | def test_similarity_text_unit_similarity_by_features_post(self): method test_task_clean_tasks_post (line 2030) | def test_task_clean_tasks_post(self): method test_task_load_dictionaries_post (line 2036) | def test_task_load_dictionaries_post(self): method test_task_load_documents_get (line 2042) | def test_task_load_documents_get(self): method test_task_load_documents_post (line 2048) | def test_task_load_documents_post(self): method test_task_locate_get (line 2054) | def test_task_locate_get(self): method test_task_locate_post (line 2060) | def test_task_locate_post(self): method test_task_process_text_extraction_results_request_id_post (line 2066) | def test_task_process_text_extraction_results_request_id_post(self): method test_task_purge_task_post (line 2072) | def test_task_purge_task_post(self): method test_task_recall_task_get (line 2078) | def test_task_recall_task_get(self): method test_task_recall_task_post (line 2084) | def test_task_recall_task_post(self): method test_task_reindexroutines_check_schedule_post (line 2090) | def test_task_reindexroutines_check_schedule_post(self): method test_task_task_log_get (line 2096) | def test_task_task_log_get(self): method test_task_task_status_get (line 2102) | def test_task_task_status_get(self): method test_task_tasks_get (line 2108) | def test_task_tasks_get(self): method test_task_tasks_id_get (line 2114) | def test_task_tasks_id_get(self): method test_task_tasks_project_project_id_active_tasks_get (line 2120) | def test_task_tasks_project_project_id_active_tasks_get(self): method test_task_tasks_project_project_id_tasks_get (line 2126) | def test_task_tasks_project_project_id_tasks_get(self): method test_task_update_elastic_index_get (line 2132) | def test_task_update_elastic_index_get(self): method test_task_update_elastic_index_post (line 2138) | def test_task_update_elastic_index_post(self): method test_tus_upload_session_upload_session_id_upload_guid_patch (line 2144) | def test_tus_upload_session_upload_session_id_upload_guid_patch(self): method test_tus_upload_session_upload_session_id_upload_post (line 2150) | def test_tus_upload_session_upload_session_id_upload_post(self): method test_users_users_form_fields_get (line 2156) | def test_users_users_form_fields_get(self): method test_users_users_get (line 2162) | def test_users_users_get(self): method test_users_users_id_form_fields_get (line 2168) | def test_users_users_id_form_fields_get(self): method test_users_users_id_get (line 2174) | def test_users_users_id_get(self): method test_users_users_id_patch (line 2180) | def test_users_users_id_patch(self): method test_users_users_id_put (line 2186) | def test_users_users_id_put(self): method test_users_users_post (line 2192) | def test_users_users_post(self): method test_users_users_user_stats_get (line 2198) | def test_users_users_user_stats_get(self): method test_users_verify_token_post (line 2204) | def test_users_verify_token_post(self): method test_var_get (line 2210) | def test_var_get(self): FILE: sdk/python/sdk/test/test_var_api.py class TestVarApi (line 17) | class TestVarApi(unittest.TestCase): method setUp (line 20) | def setUp(self): method tearDown (line 23) | def tearDown(self): method test_var_get (line 26) | def test_var_get(self): FILE: sdk/python/sdk/test/test_verify_auth_token_request.py class TestVerifyAuthTokenRequest (line 18) | class TestVerifyAuthTokenRequest(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testVerifyAuthTokenRequest (line 27) | def testVerifyAuthTokenRequest(self): FILE: sdk/python/sdk/test/test_verify_auth_token_response.py class TestVerifyAuthTokenResponse (line 20) | class TestVerifyAuthTokenResponse(unittest.TestCase): method setUp (line 23) | def setUp(self): method tearDown (line 26) | def tearDown(self): method testVerifyAuthTokenResponse (line 29) | def testVerifyAuthTokenResponse(self): FILE: sdk/python/sdk/test/test_verify_email.py class TestVerifyEmail (line 18) | class TestVerifyEmail(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testVerifyEmail (line 27) | def testVerifyEmail(self): FILE: sdk/python/sdk/test/test_web_notification_detail.py class TestWebNotificationDetail (line 20) | class TestWebNotificationDetail(unittest.TestCase): method setUp (line 23) | def setUp(self): method tearDown (line 26) | def tearDown(self): method testWebNotificationDetail (line 29) | def testWebNotificationDetail(self): FILE: sdk/python/sdk/test/test_web_notification_detail_notification.py class TestWebNotificationDetailNotification (line 18) | class TestWebNotificationDetailNotification(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 24) | def tearDown(self): method testWebNotificationDetailNotification (line 27) | def testWebNotificationDetailNotification(self): FILE: sdk/python/tests/common/test_app_vars.py class TestAppVarAPIAuthUser (line 10) | class TestAppVarAPIAuthUser(unittest.TestCase): method setUp (line 12) | def setUp(self): method test_app_var_list (line 16) | def test_app_var_list(self): method test_app_var_get (line 32) | def test_app_var_get(self): class TestAppVarAPINonAuthUser (line 42) | class TestAppVarAPINonAuthUser(unittest.TestCase): method test_app_var_list (line 44) | def test_app_var_list(self): method test_app_var_get (line 51) | def test_app_var_get(self): FILE: sdk/python/tests/project/test_document_upload.py class TestDocumentUpload (line 15) | class TestDocumentUpload(unittest.TestCase): method setUp (line 17) | def setUp(self): method test_upload (line 24) | def test_upload(self): method tearDown (line 139) | def tearDown(self): FILE: sdk/python/tests/project/test_project_crud.py class TestProjectCreate (line 12) | class TestProjectCreate(unittest.TestCase): method setUp (line 14) | def setUp(self): method test_admin_access (line 19) | def test_admin_access(self): method test_unauth_access (line 31) | def test_unauth_access(self): method test_permissions (line 39) | def test_permissions(self): method tearDown (line 43) | def tearDown(self): class TestProjectList (line 47) | class TestProjectList(unittest.TestCase): method setUp (line 49) | def setUp(self): method test_admin_access (line 57) | def test_admin_access(self): method test_unauth_access (line 66) | def test_unauth_access(self): method test_jq_filters_contains_both (line 73) | def test_jq_filters_contains_both(self): method test_jq_filters_contains_one (line 92) | def test_jq_filters_contains_one(self): method test_permissions (line 111) | def test_permissions(self): method tearDown (line 115) | def tearDown(self): class TestProjectDetail (line 120) | class TestProjectDetail(unittest.TestCase): method setUp (line 122) | def setUp(self): method test_admin_access (line 129) | def test_admin_access(self): method test_unauth_access (line 138) | def test_unauth_access(self): method test_permissions (line 145) | def test_permissions(self): method tearDown (line 149) | def tearDown(self): class TestProjectDelete (line 153) | class TestProjectDelete(unittest.TestCase): method setUp (line 155) | def setUp(self): method test_admin_access (line 162) | def test_admin_access(self): method test_unauth_access (line 169) | def test_unauth_access(self): method test_permissions (line 176) | def test_permissions(self): method tearDown (line 180) | def tearDown(self): FILE: sdk/python/tests/project/test_upload_session.py class TestUploadSession (line 15) | class TestUploadSession(unittest.TestCase): method setUp (line 17) | def setUp(self): method test_upload_session_create (line 23) | def test_upload_session_create(self): method test_upload_session_progress (line 38) | def test_upload_session_progress(self): method test_upload_sessions_status (line 51) | def test_upload_sessions_status(self): method tearDown (line 60) | def tearDown(self): FILE: sdk/python/tests/project/utils.py function get_document_type (line 17) | def get_document_type(code: str = None): function create_test_project (line 43) | def create_test_project(name: str = None, doc_type_uid: str = None): function delete_test_project (line 67) | def delete_test_project(project_id: int, full_clean=True): function create_test_upload_session (line 93) | def create_test_upload_session(project_id: int, user_id: int = None, upl... FILE: sdk/python/tests/rest_auth/test_login.py class TestLogin (line 11) | class TestLogin(unittest.TestCase): method test_auth (line 13) | def test_auth(self): FILE: sdk/python/tests/utils.py class TestRESTResponse (line 12) | class TestRESTResponse: method __init__ (line 14) | def __init__(self, ex): class TestApiClient (line 22) | class TestApiClient(openapi_client.ApiClient): method __init__ (line 44) | def __init__(self, *args, **kwargs): method request (line 48) | def request(self, *args, **kwargs): function login (line 58) | def login(username: str = None, password: str = None): FILE: static/js/components/bs-switches.js function t (line 5) | function t(t,i){null==i&&(i={}),this.$element=e(t),this.options=e.extend... FILE: static/js/functions.js function isValidElement (line 12) | function isValidElement(element) { function debounce (line 157) | function debounce(func, wait, immediate) { function onScrollSliderParallax (line 188) | function onScrollSliderParallax() { FILE: static/js/jquery.js function m (line 2) | function m(e,t,n){var i,o=(t=t||r).createElement("script");if(o.text=e,n... function x (line 2) | function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof... function C (line 2) | function C(e){var t=!!e&&"length"in e&&e.length,n=x(e);return!g(e)&&!y(e... function oe (line 2) | function oe(e,t,r,i){var o,s,l,c,f,h,v,m=t&&t.ownerDocument,T=t?t.nodeTy... function ae (line 2) | function ae(){var e=[];function t(n,i){return e.push(n+" ")>r.cacheLengt... function se (line 2) | function se(e){return e[b]=!0,e} function ue (line 2) | function ue(e){var t=d.createElement("fieldset");try{return!!e(t)}catch(... function le (line 2) | function le(e,t){var n=e.split("|"),i=n.length;while(i--)r.attrHandle[n[... function ce (line 2) | function ce(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourc... function fe (line 2) | function fe(e){return function(t){return"input"===t.nodeName.toLowerCase... function pe (line 2) | function pe(e){return function(t){var n=t.nodeName.toLowerCase();return(... function de (line 2) | function de(e){return function(t){return"form"in t?t.parentNode&&!1===t.... function he (line 2) | function he(e){return se(function(t){return t=+t,se(function(n,r){var i,... function ge (line 2) | function ge(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e} function ye (line 2) | function ye(){} function ve (line 2) | function ve(e){for(var t=0,n=e.length,r="";t1?function(t,n,r){var i=e.length;while(i-... function be (line 2) | function be(e,t,n){for(var r=0,i=t.length;r0,i=e.length>0,o=function(o,a,s,u,c){var... function N (line 2) | function N(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerC... function j (line 2) | function j(e,t,n){return g(t)?w.grep(e,function(e,r){return!!t.call(e,r,... function P (line 2) | function P(e,t){while((e=e[t])&&1!==e.nodeType);return e} function R (line 2) | function R(e){var t={};return w.each(e.match(M)||[],function(e,n){t[n]=!... function I (line 2) | function I(e){return e} function W (line 2) | function W(e){throw e} function $ (line 2) | function $(e,t,n,r){var i;try{e&&g(i=e.promise)?i.call(e).done(t).fail(n... function a (line 2) | function a(t,n,r,i){return function(){var s=this,u=arguments,l=function(... function _ (line 2) | function _(){r.removeEventListener("DOMContentLoaded",_),e.removeEventLi... function V (line 2) | function V(e,t){return t.toUpperCase()} function G (line 2) | function G(e){return e.replace(X,"ms-").replace(U,V)} function Q (line 2) | function Q(){this.expando=w.expando+Q.uid++} function te (line 2) | function te(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""... function ne (line 2) | function ne(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r="data-"+t.re... function ue (line 2) | function ue(e,t,n,r){var i,o,a=20,s=r?function(){return r.cur()}:functio... function ce (line 2) | function ce(e){var t,n=e.ownerDocument,r=e.nodeName,i=le[r];return i||(t... function fe (line 2) | function fe(e,t){for(var n,r,i=[],o=0,a=e.length;o6*t?r+(n-r)*t*6:1>2*t?n:2>3*t?r+(n-... function t (line 567) | function t(e,t,n){return g({type:O.error,iconClass:m().iconClasses.error... function n (line 567) | function n(t,n){return t||(t=m()),v=e("#"+t.containerId),v.length?v:(n&&... function o (line 567) | function o(e,t,n){return g({type:O.info,iconClass:m().iconClasses.info,m... function s (line 567) | function s(e){C=e} function i (line 567) | function i(e,t,n){return g({type:O.success,iconClass:m().iconClasses.suc... function a (line 567) | function a(e,t,n){return g({type:O.warning,iconClass:m().iconClasses.war... function r (line 567) | function r(e,t){var o=m();v||n(o),d(e,o,t)||l(o)} function c (line 567) | function c(t){var o=m();return v||n(o),t&&0===e(":focus",t).length?void ... function l (line 567) | function l(t){for(var n=v.children(),o=n.length-1;o>=0;o--)d(e(n[o]),t)} function d (line 567) | function d(t,n,o){var s=o&&o.force?o.force:!1;return t&&(s||0===e(":focu... function u (line 567) | function u(t){return v=e("
").attr("id",t.containerId).addClass(t.p... function p (line 567) | function p(){return{tapToDismiss:!0,toastClass:"toast",containerId:"toas... function f (line 567) | function f(e){C&&C(e)} function g (line 567) | function g(t){function o(e){return null==e&&(e=""),e.replace(/&/g,"&... function m (line 567) | function m(){return e.extend({},p(),b.options)} function h (line 567) | function h(e){v||(v=n()),e.is(":visible")||(e.remove(),e=null,0===v.chil... function t (line 582) | function t(t){var r=t.data;t.isDefaultPrevented()||(t.preventDefault(),e... function r (line 582) | function r(t){var r=t.target,a=e(r);if(!a.is("[type=submit],[type=image]... function a (line 582) | function a(){if(e.fn.ajaxSubmit.debug){var t="[jquery.form] "+Array.prot... function r (line 582) | function r(r){var a,n,i=e.param(r,t.traditional).split("&"),o=i.length,s... function o (line 582) | function o(a){for(var n=new FormData,i=0;ir;r++)a=n.classesElementLookup[... function r (line 630) | function r(){return e||o.options.disabled!==!0&&!t(this).hasClass("ui-st... function i (line 630) | function i(){return("string"==typeof t?s[t]:t).apply(s,arguments)} function s (line 630) | function s(){return e>n&&(e=0),0>e&&(e=n),e} function s (line 630) | function s(){o.running=!1,o._trigger("activate",e,i)} function n (line 630) | function n(){o._addClass(i.newTab.closest("li"),"ui-tabs-active","ui-sta... function i (line 630) | function i(t,e,i){var s=u[e.type]||{};return null==t?i||!e.def?null:e.de... function s (line 630) | function s(i){var s=h(),n=s._rgba=[];return i=i.toLowerCase(),f(l,functi... function n (line 630) | function n(t,e,i){return i=(i+1)%1,1>6*i?t+6*(e-t)*i:1>2*i?e:2>3*i?t+6*(... function e (line 630) | function e(e){var i,s,n=e.ownerDocument.defaultView?e.ownerDocument.defa... function i (line 630) | function i(e,i){var s,o,a={};for(s in i)o=i[s],e[s]!==o&&(n[s]||(t.fx.st... function e (line 630) | function e(e,i,s,n){return t.isPlainObject(e)&&(i=e,e=e.effect),e={effec... function i (line 630) | function i(e){return!e||"number"==typeof e||t.fx.speeds[e]?!0:"string"!=... function a (line 630) | function a(t,e){var i=e.outerWidth(),s=e.outerHeight(),n=/^rect\((-?\d*\... function i (line 630) | function i(e){function i(){l.removeData(o),t.effects.cleanUp(l),"hide"==... function e (line 639) | function e(e){return e&&'[object Function]'==={}.toString.call(e)} function t (line 639) | function t(e,t){if(1!==e.nodeType)return[];var o=getComputedStyle(e,null... function o (line 639) | function o(e){return'HTML'===e.nodeName?e:e.parentNode||e.host} function n (line 639) | function n(e){if(!e)return document.body;switch(e.nodeName){case'HTML':c... function r (line 639) | function r(e){var o=e&&e.offsetParent,i=o&&o.nodeName;return i&&'BODY'!=... function p (line 639) | function p(e){var t=e.nodeName;return'BODY'!==t&&('HTML'===t||r(e.firstE... function s (line 639) | function s(e){return null===e.parentNode?e:s(e.parentNode)} function d (line 639) | function d(e,t){if(!e||!e.nodeType||!t||!t.nodeType)return document.docu... function a (line 639) | function a(e){var t=1