Uses of Class
de.iip_ecosphere.platform.support.semanticId.eclass.model.ReadValueLists
-
Packages that use ReadValueLists 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 ReadValueLists in de.iip_ecosphere.platform.support.semanticId.eclass.api
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return ReadValueLists Modifier and Type Method Description ReadValueListsEclassJsonReadServicesApi. jsonapiV1ValueListsGet(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 value listsMethods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return types with arguments of type ReadValueLists Modifier and Type Method Description ApiResponse<ReadValueLists>EclassJsonReadServicesApi. jsonapiV1ValueListsGetWithHttpInfo(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 value listsMethod parameters in de.iip_ecosphere.platform.support.semanticId.eclass.api with type arguments of type ReadValueLists Modifier and Type Method Description com.squareup.okhttp.CallEclassJsonReadServicesApi. jsonapiV1ValueListsGetAsync(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<ReadValueLists> callback)List of value lists (asynchronously) -
Uses of ReadValueLists in de.iip_ecosphere.platform.support.semanticId.eclass.model
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.model that return ReadValueLists Modifier and Type Method Description ReadValueListsReadValueLists. addDataItem(ListEntry dataItem)ReadValueListsReadValueLists. data(java.util.List<ListEntry> data)
-