Uses of Class
de.iip_ecosphere.platform.support.semanticId.eclass.model.ReadProperties
-
Packages that use ReadProperties 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 ReadProperties in de.iip_ecosphere.platform.support.semanticId.eclass.api
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return ReadProperties Modifier and Type Method Description ReadPropertiesEclassJsonReadServicesApi. jsonapiV1PropertiesGet(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 propertiesMethods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return types with arguments of type ReadProperties Modifier and Type Method Description ApiResponse<ReadProperties>EclassJsonReadServicesApi. jsonapiV1PropertiesGetWithHttpInfo(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 propertiesMethod parameters in de.iip_ecosphere.platform.support.semanticId.eclass.api with type arguments of type ReadProperties Modifier and Type Method Description com.squareup.okhttp.CallEclassJsonReadServicesApi. jsonapiV1PropertiesGetAsync(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<ReadProperties> callback)List of properties (asynchronously) -
Uses of ReadProperties in de.iip_ecosphere.platform.support.semanticId.eclass.model
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.model that return ReadProperties Modifier and Type Method Description ReadPropertiesReadProperties. addDataItem(ListEntry dataItem)ReadPropertiesReadProperties. data(java.util.List<ListEntry> data)
-