Interface UnsuccessfulFaceDisassociation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UnsuccessfulFaceDisassociation.Builder,UnsuccessfulFaceDisassociation>, SdkBuilder<UnsuccessfulFaceDisassociation.Builder,UnsuccessfulFaceDisassociation>, SdkPojo
Enclosing class:
UnsuccessfulFaceDisassociation

public static interface UnsuccessfulFaceDisassociation.Builder extends SdkPojo, CopyableBuilder<UnsuccessfulFaceDisassociation.Builder,UnsuccessfulFaceDisassociation>
  • Method Details

    • faceId

      A unique identifier assigned to the face.

      Parameters:
      faceId - A unique identifier assigned to the face.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userId

      A provided ID for the UserID. Unique within the collection.

      Parameters:
      userId - A provided ID for the UserID. Unique within the collection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reasonsWithStrings

      The reason why the deletion was unsuccessful.

      Parameters:
      reasons - The reason why the deletion was unsuccessful.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reasonsWithStrings

      UnsuccessfulFaceDisassociation.Builder reasonsWithStrings(String... reasons)

      The reason why the deletion was unsuccessful.

      Parameters:
      reasons - The reason why the deletion was unsuccessful.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reasons

      The reason why the deletion was unsuccessful.

      Parameters:
      reasons - The reason why the deletion was unsuccessful.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reasons

      The reason why the deletion was unsuccessful.

      Parameters:
      reasons - The reason why the deletion was unsuccessful.
      Returns:
      Returns a reference to this object so that method calls can be chained together.