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