Class LmsListAssignmentsRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.LmsListAssignmentsRequest.Builder
-
- Enclosing class:
- LmsListAssignmentsRequest
public static final class LmsListAssignmentsRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description LmsListAssignmentsRequestbuild()LmsListAssignmentsRequest.Builderfields(java.lang.String fields)The comma separated list of fields that will be returned in the response (if empty, all fields are returned)LmsListAssignmentsRequest.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)LmsListAssignmentsRequest.Builderfilter(LmsListAssignmentsQueryParamFilter filter)LMS Assignment FilterLmsListAssignmentsRequest.Builderfilter(org.openapitools.jackson.nullable.JsonNullable<? extends LmsListAssignmentsQueryParamFilter> filter)LMS Assignment FilterLmsListAssignmentsRequest.Buildernext(java.lang.String next)The unified cursorLmsListAssignmentsRequest.Buildernext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)The unified cursorLmsListAssignmentsRequest.Builderpage(java.lang.String page)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.LmsListAssignmentsRequest.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.LmsListAssignmentsRequest.BuilderpageSize(java.lang.String pageSize)The number of results per page (default value is 25)LmsListAssignmentsRequest.BuilderpageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)The number of results per page (default value is 25)LmsListAssignmentsRequest.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' keyLmsListAssignmentsRequest.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' keyLmsListAssignmentsRequest.Builderraw(boolean raw)Indicates that the raw request result should be returned in addition to the mapped result (default value is false)LmsListAssignmentsRequest.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)LmsListAssignmentsRequest.BuilderremoteUserId(java.lang.String remoteUserId)Provider's unique identifier of the user related to the assignmentLmsListAssignmentsRequest.BuilderremoteUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId)Provider's unique identifier of the user related to the assignmentLmsListAssignmentsRequest.BuilderupdatedAfter(java.lang.String updatedAfter)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.LmsListAssignmentsRequest.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.LmsListAssignmentsRequest.BuilderuserId(java.lang.String userId)The user ID associated with this assignmentLmsListAssignmentsRequest.BuilderuserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId)The user ID associated with this assignmentLmsListAssignmentsRequest.BuilderxAccountId(java.lang.String xAccountId)The account identifier
-
-
-
Method Detail
-
xAccountId
public LmsListAssignmentsRequest.Builder xAccountId(java.lang.String xAccountId)
The account identifier
-
raw
public LmsListAssignmentsRequest.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 LmsListAssignmentsRequest.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 LmsListAssignmentsRequest.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 LmsListAssignmentsRequest.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 LmsListAssignmentsRequest.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 LmsListAssignmentsRequest.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 LmsListAssignmentsRequest.Builder filter(LmsListAssignmentsQueryParamFilter filter)
LMS Assignment Filter
-
filter
public LmsListAssignmentsRequest.Builder filter(org.openapitools.jackson.nullable.JsonNullable<? extends LmsListAssignmentsQueryParamFilter> filter)
LMS Assignment Filter
-
page
@Deprecated public LmsListAssignmentsRequest.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 LmsListAssignmentsRequest.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 LmsListAssignmentsRequest.Builder pageSize(java.lang.String pageSize)
The number of results per page (default value is 25)
-
pageSize
public LmsListAssignmentsRequest.Builder pageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)
The number of results per page (default value is 25)
-
next
public LmsListAssignmentsRequest.Builder next(java.lang.String next)
The unified cursor
-
next
public LmsListAssignmentsRequest.Builder next(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
The unified cursor
-
updatedAfter
@Deprecated public LmsListAssignmentsRequest.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 LmsListAssignmentsRequest.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
-
userId
public LmsListAssignmentsRequest.Builder userId(java.lang.String userId)
The user ID associated with this assignment
-
userId
public LmsListAssignmentsRequest.Builder userId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId)
The user ID associated with this assignment
-
remoteUserId
public LmsListAssignmentsRequest.Builder remoteUserId(java.lang.String remoteUserId)
Provider's unique identifier of the user related to the assignment
-
remoteUserId
public LmsListAssignmentsRequest.Builder remoteUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId)
Provider's unique identifier of the user related to the assignment
-
build
public LmsListAssignmentsRequest build()
-
-