Klasse GetHistoryForContentOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetHistoryForContentOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetHistoryForContentOperationSpec
extends Object
GetHistoryForContentSpec
Specification for the GetHistoryForContent operation.
Get content history
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetHistoryForContentOperationSpec(String id, List<String> expand) Constructs a validated instance ofGetHistoryForContentOperationSpec.Constructs a validated instance ofGetHistoryForContentOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleanexpand()A multi-value parameter indicating which properties of the content history to expand.A multi-value parameter indicating which properties of the content history to expand.inthashCode()@NotNull Stringid()The ID of the content to be queried for its history.The ID of the content to be queried for its history.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
-
GetHistoryForContentOperationSpec
@Internal public GetHistoryForContentOperationSpec(Consumer<GetHistoryForContentOperationSpec> spec) Constructs a validated instance ofGetHistoryForContentOperationSpec.- Parameter:
spec- the specification to process
-
GetHistoryForContentOperationSpec
Constructs a validated instance ofGetHistoryForContentOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id- The ID of the content to be queried for its history.expand- A multi-value parameter indicating which properties of the content history to expand. Maximum sub-expansions allowed is8. -lastUpdatedreturns information about the most recent update of the content, including who updated it and when it was updated. -previousVersionreturns information about the update prior to the current content update. For this method, it contains the same information aslastUpdated. -contributorsreturns all of the users who have contributed to the content. -nextVersionThis parameter is not used for this method.
-
GetHistoryForContentOperationSpec
protected GetHistoryForContentOperationSpec()
-
-
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 content to be queried for its history. -
expand
A multi-value parameter indicating which properties of the content history to expand. Maximum sub-expansions allowed is8. -lastUpdatedreturns information about the most recent update of the content, including who updated it and when it was updated. -previousVersionreturns information about the update prior to the current content update. For this method, it contains the same information aslastUpdated. -contributorsreturns all of the users who have contributed to the content. -nextVersionThis parameter is not used for this method. -
id
The ID of the content to be queried for its history.- Gibt zurück:
this.
-
expand
A multi-value parameter indicating which properties of the content history to expand. Maximum sub-expansions allowed is8. -lastUpdatedreturns information about the most recent update of the content, including who updated it and when it was updated. -previousVersionreturns information about the update prior to the current content update. For this method, it contains the same information aslastUpdated. -contributorsreturns all of the users who have contributed to the content. -nextVersionThis parameter is not used for this method.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-