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