Uses of Class
de.iip_ecosphere.platform.support.semanticId.eclass.model.ReadValues
-
Packages that use ReadValues 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 ReadValues in de.iip_ecosphere.platform.support.semanticId.eclass.api
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return ReadValues Modifier and Type Method Description ReadValuesEclassJsonReadServicesApi. jsonapiV1ValuesGet(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 valuesMethods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return types with arguments of type ReadValues Modifier and Type Method Description ApiResponse<ReadValues>EclassJsonReadServicesApi. jsonapiV1ValuesGetWithHttpInfo(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 valuesMethod parameters in de.iip_ecosphere.platform.support.semanticId.eclass.api with type arguments of type ReadValues Modifier and Type Method Description com.squareup.okhttp.CallEclassJsonReadServicesApi. jsonapiV1ValuesGetAsync(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<ReadValues> callback)List of values (asynchronously) -
Uses of ReadValues in de.iip_ecosphere.platform.support.semanticId.eclass.model
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.model that return ReadValues Modifier and Type Method Description ReadValuesReadValues. addDataItem(ListEntry dataItem)ReadValuesReadValues. data(java.util.List<ListEntry> data)
-