| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response |
| Modifier and Type | Method and Description |
|---|---|
Paging |
Paging.Builder.build()
Builds a new
Paging. |
static Paging |
Paging.copyOf(PagingIF instance)
Creates an immutable copy of a
PagingIF value. |
Paging |
MessagePage.getPaging() |
Paging |
MessagePageIF.getPaging() |
Paging |
Paging.withCount(int count)
Copy the current immutable object by setting a value for the
count attribute. |
Paging |
Paging.withPage(int page)
Copy the current immutable object by setting a value for the
page attribute. |
Paging |
Paging.withPages(int pages)
Copy the current immutable object by setting a value for the
pages attribute. |
Paging |
Paging.withTotal(int total)
Copy the current immutable object by setting a value for the
total attribute. |
| Modifier and Type | Method and Description |
|---|---|
MessagePage.Builder |
MessagePage.Builder.setPaging(Paging paging)
Initializes the value for the
paging attribute. |
MessagePage |
MessagePage.withPaging(Paging paging)
Copy the current immutable object by setting a value for the
paging attribute. |
Copyright © 2019. All rights reserved.