Klasse UserAnonymous
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.UserAnonymous
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UserAnonymous
extends Object
UserAnonymous
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected UserAnonymousExpandableprotected Stringprotected BooleanWhether the user is an external collaborator userprotected List<OperationCheckResult>protected Iconprotected String -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUserAnonymous(String type, Icon profilePicture, String displayName, List<OperationCheckResult> operations, Boolean isExternalCollaborator, UserAnonymousExpandable _expandable, Map<String, String> _links) Constructs a validated instance ofUserAnonymous.UserAnonymous(Consumer<UserAnonymous> spec) Constructs a validated instance ofUserAnonymous. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_expandable(UserAnonymousExpandable _expandable) _links()builder()protected booleandisplayName(String displayName) booleaninthashCode()Whether the user is an external collaborator userisExternalCollaborator(Boolean isExternalCollaborator) Whether the user is an external collaborator useroperations(List<OperationCheckResult> operations) profilePicture(Icon profilePicture) toString()type()
-
Felddetails
-
type
-
profilePicture
-
displayName
-
operations
-
isExternalCollaborator
Whether the user is an external collaborator user -
_expandable
-
_links
-
-
Konstruktordetails
-
UserAnonymous
Constructs a validated instance ofUserAnonymous.- Parameter:
spec- the specification to process
-
UserAnonymous
@Internal public UserAnonymous(String type, Icon profilePicture, String displayName, List<OperationCheckResult> operations, Boolean isExternalCollaborator, UserAnonymousExpandable _expandable, Map<String, String> _links) Constructs a validated instance ofUserAnonymous.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UserAnonymous(Consumer)instead.- Parameter:
type- typeprofilePicture- profilePicturedisplayName- displayNameoperations- operationsisExternalCollaborator- Whether the user is an external collaborator user_expandable- _expandable_links- _links
-
UserAnonymous
protected UserAnonymous()
-
-
Methodendetails
-
builder
-
type
-
profilePicture
-
displayName
-
operations
-
isExternalCollaborator
Whether the user is an external collaborator user -
_expandable
-
_links
-
type
- Gibt zurück:
this.
-
profilePicture
- Gibt zurück:
this.
-
displayName
- Gibt zurück:
this.
-
operations
- Gibt zurück:
this.
-
isExternalCollaborator
Whether the user is an external collaborator user- Gibt zurück:
this.
-
_expandable
- Gibt zurück:
this.
-
_links
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-