Class UserProperties
java.lang.Object
com.boldsign.model.UserProperties
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class UserProperties
extends Object
UserProperties
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedDate(Long createdDate) booleanstatic UserPropertiesCreate an instance of UserProperties given an JSON stringGet createdDategetEmail()Get emailGet firstNameGet lastNameGet metaDataGet modifiedDategetRole()Get roleGet teamIdGet teamNameGet userIdGet userStatusinthashCode()modifiedDate(Long modifiedDate) putMetaDataItem(String key, String metaDataItem) voidsetCreatedDate(Long createdDate) voidvoidsetFirstName(String firstName) voidsetLastName(String lastName) voidsetMetaData(Map<String, String> metaData) voidsetModifiedDate(Long modifiedDate) voidvoidvoidsetTeamName(String teamName) voidvoidsetUserStatus(String userStatus) toJson()Convert an instance of UserProperties to an JSON stringtoString()userStatus(String userStatus) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_USER_ID
- See Also:
-
SERIALIZED_NAME_EMAIL
- See Also:
-
SERIALIZED_NAME_FIRST_NAME
- See Also:
-
SERIALIZED_NAME_LAST_NAME
- See Also:
-
SERIALIZED_NAME_TEAM_ID
- See Also:
-
SERIALIZED_NAME_TEAM_NAME
- See Also:
-
SERIALIZED_NAME_ROLE
- See Also:
-
SERIALIZED_NAME_USER_STATUS
- See Also:
-
SERIALIZED_NAME_CREATED_DATE
- See Also:
-
SERIALIZED_NAME_MODIFIED_DATE
- See Also:
-
SERIALIZED_NAME_META_DATA
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
UserProperties
public UserProperties()
-
-
Method Details
-
userId
-
getUserId
-
setUserId
-
email
-
getEmail
-
setEmail
-
firstName
-
getFirstName
-
setFirstName
-
lastName
-
getLastName
-
setLastName
-
teamId
-
getTeamId
-
setTeamId
-
teamName
-
getTeamName
-
setTeamName
-
role
-
getRole
-
setRole
-
userStatus
-
getUserStatus
-
setUserStatus
-
createdDate
-
getCreatedDate
-
setCreatedDate
-
modifiedDate
-
getModifiedDate
-
setModifiedDate
-
metaData
-
putMetaDataItem
-
getMetaData
-
setMetaData
-
equals
-
hashCode
-
toString
-
createFormData
- Throws:
ApiException
-
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 UserProperties
-
fromJson
Create an instance of UserProperties given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of UserProperties
- Throws:
IOException- if the JSON string is invalid with respect to UserProperties
-
toJson
-