Klasse GetInlineCommentVersionDetailsOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.GetInlineCommentVersionDetailsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetInlineCommentVersionDetailsOperationSpec
extends Object
GetInlineCommentVersionDetailsSpec
Specification for the GetInlineCommentVersionDetails operation.
Get version details for inline comment 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetInlineCommentVersionDetailsOperationSpec(Long id, Long versionNumber) Constructs a validated instance ofGetInlineCommentVersionDetailsOperationSpec.GetInlineCommentVersionDetailsOperationSpec(Consumer<GetInlineCommentVersionDetailsOperationSpec> spec) Constructs a validated instance ofGetInlineCommentVersionDetailsOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic GetInlineCommentVersionDetailsOperationSpec.GetInlineCommentVersionDetailsOperationSpecBuilderbuilder()protected booleanbooleaninthashCode()@NotNull Longid()The ID of the inline comment for which version details should be returned.The ID of the inline comment for which version details should be returned.toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing@NotNull LongThe version number of the inline comment to be returned.versionNumber(@NotNull Long versionNumber) The version number of the inline comment to be returned.
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetInlineCommentVersionDetailsOperationSpec
@Internal public GetInlineCommentVersionDetailsOperationSpec(Consumer<GetInlineCommentVersionDetailsOperationSpec> spec) Constructs a validated instance ofGetInlineCommentVersionDetailsOperationSpec.- Parameter:
spec- the specification to process
-
GetInlineCommentVersionDetailsOperationSpec
Constructs a validated instance ofGetInlineCommentVersionDetailsOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id- The ID of the inline comment for which version details should be returned.versionNumber- The version number of the inline comment to be returned.
-
GetInlineCommentVersionDetailsOperationSpec
protected GetInlineCommentVersionDetailsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static GetInlineCommentVersionDetailsOperationSpec.GetInlineCommentVersionDetailsOperationSpecBuilder builder() -
id
The ID of the inline comment for which version details should be returned. -
versionNumber
The version number of the inline comment to be returned. -
id
The ID of the inline comment for which version details should be returned.- Gibt zurück:
this.
-
versionNumber
public GetInlineCommentVersionDetailsOperationSpec versionNumber(@NotNull @NotNull Long versionNumber) The version number of the inline comment to be returned.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-