Interface UnsuccessfulFaceDisassociation.Builder

    • Method Detail

      • faceId

        UnsuccessfulFaceDisassociation.Builder faceId​(String 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

        UnsuccessfulFaceDisassociation.Builder userId​(String 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

        UnsuccessfulFaceDisassociation.Builder reasonsWithStrings​(Collection<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.
      • 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.