Class UserAnonymous
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.UserAnonymous
UserAnonymous
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Expandabled0Ed16protected List<OperationCheckResult>protected IconThis object represents an icon.protected String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUserAnonymous(String type, Icon profilePicture, String displayName, List<OperationCheckResult> operations, Expandabled0Ed16 Expandable, Map<String, Object> Links) Constructs a validated instance ofUserAnonymous.UserAnonymous(Consumer<UserAnonymous> spec) Constructs a validated instance ofUserAnonymous. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleandisplayName(String displayName) booleanExpandable(Expandabled0Ed16 Expandable) inthashCode()Links()operations(List<OperationCheckResult> operations) This object represents an icon.profilePicture(Icon profilePicture) This object represents an icon.toString()type()
-
Field Details
-
type
-
profilePicture
This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting. -
displayName
-
operations
-
Expandable
-
Links
-
-
Constructor Details
-
UserAnonymous
Constructs a validated instance ofUserAnonymous.- Parameters:
spec- the specification to process
-
UserAnonymous
@Internal public UserAnonymous(String type, Icon profilePicture, String displayName, List<OperationCheckResult> operations, Expandabled0Ed16 Expandable, Map<String, Object> 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.- Parameters:
type- typeprofilePicture- This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.displayName- displayNameoperations- operationsExpandable- ExpandableLinks- Links
-
UserAnonymous
protected UserAnonymous()
-
-
Method Details
-
type
-
profilePicture
This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting. -
displayName
-
operations
-
Expandable
-
Links
-
type
- Returns:
this.
-
profilePicture
This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.- Returns:
this.
-
displayName
- Returns:
this.
-
operations
- Returns:
this.
-
Expandable
- Returns:
this.
-
Links
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-