Class Currentuser

java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.Currentuser

@Generated("io.github.primelib.primecodegen") public class Currentuser extends Object
Currentuser
  • Field Details

  • Constructor Details

    • Currentuser

      public Currentuser(Consumer<Currentuser> spec)
      Constructs a validated instance of Currentuser.
      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 of Currentuser.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Currentuser(Consumer) instead.

      Parameters:
      favourited - favourited
      lastmodified - lastmodified
      lastcontributed - lastcontributed
      viewed - viewed
      scheduled - scheduled
      additionalExpandable - additionalExpandable
  • Method Details

    • favourited

      public Favourited favourited()
      Fluent getter for favourited.
      Returns:
      favourited
    • favourited

      public Currentuser favourited(Favourited favourited)
      Fluent setter for favourited.
      Parameters:
      favourited - favourited
      Returns:
      this
    • getFavourited

      public Favourited getFavourited()
      Gets the value of favourited.
      Returns:
      favourited
    • setFavourited

      public void setFavourited(Favourited favourited)
      Sets the value of favourited.
      Parameters:
      favourited - favourited
    • lastmodified

      public Lastmodified lastmodified()
      Fluent getter for lastmodified.
      Returns:
      lastmodified
    • lastmodified

      public Currentuser lastmodified(Lastmodified lastmodified)
      Fluent setter for lastmodified.
      Parameters:
      lastmodified - lastmodified
      Returns:
      this
    • getLastmodified

      public Lastmodified getLastmodified()
      Gets the value of lastmodified.
      Returns:
      lastmodified
    • setLastmodified

      public void setLastmodified(Lastmodified lastmodified)
      Sets the value of lastmodified.
      Parameters:
      lastmodified - lastmodified
    • lastcontributed

      public Lastcontributed lastcontributed()
      Fluent getter for lastcontributed.
      Returns:
      lastcontributed
    • lastcontributed

      public Currentuser lastcontributed(Lastcontributed lastcontributed)
      Fluent setter for lastcontributed.
      Parameters:
      lastcontributed - lastcontributed
      Returns:
      this
    • getLastcontributed

      public Lastcontributed getLastcontributed()
      Gets the value of lastcontributed.
      Returns:
      lastcontributed
    • setLastcontributed

      public void setLastcontributed(Lastcontributed lastcontributed)
      Sets the value of lastcontributed.
      Parameters:
      lastcontributed - lastcontributed
    • viewed

      public Viewed viewed()
      Fluent getter for viewed.
      Returns:
      viewed
    • viewed

      public Currentuser viewed(Viewed viewed)
      Fluent setter for viewed.
      Parameters:
      viewed - viewed
      Returns:
      this
    • getViewed

      public Viewed getViewed()
      Gets the value of viewed.
      Returns:
      viewed
    • setViewed

      public void setViewed(Viewed viewed)
      Sets the value of viewed.
      Parameters:
      viewed - viewed
    • scheduled

      public Object scheduled()
      Fluent getter for scheduled.
      Returns:
      scheduled
    • scheduled

      public Currentuser scheduled(Object scheduled)
      Fluent setter for scheduled.
      Parameters:
      scheduled - scheduled
      Returns:
      this
    • getScheduled

      public Object getScheduled()
      Gets the value of scheduled.
      Returns:
      scheduled
    • setScheduled

      public void setScheduled(Object scheduled)
      Sets the value of scheduled.
      Parameters:
      scheduled - scheduled
    • additionalExpandable

      public Expandable6A8E6D additionalExpandable()
      Fluent getter for additionalExpandable.
      Returns:
      additionalExpandable
    • additionalExpandable

      public Currentuser additionalExpandable(Expandable6A8E6D additionalExpandable)
      Fluent setter for additionalExpandable.
      Parameters:
      additionalExpandable - additionalExpandable
      Returns:
      this
    • getAdditionalExpandable

      public Expandable6A8E6D getAdditionalExpandable()
      Gets the value of additionalExpandable.
      Returns:
      additionalExpandable
    • setAdditionalExpandable

      public void setAdditionalExpandable(Expandable6A8E6D additionalExpandable)
      Sets the value of additionalExpandable.
      Parameters:
      additionalExpandable - additionalExpandable
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object