Class ListConversationsRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.conversations.requests.ListConversationsRequest.Builder
-
- Enclosing class:
- ListConversationsRequest
public static final class ListConversationsRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListConversationsRequestbuild()ListConversationsRequest.Builderfrom(ListConversationsRequest other)ListConversationsRequest.BuilderperPage(java.lang.Integer perPage)ListConversationsRequest.BuilderperPage(java.util.Optional<java.lang.Integer> perPage)How many results per pageListConversationsRequest.BuilderstartingAfter(java.lang.String startingAfter)ListConversationsRequest.BuilderstartingAfter(java.util.Optional<java.lang.String> startingAfter)String used to get the next page of conversations.
-
-
-
Method Detail
-
from
public ListConversationsRequest.Builder from(ListConversationsRequest other)
-
perPage
public ListConversationsRequest.Builder perPage(java.util.Optional<java.lang.Integer> perPage)
How many results per page
-
perPage
public ListConversationsRequest.Builder perPage(java.lang.Integer perPage)
-
startingAfter
public ListConversationsRequest.Builder startingAfter(java.util.Optional<java.lang.String> startingAfter)
String used to get the next page of conversations.
-
startingAfter
public ListConversationsRequest.Builder startingAfter(java.lang.String startingAfter)
-
build
public ListConversationsRequest build()
-
-