Class CommandQuery
- java.lang.Object
-
- org.apache.syncope.common.rest.api.beans.AbstractQuery
-
- org.apache.syncope.common.rest.api.beans.CommandQuery
-
- All Implemented Interfaces:
Serializable
public class CommandQuery extends AbstractQuery
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CommandQuery.Builder
-
Constructor Summary
Constructors Constructor Description CommandQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKeyword()
void
setKeyword(String keyword)
-
Methods inherited from class org.apache.syncope.common.rest.api.beans.AbstractQuery
equals, getOrderBy, getPage, getSize, hashCode, setOrderBy, setPage, setSize
-
-