Package com.twilio.rest.video.v1
Class RecordingReader
- java.lang.Object
-
- com.twilio.base.Reader<Recording>
-
- com.twilio.rest.video.v1.RecordingReader
-
-
Constructor Summary
Constructors Constructor Description RecordingReader()
-
Method Summary
-
-
-
Method Detail
-
setStatus
public RecordingReader setStatus(Recording.Status status)
-
setSourceSid
public RecordingReader setSourceSid(String sourceSid)
-
setGroupingSid
public RecordingReader setGroupingSid(List<String> groupingSid)
-
setGroupingSid
public RecordingReader setGroupingSid(String groupingSid)
-
setDateCreatedAfter
public RecordingReader setDateCreatedAfter(ZonedDateTime dateCreatedAfter)
-
setDateCreatedBefore
public RecordingReader setDateCreatedBefore(ZonedDateTime dateCreatedBefore)
-
setMediaType
public RecordingReader setMediaType(Recording.Type mediaType)
-
setPageSize
public RecordingReader setPageSize(Integer pageSize)
-
read
public ResourceSet<Recording> read(TwilioRestClient client)
Description copied from class:ReaderExecute a request using specified client.
-
firstPage
public Page<Recording> firstPage(TwilioRestClient client)
Description copied from class:ReaderFetch the first page of resources using specified client.
-
previousPage
public Page<Recording> previousPage(Page<Recording> page, TwilioRestClient client)
Description copied from class:ReaderFetch the prior page of resources using specified client.- Specified by:
previousPagein classReader<Recording>- Parameters:
page- current page of resourcesclient- client used to fetch- Returns:
- Page containing the previous pageSize of resources
-
nextPage
public Page<Recording> nextPage(Page<Recording> page, TwilioRestClient client)
Description copied from class:ReaderFetch the following page of resources using specified client.
-
getPage
public Page<Recording> getPage(String targetUrl, TwilioRestClient client)
Description copied from class:ReaderRetrieve the target page of resources.
-
-