Skip to content

Commit

Permalink
EA-4015 chnages for set api client
Browse files Browse the repository at this point in the history
  • Loading branch information
SrishtiSingh-eu committed Nov 27, 2024
1 parent f2024e6 commit feb5011
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

import java.util.List;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import eu.europeana.api.commons.definitions.search.FacetFieldView;
import eu.europeana.api.commons.definitions.search.result.ResultsPage;

@JsonIgnoreProperties(ignoreUnknown = true)
public class ResultsPageImpl<T> implements ResultsPage<T>{

private long totalInPage;
Expand Down

0 comments on commit feb5011

Please sign in to comment.