Uses of Class
de.iip_ecosphere.platform.support.semanticId.eclass.model.ReadCurrency
-
Packages that use ReadCurrency 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 ReadCurrency in de.iip_ecosphere.platform.support.semanticId.eclass.api
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return ReadCurrency Modifier and Type Method Description ReadCurrencyEclassJsonReadServicesApi. jsonapiV1CurrenciesIrdiGet(java.lang.String irdi, java.lang.String acceptLanguage)Single valuelist Read valuelist by IRDIMethods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return types with arguments of type ReadCurrency Modifier and Type Method Description ApiResponse<ReadCurrency>EclassJsonReadServicesApi. jsonapiV1CurrenciesIrdiGetWithHttpInfo(java.lang.String irdi, java.lang.String acceptLanguage)Single valuelist Read valuelist by IRDIMethod parameters in de.iip_ecosphere.platform.support.semanticId.eclass.api with type arguments of type ReadCurrency Modifier and Type Method Description com.squareup.okhttp.CallEclassJsonReadServicesApi. jsonapiV1CurrenciesIrdiGetAsync(java.lang.String irdi, java.lang.String acceptLanguage, ApiCallback<ReadCurrency> callback)Single valuelist (asynchronously) Read valuelist by IRDI -
Uses of ReadCurrency in de.iip_ecosphere.platform.support.semanticId.eclass.model
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.model that return ReadCurrency Modifier and Type Method Description ReadCurrencyReadCurrency. alphaCode(java.lang.String alphaCode)ReadCurrencyReadCurrency. correctionFlag(java.lang.Boolean correctionFlag)ReadCurrencyReadCurrency. definition(Definition definition)ReadCurrencyReadCurrency. minorUnit(java.lang.Integer minorUnit)ReadCurrencyReadCurrency. numericCode(java.lang.Integer numericCode)ReadCurrencyReadCurrency. preferredName(PreferredName preferredName)ReadCurrencyReadCurrency. privateFlag(java.lang.Boolean privateFlag)
-