Uses of Class
de.iip_ecosphere.platform.support.semanticId.eclass.model.ReadUnits
-
Packages that use ReadUnits 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 ReadUnits in de.iip_ecosphere.platform.support.semanticId.eclass.api
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return ReadUnits Modifier and Type Method Description ReadUnitsEclassJsonReadServicesApi. jsonapiV1UnitsGet(java.lang.String release, java.lang.String preferredName, java.lang.Integer limit, java.lang.Integer offset, java.lang.String acceptLanguage, java.lang.String deprecated)List of unitsMethods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return types with arguments of type ReadUnits Modifier and Type Method Description ApiResponse<ReadUnits>EclassJsonReadServicesApi. jsonapiV1UnitsGetWithHttpInfo(java.lang.String release, java.lang.String preferredName, java.lang.Integer limit, java.lang.Integer offset, java.lang.String acceptLanguage, java.lang.String deprecated)List of unitsMethod parameters in de.iip_ecosphere.platform.support.semanticId.eclass.api with type arguments of type ReadUnits Modifier and Type Method Description com.squareup.okhttp.CallEclassJsonReadServicesApi. jsonapiV1UnitsGetAsync(java.lang.String release, java.lang.String preferredName, java.lang.Integer limit, java.lang.Integer offset, java.lang.String acceptLanguage, java.lang.String deprecated, ApiCallback<ReadUnits> callback)List of units (asynchronously) -
Uses of ReadUnits in de.iip_ecosphere.platform.support.semanticId.eclass.model
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.model that return ReadUnits Modifier and Type Method Description ReadUnitsReadUnits. addDataItem(ListEntry dataItem)ReadUnitsReadUnits. data(java.util.List<ListEntry> data)
-