Class AnyQuery
java.lang.Object
org.apache.syncope.common.rest.api.beans.AbstractQuery
org.apache.syncope.common.rest.api.beans.AnyQuery
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFiql()getRealm()inthashCode()voidsetDetails(Boolean details) voidvoidvoidsetRecursive(Boolean recursive) Methods inherited from class org.apache.syncope.common.rest.api.beans.AbstractQuery
getOrderBy, getPage, getSize, setOrderBy, setPage, setSize
-
Constructor Details
-
AnyQuery
public AnyQuery()
-
-
Method Details
-
getRealm
-
setRealm
-
getRecursive
-
setRecursive
-
getDetails
-
setDetails
-
getFiql
-
setFiql
-
equals
- Overrides:
equalsin classAbstractQuery
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractQuery
-