Compartir a través de


FaceList Class

public class FaceList extends NameAndUserDataContract

Face list object.

Method Summary

Modifier and Type Method and Description
String faceListId()

Get the faceListId value.

List<PersistedFace> persistedFaces()

Get the persistedFaces value.

FaceList withFaceListId(String faceListId)

Set the faceListId value.

FaceList withPersistedFaces(List<PersistedFace> persistedFaces)

Set the persistedFaces value.

Inherited Members

Method Details

faceListId

public String faceListId()

Get the faceListId value.

Returns:

the faceListId value

persistedFaces

public List persistedFaces()

Get the persistedFaces value.

Returns:

the persistedFaces value

withFaceListId

public FaceList withFaceListId(String faceListId)

Set the faceListId value.

Parameters:

faceListId - the faceListId value to set

Returns:

the FaceList object itself.

withPersistedFaces

public FaceList withPersistedFaces(List persistedFaces)

Set the persistedFaces value.

Parameters:

persistedFaces - the persistedFaces value to set

Returns:

the FaceList object itself.

Applies to