Class ListContactNotesRequest.Builder
java.lang.Object
com.intercom.api.resources.notes.requests.ListContactNotesRequest.Builder
- All Implemented Interfaces:
ListContactNotesRequest._FinalStage,ListContactNotesRequest.ContactIdStage
- Enclosing class:
ListContactNotesRequest
public static final class ListContactNotesRequest.Builder
extends Object
implements ListContactNotesRequest.ContactIdStage, ListContactNotesRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The unique identifier of a contact.from(ListContactNotesRequest other) The page of results to fetch.How many results to display per page.
-
Method Details
-
from
- Specified by:
fromin interfaceListContactNotesRequest.ContactIdStage
-
contactId
The unique identifier of a contact.
- Specified by:
contactIdin interfaceListContactNotesRequest.ContactIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
perPage
How many results to display per page. Defaults to 15
- Specified by:
perPagein interfaceListContactNotesRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
perPage
- Specified by:
perPagein interfaceListContactNotesRequest._FinalStage
-
page
The page of results to fetch. Defaults to first page
- Specified by:
pagein interfaceListContactNotesRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
page
- Specified by:
pagein interfaceListContactNotesRequest._FinalStage
-
build
- Specified by:
buildin interfaceListContactNotesRequest._FinalStage
-