Package | Description |
---|---|
org.apache.streams.twitter.api |
Modifier and Type | Method and Description |
---|---|
ProcessingInfo |
MediaStatusResponse.getProcessingInfo()
he response body contains processing_info field which provides information about current state of media processing operation.
|
ProcessingInfo |
ProcessingInfo.withAdditionalProperty(String name,
Object value) |
ProcessingInfo |
ProcessingInfo.withCheckAfterSecs(Long checkAfterSecs) |
ProcessingInfo |
ProcessingInfo.withProgressPercent(Long progressPercent) |
ProcessingInfo |
ProcessingInfo.withState(ProcessingInfo.State state) |
Modifier and Type | Method and Description |
---|---|
void |
MediaStatusResponse.setProcessingInfo(ProcessingInfo processingInfo)
he response body contains processing_info field which provides information about current state of media processing operation.
|
MediaStatusResponse |
MediaStatusResponse.withProcessingInfo(ProcessingInfo processingInfo) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.