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
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.Currentuser(Favourited favourited, Lastmodified lastmodified, Lastcontributed lastcontributed, Viewed viewed, Object scheduled, Expandable6A8E6D additionalExpandable) Constructs a validated instance ofCurrentuser.Currentuser(Consumer<Currentuser> spec) Constructs a validated instance ofCurrentuser. -
Method Summary
Modifier and TypeMethodDescriptionFluent getter for additionalExpandable.additionalExpandable(Expandable6A8E6D additionalExpandable) Fluent setter for additionalExpandable.booleanFluent getter for favourited.favourited(Favourited favourited) Fluent setter for favourited.Gets the value of additionalExpandable.Gets the value of favourited.Gets the value of lastcontributed.Gets the value of lastmodified.Gets the value of scheduled.Gets the value of viewed.inthashCode()Fluent getter for lastcontributed.lastcontributed(Lastcontributed lastcontributed) Fluent setter for lastcontributed.Fluent getter for lastmodified.lastmodified(Lastmodified lastmodified) Fluent setter for lastmodified.Fluent getter for scheduled.Fluent setter for scheduled.voidsetAdditionalExpandable(Expandable6A8E6D additionalExpandable) Sets the value of additionalExpandable.voidsetFavourited(Favourited favourited) Sets the value of favourited.voidsetLastcontributed(Lastcontributed lastcontributed) Sets the value of lastcontributed.voidsetLastmodified(Lastmodified lastmodified) Sets the value of lastmodified.voidsetScheduled(Object scheduled) Sets the value of scheduled.voidSets the value of viewed.toString()viewed()Fluent getter for viewed.Fluent setter for viewed.
-
Field Details
-
favourited
-
lastmodified
-
lastcontributed
-
viewed
-
scheduled
-
additionalExpandable
-
-
Constructor Details
-
Currentuser
Constructs a validated instance ofCurrentuser.- Parameters:
spec- the specification to process
-
Currentuser
@Internal protected Currentuser()Protected no-args constructor for use by serialization frameworks. -
Currentuser
@Internal public Currentuser(Favourited favourited, Lastmodified lastmodified, Lastcontributed lastcontributed, Viewed viewed, Object scheduled, Expandable6A8E6D additionalExpandable) 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- scheduledadditionalExpandable- additionalExpandable
-
-
Method Details
-
favourited
-
favourited
Fluent setter for favourited.- Parameters:
favourited- favourited- Returns:
- this
-
getFavourited
-
setFavourited
Sets the value of favourited.- Parameters:
favourited- favourited
-
lastmodified
-
lastmodified
Fluent setter for lastmodified.- Parameters:
lastmodified- lastmodified- Returns:
- this
-
getLastmodified
-
setLastmodified
Sets the value of lastmodified.- Parameters:
lastmodified- lastmodified
-
lastcontributed
Fluent getter for lastcontributed.- Returns:
- lastcontributed
-
lastcontributed
Fluent setter for lastcontributed.- Parameters:
lastcontributed- lastcontributed- Returns:
- this
-
getLastcontributed
Gets the value of lastcontributed.- Returns:
- lastcontributed
-
setLastcontributed
Sets the value of lastcontributed.- Parameters:
lastcontributed- lastcontributed
-
viewed
-
viewed
Fluent setter for viewed.- Parameters:
viewed- viewed- Returns:
- this
-
getViewed
-
setViewed
-
scheduled
-
scheduled
Fluent setter for scheduled.- Parameters:
scheduled- scheduled- Returns:
- this
-
getScheduled
-
setScheduled
Sets the value of scheduled.- Parameters:
scheduled- scheduled
-
additionalExpandable
Fluent getter for additionalExpandable.- Returns:
- additionalExpandable
-
additionalExpandable
Fluent setter for additionalExpandable.- Parameters:
additionalExpandable- additionalExpandable- Returns:
- this
-
getAdditionalExpandable
Gets the value of additionalExpandable.- Returns:
- additionalExpandable
-
setAdditionalExpandable
Sets the value of additionalExpandable.- Parameters:
additionalExpandable- additionalExpandable
-
equals
-
hashCode
-
toString
-