Reviews.ReviewsGetVideoFramesDefinitionStages.WithAllOptions Interface

public interface WithAllOptions

The stage of the definition which allows for any other optional settings to be specified.

Method Summary

Modifier and Type Method and Description
ReviewsGetVideoFramesDefinitionStages.WithExecute withFilter(String filter)

Get frames filtered by tags.

ReviewsGetVideoFramesDefinitionStages.WithExecute withNoOfRecords(Integer noOfRecords)

Number of frames to fetch.

ReviewsGetVideoFramesDefinitionStages.WithExecute withStartSeed(Integer startSeed)

Time stamp of the frame from where you want to start fetching the frames.

Method Details

withFilter

public ReviewsGetVideoFramesDefinitionStages.WithExecute withFilter(String filter)

Get frames filtered by tags.

Parameters:

filter

Returns:

next definition stage

withNoOfRecords

public ReviewsGetVideoFramesDefinitionStages.WithExecute withNoOfRecords(Integer noOfRecords)

Number of frames to fetch.

Parameters:

noOfRecords

Returns:

next definition stage

withStartSeed

public ReviewsGetVideoFramesDefinitionStages.WithExecute withStartSeed(Integer startSeed)

Time stamp of the frame from where you want to start fetching the frames.

Parameters:

startSeed

Returns:

next definition stage

Applies to