Klasse GetCommentsByIdsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetCommentsByIdsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetCommentsByIdsOperationSpec
extends Object
GetCommentsByIdsSpec
Specification for the GetCommentsByIds operation.
Get comments by IDs
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetCommentsByIdsOperationSpec(IssueCommentListRequestBean issueCommentListRequestBean, String expand) Constructs a validated instance ofGetCommentsByIdsOperationSpec.Constructs a validated instance ofGetCommentsByIdsOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanboolean@Nullable Stringexpand()Use [expand](#expansion) to include additional information about comments in the response.Use [expand](#expansion) to include additional information about comments in the response.inthashCode()@NotNull IssueCommentListRequestBeanThe list of comment IDs.issueCommentListRequestBean(@NotNull IssueCommentListRequestBean issueCommentListRequestBean) The list of comment IDs.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
-
GetCommentsByIdsOperationSpec
Constructs a validated instance ofGetCommentsByIdsOperationSpec.- Parameter:
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.
- Parameter:
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: *renderedBodyReturns the comment body rendered in HTML. *propertiesReturns the comment's properties.
-
GetCommentsByIdsOperationSpec
protected GetCommentsByIdsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
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: *renderedBodyReturns the comment body rendered in HTML. *propertiesReturns the comment's properties. -
issueCommentListRequestBean
public GetCommentsByIdsOperationSpec issueCommentListRequestBean(@NotNull @NotNull IssueCommentListRequestBean issueCommentListRequestBean) The list of comment IDs.- Gibt zurück:
this.
-
expand
Use [expand](#expansion) to include additional information about comments in the response. This parameter accepts a comma-separated list. Expand options include: *renderedBodyReturns the comment body rendered in HTML. *propertiesReturns the comment's properties.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-