Package | Description |
---|---|
com.google.api.services.directory.model |
Modifier and Type | Method and Description |
---|---|
UserName |
UserName.clone() |
UserName |
User.getName()
Holds the given and family names of the user, and the read-only `fullName` value.
|
UserName |
UserName.set(String fieldName,
Object value) |
UserName |
UserName.setFamilyName(String familyName)
The user's last name.
|
UserName |
UserName.setFullName(String fullName)
The user's full name formed by concatenating the first and last name values.
|
UserName |
UserName.setGivenName(String givenName)
The user's first name.
|
Modifier and Type | Method and Description |
---|---|
User |
User.setName(UserName name)
Holds the given and family names of the user, and the read-only `fullName` value.
|
Copyright © 2011–2021 Google. All rights reserved.