Class LmsBatchUpsertCourseRequest
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.LmsBatchUpsertCourseRequest
-
public class LmsBatchUpsertCourseRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLmsBatchUpsertCourseRequest.Builder
-
Constructor Summary
Constructors Constructor Description LmsBatchUpsertCourseRequest(java.lang.String xAccountId, LmsBatchUpsertCourseRequestDto lmsBatchUpsertCourseRequestDto)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LmsBatchUpsertCourseRequest.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()LmsBatchUpsertCourseRequestDtolmsBatchUpsertCourseRequestDto()java.lang.StringtoString()LmsBatchUpsertCourseRequestwithLmsBatchUpsertCourseRequestDto(LmsBatchUpsertCourseRequestDto lmsBatchUpsertCourseRequestDto)LmsBatchUpsertCourseRequestwithXAccountId(java.lang.String xAccountId)The account identifierjava.lang.StringxAccountId()The account identifier
-
-
-
Constructor Detail
-
LmsBatchUpsertCourseRequest
public LmsBatchUpsertCourseRequest(java.lang.String xAccountId, LmsBatchUpsertCourseRequestDto lmsBatchUpsertCourseRequestDto)
-
-
Method Detail
-
xAccountId
public java.lang.String xAccountId()
The account identifier
-
lmsBatchUpsertCourseRequestDto
public LmsBatchUpsertCourseRequestDto lmsBatchUpsertCourseRequestDto()
-
builder
public static final LmsBatchUpsertCourseRequest.Builder builder()
-
withXAccountId
public LmsBatchUpsertCourseRequest withXAccountId(java.lang.String xAccountId)
The account identifier
-
withLmsBatchUpsertCourseRequestDto
public LmsBatchUpsertCourseRequest withLmsBatchUpsertCourseRequestDto(LmsBatchUpsertCourseRequestDto lmsBatchUpsertCourseRequestDto)
-
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
-
-