Klasse SearchTasksOperationSpec.SearchTasksOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.SearchTasksOperationSpec.SearchTasksOperationSpecBuilder
- Umschließende Klasse:
SearchTasksOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungAccount ID of a user to whom a task is assigned.build()completedateFrom(@Nullable Long completedateFrom) Start of date range based on complete dates (inclusive).completedateTo(@Nullable Long completedateTo) End of date range based on complete dates (inclusive).completedUser(@Nullable String completedUser) Account ID of a user who completed a task.createdateFrom(@Nullable Long createdateFrom) Start of date range based on create dates (inclusive).createdateTo(@Nullable Long createdateTo) End of date range based on create dates (inclusive).Account ID of a user to who created a task.duedateFrom(@Nullable Long duedateFrom) Start of date range based on due dates (inclusive).End of date range based on due dates (inclusive).The number of results to be returned.The page id of a page.The space key of a space.The starting offset for the results.The status of the task.toString()
-
Methodendetails
-
start
public SearchTasksOperationSpec.SearchTasksOperationSpecBuilder start(@Nullable @Nullable Integer start) The starting offset for the results.- Gibt zurück:
this.
-
limit
public SearchTasksOperationSpec.SearchTasksOperationSpecBuilder limit(@Nullable @Nullable Integer limit) The number of results to be returned.- Gibt zurück:
this.
-
spaceKey
public SearchTasksOperationSpec.SearchTasksOperationSpecBuilder spaceKey(@Nullable @Nullable String spaceKey) The space key of a space. Multiple space keys can be specified.- Gibt zurück:
this.
-
pageId
public SearchTasksOperationSpec.SearchTasksOperationSpecBuilder pageId(@Nullable @Nullable String pageId) The page id of a page. Multiple page ids can be specified.- Gibt zurück:
this.
-
assignee
public SearchTasksOperationSpec.SearchTasksOperationSpecBuilder assignee(@Nullable @Nullable String assignee) Account ID of a user to whom a task is assigned. Multiple users can be specified.- Gibt zurück:
this.
-
creator
public SearchTasksOperationSpec.SearchTasksOperationSpecBuilder creator(@Nullable @Nullable String creator) Account ID of a user to who created a task. Multiple users can be specified.- Gibt zurück:
this.
-
completedUser
public SearchTasksOperationSpec.SearchTasksOperationSpecBuilder completedUser(@Nullable @Nullable String completedUser) Account ID of a user who completed a task. Multiple users can be specified.- Gibt zurück:
this.
-
duedateFrom
public SearchTasksOperationSpec.SearchTasksOperationSpecBuilder duedateFrom(@Nullable @Nullable Long duedateFrom) Start of date range based on due dates (inclusive).- Gibt zurück:
this.
-
duedateTo
public SearchTasksOperationSpec.SearchTasksOperationSpecBuilder duedateTo(@Nullable @Nullable Long duedateTo) End of date range based on due dates (inclusive).- Gibt zurück:
this.
-
createdateFrom
public SearchTasksOperationSpec.SearchTasksOperationSpecBuilder createdateFrom(@Nullable @Nullable Long createdateFrom) Start of date range based on create dates (inclusive).- Gibt zurück:
this.
-
createdateTo
public SearchTasksOperationSpec.SearchTasksOperationSpecBuilder createdateTo(@Nullable @Nullable Long createdateTo) End of date range based on create dates (inclusive).- Gibt zurück:
this.
-
completedateFrom
public SearchTasksOperationSpec.SearchTasksOperationSpecBuilder completedateFrom(@Nullable @Nullable Long completedateFrom) Start of date range based on complete dates (inclusive).- Gibt zurück:
this.
-
completedateTo
public SearchTasksOperationSpec.SearchTasksOperationSpecBuilder completedateTo(@Nullable @Nullable Long completedateTo) End of date range based on complete dates (inclusive).- Gibt zurück:
this.
-
status
public SearchTasksOperationSpec.SearchTasksOperationSpecBuilder status(@Nullable @Nullable String status) The status of the task. (checked/unchecked)- Gibt zurück:
this.
-
build
-
toString
-