Klasse GetTransitionsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetTransitionsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetTransitionsOperationSpec
extends Object
GetTransitionsSpec
Specification for the GetTransitions operation.
Get transitions
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetTransitionsOperationSpec(String issueIdOrKey, String expand, String transitionId, Boolean skipRemoteOnlyCondition, Boolean includeUnavailableTransitions, Boolean sortByOpsBarAndStatus) Constructs a validated instance ofGetTransitionsOperationSpec.Constructs a validated instance ofGetTransitionsOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanboolean@Nullable Stringexpand()Use [expand](#expansion) to include additional information about transitions in the response.Use [expand](#expansion) to include additional information about transitions in the response.inthashCode()@Nullable BooleanWhether details of transitions that fail a condition are included in the responseincludeUnavailableTransitions(@Nullable Boolean includeUnavailableTransitions) Whether details of transitions that fail a condition are included in the response@NotNull StringThe ID or key of the issue.issueIdOrKey(@NotNull String issueIdOrKey) The ID or key of the issue.@Nullable BooleanWhether transitions with the condition *Hide From User Condition* are included in the response.skipRemoteOnlyCondition(@Nullable Boolean skipRemoteOnlyCondition) Whether transitions with the condition *Hide From User Condition* are included in the response.@Nullable BooleanWhether the transitions are sorted by ops-bar sequence value first then category order (Todo, In Progress, Done) or only by ops-bar sequence value.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()@Nullable StringThe ID of the transition.transitionId(@Nullable String transitionId) The ID of the transition.voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetTransitionsOperationSpec
Constructs a validated instance ofGetTransitionsOperationSpec.- Parameter:
spec- the specification to process
-
GetTransitionsOperationSpec
@Internal public GetTransitionsOperationSpec(String issueIdOrKey, String expand, String transitionId, Boolean skipRemoteOnlyCondition, Boolean includeUnavailableTransitions, Boolean sortByOpsBarAndStatus) Constructs a validated instance ofGetTransitionsOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
issueIdOrKey- The ID or key of the issue.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-3-issue-issueIdOrKey-transitions-post).transitionId- The ID of the transition.skipRemoteOnlyCondition- Whether transitions with the condition *Hide From User Condition* are included in the response.includeUnavailableTransitions- Whether details of transitions that fail a condition are included in the responsesortByOpsBarAndStatus- 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.
-
GetTransitionsOperationSpec
protected GetTransitionsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
issueIdOrKey
The ID or key of the issue. -
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-3-issue-issueIdOrKey-transitions-post). -
transitionId
The ID of the transition. -
skipRemoteOnlyCondition
Whether transitions with the condition *Hide From User Condition* are included in the response. -
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. -
issueIdOrKey
The ID or key of the issue.- Gibt zurück:
this.
-
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-3-issue-issueIdOrKey-transitions-post).- Gibt zurück:
this.
-
transitionId
The ID of the transition.- Gibt zurück:
this.
-
skipRemoteOnlyCondition
public GetTransitionsOperationSpec 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 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.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-