Package io.getstream.core.options
Class KeepHistory
- java.lang.Object
-
- io.getstream.core.options.KeepHistory
-
- All Implemented Interfaces:
RequestOption
public final class KeepHistory extends java.lang.Object implements RequestOption
-
-
Constructor Summary
Constructors Constructor Description KeepHistory(KeepHistory keepHistory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Request.Builder builder)
boolean
getFlag()
-
-
-
Constructor Detail
-
KeepHistory
public KeepHistory(KeepHistory keepHistory)
-
-
Method Detail
-
getFlag
public boolean getFlag()
-
apply
public void apply(Request.Builder builder)
- Specified by:
apply
in interfaceRequestOption
-
-