Class GetStatusesByIdOperationSpec.GetStatusesByIdOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetStatusesByIdOperationSpec.GetStatusesByIdOperationSpecBuilder
- Enclosing class:
- GetStatusesByIdOperationSpec
-
Method Details
-
id
public GetStatusesByIdOperationSpec.GetStatusesByIdOperationSpecBuilder id(@NotNull @NotNull List<String> id) The list of status IDs. To include multiple IDs, provide an ampersand-separated list. For example, id=10000&id=10001. Min items1
, Max items50
- Returns:
this
.
-
expand
public GetStatusesByIdOperationSpec.GetStatusesByIdOperationSpecBuilder expand(@Nullable @Nullable String expand) Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: *usages
Returns the project and issue types that use the status in their workflow. *workflowUsages
Returns the workflows that use the status.- Returns:
this
.
-
build
-
toString
-