Klasse GetAvailableContentStatesOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetAvailableContentStatesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetAvailableContentStatesOperationSpec
extends Object
GetAvailableContentStatesSpec
Specification for the GetAvailableContentStates operation.
Gets available content states for content.
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofGetAvailableContentStatesOperationSpec.Constructs a validated instance ofGetAvailableContentStatesOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull Stringid()id of content to get available states forid of content to get available states fortoString()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
-
GetAvailableContentStatesOperationSpec
@Internal public GetAvailableContentStatesOperationSpec(Consumer<GetAvailableContentStatesOperationSpec> spec) Constructs a validated instance ofGetAvailableContentStatesOperationSpec.- Parameter:
spec- the specification to process
-
GetAvailableContentStatesOperationSpec
Constructs a validated instance ofGetAvailableContentStatesOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id- id of content to get available states for
-
GetAvailableContentStatesOperationSpec
protected GetAvailableContentStatesOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static GetAvailableContentStatesOperationSpec.GetAvailableContentStatesOperationSpecBuilder builder() -
id
id of content to get available states for -
id
id of content to get available states for- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-