Class LmsGetCourseRequest
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.LmsGetCourseRequest
-
public class LmsGetCourseRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLmsGetCourseRequest.Builder
-
Constructor Summary
Constructors Constructor Description LmsGetCourseRequest(java.lang.String xAccountId, java.lang.String id)LmsGetCourseRequest(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, java.util.Optional<java.lang.String> prefer)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LmsGetCourseRequest.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)inthashCode()java.lang.Stringid()java.util.Optional<java.lang.String>prefer()Set to "heartbeat" to enable keep-alive newline heartbeats during long-running requests.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)java.lang.StringtoString()LmsGetCourseRequestwithFields(java.lang.String fields)The comma separated list of fields that will be returned in the response (if empty, all fields are returned)LmsGetCourseRequestwithFields(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)LmsGetCourseRequestwithId(java.lang.String id)LmsGetCourseRequestwithPrefer(java.lang.String prefer)Set to "heartbeat" to enable keep-alive newline heartbeats during long-running requests.LmsGetCourseRequestwithPrefer(java.util.Optional<java.lang.String> prefer)Set to "heartbeat" to enable keep-alive newline heartbeats during long-running requests.LmsGetCourseRequestwithProxy(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' keyLmsGetCourseRequestwithProxy(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' keyLmsGetCourseRequestwithRaw(boolean raw)Indicates that the raw request result should be returned in addition to the mapped result (default value is false)LmsGetCourseRequestwithRaw(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)LmsGetCourseRequestwithXAccountId(java.lang.String xAccountId)The account identifierjava.lang.StringxAccountId()The account identifier
-
-
-
Constructor Detail
-
LmsGetCourseRequest
public LmsGetCourseRequest(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, java.util.Optional<java.lang.String> prefer)
-
LmsGetCourseRequest
public LmsGetCourseRequest(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)
-
prefer
public java.util.Optional<java.lang.String> prefer()
Set to "heartbeat" to enable keep-alive newline heartbeats during long-running requests. Response includes Preference-Applied: heartbeat header when honored. (RFC 7240)
-
builder
public static LmsGetCourseRequest.Builder builder()
-
withXAccountId
public LmsGetCourseRequest withXAccountId(java.lang.String xAccountId)
The account identifier
-
withId
public LmsGetCourseRequest withId(java.lang.String id)
-
withRaw
public LmsGetCourseRequest withRaw(boolean raw)
Indicates that the raw request result should be returned in addition to the mapped result (default value is false)
-
withRaw
public LmsGetCourseRequest 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 LmsGetCourseRequest 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 LmsGetCourseRequest 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 LmsGetCourseRequest 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 LmsGetCourseRequest 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)
-
withPrefer
public LmsGetCourseRequest withPrefer(java.lang.String prefer)
Set to "heartbeat" to enable keep-alive newline heartbeats during long-running requests. Response includes Preference-Applied: heartbeat header when honored. (RFC 7240)
-
withPrefer
public LmsGetCourseRequest withPrefer(java.util.Optional<java.lang.String> prefer)
Set to "heartbeat" to enable keep-alive newline heartbeats during long-running requests. Response includes Preference-Applied: heartbeat header when honored. (RFC 7240)
-
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
-
-