Uses of Class
de.iip_ecosphere.platform.support.semanticId.eclass.handler.ApiResponse
Packages that use ApiResponse
Package
Description
-
Uses of ApiResponse in de.iip_ecosphere.platform.support.semanticId.eclass.api
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return ApiResponseModifier and TypeMethodDescriptionEclassJsonReadServicesApi.jsonapiV1AocGetWithHttpInfo(String dictionary, String name, Integer limit, Integer offset, String acceptLanguage) List of aspect of conversionEclassJsonReadServicesApi.jsonapiV1AocIrdiGetWithHttpInfo(String irdi, String acceptLanguage) Single aspect of conversion Read aspect of conversion by IRDIEclassJsonReadServicesApi.jsonapiV1ApplicationClassesGetWithHttpInfo(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) List of application classesEclassJsonReadServicesApi.jsonapiV1ApplicationClassesIrdiGetWithHttpInfo(String irdi, String acceptLanguage, String release) Single application class Read application class by IRDIEclassJsonReadServicesApi.jsonapiV1AspectsGetWithHttpInfo(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) List of aspectsEclassJsonReadServicesApi.jsonapiV1AspectsIrdiGetWithHttpInfo(String irdi, String acceptLanguage, String deprecated, String release) Single aspect Read aspect by IRDIEclassJsonReadServicesApi.jsonapiV1BlocksGetWithHttpInfo(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) List of blocksEclassJsonReadServicesApi.jsonapiV1BlocksIrdiGetWithHttpInfo(String irdi, String acceptLanguage, String deprecated, String release) Single block Read block by IRDIEclassJsonReadServicesApi.jsonapiV1ClassificationClassesClassificationClassIdGetWithHttpInfo(ClassificationClassId classificationClassId, String acceptLanguage, String release) Single classification classEclassJsonReadServicesApi.jsonapiV1ClassificationClassesGetWithHttpInfo(String release, String preferredName, Integer limit, Integer offset, Boolean segmentsOnly, String acceptLanguage, String deprecated) List of classification classesEclassJsonReadServicesApi.jsonapiV1CurrenciesGetWithHttpInfo(String preferredName, Integer limit, Integer offset, String acceptLanguage) List of value listsEclassJsonReadServicesApi.jsonapiV1CurrenciesIrdiGetWithHttpInfo(String irdi, String acceptLanguage) Single valuelist Read valuelist by IRDIEclassJsonReadServicesApi.jsonapiV1KeywordsGetWithHttpInfo(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) List of keywordsEclassJsonReadServicesApi.jsonapiV1KeywordsIrdiGetWithHttpInfo(String irdi, String release) Single keyword Read keyword irdiEclassJsonReadServicesApi.jsonapiV1PropertiesGetWithHttpInfo(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) List of propertiesEclassJsonReadServicesApi.jsonapiV1PropertiesIrdiGetWithHttpInfo(String irdi, String acceptLanguage, String deprecated, String release) Single property Read property by IRDIEclassJsonReadServicesApi.jsonapiV1QuantitiesIrdiGetWithHttpInfo(String irdi, String acceptLanguage, String deprecated, String release) Single quantity Read quantity by IRDIEclassJsonReadServicesApi.jsonapiV1SynonymsGetWithHttpInfo(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) List of synonymsEclassJsonReadServicesApi.jsonapiV1SynonymsIrdiGetWithHttpInfo(String irdi, String release) Single synonym Read synonym irdiEclassJsonReadServicesApi.jsonapiV1UnitsGetWithHttpInfo(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) List of unitsEclassJsonReadServicesApi.jsonapiV1UnitsIrdiGetWithHttpInfo(String irdi, String acceptLanguage, String deprecated, String release) Single unit Read unit by IRDIEclassJsonReadServicesApi.jsonapiV1ValueListsGetWithHttpInfo(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) List of value listsEclassJsonReadServicesApi.jsonapiV1ValueListsIrdiGetWithHttpInfo(String irdi, String acceptLanguage, String deprecated, String release) Single valuelist Read valuelist by IRDIEclassJsonReadServicesApi.jsonapiV1ValuesGetWithHttpInfo(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) List of valuesEclassJsonReadServicesApi.jsonapiV1ValuesIrdiGetWithHttpInfo(String irdi, String deprecated, String release) Single unit Read value by IRDI -
Uses of ApiResponse in de.iip_ecosphere.platform.support.semanticId.eclass.handler
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.handler that return ApiResponseModifier and TypeMethodDescription<T> ApiResponse<T> ApiClient.execute(com.squareup.okhttp.Call call) <T> ApiResponse<T> Execute HTTP call and deserialize the HTTP response body into the given return type.