Package com.ringcentral.definitions
Class ListChatNotesNewParameters
java.lang.Object
com.ringcentral.definitions.ListChatNotesNewParameters
Query parameters for operation listChatNotesNew
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe start datetime for resulting records in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format including timezoneThe end datetime for resulting records in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format including timezone, e.g.Internal identifier of the user that created the note.Pagination tokenMax number of notes to be fetched by one request; the value range is 1-250.Status of notes to be fetched; if not specified all notes are fetched by default. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreationTimeFrom
(String creationTimeFrom) creationTimeTo
(String creationTimeTo) recordCount
(Long recordCount)
-
Field Details
-
creationTimeTo
The end datetime for resulting records in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format including timezone, e.g. 2019-03-10T18:23:45. The default value is Now. -
creationTimeFrom
The start datetime for resulting records in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format including timezone -
creatorId
Internal identifier of the user that created the note. Multiple values are supported -
status
Status of notes to be fetched; if not specified all notes are fetched by default. Enum: Active, Draft -
pageToken
Pagination token -
recordCount
Max number of notes to be fetched by one request; the value range is 1-250. Maximum: 250 Format: int32 Default: 30
-
-
Constructor Details
-
ListChatNotesNewParameters
public ListChatNotesNewParameters()
-
-
Method Details
-
creationTimeTo
-
creationTimeFrom
-
creatorId
-
status
-
pageToken
-
recordCount
-