Klasse ContentRestrictionUpdateRestrictionsGroupInner
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.ContentRestrictionUpdateRestrictionsGroupInner
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ContentRestrictionUpdateRestrictionsGroupInner
extends Object
ContentRestrictionUpdateRestrictionsGroupInner
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classContentRestrictionUpdateRestrictionsGroupInner.ContentRestrictionUpdateRestrictionsGroupInnerBuilderstatic enumSet to 'group'. -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedContentRestrictionUpdateRestrictionsGroupInner(ContentRestrictionUpdateRestrictionsGroupInner.TypeEnum type, String name, String id) Constructs a validated instance ofContentRestrictionUpdateRestrictionsGroupInner.ContentRestrictionUpdateRestrictionsGroupInner(Consumer<ContentRestrictionUpdateRestrictionsGroupInner> spec) Constructs a validated instance ofContentRestrictionUpdateRestrictionsGroupInner. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ContentRestrictionUpdateRestrictionsGroupInner.ContentRestrictionUpdateRestrictionsGroupInnerBuilderbuilder()protected booleanbooleaninthashCode()id()The id of the group.The id of the group.name()The name of the group.The name of the group.toString()type()Set to 'group'.Set to 'group'.
-
Felddetails
-
type
Set to 'group'. -
name
The name of the group. -
id
The id of the group.
-
-
Konstruktordetails
-
ContentRestrictionUpdateRestrictionsGroupInner
public ContentRestrictionUpdateRestrictionsGroupInner(Consumer<ContentRestrictionUpdateRestrictionsGroupInner> spec) Constructs a validated instance ofContentRestrictionUpdateRestrictionsGroupInner.- Parameter:
spec- the specification to process
-
ContentRestrictionUpdateRestrictionsGroupInner
@Internal public ContentRestrictionUpdateRestrictionsGroupInner(ContentRestrictionUpdateRestrictionsGroupInner.TypeEnum type, String name, String id) Constructs a validated instance ofContentRestrictionUpdateRestrictionsGroupInner.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContentRestrictionUpdateRestrictionsGroupInner(Consumer)instead.- Parameter:
type- Set to 'group'.name- The name of the group.id- The id of the group.
-
ContentRestrictionUpdateRestrictionsGroupInner
protected ContentRestrictionUpdateRestrictionsGroupInner()
-
-
Methodendetails
-
builder
-
type
Set to 'group'. -
name
The name of the group. -
id
The id of the group. -
type
public ContentRestrictionUpdateRestrictionsGroupInner type(ContentRestrictionUpdateRestrictionsGroupInner.TypeEnum type) Set to 'group'.- Gibt zurück:
this.
-
name
The name of the group.- Gibt zurück:
this.
-
id
The id of the group.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-