AlternateIdentifier |
GetGroupIdRequest.alternateIdentifier() |
A unique identifier for a user or group that is not the primary identifier.
|
AlternateIdentifier |
GetUserIdRequest.alternateIdentifier() |
A unique identifier for a user or group that is not the primary identifier.
|
static AlternateIdentifier |
AlternateIdentifier.fromExternalId(Consumer<ExternalId.Builder> externalId) |
Create an instance of this class with externalId() initialized to the given value.
|
static AlternateIdentifier |
AlternateIdentifier.fromExternalId(ExternalId externalId) |
Create an instance of this class with externalId() initialized to the given value.
|
static AlternateIdentifier |
AlternateIdentifier.fromUniqueAttribute(Consumer<UniqueAttribute.Builder> uniqueAttribute) |
Create an instance of this class with uniqueAttribute() initialized to the given value.
|
static AlternateIdentifier |
AlternateIdentifier.fromUniqueAttribute(UniqueAttribute uniqueAttribute) |
Create an instance of this class with uniqueAttribute() initialized to the given value.
|