Class TaskQuery
java.lang.Object
org.apache.syncope.common.rest.api.beans.AbstractQuery
org.apache.syncope.common.rest.api.beans.TaskQuery
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
void
setAnyTypeKind
(AnyTypeKind anyTypeKind) void
setDetails
(Boolean details) void
setEntityKey
(String entityKey) void
setNotification
(String notification) void
setResource
(String resource) void
Methods inherited from class org.apache.syncope.common.rest.api.beans.AbstractQuery
equals, getOrderBy, getPage, getSize, hashCode, setOrderBy, setPage, setSize
-
Constructor Details
-
TaskQuery
public TaskQuery()
-
-
Method Details
-
getType
-
setType
-
getResource
-
setResource
-
getNotification
-
setNotification
-
getAnyTypeKind
-
setAnyTypeKind
-
getEntityKey
-
setEntityKey
-
getDetails
-
setDetails
-