Klasse CheckContentPermissionOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.CheckContentPermissionOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CheckContentPermissionOperationSpec
extends Object
CheckContentPermissionSpec
Specification for the CheckContentPermission operation.
Check content permissions
-
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 ofCheckContentPermissionOperationSpec.Constructs a validated instance ofCheckContentPermissionOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull ContentPermissionRequestbody()The content permission request.body(@NotNull ContentPermissionRequest body) The content permission request.builder()protected booleanbooleaninthashCode()@NotNull Stringid()The ID of the content to check permissions against.The ID of the content to check permissions against.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
-
CheckContentPermissionOperationSpec
@Internal public CheckContentPermissionOperationSpec(Consumer<CheckContentPermissionOperationSpec> spec) Constructs a validated instance ofCheckContentPermissionOperationSpec.- Parameter:
spec- the specification to process
-
CheckContentPermissionOperationSpec
Constructs a validated instance ofCheckContentPermissionOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id- The ID of the content to check permissions against.body- The content permission request.
-
CheckContentPermissionOperationSpec
protected CheckContentPermissionOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static CheckContentPermissionOperationSpec.CheckContentPermissionOperationSpecBuilder builder() -
id
The ID of the content to check permissions against. -
body
The content permission request. -
id
The ID of the content to check permissions against.- Gibt zurück:
this.
-
body
The content permission request.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-