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