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