public class TaskQuery extends AbstractQuery
Modifier and Type | Class and Description |
---|---|
static class |
TaskQuery.Builder |
Constructor and Description |
---|
TaskQuery() |
Modifier and Type | Method and Description |
---|---|
AnyTypeKind |
getAnyTypeKind() |
Boolean |
getDetails() |
String |
getEntityKey() |
String |
getNotification() |
String |
getResource() |
TaskType |
getType() |
void |
setAnyTypeKind(AnyTypeKind anyTypeKind) |
void |
setDetails(Boolean details) |
void |
setEntityKey(String entityKey) |
void |
setNotification(String notification) |
void |
setResource(String resource) |
void |
setType(TaskType type) |
equals, getOrderBy, getPage, getSize, hashCode, setOrderBy, setPage, setSize
public TaskType getType()
@NotNull @PathParam(value="type") public void setType(TaskType type)
public String getResource()
@QueryParam(value="resource") public void setResource(String resource)
public String getNotification()
@QueryParam(value="notification") public void setNotification(String notification)
public AnyTypeKind getAnyTypeKind()
@QueryParam(value="anyTypeKind") public void setAnyTypeKind(AnyTypeKind anyTypeKind)
public String getEntityKey()
@QueryParam(value="entityKey") public void setEntityKey(String entityKey)
public Boolean getDetails()
@QueryParam(value="details") @DefaultValue(value="true") public void setDetails(Boolean details)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.