Klasse GetContentRestrictionStatusForGroupOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetContentRestrictionStatusForGroupOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetContentRestrictionStatusForGroupOperationSpec
extends Object
GetContentRestrictionStatusForGroupSpec
Specification for the GetContentRestrictionStatusForGroup operation.
Get content restriction status for group
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetContentRestrictionStatusForGroupOperationSpec(String id, String operationKey, String groupName) Constructs a validated instance ofGetContentRestrictionStatusForGroupOperationSpec.GetContentRestrictionStatusForGroupOperationSpec(Consumer<GetContentRestrictionStatusForGroupOperationSpec> spec) Constructs a validated instance ofGetContentRestrictionStatusForGroupOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanboolean@NotNull StringThe name of the group to be queried for whether the content restriction applies to it.The name of the group to be queried for whether the content restriction applies to it.inthashCode()@NotNull Stringid()The ID of the content that the restriction applies to.The ID of the content that the restriction applies to.@NotNull StringThe operation that the restriction applies to.operationKey(@NotNull String operationKey) The operation that the restriction applies to.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
-
GetContentRestrictionStatusForGroupOperationSpec
@Internal public GetContentRestrictionStatusForGroupOperationSpec(Consumer<GetContentRestrictionStatusForGroupOperationSpec> spec) Constructs a validated instance ofGetContentRestrictionStatusForGroupOperationSpec.- Parameter:
spec- the specification to process
-
GetContentRestrictionStatusForGroupOperationSpec
@Internal public GetContentRestrictionStatusForGroupOperationSpec(String id, String operationKey, String groupName) Constructs a validated instance ofGetContentRestrictionStatusForGroupOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id- The ID of the content that the restriction applies to.operationKey- The operation that the restriction applies to.groupName- The name of the group to be queried for whether the content restriction applies to it.
-
GetContentRestrictionStatusForGroupOperationSpec
protected GetContentRestrictionStatusForGroupOperationSpec()
-
-
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 that the restriction applies to. -
operationKey
The operation that the restriction applies to. -
groupName
The name of the group to be queried for whether the content restriction applies to it. -
id
The ID of the content that the restriction applies to.- Gibt zurück:
this.
-
operationKey
public GetContentRestrictionStatusForGroupOperationSpec operationKey(@NotNull @NotNull String operationKey) The operation that the restriction applies to.- Gibt zurück:
this.
-
groupName
public GetContentRestrictionStatusForGroupOperationSpec groupName(@NotNull @NotNull String groupName) The name of the group to be queried for whether the content restriction applies to it.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-