Package com.oracle.bmc.streaming.model
Class Cursor.Builder
- java.lang.Object
-
- com.oracle.bmc.streaming.model.Cursor.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cursor
build()
Cursor.Builder
copy(Cursor model)
Cursor.Builder
value(String value)
The cursor to pass to the GetMessages operation.
-
-
-
Method Detail
-
value
public Cursor.Builder value(String value)
The cursor to pass to the GetMessages operation.- Parameters:
value
- the value to set- Returns:
- this builder
-
build
public Cursor build()
-
copy
public Cursor.Builder copy(Cursor model)
-
-