public static interface UnsuccessfulFaceDisassociation.Builder extends SdkPojo, CopyableBuilder<UnsuccessfulFaceDisassociation.Builder,UnsuccessfulFaceDisassociation>
| Modifier and Type | Method and Description |
|---|---|
UnsuccessfulFaceDisassociation.Builder |
faceId(String faceId)
A unique identifier assigned to the face.
|
UnsuccessfulFaceDisassociation.Builder |
reasons(Collection<UnsuccessfulFaceDisassociationReason> reasons)
The reason why the deletion was unsuccessful.
|
UnsuccessfulFaceDisassociation.Builder |
reasons(UnsuccessfulFaceDisassociationReason... reasons)
The reason why the deletion was unsuccessful.
|
UnsuccessfulFaceDisassociation.Builder |
reasonsWithStrings(Collection<String> reasons)
The reason why the deletion was unsuccessful.
|
UnsuccessfulFaceDisassociation.Builder |
reasonsWithStrings(String... reasons)
The reason why the deletion was unsuccessful.
|
UnsuccessfulFaceDisassociation.Builder |
userId(String userId)
A provided ID for the UserID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUnsuccessfulFaceDisassociation.Builder faceId(String faceId)
A unique identifier assigned to the face.
faceId - A unique identifier assigned to the face.UnsuccessfulFaceDisassociation.Builder userId(String userId)
A provided ID for the UserID. Unique within the collection.
userId - A provided ID for the UserID. Unique within the collection.UnsuccessfulFaceDisassociation.Builder reasonsWithStrings(Collection<String> reasons)
The reason why the deletion was unsuccessful.
reasons - The reason why the deletion was unsuccessful.UnsuccessfulFaceDisassociation.Builder reasonsWithStrings(String... reasons)
The reason why the deletion was unsuccessful.
reasons - The reason why the deletion was unsuccessful.UnsuccessfulFaceDisassociation.Builder reasons(Collection<UnsuccessfulFaceDisassociationReason> reasons)
The reason why the deletion was unsuccessful.
reasons - The reason why the deletion was unsuccessful.UnsuccessfulFaceDisassociation.Builder reasons(UnsuccessfulFaceDisassociationReason... reasons)
The reason why the deletion was unsuccessful.
reasons - The reason why the deletion was unsuccessful.Copyright © 2023. All rights reserved.