Class User
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMthApisItem(UserMthApisInner mthApisItem) emailValidated(Boolean emailValidated) booleanReturn true if this User object is equal to o.getEmail()this user's emailTRUE if the user has validated its email, FALSE otherwise.this user's fullname (informative).getId()this user's IDGet mthApisgetOrcid()this user's ORCID identifier.inthashCode()mthApis(List<UserMthApisInner> mthApis) voidvoidsetEmailValidated(Boolean emailValidated) voidsetFullname(String fullname) voidvoidsetMthApis(List<UserMthApisInner> mthApis) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_ORCID
- See Also:
-
JSON_PROPERTY_FULLNAME
- See Also:
-
JSON_PROPERTY_EMAIL
- See Also:
-
JSON_PROPERTY_EMAIL_VALIDATED
- See Also:
-
JSON_PROPERTY_MTH_APIS
- See Also:
-
-
Constructor Details
-
User
public User()
-
-
Method Details
-
id
-
getId
this user's ID- Returns:
- id
-
setId
-
orcid
-
getOrcid
this user's ORCID identifier.- Returns:
- orcid
-
setOrcid
-
fullname
-
getFullname
this user's fullname (informative).- Returns:
- fullname
-
setFullname
-
email
-
getEmail
this user's email- Returns:
-
setEmail
-
emailValidated
-
getEmailValidated
TRUE if the user has validated its email, FALSE otherwise.- Returns:
- emailValidated
-
setEmailValidated
-
mthApis
-
addMthApisItem
-
getMthApis
Get mthApis- Returns:
- mthApis
-
setMthApis
-
equals
Return true if this User object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-