-
public final class UserData
-
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final ZoneIdcomponent4()final Localecomponent5()final Stringcomponent6()final Stringcomponent7()final Booleancomponent8()final UserDatacopy(String firstName, String lastName, String email, ZoneId timezone, Locale locale, String picture, String gender, Boolean test)final StringgetFirstName()First name of the user. final StringgetLastName()Last name of the user. final StringgetEmail()Email of the user. final ZoneIdgetTimezone()Timezone of the user. final LocalegetLocale()Locale of the user. final StringgetPicture()Picture url of the user. final StringgetGender()Gender of the user. final BooleangetTest()Is it a test user? final UnitsetFirstName(String firstName)First name of the user. final UnitsetLastName(String lastName)Last name of the user. final UnitsetEmail(String email)Email of the user. final UnitsetTimezone(ZoneId timezone)Timezone of the user. final UnitsetLocale(Locale locale)Locale of the user. final UnitsetPicture(String picture)Picture url of the user. final UnitsetGender(String gender)Gender of the user. final UnitsetTest(Boolean test)Is it a test user? -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final ZoneId component4()
-
component5
final Locale component5()
-
component6
final String component6()
-
component7
final String component7()
-
component8
final Boolean component8()
-
copy
final UserData copy(String firstName, String lastName, String email, ZoneId timezone, Locale locale, String picture, String gender, Boolean test)
-
getFirstName
final String getFirstName()
First name of the user.
-
getLastName
final String getLastName()
Last name of the user.
-
getTimezone
final ZoneId getTimezone()
Timezone of the user.
-
getPicture
final String getPicture()
Picture url of the user.
-
setFirstName
final Unit setFirstName(String firstName)
First name of the user.
-
setLastName
final Unit setLastName(String lastName)
Last name of the user.
-
setTimezone
final Unit setTimezone(ZoneId timezone)
Timezone of the user.
-
setPicture
final Unit setPicture(String picture)
Picture url of the user.
-
-
-
-