Interface VariableChangelogClient
-
- All Superinterfaces:
FeignQuerySupport<VariableChangelog>
public interface VariableChangelogClient extends FeignQuerySupport<VariableChangelog>
Feign declarative service interface for consuming VariableChangelog service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<VariableChangelog>findAll(java.lang.String condition)Searching for multiple values.
-
-
-
Method Detail
-
findAll
java.util.Set<VariableChangelog> findAll(java.lang.String condition)
Description copied from interface:FeignQuerySupportSearching for multiple values.- Specified by:
findAllin interfaceFeignQuerySupport<VariableChangelog>- Returns:
-
-