All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
abstract Map<String,Object> |
configuration() |
abstract String |
contentPack() |
static CreateOutputRequest |
create(String title,
String type,
Map<String,Object> configuration,
Set<String> streams) |
static CreateOutputRequest |
create(String title,
String type,
Map<String,Object> configuration,
Set<String> streams,
String contentPack) |
abstract Set<String> |
streams() |
abstract String |
title() |
abstract String |
type() |