Package | Description |
---|---|
com.google.api.services.directory.model |
Modifier and Type | Method and Description |
---|---|
VerificationCode |
VerificationCode.clone() |
VerificationCode |
VerificationCode.set(String fieldName,
Object value) |
VerificationCode |
VerificationCode.setEtag(String etag)
ETag of the resource.
|
VerificationCode |
VerificationCode.setKind(String kind)
The type of the resource.
|
VerificationCode |
VerificationCode.setUserId(String userId)
The obfuscated unique ID of the user.
|
VerificationCode |
VerificationCode.setVerificationCode(String verificationCode)
A current verification code for the user.
|
Modifier and Type | Method and Description |
---|---|
List<VerificationCode> |
VerificationCodes.getItems()
A list of verification code resources.
|
Modifier and Type | Method and Description |
---|---|
VerificationCodes |
VerificationCodes.setItems(List<VerificationCode> items)
A list of verification code resources.
|
Copyright © 2011–2021 Google. All rights reserved.