Modul sharingPluginPlatform
Klasse SearchRequestDTO
java.lang.Object
org.codeability.sharing.plugins.api.search.SearchRequestDTO
this class is combining credentials and the search query.
- Autor:
- Michael Breu
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungtrivial constructor for JSONSearchRequestDTO(UserPrincipal userPrincipal, SearchInputDTO query) comfort constructor with selected initialization values -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetQuery()voidsetQuery(SearchInputDTO query) voidsetUserPrincipal(UserPrincipal userPrincipal)
-
Konstruktordetails
-
SearchRequestDTO
comfort constructor with selected initialization values- Parameter:
userPrincipal- the user principalquery- the query
-
SearchRequestDTO
public SearchRequestDTO()trivial constructor for JSON
-
-
Methodendetails
-
getQuery
- Gibt zurück:
- the search query
-
setQuery
- Parameter:
query- the query to set
-
getUserPrincipal
- Gibt zurück:
- the user principal for which the retrieval should be done
-
setUserPrincipal
- Parameter:
userPrincipal- the userPrincipal to set
-