Class CudamiIdentifierTypesClient


  • public class CudamiIdentifierTypesClient
    extends CudamiBaseClient<de.digitalcollections.model.identifiable.IdentifierType>
    • Constructor Detail

      • CudamiIdentifierTypesClient

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

      • create

        public de.digitalcollections.model.identifiable.IdentifierType create()
      • find

        public de.digitalcollections.model.paging.PageResponse<de.digitalcollections.model.identifiable.IdentifierType> find​(de.digitalcollections.model.paging.PageRequest pageRequest)
                                                                                                                      throws HttpException
        Throws:
        HttpException
      • find

        public de.digitalcollections.model.paging.SearchPageResponse<de.digitalcollections.model.identifiable.IdentifierType> find​(de.digitalcollections.model.paging.SearchPageRequest searchPageRequest)
                                                                                                                            throws HttpException
        Throws:
        HttpException
      • save

        public de.digitalcollections.model.identifiable.IdentifierType save​(de.digitalcollections.model.identifiable.IdentifierType identifierType)
                                                                     throws HttpException
        Throws:
        HttpException
      • update

        public de.digitalcollections.model.identifiable.IdentifierType update​(UUID uuid,
                                                                              de.digitalcollections.model.identifiable.IdentifierType identifierType)
                                                                       throws HttpException
        Throws:
        HttpException