Class User

java.lang.Object
software.xdev.sched.model.User

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class User extends Object
User
  • Field Details

  • Constructor Details

    • User

      public User()
  • Method Details

    • id

      public User id(String id)
    • getId

      @Nullable public String getId()
      Get id
      Returns:
      id
    • setId

      public void setId(String id)
    • username

      public User username(String username)
    • getUsername

      @Nullable public String getUsername()
      Get username
      Returns:
      username
    • setUsername

      public void setUsername(String username)
    • name

      public User name(String name)
    • getName

      @Nullable public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • phone

      public User phone(String phone)
    • getPhone

      @Nullable public String getPhone()
      Get phone
      Returns:
      phone
    • setPhone

      public void setPhone(String phone)
    • email

      public User email(String email)
    • getEmail

      @Nullable public String getEmail()
      Get email
      Returns:
      email
    • setEmail

      public void setEmail(String email)
    • about

      public User about(String about)
    • getAbout

      @Nullable public String getAbout()
      Get about
      Returns:
      about
    • setAbout

      public void setAbout(String about)
    • role

      public User role(String role)
    • getRole

      @Nullable public String getRole()
      Comma separated list of roles
      Returns:
      role
    • setRole

      public void setRole(String role)
    • joined

      public User joined(String joined)
    • getJoined

      @Nullable public String getJoined()
      Get joined
      Returns:
      joined
    • setJoined

      public void setJoined(String joined)
    • lastactive

      public User lastactive(String lastactive)
    • getLastactive

      @Nullable public String getLastactive()
      Get lastactive
      Returns:
      lastactive
    • setLastactive

      public void setLastactive(String lastactive)
    • avatar

      public User avatar(URI avatar)
    • getAvatar

      @Nullable public URI getAvatar()
      Get avatar
      Returns:
      avatar
    • setAvatar

      public void setAvatar(URI avatar)
    • company

      public User company(String company)
    • getCompany

      @Nullable public String getCompany()
      Get company
      Returns:
      company
    • setCompany

      public void setCompany(String company)
    • position

      public User position(String position)
    • getPosition

      @Nullable public String getPosition()
      Get position
      Returns:
      position
    • setPosition

      public void setPosition(String position)
    • location

      public User location(String location)
    • getLocation

      @Nullable public String getLocation()
      Get location
      Returns:
      location
    • setLocation

      public void setLocation(String location)
    • 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
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string