Class UserBase
java.lang.Object
com.microsoft.azure.management.graphrbac.UserBase
The UserBase model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties value.Get the givenName value.Get the immutableId value.surname()
Get the surname value.Get the usageLocation value.userType()
Get the userType value.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties value.withGivenName
(String givenName) Set the givenName value.withImmutableId
(String immutableId) Set the immutableId value.withSurname
(String surname) Set the surname value.withUsageLocation
(String usageLocation) Set the usageLocation value.withUserType
(UserType userType) Set the userType value.
-
Constructor Details
-
UserBase
public UserBase()
-
-
Method Details
-
additionalProperties
Get the additionalProperties value.- Returns:
- the additionalProperties value
-
withAdditionalProperties
Set the additionalProperties value.- Parameters:
additionalProperties
- the additionalProperties value to set- Returns:
- the UserBase object itself.
-
immutableId
Get the immutableId value.- Returns:
- the immutableId value
-
withImmutableId
Set the immutableId value.- Parameters:
immutableId
- the immutableId value to set- Returns:
- the UserBase object itself.
-
usageLocation
Get the usageLocation value.- Returns:
- the usageLocation value
-
withUsageLocation
Set the usageLocation value.- Parameters:
usageLocation
- the usageLocation value to set- Returns:
- the UserBase object itself.
-
givenName
Get the givenName value.- Returns:
- the givenName value
-
withGivenName
Set the givenName value.- Parameters:
givenName
- the givenName value to set- Returns:
- the UserBase object itself.
-
surname
Get the surname value.- Returns:
- the surname value
-
withSurname
Set the surname value.- Parameters:
surname
- the surname value to set- Returns:
- the UserBase object itself.
-
userType
Get the userType value.- Returns:
- the userType value
-
withUserType
Set the userType value.- Parameters:
userType
- the userType value to set- Returns:
- the UserBase object itself.
-