Package ml.calumma.model.request
Class RequestQueryConfig
- java.lang.Object
-
- ml.calumma.model.request.RequestQueryConfig
-
public class RequestQueryConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description RequestQueryConfig(String fieldName, String projection, List<SearchOperation> allowedOperations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SearchOperation>getAllowedOperations()StringgetFieldName()StringgetProjection()voidsetAllowedOperations(List<SearchOperation> allowedOperations)voidsetFieldName(String fieldName)voidsetProjection(String projection)
-
-
-
Constructor Detail
-
RequestQueryConfig
public RequestQueryConfig(String fieldName, String projection, List<SearchOperation> allowedOperations)
-
-
Method Detail
-
getFieldName
public String getFieldName()
-
setFieldName
public void setFieldName(String fieldName)
-
getProjection
public String getProjection()
-
setProjection
public void setProjection(String projection)
-
getAllowedOperations
public List<SearchOperation> getAllowedOperations()
-
setAllowedOperations
public void setAllowedOperations(List<SearchOperation> allowedOperations)
-
-