Uses of Class
de.iip_ecosphere.platform.support.semanticId.eclass.model.ReadClassificationClasses
-
Packages that use ReadClassificationClasses Package Description de.iip_ecosphere.platform.support.semanticId.eclass.api de.iip_ecosphere.platform.support.semanticId.eclass.model Missing parts in Eclass specification. -
-
Uses of ReadClassificationClasses in de.iip_ecosphere.platform.support.semanticId.eclass.api
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return ReadClassificationClasses Modifier and Type Method Description ReadClassificationClassesEclassJsonReadServicesApi. jsonapiV1ClassificationClassesGet(java.lang.String release, java.lang.String preferredName, java.lang.Integer limit, java.lang.Integer offset, java.lang.Boolean segmentsOnly, java.lang.String acceptLanguage, java.lang.String deprecated)List of classification classesMethods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return types with arguments of type ReadClassificationClasses Modifier and Type Method Description ApiResponse<ReadClassificationClasses>EclassJsonReadServicesApi. jsonapiV1ClassificationClassesGetWithHttpInfo(java.lang.String release, java.lang.String preferredName, java.lang.Integer limit, java.lang.Integer offset, java.lang.Boolean segmentsOnly, java.lang.String acceptLanguage, java.lang.String deprecated)List of classification classesMethod parameters in de.iip_ecosphere.platform.support.semanticId.eclass.api with type arguments of type ReadClassificationClasses Modifier and Type Method Description com.squareup.okhttp.CallEclassJsonReadServicesApi. jsonapiV1ClassificationClassesGetAsync(java.lang.String release, java.lang.String preferredName, java.lang.Integer limit, java.lang.Integer offset, java.lang.Boolean segmentsOnly, java.lang.String acceptLanguage, java.lang.String deprecated, ApiCallback<ReadClassificationClasses> callback)List of classification classes (asynchronously) -
Uses of ReadClassificationClasses in de.iip_ecosphere.platform.support.semanticId.eclass.model
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.model that return ReadClassificationClasses Modifier and Type Method Description ReadClassificationClassesReadClassificationClasses. addDataItem(ListEntry dataItem)ReadClassificationClassesReadClassificationClasses. data(java.util.List<ListEntry> data)
-