Uses of Class
de.iip_ecosphere.platform.support.semanticId.eclass.model.ReadCurrencies
-
Packages that use ReadCurrencies 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 ReadCurrencies in de.iip_ecosphere.platform.support.semanticId.eclass.api
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return ReadCurrencies Modifier and Type Method Description ReadCurrenciesEclassJsonReadServicesApi. jsonapiV1CurrenciesGet(java.lang.String preferredName, java.lang.Integer limit, java.lang.Integer offset, java.lang.String acceptLanguage)List of value listsMethods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return types with arguments of type ReadCurrencies Modifier and Type Method Description ApiResponse<ReadCurrencies>EclassJsonReadServicesApi. jsonapiV1CurrenciesGetWithHttpInfo(java.lang.String preferredName, java.lang.Integer limit, java.lang.Integer offset, java.lang.String acceptLanguage)List of value listsMethod parameters in de.iip_ecosphere.platform.support.semanticId.eclass.api with type arguments of type ReadCurrencies Modifier and Type Method Description com.squareup.okhttp.CallEclassJsonReadServicesApi. jsonapiV1CurrenciesGetAsync(java.lang.String preferredName, java.lang.Integer limit, java.lang.Integer offset, java.lang.String acceptLanguage, ApiCallback<ReadCurrencies> callback)List of value lists (asynchronously) -
Uses of ReadCurrencies in de.iip_ecosphere.platform.support.semanticId.eclass.model
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.model that return ReadCurrencies Modifier and Type Method Description ReadCurrenciesReadCurrencies. addDataItem(ListEntry dataItem)ReadCurrenciesReadCurrencies. data(java.util.List<ListEntry> data)
-