Class CudamiIdentifierTypesClient

java.lang.Object
de.digitalcollections.client.BaseRestClient<T>
de.digitalcollections.cudami.client.CudamiRestClient<de.digitalcollections.model.identifiable.IdentifierType>
de.digitalcollections.cudami.client.identifiable.CudamiIdentifierTypesClient

public class CudamiIdentifierTypesClient extends CudamiRestClient<de.digitalcollections.model.identifiable.IdentifierType>
  • Constructor Details

    • CudamiIdentifierTypesClient

      public CudamiIdentifierTypesClient(HttpClient http, String serverUrl, com.fasterxml.jackson.databind.ObjectMapper mapper)
  • Method Details

    • getByNamespace

      public de.digitalcollections.model.identifiable.IdentifierType getByNamespace(String namespace) throws de.digitalcollections.model.exception.TechnicalException
      Throws:
      de.digitalcollections.model.exception.TechnicalException
    • getByUuidAndLocale

      public de.digitalcollections.model.identifiable.IdentifierType getByUuidAndLocale(UUID uuid, String locale) throws de.digitalcollections.model.exception.TechnicalException
      Throws:
      de.digitalcollections.model.exception.TechnicalException