Klasse GetTransitionsOperationSpec.GetTransitionsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetTransitionsOperationSpec.GetTransitionsOperationSpecBuilder
- Umschließende Klasse:
GetTransitionsOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()Use [expand](#expansion) to include additional information about transitions in the response.includeUnavailableTransitions(@Nullable Boolean includeUnavailableTransitions) Whether details of transitions that fail a condition are included in the responseissueIdOrKey(@NotNull String issueIdOrKey) The ID or key of the issue.skipRemoteOnlyCondition(@Nullable Boolean skipRemoteOnlyCondition) Whether transitions with the condition *Hide From User Condition* are included in the response.sortByOpsBarAndStatus(@Nullable Boolean sortByOpsBarAndStatus) Whether the transitions are sorted by ops-bar sequence value first then category order (Todo, In Progress, Done) or only by ops-bar sequence value.toString()transitionId(@Nullable String transitionId) The ID of the transition.
-
Methodendetails
-
issueIdOrKey
public GetTransitionsOperationSpec.GetTransitionsOperationSpecBuilder issueIdOrKey(@NotNull @NotNull String issueIdOrKey) The ID or key of the issue.- Gibt zurück:
this.
-
expand
public GetTransitionsOperationSpec.GetTransitionsOperationSpecBuilder expand(@Nullable @Nullable String expand) Use [expand](#expansion) to include additional information about transitions in the response. This parameter acceptstransitions.fields, which returns information about the fields in the transition screen for each transition. Fields hidden from the screen are not returned. Use this information to populate thefieldsandupdatefields in [Transition issue](#api-rest-api-2-issue-issueIdOrKey-transitions-post).- Gibt zurück:
this.
-
transitionId
public GetTransitionsOperationSpec.GetTransitionsOperationSpecBuilder transitionId(@Nullable @Nullable String transitionId) The ID of the transition.- Gibt zurück:
this.
-
skipRemoteOnlyCondition
public GetTransitionsOperationSpec.GetTransitionsOperationSpecBuilder skipRemoteOnlyCondition(@Nullable @Nullable Boolean skipRemoteOnlyCondition) Whether transitions with the condition *Hide From User Condition* are included in the response.- Gibt zurück:
this.
-
sortByOpsBarAndStatus
public GetTransitionsOperationSpec.GetTransitionsOperationSpecBuilder sortByOpsBarAndStatus(@Nullable @Nullable Boolean sortByOpsBarAndStatus) Whether the transitions are sorted by ops-bar sequence value first then category order (Todo, In Progress, Done) or only by ops-bar sequence value.- Gibt zurück:
this.
-
build
-
toString
-