| Modifier and Type | Method and Description |
|---|---|
UserBase |
UserBase.withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties value.
|
UserBase |
UserBase.withGivenName(String givenName)
Set the givenName value.
|
UserBase |
UserBase.withImmutableId(String immutableId)
Set the immutableId value.
|
UserBase |
UserBase.withSurname(String surname)
Set the surname value.
|
UserBase |
UserBase.withUsageLocation(String usageLocation)
Set the usageLocation value.
|
UserBase |
UserBase.withUserType(UserType userType)
Set the userType value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/