Class CudamiGivenNamesClient


  • public class CudamiGivenNamesClient
    extends CudamiBaseClient<de.digitalcollections.model.identifiable.agent.GivenName>
    • Constructor Detail

      • CudamiGivenNamesClient

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

      • create

        public de.digitalcollections.model.identifiable.agent.GivenName create()
      • find

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

        public de.digitalcollections.model.paging.PageResponse findByLanguageAndInitial​(de.digitalcollections.model.paging.PageRequest pageRequest,
                                                                                        String language,
                                                                                        String initial)
                                                                                 throws HttpException
        Throws:
        HttpException
      • findByLanguageAndInitial

        public de.digitalcollections.model.paging.PageResponse<de.digitalcollections.model.identifiable.agent.GivenName> findByLanguageAndInitial​(int pageNumber,
                                                                                                                                                  int pageSize,
                                                                                                                                                  String sortField,
                                                                                                                                                  String sortDirection,
                                                                                                                                                  String nullHandling,
                                                                                                                                                  String language,
                                                                                                                                                  String initial)
                                                                                                                                           throws HttpException
        Throws:
        HttpException
      • save

        public de.digitalcollections.model.identifiable.agent.GivenName save​(de.digitalcollections.model.identifiable.agent.GivenName givenName)
                                                                      throws HttpException
        Throws:
        HttpException
      • update

        public de.digitalcollections.model.identifiable.agent.GivenName update​(UUID uuid,
                                                                               de.digitalcollections.model.identifiable.agent.GivenName givenName)
                                                                        throws HttpException
        Throws:
        HttpException