public class StreamInfoOptions extends java.lang.Object implements JsonSerializable
Modifier and Type | Class and Description |
---|---|
static class |
StreamInfoOptions.Builder
StreamInfoOptions is created using a Builder.
|
Modifier and Type | Method and Description |
---|---|
static StreamInfoOptions |
allSubjects()
Create options that get subject information, filtering for all subjects.
|
static StreamInfoOptions.Builder |
builder() |
static StreamInfoOptions |
deletedDetails()
Create options that get deleted details.
|
static StreamInfoOptions |
filterSubjects(java.lang.String subjectsFilter)
Create options that get subject information, filtering for subjects.
|
java.lang.String |
getSubjectsFilter() |
boolean |
isDeletedDetails() |
java.lang.String |
toJson() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
serialize, toJsonValue
public java.lang.String getSubjectsFilter()
public boolean isDeletedDetails()
public static StreamInfoOptions filterSubjects(java.lang.String subjectsFilter)
subjectsFilter
- the subject filter. > is equivalent to allpublic static StreamInfoOptions allSubjects()
public static StreamInfoOptions deletedDetails()
public static StreamInfoOptions.Builder builder()
public java.lang.String toJson()
toJson
in interface JsonSerializable