public static interface PickupDetails.Builder extends SdkPojo, CopyableBuilder<PickupDetails.Builder,PickupDetails>
| Modifier and Type | Method and Description |
|---|---|
PickupDetails.Builder |
devicePickupId(String devicePickupId)
The unique ID for a device that will be picked up.
|
PickupDetails.Builder |
email(String email)
The email address of the person picking up the device.
|
PickupDetails.Builder |
identificationExpirationDate(Instant identificationExpirationDate)
Expiration date of the credential identifying the person picking up the device.
|
PickupDetails.Builder |
identificationIssuingOrg(String identificationIssuingOrg)
Organization that issued the credential identifying the person picking up the device.
|
PickupDetails.Builder |
identificationNumber(String identificationNumber)
The number on the credential identifying the person picking up the device.
|
PickupDetails.Builder |
name(String name)
The name of the person picking up the device.
|
PickupDetails.Builder |
phoneNumber(String phoneNumber)
The phone number of the person picking up the device.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPickupDetails.Builder name(String name)
The name of the person picking up the device.
name - The name of the person picking up the device.PickupDetails.Builder phoneNumber(String phoneNumber)
The phone number of the person picking up the device.
phoneNumber - The phone number of the person picking up the device.PickupDetails.Builder email(String email)
The email address of the person picking up the device.
email - The email address of the person picking up the device.PickupDetails.Builder identificationNumber(String identificationNumber)
The number on the credential identifying the person picking up the device.
identificationNumber - The number on the credential identifying the person picking up the device.PickupDetails.Builder identificationExpirationDate(Instant identificationExpirationDate)
Expiration date of the credential identifying the person picking up the device.
identificationExpirationDate - Expiration date of the credential identifying the person picking up the device.PickupDetails.Builder identificationIssuingOrg(String identificationIssuingOrg)
Organization that issued the credential identifying the person picking up the device.
identificationIssuingOrg - Organization that issued the credential identifying the person picking up the device.PickupDetails.Builder devicePickupId(String devicePickupId)
The unique ID for a device that will be picked up.
devicePickupId - The unique ID for a device that will be picked up.Copyright © 2023. All rights reserved.