Class GetStatusesByIdOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetStatusesByIdOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetStatusesByIdOperationSpec
extends Object
GetStatusesByIdSpec
Specification for the GetStatusesById operation.
Bulk get statuses
-
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
Constructs a validated instance ofGetStatusesByIdOperationSpec
.GetStatusesByIdOperationSpec
(List<String> id, String expand) Constructs a validated instance ofGetStatusesByIdOperationSpec
. -
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()
id()
The list of status IDs.The list of status IDs.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
-
GetStatusesByIdOperationSpec
Constructs a validated instance ofGetStatusesByIdOperationSpec
.- Parameters:
spec
- the specification to process
-
GetStatusesByIdOperationSpec
Constructs a validated instance ofGetStatusesByIdOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
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
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.
-
GetStatusesByIdOperationSpec
protected GetStatusesByIdOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
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
-
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. -
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
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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-