Package ai.reveng.model
Class UpdateProfileInputBody
java.lang.Object
ai.reveng.model.UpdateProfileInputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class UpdateProfileInputBody
extends Object
UpdateProfileInputBody
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefaultTeamId(Long defaultTeamId) booleanstatic UpdateProfileInputBodyCreate an instance of UpdateProfileInputBody given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Default team ID minimum: 1First nameLast nameIANA time zoneUsernameinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetDefaultTeamId(Long defaultTeamId) voidsetFirstName(String firstName) voidsetLastName(String lastName) voidsetTimeZone(String timeZone) voidsetUsername(String username) toJson()Convert an instance of UpdateProfileInputBody to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_DEFAULT_TEAM_ID
- See Also:
-
SERIALIZED_NAME_FIRST_NAME
- See Also:
-
SERIALIZED_NAME_LAST_NAME
- See Also:
-
SERIALIZED_NAME_TIME_ZONE
- See Also:
-
SERIALIZED_NAME_USERNAME
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
UpdateProfileInputBody
public UpdateProfileInputBody()
-
-
Method Details
-
defaultTeamId
-
getDefaultTeamId
Default team ID minimum: 1- Returns:
- defaultTeamId
-
setDefaultTeamId
-
firstName
-
getFirstName
First name- Returns:
- firstName
-
setFirstName
-
lastName
-
getLastName
Last name- Returns:
- lastName
-
setLastName
-
timeZone
-
getTimeZone
IANA time zone- Returns:
- timeZone
-
setTimeZone
-
username
-
getUsername
Username- Returns:
- username
-
setUsername
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the UpdateProfileInputBody instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to UpdateProfileInputBody
-
fromJson
Create an instance of UpdateProfileInputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of UpdateProfileInputBody
- Throws:
IOException- if the JSON string is invalid with respect to UpdateProfileInputBody
-
toJson
Convert an instance of UpdateProfileInputBody to an JSON string- Returns:
- JSON string
-