Klasse GetVersionOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetVersionOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetVersionOperationSpec
extends Object
GetVersionSpec
Specification for the GetVersion operation.
Get version
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetVersionOperationSpec(String id, String expand) Constructs a validated instance ofGetVersionOperationSpec.Constructs a validated instance ofGetVersionOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanboolean@Nullable Stringexpand()Use [expand](#expansion) to include additional information about version in the response.Use [expand](#expansion) to include additional information about version in the response.inthashCode()@NotNull Stringid()The ID of the version.The ID of the version.toString()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
-
GetVersionOperationSpec
Constructs a validated instance ofGetVersionOperationSpec.- Parameter:
spec- the specification to process
-
GetVersionOperationSpec
Constructs a validated instance ofGetVersionOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id- The ID of the version.expand- Use [expand](#expansion) to include additional information about version in the response. This parameter accepts a comma-separated list. Expand options include: *operationsReturns the list of operations available for this version. *issuesstatusReturns the count of issues in this version for each of the status categories *to do*, *in progress*, *done*, and *unmapped*. The *unmapped* property represents the number of issues with a status other than *to do*, *in progress*, and *done*.
-
GetVersionOperationSpec
protected GetVersionOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
id
The ID of the version. -
expand
Use [expand](#expansion) to include additional information about version in the response. This parameter accepts a comma-separated list. Expand options include: *operationsReturns the list of operations available for this version. *issuesstatusReturns the count of issues in this version for each of the status categories *to do*, *in progress*, *done*, and *unmapped*. The *unmapped* property represents the number of issues with a status other than *to do*, *in progress*, and *done*. -
id
The ID of the version.- Gibt zurück:
this.
-
expand
Use [expand](#expansion) to include additional information about version in the response. This parameter accepts a comma-separated list. Expand options include: *operationsReturns the list of operations available for this version. *issuesstatusReturns the count of issues in this version for each of the status categories *to do*, *in progress*, *done*, and *unmapped*. The *unmapped* property represents the number of issues with a status other than *to do*, *in progress*, and *done*.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-