Class InFilter<T>
- java.lang.Object
-
- io.dapr.client.domain.query.filters.Filter<T>
-
- io.dapr.client.domain.query.filters.InFilter<T>
-
public class InFilter<T> extends Filter<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
String
getRepresentation()
List<T>
getValues()
Boolean
isValid()
-