@Value.Immutable public abstract class PagedBatchResult extends Page<MtBatchSmsResult>
| Modifier and Type | Class and Description |
|---|---|
static class |
PagedBatchResult.Builder
A builder of batch result pages.
|
| Constructor and Description |
|---|
PagedBatchResult() |
| Modifier and Type | Method and Description |
|---|---|
static PagedBatchResult.Builder |
builder()
Creates a builder of
PagedBatchResult instances. |
abstract List<MtBatchSmsResult> |
content()
The page content.
|
isEmpty, iterator, page, size, totalSizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliterator@Nonnull public static final PagedBatchResult.Builder builder()
PagedBatchResult instances.public abstract List<MtBatchSmsResult> content()
Pagecontent in class Page<MtBatchSmsResult>Copyright © 2016–2019 CLX Communications. All rights reserved.