Klasse UpdateBlogPostOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.UpdateBlogPostOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateBlogPostOperationSpec
extends Object
UpdateBlogPostSpec
Specification for the UpdateBlogPost operation.
Update blog post
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdateBlogPostOperationSpec(Long id, UpdateBlogPostRequest updateBlogPostRequest) Constructs a validated instance ofUpdateBlogPostOperationSpec.Constructs a validated instance ofUpdateBlogPostOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull Longid()The ID of the blog post to be updated.The ID of the blog post to be updated.toString()@NotNull UpdateBlogPostRequestupdateBlogPostRequest(@NotNull UpdateBlogPostRequest updateBlogPostRequest) 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
-
UpdateBlogPostOperationSpec
Constructs a validated instance ofUpdateBlogPostOperationSpec.- Parameter:
spec- the specification to process
-
UpdateBlogPostOperationSpec
Constructs a validated instance ofUpdateBlogPostOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id- The ID of the blog post to be updated. If you don't know the blog post ID, use Get Blog Posts and filter the results.updateBlogPostRequest-
-
UpdateBlogPostOperationSpec
protected UpdateBlogPostOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
id
The ID of the blog post to be updated. If you don't know the blog post ID, use Get Blog Posts and filter the results. -
updateBlogPostRequest
-
id
The ID of the blog post to be updated. If you don't know the blog post ID, use Get Blog Posts and filter the results.- Gibt zurück:
this.
-
updateBlogPostRequest
public UpdateBlogPostOperationSpec updateBlogPostRequest(@NotNull @NotNull UpdateBlogPostRequest updateBlogPostRequest) - Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-