public static class PNHistoryResult.PNHistoryResultBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
PNHistoryResult |
build() |
PNHistoryResult.PNHistoryResultBuilder |
endTimetoken(java.lang.Long endTimetoken) |
PNHistoryResult.PNHistoryResultBuilder |
messages(java.util.List<PNHistoryItemResult> messages) |
PNHistoryResult.PNHistoryResultBuilder |
startTimetoken(java.lang.Long startTimetoken) |
java.lang.String |
toString() |
public PNHistoryResult.PNHistoryResultBuilder messages(java.util.List<PNHistoryItemResult> messages)
public PNHistoryResult.PNHistoryResultBuilder startTimetoken(java.lang.Long startTimetoken)
public PNHistoryResult.PNHistoryResultBuilder endTimetoken(java.lang.Long endTimetoken)
public PNHistoryResult build()
public java.lang.String toString()
toString in class java.lang.Object