public class UserBase extends Object
Constructor and Description |
---|
UserBase() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additionalProperties value.
|
String |
givenName()
Get the givenName value.
|
String |
immutableId()
Get the immutableId value.
|
String |
surname()
Get the surname value.
|
String |
usageLocation()
Get the usageLocation value.
|
UserType |
userType()
Get the userType value.
|
UserBase |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties value.
|
UserBase |
withGivenName(String givenName)
Set the givenName value.
|
UserBase |
withImmutableId(String immutableId)
Set the immutableId value.
|
UserBase |
withSurname(String surname)
Set the surname value.
|
UserBase |
withUsageLocation(String usageLocation)
Set the usageLocation value.
|
UserBase |
withUserType(UserType userType)
Set the userType value.
|
public Map<String,Object> additionalProperties()
public UserBase withAdditionalProperties(Map<String,Object> additionalProperties)
additionalProperties
- the additionalProperties value to setpublic String immutableId()
public UserBase withImmutableId(String immutableId)
immutableId
- the immutableId value to setpublic String usageLocation()
public UserBase withUsageLocation(String usageLocation)
usageLocation
- the usageLocation value to setpublic String givenName()
public UserBase withGivenName(String givenName)
givenName
- the givenName value to setpublic String surname()
public UserBase withSurname(String surname)
surname
- the surname value to setpublic UserType userType()
Copyright © 2019. All rights reserved.