Class MessagingListConversationMessagesRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.MessagingListConversationMessagesRequest.Builder
-
- Enclosing class:
- MessagingListConversationMessagesRequest
public static final class MessagingListConversationMessagesRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description MessagingListConversationMessagesRequestbuild()MessagingListConversationMessagesRequest.Builderfields(java.lang.String fields)The comma separated list of fields that will be returned in the response (if empty, all fields are returned)MessagingListConversationMessagesRequest.Builderfields(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fields)The comma separated list of fields that will be returned in the response (if empty, all fields are returned)MessagingListConversationMessagesRequest.Builderfilter(MessagingListConversationMessagesQueryParamFilter filter)Filter parameters that allow greater customisation of the list responseMessagingListConversationMessagesRequest.Builderfilter(org.openapitools.jackson.nullable.JsonNullable<? extends MessagingListConversationMessagesQueryParamFilter> filter)Filter parameters that allow greater customisation of the list responseMessagingListConversationMessagesRequest.Builderid(java.lang.String id)MessagingListConversationMessagesRequest.Buildernext(java.lang.String next)The unified cursorMessagingListConversationMessagesRequest.Buildernext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)The unified cursorMessagingListConversationMessagesRequest.Builderpage(java.lang.String page)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.MessagingListConversationMessagesRequest.Builderpage(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> page)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.MessagingListConversationMessagesRequest.BuilderpageSize(java.lang.String pageSize)The number of results per page (default value is 25)MessagingListConversationMessagesRequest.BuilderpageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)The number of results per page (default value is 25)MessagingListConversationMessagesRequest.Builderproxy(java.util.Map<java.lang.String,java.lang.Object> proxy)Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' keyMessagingListConversationMessagesRequest.Builderproxy(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> proxy)Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' keyMessagingListConversationMessagesRequest.Builderraw(boolean raw)Indicates that the raw request result should be returned in addition to the mapped result (default value is false)MessagingListConversationMessagesRequest.Builderraw(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw)Indicates that the raw request result should be returned in addition to the mapped result (default value is false)MessagingListConversationMessagesRequest.BuilderupdatedAfter(java.time.OffsetDateTime updatedAfter)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.MessagingListConversationMessagesRequest.BuilderupdatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.MessagingListConversationMessagesRequest.BuilderxAccountId(java.lang.String xAccountId)The account identifier
-
-
-
Method Detail
-
xAccountId
public MessagingListConversationMessagesRequest.Builder xAccountId(java.lang.String xAccountId)
The account identifier
-
id
public MessagingListConversationMessagesRequest.Builder id(java.lang.String id)
-
raw
public MessagingListConversationMessagesRequest.Builder raw(boolean raw)
Indicates that the raw request result should be returned in addition to the mapped result (default value is false)
-
raw
public MessagingListConversationMessagesRequest.Builder raw(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw)
Indicates that the raw request result should be returned in addition to the mapped result (default value is false)
-
proxy
public MessagingListConversationMessagesRequest.Builder proxy(java.util.Map<java.lang.String,java.lang.Object> proxy)
Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
-
proxy
public MessagingListConversationMessagesRequest.Builder proxy(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> proxy)
Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
-
fields
public MessagingListConversationMessagesRequest.Builder fields(java.lang.String fields)
The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
-
fields
public MessagingListConversationMessagesRequest.Builder fields(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fields)
The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
-
filter
public MessagingListConversationMessagesRequest.Builder filter(MessagingListConversationMessagesQueryParamFilter filter)
Filter parameters that allow greater customisation of the list response
-
filter
public MessagingListConversationMessagesRequest.Builder filter(org.openapitools.jackson.nullable.JsonNullable<? extends MessagingListConversationMessagesQueryParamFilter> filter)
Filter parameters that allow greater customisation of the list response
-
page
@Deprecated public MessagingListConversationMessagesRequest.Builder page(java.lang.String page)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The page number of the results to fetch
-
page
@Deprecated public MessagingListConversationMessagesRequest.Builder page(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> page)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The page number of the results to fetch
-
pageSize
public MessagingListConversationMessagesRequest.Builder pageSize(java.lang.String pageSize)
The number of results per page (default value is 25)
-
pageSize
public MessagingListConversationMessagesRequest.Builder pageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)
The number of results per page (default value is 25)
-
next
public MessagingListConversationMessagesRequest.Builder next(java.lang.String next)
The unified cursor
-
next
public MessagingListConversationMessagesRequest.Builder next(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
The unified cursor
-
updatedAfter
@Deprecated public MessagingListConversationMessagesRequest.Builder updatedAfter(java.time.OffsetDateTime updatedAfter)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Use a string with a date to only select results updated after that given date
-
updatedAfter
@Deprecated public MessagingListConversationMessagesRequest.Builder updatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAfter)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Use a string with a date to only select results updated after that given date
-
build
public MessagingListConversationMessagesRequest build()
-
-