Klasse GetTasksOperationSpec.GetTasksOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.GetTasksOperationSpec.GetTasksOperationSpecBuilder
- Umschließende Klasse:
GetTasksOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungassignedTo(@Nullable List<String> assignedTo) Filters on the Account ID of the user to whom this task is assigned.blogpostId(@Nullable List<Long> blogpostId) Filters on the blog post ID of the task.bodyFormat(@Nullable PrimaryBodyRepresentation bodyFormat) The content format types to be returned in thebodyfield of the response.build()completedAtFrom(@Nullable Long completedAtFrom) Filters on start of date-time range of task based on completion date (inclusive).completedAtTo(@Nullable Long completedAtTo) Filters on end of date-time range of task based on completion date (inclusive).completedBy(@Nullable List<String> completedBy) Filters on the Account ID of the user who completed this task.createdAtFrom(@Nullable Long createdAtFrom) Filters on start of date-time range of task based on creation date (inclusive).createdAtTo(@Nullable Long createdAtTo) Filters on end of date-time range of task based on creation date (inclusive).Filters on the Account ID of the user who created this task.Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header.Filters on start of date-time range of task based on due date (inclusive).Filters on end of date-time range of task based on due date (inclusive).includeBlankTasks(@Nullable Boolean includeBlankTasks) Specifies whether to include blank tasks in the response.Maximum number of tasks per result to return.Filters on the page ID of the task.Filters on the space ID of the task.Filters on the status of the task.Filters on task ID.toString()
-
Methodendetails
-
bodyFormat
public GetTasksOperationSpec.GetTasksOperationSpecBuilder bodyFormat(@Nullable @Nullable PrimaryBodyRepresentation bodyFormat) The content format types to be returned in thebodyfield of the response. If available, the representation will be available under a response field of the same name under thebodyfield.- Gibt zurück:
this.
-
includeBlankTasks
public GetTasksOperationSpec.GetTasksOperationSpecBuilder includeBlankTasks(@Nullable @Nullable Boolean includeBlankTasks) Specifies whether to include blank tasks in the response. Defaults totrue.- Gibt zurück:
this.
-
status
Filters on the status of the task.- Gibt zurück:
this.
-
taskId
public GetTasksOperationSpec.GetTasksOperationSpecBuilder taskId(@Nullable @Nullable List<Long> taskId) Filters on task ID. Multiple IDs can be specified.- Gibt zurück:
this.
-
spaceId
public GetTasksOperationSpec.GetTasksOperationSpecBuilder spaceId(@Nullable @Nullable List<Long> spaceId) Filters on the space ID of the task. Multiple IDs can be specified.- Gibt zurück:
this.
-
pageId
public GetTasksOperationSpec.GetTasksOperationSpecBuilder pageId(@Nullable @Nullable List<Long> pageId) Filters on the page ID of the task. Multiple IDs can be specified. Note - page and blog post filters can be used in conjunction.- Gibt zurück:
this.
-
blogpostId
public GetTasksOperationSpec.GetTasksOperationSpecBuilder blogpostId(@Nullable @Nullable List<Long> blogpostId) Filters on the blog post ID of the task. Multiple IDs can be specified. Note - page and blog post filters can be used in conjunction.- Gibt zurück:
this.
-
createdBy
public GetTasksOperationSpec.GetTasksOperationSpecBuilder createdBy(@Nullable @Nullable List<String> createdBy) Filters on the Account ID of the user who created this task. Multiple IDs can be specified.- Gibt zurück:
this.
-
assignedTo
public GetTasksOperationSpec.GetTasksOperationSpecBuilder assignedTo(@Nullable @Nullable List<String> assignedTo) Filters on the Account ID of the user to whom this task is assigned. Multiple IDs can be specified.- Gibt zurück:
this.
-
completedBy
public GetTasksOperationSpec.GetTasksOperationSpecBuilder completedBy(@Nullable @Nullable List<String> completedBy) Filters on the Account ID of the user who completed this task. Multiple IDs can be specified.- Gibt zurück:
this.
-
createdAtFrom
public GetTasksOperationSpec.GetTasksOperationSpecBuilder createdAtFrom(@Nullable @Nullable Long createdAtFrom) Filters on start of date-time range of task based on creation date (inclusive). Input is epoch time in milliseconds.- Gibt zurück:
this.
-
createdAtTo
public GetTasksOperationSpec.GetTasksOperationSpecBuilder createdAtTo(@Nullable @Nullable Long createdAtTo) Filters on end of date-time range of task based on creation date (inclusive). Input is epoch time in milliseconds.- Gibt zurück:
this.
-
dueAtFrom
public GetTasksOperationSpec.GetTasksOperationSpecBuilder dueAtFrom(@Nullable @Nullable Long dueAtFrom) Filters on start of date-time range of task based on due date (inclusive). Input is epoch time in milliseconds.- Gibt zurück:
this.
-
dueAtTo
Filters on end of date-time range of task based on due date (inclusive). Input is epoch time in milliseconds.- Gibt zurück:
this.
-
completedAtFrom
public GetTasksOperationSpec.GetTasksOperationSpecBuilder completedAtFrom(@Nullable @Nullable Long completedAtFrom) Filters on start of date-time range of task based on completion date (inclusive). Input is epoch time in milliseconds.- Gibt zurück:
this.
-
completedAtTo
public GetTasksOperationSpec.GetTasksOperationSpecBuilder completedAtTo(@Nullable @Nullable Long completedAtTo) Filters on end of date-time range of task based on completion date (inclusive). Input is epoch time in milliseconds.- Gibt zurück:
this.
-
cursor
Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header. Use the relative URL in theLinkheader to retrieve thenextset of results.- Gibt zurück:
this.
-
limit
Maximum number of tasks per result to return. If more results exist, use theLinkheader to retrieve a relative URL that will return the next set of results.- Gibt zurück:
this.
-
build
-
toString
-