Klasse PermissionSubject
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.PermissionSubject
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PermissionSubject
extends Object
PermissionSubject
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enum -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Stringfortype=user, identifier should be user's accountId oranonymousfor anonymous users fortype=group, identifier should be the groupId.protected PermissionSubject.TypeEnum -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedPermissionSubject(PermissionSubject.TypeEnum type, String identifier) Constructs a validated instance ofPermissionSubject.Constructs a validated instance ofPermissionSubject. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()fortype=user, identifier should be user's accountId oranonymousfor anonymous users fortype=group, identifier should be the groupId.identifier(String identifier) fortype=user, identifier should be user's accountId oranonymousfor anonymous users fortype=group, identifier should be the groupId.toString()type()
-
Felddetails
-
type
-
identifier
fortype=user, identifier should be user's accountId oranonymousfor anonymous users fortype=group, identifier should be the groupId. We are deprecating groupName support in mid-2024 for this field but still accept it in the interim.
-
-
Konstruktordetails
-
PermissionSubject
Constructs a validated instance ofPermissionSubject.- Parameter:
spec- the specification to process
-
PermissionSubject
Constructs a validated instance ofPermissionSubject.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
PermissionSubject(Consumer)instead.- Parameter:
type- typeidentifier- fortype=user, identifier should be user's accountId oranonymousfor anonymous users fortype=group, identifier should be the groupId. We are deprecating groupName support in mid-2024 for this field but still accept it in the interim.
-
PermissionSubject
protected PermissionSubject()
-
-
Methodendetails
-
builder
-
type
-
identifier
fortype=user, identifier should be user's accountId oranonymousfor anonymous users fortype=group, identifier should be the groupId. We are deprecating groupName support in mid-2024 for this field but still accept it in the interim. -
type
- Gibt zurück:
this.
-
identifier
fortype=user, identifier should be user's accountId oranonymousfor anonymous users fortype=group, identifier should be the groupId. We are deprecating groupName support in mid-2024 for this field but still accept it in the interim.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-