Class CrmListContactsRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.CrmListContactsRequest.Builder
-
- Enclosing class:
- CrmListContactsRequest
public static final class CrmListContactsRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CrmListContactsRequestbuild()CrmListContactsRequest.Builderfields(java.lang.String fields)The comma separated list of fields that will be returned in the response (if empty, all fields are returned)CrmListContactsRequest.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)CrmListContactsRequest.Builderfilter(CrmListContactsQueryParamFilter filter)Filter parameters that allow greater customisation of the list responseCrmListContactsRequest.Builderfilter(org.openapitools.jackson.nullable.JsonNullable<? extends CrmListContactsQueryParamFilter> filter)Filter parameters that allow greater customisation of the list responseCrmListContactsRequest.Builderinclude(java.lang.String include)The comma separated list of fields that will be included in the responseCrmListContactsRequest.Builderinclude(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include)The comma separated list of fields that will be included in the responseCrmListContactsRequest.Buildernext(java.lang.String next)The unified cursorCrmListContactsRequest.Buildernext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)The unified cursorCrmListContactsRequest.Builderpage(java.lang.String page)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CrmListContactsRequest.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.CrmListContactsRequest.BuilderpageSize(java.lang.String pageSize)The number of results per page (default value is 25)CrmListContactsRequest.BuilderpageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)The number of results per page (default value is 25)CrmListContactsRequest.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' keyCrmListContactsRequest.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' keyCrmListContactsRequest.Builderraw(boolean raw)Indicates that the raw request result should be returned in addition to the mapped result (default value is false)CrmListContactsRequest.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)CrmListContactsRequest.BuilderupdatedAfter(java.time.OffsetDateTime updatedAfter)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CrmListContactsRequest.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.CrmListContactsRequest.BuilderxAccountId(java.lang.String xAccountId)The account identifier
-
-
-
Method Detail
-
xAccountId
public CrmListContactsRequest.Builder xAccountId(java.lang.String xAccountId)
The account identifier
-
raw
public CrmListContactsRequest.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 CrmListContactsRequest.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 CrmListContactsRequest.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 CrmListContactsRequest.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 CrmListContactsRequest.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 CrmListContactsRequest.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 CrmListContactsRequest.Builder filter(CrmListContactsQueryParamFilter filter)
Filter parameters that allow greater customisation of the list response
-
filter
public CrmListContactsRequest.Builder filter(org.openapitools.jackson.nullable.JsonNullable<? extends CrmListContactsQueryParamFilter> filter)
Filter parameters that allow greater customisation of the list response
-
page
@Deprecated public CrmListContactsRequest.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 CrmListContactsRequest.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 CrmListContactsRequest.Builder pageSize(java.lang.String pageSize)
The number of results per page (default value is 25)
-
pageSize
public CrmListContactsRequest.Builder pageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)
The number of results per page (default value is 25)
-
next
public CrmListContactsRequest.Builder next(java.lang.String next)
The unified cursor
-
next
public CrmListContactsRequest.Builder next(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
The unified cursor
-
updatedAfter
@Deprecated public CrmListContactsRequest.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 CrmListContactsRequest.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
-
include
public CrmListContactsRequest.Builder include(java.lang.String include)
The comma separated list of fields that will be included in the response
-
include
public CrmListContactsRequest.Builder include(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include)
The comma separated list of fields that will be included in the response
-
build
public CrmListContactsRequest build()
-
-