@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-01-28T11:18:17.901-05:00") public class StreamFilter extends Object
| Constructor and Description |
|---|
StreamFilter() |
| Modifier and Type | Method and Description |
|---|---|
StreamFilter |
addStreamTypesItem(StreamType streamTypesItem) |
boolean |
equals(Object o) |
Boolean |
getIncludeInactiveStreams()
Whether to include inactive streams in the list of results.
|
List<StreamType> |
getStreamTypes()
Types of streams to search for.
|
int |
hashCode() |
StreamFilter |
includeInactiveStreams(Boolean includeInactiveStreams) |
void |
setIncludeInactiveStreams(Boolean includeInactiveStreams) |
void |
setStreamTypes(List<StreamType> streamTypes) |
StreamFilter |
streamTypes(List<StreamType> streamTypes) |
String |
toString() |
public StreamFilter streamTypes(List<StreamType> streamTypes)
public StreamFilter addStreamTypesItem(StreamType streamTypesItem)
public List<StreamType> getStreamTypes()
public void setStreamTypes(List<StreamType> streamTypes)
public StreamFilter includeInactiveStreams(Boolean includeInactiveStreams)
public Boolean getIncludeInactiveStreams()
public void setIncludeInactiveStreams(Boolean includeInactiveStreams)
Copyright © 2018 Symphony Software Foundation. All rights reserved.