Class GetCommentsByIdsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetCommentsByIdsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetCommentsByIdsOperationSpec
extends Object
GetCommentsByIdsSpec
Specification for the GetCommentsByIds operation.
Get comments by IDs
-
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
GetCommentsByIdsOperationSpec
(IssueCommentListRequestBean issueCommentListRequestBean, String expand) Constructs a validated instance ofGetCommentsByIdsOperationSpec
.Constructs a validated instance ofGetCommentsByIdsOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
@Nullable String
expand()
Use [expand](#expansion) to include additional information about comments in the response.Use [expand](#expansion) to include additional information about comments in the response.int
hashCode()
@NotNull IssueCommentListRequestBean
The list of comment IDs.issueCommentListRequestBean
(@NotNull IssueCommentListRequestBean issueCommentListRequestBean) The list of comment 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
-
GetCommentsByIdsOperationSpec
Constructs a validated instance ofGetCommentsByIdsOperationSpec
.- Parameters:
spec
- the specification to process
-
GetCommentsByIdsOperationSpec
@Internal public GetCommentsByIdsOperationSpec(IssueCommentListRequestBean issueCommentListRequestBean, String expand) Constructs a validated instance ofGetCommentsByIdsOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
issueCommentListRequestBean
- The list of comment IDs.expand
- Use [expand](#expansion) to include additional information about comments in the response. This parameter accepts a comma-separated list. Expand options include: *renderedBody
Returns the comment body rendered in HTML. *properties
Returns the comment's properties.
-
GetCommentsByIdsOperationSpec
protected GetCommentsByIdsOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
issueCommentListRequestBean
The list of comment IDs. -
expand
Use [expand](#expansion) to include additional information about comments in the response. This parameter accepts a comma-separated list. Expand options include: *renderedBody
Returns the comment body rendered in HTML. *properties
Returns the comment's properties. -
issueCommentListRequestBean
public GetCommentsByIdsOperationSpec issueCommentListRequestBean(@NotNull @NotNull IssueCommentListRequestBean issueCommentListRequestBean) The list of comment IDs.- Returns:
this
.
-
expand
Use [expand](#expansion) to include additional information about comments in the response. This parameter accepts a comma-separated list. Expand options include: *renderedBody
Returns the comment body rendered in HTML. *properties
Returns the comment's properties.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-