-
public final class SearchInResourceResponseResponse type for the PageDomain.searchInResource command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<SearchMatch>result
-
Constructor Summary
Constructors Constructor Description SearchInResourceResponse(List<SearchMatch> result)
-
Method Summary
Modifier and Type Method Description final List<SearchMatch>component1()final SearchInResourceResponsecopy(List<SearchMatch> result)final List<SearchMatch>getResult()List of search matches. -
-
Constructor Detail
-
SearchInResourceResponse
SearchInResourceResponse(List<SearchMatch> result)
-
-
Method Detail
-
component1
final List<SearchMatch> component1()
-
copy
final SearchInResourceResponse copy(List<SearchMatch> result)
-
getResult
final List<SearchMatch> getResult()
List of search matches.
-
-
-
-