Package com.okta.sdk.resource.model
Class BaseContextUserProfile
java.lang.Object
com.okta.sdk.resource.model.BaseContextUserProfile
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class BaseContextUserProfile
extends Object
implements Serializable
BaseContextUserProfile
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe first name of the userThe last name of the userThe user's default location for purposes of localizing items such as currency, date time format, numerical representations, and so on.getLogin()The username used to identify the user.The user's timezoneinthashCode()voidsetFirstName(String firstName) voidsetLastName(String lastName) voidvoidvoidsetTimeZone(String timeZone) toString()
-
Field Details
-
JSON_PROPERTY_LOGIN
- See Also:
-
JSON_PROPERTY_FIRST_NAME
- See Also:
-
JSON_PROPERTY_LAST_NAME
- See Also:
-
JSON_PROPERTY_LOCALE
- See Also:
-
JSON_PROPERTY_TIME_ZONE
- See Also:
-
-
Constructor Details
-
BaseContextUserProfile
public BaseContextUserProfile()
-
-
Method Details
-
login
-
getLogin
The username used to identify the user. This is often the user's email address.- Returns:
- login
-
setLogin
-
firstName
-
getFirstName
The first name of the user- Returns:
- firstName
-
setFirstName
-
lastName
-
getLastName
The last name of the user- Returns:
- lastName
-
setLastName
-
locale
-
getLocale
The user's default location for purposes of localizing items such as currency, date time format, numerical representations, and so on. A locale value is a concatenation of the [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) two-letter language code, an underscore, and the [ISO 3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) two-letter country code. For example, `en_US` specifies the language English and country US. This value is `en_US` by default.- Returns:
- locale
-
setLocale
-
timeZone
-
getTimeZone
The user's timezone- Returns:
- timeZone
-
setTimeZone
-
equals
-
hashCode
public int hashCode() -
toString
-