Klasse AddContentRestriction
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.AddContentRestriction
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AddContentRestriction
extends Object
AddContentRestriction
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumThe restriction operation applied to content. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected AddContentRestriction.OperationEnumThe restriction operation applied to content.protected AddContentRestrictionRestrictions -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAddContentRestriction(AddContentRestriction.OperationEnum operation, AddContentRestrictionRestrictions restrictions) Constructs a validated instance ofAddContentRestriction.Constructs a validated instance ofAddContentRestriction. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()The restriction operation applied to content.operation(AddContentRestriction.OperationEnum operation) The restriction operation applied to content.restrictions(AddContentRestrictionRestrictions restrictions) toString()
-
Felddetails
-
operation
The restriction operation applied to content. -
restrictions
-
-
Konstruktordetails
-
AddContentRestriction
Constructs a validated instance ofAddContentRestriction.- Parameter:
spec- the specification to process
-
AddContentRestriction
@Internal public AddContentRestriction(AddContentRestriction.OperationEnum operation, AddContentRestrictionRestrictions restrictions) Constructs a validated instance ofAddContentRestriction.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AddContentRestriction(Consumer)instead.- Parameter:
operation- The restriction operation applied to content.restrictions- restrictions
-
AddContentRestriction
protected AddContentRestriction()
-
-
Methodendetails
-
builder
-
operation
The restriction operation applied to content. -
restrictions
-
operation
The restriction operation applied to content.- Gibt zurück:
this.
-
restrictions
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-