Class GetProjectVersionsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetProjectVersionsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetProjectVersionsOperationSpec
extends Object
GetProjectVersionsSpec
Specification for the GetProjectVersions operation.
Get project versions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
GetProjectVersionsOperationSpec
(String projectIdOrKey, String expand) Constructs a validated instance ofGetProjectVersionsOperationSpec
.Constructs a validated instance ofGetProjectVersionsOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
@Nullable String
expand()
Use [expand](#expansion) to include additional information in the response.Use [expand](#expansion) to include additional information in the response.int
hashCode()
@NotNull String
The project ID or project key (case sensitive).projectIdOrKey
(@NotNull String projectIdOrKey) The project ID or project key (case sensitive).toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
GetProjectVersionsOperationSpec
Constructs a validated instance ofGetProjectVersionsOperationSpec
.- Parameters:
spec
- the specification to process
-
GetProjectVersionsOperationSpec
Constructs a validated instance ofGetProjectVersionsOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
projectIdOrKey
- The project ID or project key (case sensitive).expand
- Use [expand](#expansion) to include additional information in the response. This parameter acceptsoperations
, which returns actions that can be performed on the version.
-
GetProjectVersionsOperationSpec
protected GetProjectVersionsOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
projectIdOrKey
The project ID or project key (case sensitive). -
expand
Use [expand](#expansion) to include additional information in the response. This parameter acceptsoperations
, which returns actions that can be performed on the version. -
projectIdOrKey
The project ID or project key (case sensitive).- Returns:
this
.
-
expand
Use [expand](#expansion) to include additional information in the response. This parameter acceptsoperations
, which returns actions that can be performed on the version.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-