Klasse AddContentRestrictionRestrictions
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.AddContentRestrictionRestrictions
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AddContentRestrictionRestrictions
extends Object
AddContentRestrictionRestrictions
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<AddContentRestrictionRestrictionsGroupInner>The groups that the restrictions will be applied to.protected List<AddContentRestrictionRestrictionsUserInner>The users that the restrictions will be applied to. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofAddContentRestrictionRestrictions.AddContentRestrictionRestrictions(List<AddContentRestrictionRestrictionsUserInner> user, List<AddContentRestrictionRestrictionsGroupInner> group) Constructs a validated instance ofAddContentRestrictionRestrictions. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleangroup()The groups that the restrictions will be applied to.The groups that the restrictions will be applied to.inthashCode()toString()user()The users that the restrictions will be applied to.The users that the restrictions will be applied to.
-
Felddetails
-
user
The users that the restrictions will be applied to. This array must have at least one item, otherwise it should be omitted. -
group
The groups that the restrictions will be applied to. This array must have at least one item, otherwise it should be omitted.
-
-
Konstruktordetails
-
AddContentRestrictionRestrictions
Constructs a validated instance ofAddContentRestrictionRestrictions.- Parameter:
spec- the specification to process
-
AddContentRestrictionRestrictions
@Internal public AddContentRestrictionRestrictions(List<AddContentRestrictionRestrictionsUserInner> user, List<AddContentRestrictionRestrictionsGroupInner> group) Constructs a validated instance ofAddContentRestrictionRestrictions.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AddContentRestrictionRestrictions(Consumer)instead.- Parameter:
user- The users that the restrictions will be applied to. This array must have at least one item, otherwise it should be omitted.group- The groups that the restrictions will be applied to. This array must have at least one item, otherwise it should be omitted.
-
AddContentRestrictionRestrictions
protected AddContentRestrictionRestrictions()
-
-
Methodendetails
-
builder
-
user
The users that the restrictions will be applied to. This array must have at least one item, otherwise it should be omitted. -
group
The groups that the restrictions will be applied to. This array must have at least one item, otherwise it should be omitted. -
user
public AddContentRestrictionRestrictions user(List<AddContentRestrictionRestrictionsUserInner> user) The users that the restrictions will be applied to. This array must have at least one item, otherwise it should be omitted.- Gibt zurück:
this.
-
group
public AddContentRestrictionRestrictions group(List<AddContentRestrictionRestrictionsGroupInner> group) The groups that the restrictions will be applied to. This array must have at least one item, otherwise it should be omitted.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-