jar

com.github.cafdataprocessing : classification-service-client

Maven & Gradle

Aug 22, 2017
5 usages
2 stars

classification-service-client · Generates a Java library that can be used to contact the Classification Service API.

Table Of Contents

Latest Version

Download com.github.cafdataprocessing : classification-service-client JAR file - Latest Versions:

All Versions

Download com.github.cafdataprocessing : classification-service-client JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window classification-service-client-1.2.0-24.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.cafdataprocessing.classification.service.client.api

├─ com.github.cafdataprocessing.classification.service.client.api.AdminApi.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.api.ClassificationRulesApi.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.api.ClassificationsApi.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.api.RuleClassificationsApi.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.api.RuleConditionsApi.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.api.TermsApi.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.api.WorkflowsApi.class - [JAR]

com.github.cafdataprocessing.classification.service.client.model

├─ com.github.cafdataprocessing.classification.service.client.model.BaseClassification.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.BaseClassificationRule.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.BaseRuleClassification.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.BaseTerm.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.BaseTermList.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.BaseWorkflow.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.BooleanConditionAdditional.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.ClassificationRules.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.Condition.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.ConditionCommon.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.ConditionFieldDefinition.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.DateConditionAdditional.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.ErrorMessage.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.ExistingClassification.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.ExistingClassificationRule.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.ExistingClassifications.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.ExistingCondition.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.ExistingConditions.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.ExistingRuleClassification.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.ExistingRuleClassifications.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.ExistingTerm.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.ExistingTermList.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.ExistingTermLists.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.ExistingTerms.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.ExistingWorkflow.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.ExistingWorkflows.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.ExistsConditionAdditional.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.HealthStatus.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.HealthStatusDependencies.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.NewTerms.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.NotConditionAdditional.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.NumberConditionAdditional.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.RegexConditionAdditional.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.StringConditionAdditional.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.TermIds.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.model.TermlistConditionAdditional.class - [JAR]

com.github.cafdataprocessing.classification.service.client

├─ com.github.cafdataprocessing.classification.service.client.ApiClient.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.ApiException.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.Configuration.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.Pair.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.StringUtil.class - [JAR]

com.github.cafdataprocessing.classification.service.client.auth

├─ com.github.cafdataprocessing.classification.service.client.auth.ApiKeyAuth.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.auth.Authentication.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.auth.HttpBasicAuth.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.auth.OAuth.class - [JAR]

├─ com.github.cafdataprocessing.classification.service.client.auth.OAuthFlow.class - [JAR]

Advertisement

Dependencies from Group

Discover Dependencies

Aug 08, 2017
2 usages
806 stars
Dec 08, 2017
2 usages
806 stars
Aug 25, 2017
3 usages
5.6k stars
Jun 04, 2017
2 usages
137 stars
Jun 04, 2017
2 usages
1 stars
Jun 04, 2017
2 usages
0 stars
Feb 08, 2019
7 usages
20 stars
Jul 07, 2017
3 usages
Jul 07, 2017
3 usages
Dec 20, 2022
2 usages
765 stars