public static class LoadIndexListDataEvent.Builder extends Object
Modifier and Type | Method and Description |
---|---|
LoadIndexListDataEvent |
build() |
LoadIndexListDataEvent.Builder |
withCorrelationToken(String correlationToken) |
LoadIndexListDataEvent.Builder |
withCount(Integer count) |
LoadIndexListDataEvent.Builder |
withListId(String listId) |
LoadIndexListDataEvent.Builder |
withLocale(String locale) |
LoadIndexListDataEvent.Builder |
withRequestId(String requestId) |
LoadIndexListDataEvent.Builder |
withStartIndex(Integer startIndex) |
LoadIndexListDataEvent.Builder |
withTimestamp(OffsetDateTime timestamp) |
LoadIndexListDataEvent.Builder |
withToken(String token) |
public LoadIndexListDataEvent.Builder withRequestId(String requestId)
public LoadIndexListDataEvent.Builder withTimestamp(OffsetDateTime timestamp)
public LoadIndexListDataEvent.Builder withLocale(String locale)
public LoadIndexListDataEvent.Builder withToken(String token)
public LoadIndexListDataEvent.Builder withCorrelationToken(String correlationToken)
public LoadIndexListDataEvent.Builder withListId(String listId)
public LoadIndexListDataEvent.Builder withStartIndex(Integer startIndex)
public LoadIndexListDataEvent.Builder withCount(Integer count)
public LoadIndexListDataEvent build()
Copyright © 2023. All rights reserved.