Class GetInfoDirectoryEntryAdministrationApi

    • Constructor Detail

      • GetInfoDirectoryEntryAdministrationApi

        public GetInfoDirectoryEntryAdministrationApi()
      • GetInfoDirectoryEntryAdministrationApi

        public GetInfoDirectoryEntryAdministrationApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • getInfoCall

        public okhttp3.Call getInfoCall​(ApiCallback _callback)
                                 throws ApiException
        Build call for getInfo
        Parameters:
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getInfo

        public InfoObject getInfo()
                           throws ApiException
        Diese Operation liefert Metadaten über diese Schnittstelle Liefert die Metadaten aus dem Info Object diese OpenAPI Spezifikation und ergänzt sie.
        Returns:
        InfoObject
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getInfoWithHttpInfo

        public ApiResponse<InfoObject> getInfoWithHttpInfo()
                                                    throws ApiException
        Diese Operation liefert Metadaten über diese Schnittstelle Liefert die Metadaten aus dem Info Object diese OpenAPI Spezifikation und ergänzt sie.
        Returns:
        ApiResponse<InfoObject>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getInfoAsync

        public okhttp3.Call getInfoAsync​(ApiCallback<InfoObject> _callback)
                                  throws ApiException
        Diese Operation liefert Metadaten über diese Schnittstelle (asynchronously) Liefert die Metadaten aus dem Info Object diese OpenAPI Spezifikation und ergänzt sie.
        Parameters:
        _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