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
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.syncope.common.lib.types.AnyTypeKindorg.apache.syncope.common.lib.types.TaskTypegetType()voidsetAnyTypeKind(org.apache.syncope.common.lib.types.AnyTypeKind anyTypeKind) voidsetDetails(Boolean details) voidsetEntityKey(String entityKey) voidsetNotification(String notification) voidsetResource(String resource) voidsetType(org.apache.syncope.common.lib.types.TaskType type) 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
public org.apache.syncope.common.lib.types.TaskType getType() -
setType
@NotNull @PathParam("type") public void setType(org.apache.syncope.common.lib.types.TaskType type) -
getResource
-
setResource
-
getNotification
-
setNotification
-
getAnyTypeKind
public org.apache.syncope.common.lib.types.AnyTypeKind getAnyTypeKind() -
setAnyTypeKind
@QueryParam("anyTypeKind") public void setAnyTypeKind(org.apache.syncope.common.lib.types.AnyTypeKind anyTypeKind) -
getEntityKey
-
setEntityKey
-
getDetails
-
setDetails
-