Class CrmListListsRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.CrmListListsRequest.Builder
-
- Enclosing class:
- CrmListListsRequest
public static final class CrmListListsRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CrmListListsRequestbuild()CrmListListsRequest.Builderfields(java.lang.String fields)The comma separated list of fields that will be returned in the response (if empty, all fields are returned)CrmListListsRequest.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)CrmListListsRequest.Builderfilter(CrmListListsQueryParamFilter filter)Filter parameters that allow greater customisation of the list responseCrmListListsRequest.Builderfilter(org.openapitools.jackson.nullable.JsonNullable<? extends CrmListListsQueryParamFilter> filter)Filter parameters that allow greater customisation of the list responseCrmListListsRequest.Buildernext(java.lang.String next)The unified cursorCrmListListsRequest.Buildernext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)The unified cursorCrmListListsRequest.Builderpage(java.lang.String page)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CrmListListsRequest.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.CrmListListsRequest.BuilderpageSize(java.lang.String pageSize)The number of results per pageCrmListListsRequest.BuilderpageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)The number of results per pageCrmListListsRequest.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' keyCrmListListsRequest.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' keyCrmListListsRequest.Builderraw(boolean raw)Indicates that the raw request result is returnedCrmListListsRequest.Builderraw(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw)Indicates that the raw request result is returnedCrmListListsRequest.BuilderupdatedAfter(java.lang.String updatedAfter)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CrmListListsRequest.BuilderupdatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CrmListListsRequest.BuilderxAccountId(java.lang.String xAccountId)The account identifier
-
-
-
Method Detail
-
xAccountId
public CrmListListsRequest.Builder xAccountId(java.lang.String xAccountId)
The account identifier
-
raw
public CrmListListsRequest.Builder raw(boolean raw)
Indicates that the raw request result is returned
-
raw
public CrmListListsRequest.Builder raw(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw)
Indicates that the raw request result is returned
-
proxy
public CrmListListsRequest.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 CrmListListsRequest.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 CrmListListsRequest.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 CrmListListsRequest.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 CrmListListsRequest.Builder filter(CrmListListsQueryParamFilter filter)
Filter parameters that allow greater customisation of the list response
-
filter
public CrmListListsRequest.Builder filter(org.openapitools.jackson.nullable.JsonNullable<? extends CrmListListsQueryParamFilter> filter)
Filter parameters that allow greater customisation of the list response
-
page
@Deprecated public CrmListListsRequest.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 CrmListListsRequest.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 CrmListListsRequest.Builder pageSize(java.lang.String pageSize)
The number of results per page
-
pageSize
public CrmListListsRequest.Builder pageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)
The number of results per page
-
next
public CrmListListsRequest.Builder next(java.lang.String next)
The unified cursor
-
next
public CrmListListsRequest.Builder next(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
The unified cursor
-
updatedAfter
@Deprecated public CrmListListsRequest.Builder updatedAfter(java.lang.String 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 CrmListListsRequest.Builder updatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> 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 CrmListListsRequest build()
-
-