java.lang.Object
fr.metabohub.users_apis_authorizations.model.User

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2026-01-15T15:39:07.594482359Z[Etc/UTC]", comments="Generator version: 7.17.0") public class User extends Object
User
  • Field Details

  • Constructor Details

    • User

      public User()
  • Method Details

    • id

      public User id(@Nullable Integer id)
    • getId

      @Nullable public Integer getId()
      this user's ID
      Returns:
      id
    • setId

      public void setId(@Nullable Integer id)
    • orcid

      public User orcid(@Nullable String orcid)
    • getOrcid

      @Nullable public String getOrcid()
      this user's ORCID identifier.
      Returns:
      orcid
    • setOrcid

      public void setOrcid(@Nullable String orcid)
    • fullname

      public User fullname(@Nullable String fullname)
    • getFullname

      @Nullable public String getFullname()
      this user's fullname (informative).
      Returns:
      fullname
    • setFullname

      public void setFullname(@Nullable String fullname)
    • email

      public User email(@Nullable String email)
    • getEmail

      @Nullable public String getEmail()
      this user's email
      Returns:
      email
    • setEmail

      public void setEmail(@Nullable String email)
    • emailValidated

      public User emailValidated(@Nullable Boolean emailValidated)
    • getEmailValidated

      @Nullable public Boolean getEmailValidated()
      TRUE if the user has validated its email, FALSE otherwise.
      Returns:
      emailValidated
    • setEmailValidated

      public void setEmailValidated(@Nullable Boolean emailValidated)
    • mthApis

      public User mthApis(@Nullable List<UserMthApisInner> mthApis)
    • addMthApisItem

      public User addMthApisItem(UserMthApisInner mthApisItem)
    • getMthApis

      @Nullable public List<UserMthApisInner> getMthApis()
      Get mthApis
      Returns:
      mthApis
    • setMthApis

      public void setMthApis(@Nullable List<UserMthApisInner> mthApis)
    • equals

      public boolean equals(Object o)
      Return true if this User object is equal to 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