Klasse GetBlogpostContentPropertiesByIdOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.GetBlogpostContentPropertiesByIdOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetBlogpostContentPropertiesByIdOperationSpec
extends Object
GetBlogpostContentPropertiesByIdSpec
Specification for the GetBlogpostContentPropertiesById operation.
Get content property for blog post by id
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetBlogpostContentPropertiesByIdOperationSpec(Long blogpostId, Long propertyId) Constructs a validated instance ofGetBlogpostContentPropertiesByIdOperationSpec.GetBlogpostContentPropertiesByIdOperationSpec(Consumer<GetBlogpostContentPropertiesByIdOperationSpec> spec) Constructs a validated instance ofGetBlogpostContentPropertiesByIdOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull LongThe ID of the blog post for which content properties should be returned.blogpostId(@NotNull Long blogpostId) The ID of the blog post for which content properties should be returned.static GetBlogpostContentPropertiesByIdOperationSpec.GetBlogpostContentPropertiesByIdOperationSpecBuilderbuilder()protected booleanbooleaninthashCode()@NotNull LongThe ID of the property being requestedpropertyId(@NotNull Long propertyId) The ID of the property being requestedtoString()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
-
GetBlogpostContentPropertiesByIdOperationSpec
@Internal public GetBlogpostContentPropertiesByIdOperationSpec(Consumer<GetBlogpostContentPropertiesByIdOperationSpec> spec) Constructs a validated instance ofGetBlogpostContentPropertiesByIdOperationSpec.- Parameter:
spec- the specification to process
-
GetBlogpostContentPropertiesByIdOperationSpec
Constructs a validated instance ofGetBlogpostContentPropertiesByIdOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
blogpostId- The ID of the blog post for which content properties should be returned.propertyId- The ID of the property being requested
-
GetBlogpostContentPropertiesByIdOperationSpec
protected GetBlogpostContentPropertiesByIdOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
blogpostId
The ID of the blog post for which content properties should be returned. -
propertyId
The ID of the property being requested -
blogpostId
The ID of the blog post for which content properties should be returned.- Gibt zurück:
this.
-
propertyId
The ID of the property being requested- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-