Class LmsListUserAssignmentsRequest
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.LmsListUserAssignmentsRequest
-
public class LmsListUserAssignmentsRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLmsListUserAssignmentsRequest.Builder
-
Constructor Summary
Constructors Constructor Description LmsListUserAssignmentsRequest(java.lang.String xAccountId, java.lang.String id)LmsListUserAssignmentsRequest(java.lang.String xAccountId, java.lang.String id, org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> proxy, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fields, org.openapitools.jackson.nullable.JsonNullable<? extends LmsListUserAssignmentsQueryParamFilter> filter, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> page, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static LmsListUserAssignmentsRequest.Builderbuilder()booleanequals(java.lang.Object o)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)org.openapitools.jackson.nullable.JsonNullable<LmsListUserAssignmentsQueryParamFilter>filter()LMS Assignment FilterinthashCode()java.lang.Stringid()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>next()The unified cursororg.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.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>pageSize()The number of results per page (default value is 25)org.openapitools.jackson.nullable.JsonNullable<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' keyorg.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)org.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteUserId()Provider's unique identifier of the user related to the assignmentjava.lang.StringtoString()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.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>userId()The user ID associated with this assignmentLmsListUserAssignmentsRequestwithFields(java.lang.String fields)The comma separated list of fields that will be returned in the response (if empty, all fields are returned)LmsListUserAssignmentsRequestwithFields(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)LmsListUserAssignmentsRequestwithFilter(LmsListUserAssignmentsQueryParamFilter filter)LMS Assignment FilterLmsListUserAssignmentsRequestwithFilter(org.openapitools.jackson.nullable.JsonNullable<? extends LmsListUserAssignmentsQueryParamFilter> filter)LMS Assignment FilterLmsListUserAssignmentsRequestwithId(java.lang.String id)LmsListUserAssignmentsRequestwithNext(java.lang.String next)The unified cursorLmsListUserAssignmentsRequestwithNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)The unified cursorLmsListUserAssignmentsRequestwithPage(java.lang.String page)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.LmsListUserAssignmentsRequestwithPage(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.LmsListUserAssignmentsRequestwithPageSize(java.lang.String pageSize)The number of results per page (default value is 25)LmsListUserAssignmentsRequestwithPageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)The number of results per page (default value is 25)LmsListUserAssignmentsRequestwithProxy(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' keyLmsListUserAssignmentsRequestwithProxy(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' keyLmsListUserAssignmentsRequestwithRaw(boolean raw)Indicates that the raw request result should be returned in addition to the mapped result (default value is false)LmsListUserAssignmentsRequestwithRaw(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)LmsListUserAssignmentsRequestwithRemoteUserId(java.lang.String remoteUserId)Provider's unique identifier of the user related to the assignmentLmsListUserAssignmentsRequestwithRemoteUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId)Provider's unique identifier of the user related to the assignmentLmsListUserAssignmentsRequestwithUpdatedAfter(java.lang.String updatedAfter)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.LmsListUserAssignmentsRequestwithUpdatedAfter(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.LmsListUserAssignmentsRequestwithUserId(java.lang.String userId)The user ID associated with this assignmentLmsListUserAssignmentsRequestwithUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId)The user ID associated with this assignmentLmsListUserAssignmentsRequestwithXAccountId(java.lang.String xAccountId)The account identifierjava.lang.StringxAccountId()The account identifier
-
-
-
Constructor Detail
-
LmsListUserAssignmentsRequest
public LmsListUserAssignmentsRequest(java.lang.String xAccountId, java.lang.String id, org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> proxy, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fields, org.openapitools.jackson.nullable.JsonNullable<? extends LmsListUserAssignmentsQueryParamFilter> filter, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> page, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId)
-
LmsListUserAssignmentsRequest
public LmsListUserAssignmentsRequest(java.lang.String xAccountId, java.lang.String id)
-
-
Method Detail
-
xAccountId
public java.lang.String xAccountId()
The account identifier
-
id
public java.lang.String id()
-
raw
public 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 org.openapitools.jackson.nullable.JsonNullable<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 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 org.openapitools.jackson.nullable.JsonNullable<LmsListUserAssignmentsQueryParamFilter> filter()
LMS Assignment Filter
-
page
@Deprecated public 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 org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize()
The number of results per page (default value is 25)
-
next
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next()
The unified cursor
-
updatedAfter
@Deprecated public 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 org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId()
The user ID associated with this assignment
-
remoteUserId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId()
Provider's unique identifier of the user related to the assignment
-
builder
public static final LmsListUserAssignmentsRequest.Builder builder()
-
withXAccountId
public LmsListUserAssignmentsRequest withXAccountId(java.lang.String xAccountId)
The account identifier
-
withId
public LmsListUserAssignmentsRequest withId(java.lang.String id)
-
withRaw
public LmsListUserAssignmentsRequest withRaw(boolean raw)
Indicates that the raw request result should be returned in addition to the mapped result (default value is false)
-
withRaw
public LmsListUserAssignmentsRequest withRaw(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)
-
withProxy
public LmsListUserAssignmentsRequest withProxy(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
-
withProxy
public LmsListUserAssignmentsRequest withProxy(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
-
withFields
public LmsListUserAssignmentsRequest withFields(java.lang.String fields)
The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
-
withFields
public LmsListUserAssignmentsRequest withFields(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)
-
withFilter
public LmsListUserAssignmentsRequest withFilter(LmsListUserAssignmentsQueryParamFilter filter)
LMS Assignment Filter
-
withFilter
public LmsListUserAssignmentsRequest withFilter(org.openapitools.jackson.nullable.JsonNullable<? extends LmsListUserAssignmentsQueryParamFilter> filter)
LMS Assignment Filter
-
withPage
@Deprecated public LmsListUserAssignmentsRequest withPage(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
-
withPage
@Deprecated public LmsListUserAssignmentsRequest withPage(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
-
withPageSize
public LmsListUserAssignmentsRequest withPageSize(java.lang.String pageSize)
The number of results per page (default value is 25)
-
withPageSize
public LmsListUserAssignmentsRequest withPageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)
The number of results per page (default value is 25)
-
withNext
public LmsListUserAssignmentsRequest withNext(java.lang.String next)
The unified cursor
-
withNext
public LmsListUserAssignmentsRequest withNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
The unified cursor
-
withUpdatedAfter
@Deprecated public LmsListUserAssignmentsRequest withUpdatedAfter(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
-
withUpdatedAfter
@Deprecated public LmsListUserAssignmentsRequest withUpdatedAfter(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
-
withUserId
public LmsListUserAssignmentsRequest withUserId(java.lang.String userId)
The user ID associated with this assignment
-
withUserId
public LmsListUserAssignmentsRequest withUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId)
The user ID associated with this assignment
-
withRemoteUserId
public LmsListUserAssignmentsRequest withRemoteUserId(java.lang.String remoteUserId)
Provider's unique identifier of the user related to the assignment
-
withRemoteUserId
public LmsListUserAssignmentsRequest withRemoteUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId)
Provider's unique identifier of the user related to the assignment
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-