Uses of Class
de.iip_ecosphere.platform.support.semanticId.eclass.model.ReadAocs
-
Packages that use ReadAocs 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 ReadAocs in de.iip_ecosphere.platform.support.semanticId.eclass.api
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return ReadAocs Modifier and Type Method Description ReadAocsEclassJsonReadServicesApi. jsonapiV1AocGet(java.lang.String dictionary, java.lang.String name, java.lang.Integer limit, java.lang.Integer offset, java.lang.String acceptLanguage)List of aspect of conversionMethods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return types with arguments of type ReadAocs Modifier and Type Method Description ApiResponse<ReadAocs>EclassJsonReadServicesApi. jsonapiV1AocGetWithHttpInfo(java.lang.String dictionary, java.lang.String name, java.lang.Integer limit, java.lang.Integer offset, java.lang.String acceptLanguage)List of aspect of conversionMethod parameters in de.iip_ecosphere.platform.support.semanticId.eclass.api with type arguments of type ReadAocs Modifier and Type Method Description com.squareup.okhttp.CallEclassJsonReadServicesApi. jsonapiV1AocGetAsync(java.lang.String dictionary, java.lang.String name, java.lang.Integer limit, java.lang.Integer offset, java.lang.String acceptLanguage, ApiCallback<ReadAocs> callback)List of aspect of conversion (asynchronously) -
Uses of ReadAocs in de.iip_ecosphere.platform.support.semanticId.eclass.model
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.model that return ReadAocs Modifier and Type Method Description ReadAocsReadAocs. addDataItem(AocEntry dataItem)ReadAocsReadAocs. data(java.util.List<AocEntry> data)
-