65600: Renamed FindAllOptions to FindListOptions

This commit is contained in:
Marie Verdonck
2019-10-16 12:44:56 +02:00
parent a4bf1a64c7
commit 98c8eb558a
23 changed files with 64 additions and 65 deletions

View File

@@ -1,6 +1,6 @@
/**
* Class representing a query parameter (query?fieldName=fieldValue) used in FindAllOptions object
* Class representing a query parameter (query?fieldName=fieldValue) used in FindListOptions object
*/
export class SearchParam {
constructor(public fieldName: string, public fieldValue: any) {