Class Currentuser
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.Currentuser
Currentuser
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Expandable6A8E6Dprotected Favouritedprotected Lastcontributedprotected Lastmodifiedprotected Objectprotected Viewed -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCurrentuser(Favourited favourited, Lastmodified lastmodified, Lastcontributed lastcontributed, Viewed viewed, Object scheduled, Expandable6A8E6D Expandable) Constructs a validated instance ofCurrentuser.Currentuser(Consumer<Currentuser> spec) Constructs a validated instance ofCurrentuser. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanExpandable(Expandable6A8E6D Expandable) favourited(Favourited favourited) inthashCode()lastcontributed(Lastcontributed lastcontributed) lastmodified(Lastmodified lastmodified) toString()viewed()
-
Field Details
-
favourited
-
lastmodified
-
lastcontributed
-
viewed
-
scheduled
-
Expandable
-
-
Constructor Details
-
Currentuser
Constructs a validated instance ofCurrentuser.- Parameters:
spec- the specification to process
-
Currentuser
@Internal public Currentuser(Favourited favourited, Lastmodified lastmodified, Lastcontributed lastcontributed, Viewed viewed, Object scheduled, Expandable6A8E6D Expandable) Constructs a validated instance ofCurrentuser.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Currentuser(Consumer)instead.- Parameters:
favourited- favouritedlastmodified- lastmodifiedlastcontributed- lastcontributedviewed- viewedscheduled- scheduledExpandable- Expandable
-
Currentuser
protected Currentuser()
-
-
Method Details
-
favourited
-
lastmodified
-
lastcontributed
-
viewed
-
scheduled
-
Expandable
-
favourited
- Returns:
this.
-
lastmodified
- Returns:
this.
-
lastcontributed
- Returns:
this.
-
viewed
- Returns:
this.
-
scheduled
- Returns:
this.
-
Expandable
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-