Class EclassJsonReadServicesApi

java.lang.Object
de.iip_ecosphere.platform.support.semanticId.eclass.api.EclassJsonReadServicesApi

public class EclassJsonReadServicesApi extends Object
  • Field Details

  • Constructor Details

    • EclassJsonReadServicesApi

      public EclassJsonReadServicesApi()
    • EclassJsonReadServicesApi

      public EclassJsonReadServicesApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • jsonapiV1AocGetCall

      public com.squareup.okhttp.Call jsonapiV1AocGetCall(String dictionary, String name, Integer limit, Integer offset, String acceptLanguage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1AocGet
      Parameters:
      dictionary - dictionary query param (optional, default to ECLASS)
      name - AoC name (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1AocGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1AocGetValidateBeforeCall(String dictionary, String name, Integer limit, Integer offset, String acceptLanguage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1AocGet

      public ReadAocs jsonapiV1AocGet(String dictionary, String name, Integer limit, Integer offset, String acceptLanguage) throws ApiException
      List of aspect of conversion
      Parameters:
      dictionary - dictionary query param (optional, default to ECLASS)
      name - AoC name (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      Returns:
      ReadAocs
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1AocGetWithHttpInfo

      public ApiResponse<ReadAocs> jsonapiV1AocGetWithHttpInfo(String dictionary, String name, Integer limit, Integer offset, String acceptLanguage) throws ApiException
      List of aspect of conversion
      Parameters:
      dictionary - dictionary query param (optional, default to ECLASS)
      name - AoC name (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      Returns:
      ApiResponse<ReadAocs>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1AocGetAsync

      public com.squareup.okhttp.Call jsonapiV1AocGetAsync(String dictionary, String name, Integer limit, Integer offset, String acceptLanguage, ApiCallback<ReadAocs> callback) throws ApiException
      List of aspect of conversion (asynchronously)
      Parameters:
      dictionary - dictionary query param (optional, default to ECLASS)
      name - AoC name (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
    • jsonapiV1AocIrdiGetCall

      public com.squareup.okhttp.Call jsonapiV1AocIrdiGetCall(String irdi, String acceptLanguage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1AocIrdiGet
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1AocIrdiGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1AocIrdiGetValidateBeforeCall(String irdi, String acceptLanguage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1AocIrdiGet

      public ReadAoc jsonapiV1AocIrdiGet(String irdi, String acceptLanguage) throws ApiException
      Single aspect of conversion Read aspect of conversion by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      Returns:
      ReadAoc
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1AocIrdiGetWithHttpInfo

      public ApiResponse<ReadAoc> jsonapiV1AocIrdiGetWithHttpInfo(String irdi, String acceptLanguage) throws ApiException
      Single aspect of conversion Read aspect of conversion by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      Returns:
      ApiResponse<ReadAoc>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1AocIrdiGetAsync

      public com.squareup.okhttp.Call jsonapiV1AocIrdiGetAsync(String irdi, String acceptLanguage, ApiCallback<ReadAoc> callback) throws ApiException
      Single aspect of conversion (asynchronously) Read aspect of conversion by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
    • jsonapiV1ApplicationClassesGetCall

      public com.squareup.okhttp.Call jsonapiV1ApplicationClassesGetCall(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1ApplicationClassesGet
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1ApplicationClassesGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1ApplicationClassesGetValidateBeforeCall(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1ApplicationClassesGet

      public ReadApplicationClasses jsonapiV1ApplicationClassesGet(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) throws ApiException
      List of application classes
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      Returns:
      ReadApplicationClasses
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1ApplicationClassesGetWithHttpInfo

      public ApiResponse<ReadApplicationClasses> jsonapiV1ApplicationClassesGetWithHttpInfo(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) throws ApiException
      List of application classes
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      Returns:
      ApiResponse<ReadApplicationClasses>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1ApplicationClassesGetAsync

      public com.squareup.okhttp.Call jsonapiV1ApplicationClassesGetAsync(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ApiCallback<ReadApplicationClasses> callback) throws ApiException
      List of application classes (asynchronously)
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
    • jsonapiV1ApplicationClassesIrdiGetCall

      public com.squareup.okhttp.Call jsonapiV1ApplicationClassesIrdiGetCall(String irdi, String acceptLanguage, String release, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1ApplicationClassesIrdiGet
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1ApplicationClassesIrdiGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1ApplicationClassesIrdiGetValidateBeforeCall(String irdi, String acceptLanguage, String release, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1ApplicationClassesIrdiGet

      public ReadApplicationClass jsonapiV1ApplicationClassesIrdiGet(String irdi, String acceptLanguage, String release) throws ApiException
      Single application class Read application class by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      Returns:
      ReadApplicationClass
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1ApplicationClassesIrdiGetWithHttpInfo

      public ApiResponse<ReadApplicationClass> jsonapiV1ApplicationClassesIrdiGetWithHttpInfo(String irdi, String acceptLanguage, String release) throws ApiException
      Single application class Read application class by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      Returns:
      ApiResponse<ReadApplicationClass>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1ApplicationClassesIrdiGetAsync

      public com.squareup.okhttp.Call jsonapiV1ApplicationClassesIrdiGetAsync(String irdi, String acceptLanguage, String release, ApiCallback<ReadApplicationClass> callback) throws ApiException
      Single application class (asynchronously) Read application class by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
    • jsonapiV1AspectsGetCall

      public com.squareup.okhttp.Call jsonapiV1AspectsGetCall(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1AspectsGet
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1AspectsGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1AspectsGetValidateBeforeCall(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1AspectsGet

      public ReadAspects jsonapiV1AspectsGet(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) throws ApiException
      List of aspects
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      Returns:
      ReadAspects
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1AspectsGetWithHttpInfo

      public ApiResponse<ReadAspects> jsonapiV1AspectsGetWithHttpInfo(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) throws ApiException
      List of aspects
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      Returns:
      ApiResponse<ReadAspects>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1AspectsGetAsync

      public com.squareup.okhttp.Call jsonapiV1AspectsGetAsync(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ApiCallback<ReadAspects> callback) throws ApiException
      List of aspects (asynchronously)
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
    • jsonapiV1AspectsIrdiGetCall

      public com.squareup.okhttp.Call jsonapiV1AspectsIrdiGetCall(String irdi, String acceptLanguage, String deprecated, String release, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1AspectsIrdiGet
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1AspectsIrdiGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1AspectsIrdiGetValidateBeforeCall(String irdi, String acceptLanguage, String deprecated, String release, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1AspectsIrdiGet

      public ReadAspect jsonapiV1AspectsIrdiGet(String irdi, String acceptLanguage, String deprecated, String release) throws ApiException
      Single aspect Read aspect by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      Returns:
      ReadAspect
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1AspectsIrdiGetWithHttpInfo

      public ApiResponse<ReadAspect> jsonapiV1AspectsIrdiGetWithHttpInfo(String irdi, String acceptLanguage, String deprecated, String release) throws ApiException
      Single aspect Read aspect by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      Returns:
      ApiResponse<ReadAspect>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1AspectsIrdiGetAsync

      public com.squareup.okhttp.Call jsonapiV1AspectsIrdiGetAsync(String irdi, String acceptLanguage, String deprecated, String release, ApiCallback<ReadAspect> callback) throws ApiException
      Single aspect (asynchronously) Read aspect by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
    • jsonapiV1BlocksGetCall

      public com.squareup.okhttp.Call jsonapiV1BlocksGetCall(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1BlocksGet
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1BlocksGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1BlocksGetValidateBeforeCall(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1BlocksGet

      public ReadBlocks jsonapiV1BlocksGet(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) throws ApiException
      List of blocks
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      Returns:
      ReadBlocks
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1BlocksGetWithHttpInfo

      public ApiResponse<ReadBlocks> jsonapiV1BlocksGetWithHttpInfo(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) throws ApiException
      List of blocks
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      Returns:
      ApiResponse<ReadBlocks>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1BlocksGetAsync

      public com.squareup.okhttp.Call jsonapiV1BlocksGetAsync(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ApiCallback<ReadBlocks> callback) throws ApiException
      List of blocks (asynchronously)
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
    • jsonapiV1BlocksIrdiGetCall

      public com.squareup.okhttp.Call jsonapiV1BlocksIrdiGetCall(String irdi, String acceptLanguage, String deprecated, String release, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1BlocksIrdiGet
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1BlocksIrdiGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1BlocksIrdiGetValidateBeforeCall(String irdi, String acceptLanguage, String deprecated, String release, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1BlocksIrdiGet

      public ReadBlock jsonapiV1BlocksIrdiGet(String irdi, String acceptLanguage, String deprecated, String release) throws ApiException
      Single block Read block by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      Returns:
      ReadBlock
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1BlocksIrdiGetWithHttpInfo

      public ApiResponse<ReadBlock> jsonapiV1BlocksIrdiGetWithHttpInfo(String irdi, String acceptLanguage, String deprecated, String release) throws ApiException
      Single block Read block by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      Returns:
      ApiResponse<ReadBlock>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1BlocksIrdiGetAsync

      public com.squareup.okhttp.Call jsonapiV1BlocksIrdiGetAsync(String irdi, String acceptLanguage, String deprecated, String release, ApiCallback<ReadBlock> callback) throws ApiException
      Single block (asynchronously) Read block by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
    • jsonapiV1ClassificationClassesClassificationClassIdGetCall

      public com.squareup.okhttp.Call jsonapiV1ClassificationClassesClassificationClassIdGetCall(ClassificationClassId classificationClassId, String acceptLanguage, String release, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1ClassificationClassesClassificationClassIdGet
      Parameters:
      classificationClassId - Either the IRDI of the classification class or its coded name. Coded name without dashes and always 8 digits (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1ClassificationClassesClassificationClassIdGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1ClassificationClassesClassificationClassIdGetValidateBeforeCall(ClassificationClassId classificationClassId, String acceptLanguage, String release, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1ClassificationClassesClassificationClassIdGet

      public ReadClassificationClass jsonapiV1ClassificationClassesClassificationClassIdGet(ClassificationClassId classificationClassId, String acceptLanguage, String release) throws ApiException
      Single classification class
      Parameters:
      classificationClassId - Either the IRDI of the classification class or its coded name. Coded name without dashes and always 8 digits (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      Returns:
      ReadClassificationClass
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1ClassificationClassesClassificationClassIdGetWithHttpInfo

      public ApiResponse<ReadClassificationClass> jsonapiV1ClassificationClassesClassificationClassIdGetWithHttpInfo(ClassificationClassId classificationClassId, String acceptLanguage, String release) throws ApiException
      Single classification class
      Parameters:
      classificationClassId - Either the IRDI of the classification class or its coded name. Coded name without dashes and always 8 digits (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      Returns:
      ApiResponse<ReadClassificationClass>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1ClassificationClassesClassificationClassIdGetAsync

      public com.squareup.okhttp.Call jsonapiV1ClassificationClassesClassificationClassIdGetAsync(ClassificationClassId classificationClassId, String acceptLanguage, String release, ApiCallback<ReadClassificationClass> callback) throws ApiException
      Single classification class (asynchronously)
      Parameters:
      classificationClassId - Either the IRDI of the classification class or its coded name. Coded name without dashes and always 8 digits (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
    • jsonapiV1ClassificationClassesGetCall

      public com.squareup.okhttp.Call jsonapiV1ClassificationClassesGetCall(String release, String preferredName, Integer limit, Integer offset, Boolean segmentsOnly, String acceptLanguage, String deprecated, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1ClassificationClassesGet
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      segmentsOnly - Return only 1st level classes (segments) (optional, default to true)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1ClassificationClassesGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1ClassificationClassesGetValidateBeforeCall(String release, String preferredName, Integer limit, Integer offset, Boolean segmentsOnly, String acceptLanguage, String deprecated, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1ClassificationClassesGet

      public ReadClassificationClasses jsonapiV1ClassificationClassesGet(String release, String preferredName, Integer limit, Integer offset, Boolean segmentsOnly, String acceptLanguage, String deprecated) throws ApiException
      List of classification classes
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      segmentsOnly - Return only 1st level classes (segments) (optional, default to true)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      Returns:
      ReadClassificationClasses
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1ClassificationClassesGetWithHttpInfo

      public ApiResponse<ReadClassificationClasses> jsonapiV1ClassificationClassesGetWithHttpInfo(String release, String preferredName, Integer limit, Integer offset, Boolean segmentsOnly, String acceptLanguage, String deprecated) throws ApiException
      List of classification classes
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      segmentsOnly - Return only 1st level classes (segments) (optional, default to true)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      Returns:
      ApiResponse<ReadClassificationClasses>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1ClassificationClassesGetAsync

      public com.squareup.okhttp.Call jsonapiV1ClassificationClassesGetAsync(String release, String preferredName, Integer limit, Integer offset, Boolean segmentsOnly, String acceptLanguage, String deprecated, ApiCallback<ReadClassificationClasses> callback) throws ApiException
      List of classification classes (asynchronously)
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      segmentsOnly - Return only 1st level classes (segments) (optional, default to true)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
    • jsonapiV1CurrenciesGetCall

      public com.squareup.okhttp.Call jsonapiV1CurrenciesGetCall(String preferredName, Integer limit, Integer offset, String acceptLanguage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1CurrenciesGet
      Parameters:
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1CurrenciesGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1CurrenciesGetValidateBeforeCall(String preferredName, Integer limit, Integer offset, String acceptLanguage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1CurrenciesGet

      public ReadCurrencies jsonapiV1CurrenciesGet(String preferredName, Integer limit, Integer offset, String acceptLanguage) throws ApiException
      List of value lists
      Parameters:
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      Returns:
      ReadCurrencies
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1CurrenciesGetWithHttpInfo

      public ApiResponse<ReadCurrencies> jsonapiV1CurrenciesGetWithHttpInfo(String preferredName, Integer limit, Integer offset, String acceptLanguage) throws ApiException
      List of value lists
      Parameters:
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      Returns:
      ApiResponse<ReadCurrencies>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1CurrenciesGetAsync

      public com.squareup.okhttp.Call jsonapiV1CurrenciesGetAsync(String preferredName, Integer limit, Integer offset, String acceptLanguage, ApiCallback<ReadCurrencies> callback) throws ApiException
      List of value lists (asynchronously)
      Parameters:
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
    • jsonapiV1CurrenciesIrdiGetCall

      public com.squareup.okhttp.Call jsonapiV1CurrenciesIrdiGetCall(String irdi, String acceptLanguage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1CurrenciesIrdiGet
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1CurrenciesIrdiGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1CurrenciesIrdiGetValidateBeforeCall(String irdi, String acceptLanguage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1CurrenciesIrdiGet

      public ReadCurrency jsonapiV1CurrenciesIrdiGet(String irdi, String acceptLanguage) throws ApiException
      Single valuelist Read valuelist by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      Returns:
      ReadCurrency
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1CurrenciesIrdiGetWithHttpInfo

      public ApiResponse<ReadCurrency> jsonapiV1CurrenciesIrdiGetWithHttpInfo(String irdi, String acceptLanguage) throws ApiException
      Single valuelist Read valuelist by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      Returns:
      ApiResponse<ReadCurrency>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1CurrenciesIrdiGetAsync

      public com.squareup.okhttp.Call jsonapiV1CurrenciesIrdiGetAsync(String irdi, String acceptLanguage, ApiCallback<ReadCurrency> callback) throws ApiException
      Single valuelist (asynchronously) Read valuelist by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
    • jsonapiV1KeywordsGetCall

      public com.squareup.okhttp.Call jsonapiV1KeywordsGetCall(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1KeywordsGet
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1KeywordsGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1KeywordsGetValidateBeforeCall(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1KeywordsGet

      public ReadNames jsonapiV1KeywordsGet(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) throws ApiException
      List of keywords
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      Returns:
      ReadNames
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1KeywordsGetWithHttpInfo

      public ApiResponse<ReadNames> jsonapiV1KeywordsGetWithHttpInfo(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) throws ApiException
      List of keywords
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      Returns:
      ApiResponse<ReadNames>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1KeywordsGetAsync

      public com.squareup.okhttp.Call jsonapiV1KeywordsGetAsync(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ApiCallback<ReadNames> callback) throws ApiException
      List of keywords (asynchronously)
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
    • jsonapiV1KeywordsIrdiGetCall

      public com.squareup.okhttp.Call jsonapiV1KeywordsIrdiGetCall(String irdi, String release, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1KeywordsIrdiGet
      Parameters:
      irdi - IRDI of structural element (required)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1KeywordsIrdiGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1KeywordsIrdiGetValidateBeforeCall(String irdi, String release, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1KeywordsIrdiGet

      public ReadName jsonapiV1KeywordsIrdiGet(String irdi, String release) throws ApiException
      Single keyword Read keyword irdi
      Parameters:
      irdi - IRDI of structural element (required)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      Returns:
      ReadName
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1KeywordsIrdiGetWithHttpInfo

      public ApiResponse<ReadName> jsonapiV1KeywordsIrdiGetWithHttpInfo(String irdi, String release) throws ApiException
      Single keyword Read keyword irdi
      Parameters:
      irdi - IRDI of structural element (required)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      Returns:
      ApiResponse<ReadName>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1KeywordsIrdiGetAsync

      public com.squareup.okhttp.Call jsonapiV1KeywordsIrdiGetAsync(String irdi, String release, ApiCallback<ReadName> callback) throws ApiException
      Single keyword (asynchronously) Read keyword irdi
      Parameters:
      irdi - IRDI of structural element (required)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
    • jsonapiV1PropertiesGetCall

      public com.squareup.okhttp.Call jsonapiV1PropertiesGetCall(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1PropertiesGet
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1PropertiesGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1PropertiesGetValidateBeforeCall(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1PropertiesGet

      public ReadProperties jsonapiV1PropertiesGet(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) throws ApiException
      List of properties
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      Returns:
      ReadProperties
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1PropertiesGetWithHttpInfo

      public ApiResponse<ReadProperties> jsonapiV1PropertiesGetWithHttpInfo(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) throws ApiException
      List of properties
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      Returns:
      ApiResponse<ReadProperties>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1PropertiesGetAsync

      public com.squareup.okhttp.Call jsonapiV1PropertiesGetAsync(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ApiCallback<ReadProperties> callback) throws ApiException
      List of properties (asynchronously)
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
    • jsonapiV1PropertiesIrdiGetCall

      public com.squareup.okhttp.Call jsonapiV1PropertiesIrdiGetCall(String irdi, String acceptLanguage, String deprecated, String release, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1PropertiesIrdiGet
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1PropertiesIrdiGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1PropertiesIrdiGetValidateBeforeCall(String irdi, String acceptLanguage, String deprecated, String release, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1PropertiesIrdiGet

      public ReadProperty jsonapiV1PropertiesIrdiGet(String irdi, String acceptLanguage, String deprecated, String release) throws ApiException
      Single property Read property by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      Returns:
      ReadProperty
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1PropertiesIrdiGetWithHttpInfo

      public ApiResponse<ReadProperty> jsonapiV1PropertiesIrdiGetWithHttpInfo(String irdi, String acceptLanguage, String deprecated, String release) throws ApiException
      Single property Read property by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      Returns:
      ApiResponse<ReadProperty>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1PropertiesIrdiGetAsync

      public com.squareup.okhttp.Call jsonapiV1PropertiesIrdiGetAsync(String irdi, String acceptLanguage, String deprecated, String release, ApiCallback<ReadProperty> callback) throws ApiException
      Single property (asynchronously) Read property by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
    • jsonapiV1QuantitiesIrdiGetCall

      public com.squareup.okhttp.Call jsonapiV1QuantitiesIrdiGetCall(String irdi, String acceptLanguage, String deprecated, String release, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1QuantitiesIrdiGet
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1QuantitiesIrdiGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1QuantitiesIrdiGetValidateBeforeCall(String irdi, String acceptLanguage, String deprecated, String release, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1QuantitiesIrdiGet

      public ReadQuantity jsonapiV1QuantitiesIrdiGet(String irdi, String acceptLanguage, String deprecated, String release) throws ApiException
      Single quantity Read quantity by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      Returns:
      ReadQuantity
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1QuantitiesIrdiGetWithHttpInfo

      public ApiResponse<ReadQuantity> jsonapiV1QuantitiesIrdiGetWithHttpInfo(String irdi, String acceptLanguage, String deprecated, String release) throws ApiException
      Single quantity Read quantity by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      Returns:
      ApiResponse<ReadQuantity>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1QuantitiesIrdiGetAsync

      public com.squareup.okhttp.Call jsonapiV1QuantitiesIrdiGetAsync(String irdi, String acceptLanguage, String deprecated, String release, ApiCallback<ReadQuantity> callback) throws ApiException
      Single quantity (asynchronously) Read quantity by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
    • jsonapiV1SynonymsGetCall

      public com.squareup.okhttp.Call jsonapiV1SynonymsGetCall(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1SynonymsGet
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1SynonymsGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1SynonymsGetValidateBeforeCall(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1SynonymsGet

      public ReadNames jsonapiV1SynonymsGet(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) throws ApiException
      List of synonyms
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      Returns:
      ReadNames
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1SynonymsGetWithHttpInfo

      public ApiResponse<ReadNames> jsonapiV1SynonymsGetWithHttpInfo(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) throws ApiException
      List of synonyms
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      Returns:
      ApiResponse<ReadNames>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1SynonymsGetAsync

      public com.squareup.okhttp.Call jsonapiV1SynonymsGetAsync(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ApiCallback<ReadNames> callback) throws ApiException
      List of synonyms (asynchronously)
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
    • jsonapiV1SynonymsIrdiGetCall

      public com.squareup.okhttp.Call jsonapiV1SynonymsIrdiGetCall(String irdi, String release, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1SynonymsIrdiGet
      Parameters:
      irdi - IRDI of structural element (required)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1SynonymsIrdiGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1SynonymsIrdiGetValidateBeforeCall(String irdi, String release, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1SynonymsIrdiGet

      public ReadName jsonapiV1SynonymsIrdiGet(String irdi, String release) throws ApiException
      Single synonym Read synonym irdi
      Parameters:
      irdi - IRDI of structural element (required)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      Returns:
      ReadName
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1SynonymsIrdiGetWithHttpInfo

      public ApiResponse<ReadName> jsonapiV1SynonymsIrdiGetWithHttpInfo(String irdi, String release) throws ApiException
      Single synonym Read synonym irdi
      Parameters:
      irdi - IRDI of structural element (required)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      Returns:
      ApiResponse<ReadName>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1SynonymsIrdiGetAsync

      public com.squareup.okhttp.Call jsonapiV1SynonymsIrdiGetAsync(String irdi, String release, ApiCallback<ReadName> callback) throws ApiException
      Single synonym (asynchronously) Read synonym irdi
      Parameters:
      irdi - IRDI of structural element (required)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
    • jsonapiV1UnitsGetCall

      public com.squareup.okhttp.Call jsonapiV1UnitsGetCall(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1UnitsGet
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1UnitsGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1UnitsGetValidateBeforeCall(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1UnitsGet

      public ReadUnits jsonapiV1UnitsGet(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) throws ApiException
      List of units
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      Returns:
      ReadUnits
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1UnitsGetWithHttpInfo

      public ApiResponse<ReadUnits> jsonapiV1UnitsGetWithHttpInfo(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) throws ApiException
      List of units
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      Returns:
      ApiResponse<ReadUnits>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1UnitsGetAsync

      public com.squareup.okhttp.Call jsonapiV1UnitsGetAsync(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ApiCallback<ReadUnits> callback) throws ApiException
      List of units (asynchronously)
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
    • jsonapiV1UnitsIrdiGetCall

      public com.squareup.okhttp.Call jsonapiV1UnitsIrdiGetCall(String irdi, String acceptLanguage, String deprecated, String release, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1UnitsIrdiGet
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1UnitsIrdiGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1UnitsIrdiGetValidateBeforeCall(String irdi, String acceptLanguage, String deprecated, String release, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1UnitsIrdiGet

      public ReadUnit jsonapiV1UnitsIrdiGet(String irdi, String acceptLanguage, String deprecated, String release) throws ApiException
      Single unit Read unit by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      Returns:
      ReadUnit
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1UnitsIrdiGetWithHttpInfo

      public ApiResponse<ReadUnit> jsonapiV1UnitsIrdiGetWithHttpInfo(String irdi, String acceptLanguage, String deprecated, String release) throws ApiException
      Single unit Read unit by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      Returns:
      ApiResponse<ReadUnit>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1UnitsIrdiGetAsync

      public com.squareup.okhttp.Call jsonapiV1UnitsIrdiGetAsync(String irdi, String acceptLanguage, String deprecated, String release, ApiCallback<ReadUnit> callback) throws ApiException
      Single unit (asynchronously) Read unit by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
    • jsonapiV1ValueListsGetCall

      public com.squareup.okhttp.Call jsonapiV1ValueListsGetCall(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1ValueListsGet
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1ValueListsGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1ValueListsGetValidateBeforeCall(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1ValueListsGet

      public ReadValueLists jsonapiV1ValueListsGet(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) throws ApiException
      List of value lists
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      Returns:
      ReadValueLists
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1ValueListsGetWithHttpInfo

      public ApiResponse<ReadValueLists> jsonapiV1ValueListsGetWithHttpInfo(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) throws ApiException
      List of value lists
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      Returns:
      ApiResponse<ReadValueLists>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1ValueListsGetAsync

      public com.squareup.okhttp.Call jsonapiV1ValueListsGetAsync(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ApiCallback<ReadValueLists> callback) throws ApiException
      List of value lists (asynchronously)
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
    • jsonapiV1ValueListsIrdiGetCall

      public com.squareup.okhttp.Call jsonapiV1ValueListsIrdiGetCall(String irdi, String acceptLanguage, String deprecated, String release, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1ValueListsIrdiGet
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1ValueListsIrdiGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1ValueListsIrdiGetValidateBeforeCall(String irdi, String acceptLanguage, String deprecated, String release, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1ValueListsIrdiGet

      public ReadValueList jsonapiV1ValueListsIrdiGet(String irdi, String acceptLanguage, String deprecated, String release) throws ApiException
      Single valuelist Read valuelist by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      Returns:
      ReadValueList
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1ValueListsIrdiGetWithHttpInfo

      public ApiResponse<ReadValueList> jsonapiV1ValueListsIrdiGetWithHttpInfo(String irdi, String acceptLanguage, String deprecated, String release) throws ApiException
      Single valuelist Read valuelist by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      Returns:
      ApiResponse<ReadValueList>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1ValueListsIrdiGetAsync

      public com.squareup.okhttp.Call jsonapiV1ValueListsIrdiGetAsync(String irdi, String acceptLanguage, String deprecated, String release, ApiCallback<ReadValueList> callback) throws ApiException
      Single valuelist (asynchronously) Read valuelist by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
    • jsonapiV1ValuesGetCall

      public com.squareup.okhttp.Call jsonapiV1ValuesGetCall(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1ValuesGet
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1ValuesGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1ValuesGetValidateBeforeCall(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1ValuesGet

      public ReadValues jsonapiV1ValuesGet(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) throws ApiException
      List of values
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      Returns:
      ReadValues
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1ValuesGetWithHttpInfo

      public ApiResponse<ReadValues> jsonapiV1ValuesGetWithHttpInfo(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated) throws ApiException
      List of values
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      Returns:
      ApiResponse<ReadValues>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1ValuesGetAsync

      public com.squareup.okhttp.Call jsonapiV1ValuesGetAsync(String release, String preferredName, Integer limit, Integer offset, String acceptLanguage, String deprecated, ApiCallback<ReadValues> callback) throws ApiException
      List of values (asynchronously)
      Parameters:
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      preferredName - Search by preferred name (matching Accept-Language)<br />Search wildcard * allowed in beginning and end (optional)
      limit - Number of results contained per page (optional, default to 50)
      offset - Start with result page n (optional, default to 0)
      acceptLanguage - Returned translatable content shall be in the best matching language. Several languages or language codes can be used via comma<br/>When not set or no requested language is available the system will assume en-US<br> (optional)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
    • jsonapiV1ValuesIrdiGetCall

      public com.squareup.okhttp.Call jsonapiV1ValuesIrdiGetCall(String irdi, String deprecated, String release, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for jsonapiV1ValuesIrdiGet
      Parameters:
      irdi - IRDI of structural element (required)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • jsonapiV1ValuesIrdiGetValidateBeforeCall

      private com.squareup.okhttp.Call jsonapiV1ValuesIrdiGetValidateBeforeCall(String irdi, String deprecated, String release, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Throws:
      ApiException
    • jsonapiV1ValuesIrdiGet

      public ReadValue jsonapiV1ValuesIrdiGet(String irdi, String deprecated, String release) throws ApiException
      Single unit Read value by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      Returns:
      ReadValue
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1ValuesIrdiGetWithHttpInfo

      public ApiResponse<ReadValue> jsonapiV1ValuesIrdiGetWithHttpInfo(String irdi, String deprecated, String release) throws ApiException
      Single unit Read value by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      Returns:
      ApiResponse<ReadValue>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • jsonapiV1ValuesIrdiGetAsync

      public com.squareup.okhttp.Call jsonapiV1ValuesIrdiGetAsync(String irdi, String deprecated, String release, ApiCallback<ReadValue> callback) throws ApiException
      Single unit (asynchronously) Read value by IRDI
      Parameters:
      irdi - IRDI of structural element (required)
      deprecated - Shows or not deprecated elements in response; if requested SE is deprecated but Header is true shows requested structure element (otherwise 404) (optional, default to false)
      release - IRDI of Release (see <a href=\"https://wiki.eclass.eu/wiki/Release_Numbers_and_Versioning#The_Release_IRDI\" target=\"_new\">Wiki</a>), or LATEST (shortcut for requesting latest ECLASS Release)<br><br><b>Note for *_/classificationClasses/{classificationClassId} only:</b> This parameter is not mandatory. Set to LATEST by default. However, due to the versioning process of ECLASS, it is possible that the IRDI of the element remains the same, but the child classes may change. Therefore, it is recommended to specify a specific release IRDI. By combining the IRDIs of the element and the release, the content of the response is unique and does not change. (optional, default to LATEST)
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object