Class LmsUpsertCourseRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.LmsUpsertCourseRequestDto
-
public class LmsUpsertCourseRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLmsUpsertCourseRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description LmsUpsertCourseRequestDto()LmsUpsertCourseRequestDto(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<LanguageEnum>> languages, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> coverUrl, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url, org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> active, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateCategoriesApiModel>> categories, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateSkillsApiModel>> skills, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateContentApiModel>> content, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<LocalizationModel>> localizations)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean>active()Whether the course is active and available for users.static LmsUpsertCourseRequestDto.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.util.List<CreateCategoriesApiModel>>categories()The categories associated with this contentorg.openapitools.jackson.nullable.JsonNullable<java.util.List<CreateContentApiModel>>content()The content associated with this courseorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>coverUrl()The URL of the thumbnail image associated with the course.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>description()The description of the courseorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>duration()The duration of the course following the ISO8601 standard.booleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<java.lang.String>externalReference()The external ID associated with this courseinthashCode()org.openapitools.jackson.nullable.JsonNullable<java.util.List<LanguageEnum>>languages()The languages associated with this courseorg.openapitools.jackson.nullable.JsonNullable<java.util.List<LocalizationModel>>localizations()The localization data for this courseorg.openapitools.jackson.nullable.JsonNullable<java.util.List<CreateSkillsApiModel>>skills()The skills associated with this contentorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>title()The title of the coursejava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>unifiedCustomFields()Custom Unified Fields configured in your StackOne projectorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>url()The redirect URL of the course.LmsUpsertCourseRequestDtowithActive(boolean active)Whether the course is active and available for users.LmsUpsertCourseRequestDtowithActive(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> active)Whether the course is active and available for users.LmsUpsertCourseRequestDtowithCategories(java.util.List<CreateCategoriesApiModel> categories)The categories associated with this contentLmsUpsertCourseRequestDtowithCategories(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateCategoriesApiModel>> categories)The categories associated with this contentLmsUpsertCourseRequestDtowithContent(java.util.List<CreateContentApiModel> content)The content associated with this courseLmsUpsertCourseRequestDtowithContent(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateContentApiModel>> content)The content associated with this courseLmsUpsertCourseRequestDtowithCoverUrl(java.lang.String coverUrl)The URL of the thumbnail image associated with the course.LmsUpsertCourseRequestDtowithCoverUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> coverUrl)The URL of the thumbnail image associated with the course.LmsUpsertCourseRequestDtowithDescription(java.lang.String description)The description of the courseLmsUpsertCourseRequestDtowithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)The description of the courseLmsUpsertCourseRequestDtowithDuration(java.lang.String duration)The duration of the course following the ISO8601 standard.LmsUpsertCourseRequestDtowithDuration(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration)The duration of the course following the ISO8601 standard.LmsUpsertCourseRequestDtowithExternalReference(java.lang.String externalReference)The external ID associated with this courseLmsUpsertCourseRequestDtowithExternalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference)The external ID associated with this courseLmsUpsertCourseRequestDtowithLanguages(java.util.List<LanguageEnum> languages)The languages associated with this courseLmsUpsertCourseRequestDtowithLanguages(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<LanguageEnum>> languages)The languages associated with this courseLmsUpsertCourseRequestDtowithLocalizations(java.util.List<LocalizationModel> localizations)The localization data for this courseLmsUpsertCourseRequestDtowithLocalizations(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<LocalizationModel>> localizations)The localization data for this courseLmsUpsertCourseRequestDtowithSkills(java.util.List<CreateSkillsApiModel> skills)The skills associated with this contentLmsUpsertCourseRequestDtowithSkills(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateSkillsApiModel>> skills)The skills associated with this contentLmsUpsertCourseRequestDtowithTitle(java.lang.String title)The title of the courseLmsUpsertCourseRequestDtowithTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)The title of the courseLmsUpsertCourseRequestDtowithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectLmsUpsertCourseRequestDtowithUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectLmsUpsertCourseRequestDtowithUrl(java.lang.String url)The redirect URL of the course.LmsUpsertCourseRequestDtowithUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)The redirect URL of the course.
-
-
-
Constructor Detail
-
LmsUpsertCourseRequestDto
public LmsUpsertCourseRequestDto(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<LanguageEnum>> languages, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> coverUrl, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url, org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> active, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateCategoriesApiModel>> categories, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateSkillsApiModel>> skills, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateContentApiModel>> content, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<LocalizationModel>> localizations)
-
LmsUpsertCourseRequestDto
public LmsUpsertCourseRequestDto()
-
-
Method Detail
-
unifiedCustomFields
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields()
Custom Unified Fields configured in your StackOne project
-
externalReference
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference()
The external ID associated with this course
-
title
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title()
The title of the course
-
description
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
The description of the course
-
languages
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<LanguageEnum>> languages()
The languages associated with this course
-
coverUrl
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> coverUrl()
The URL of the thumbnail image associated with the course.
-
url
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url()
The redirect URL of the course.
-
active
public org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> active()
Whether the course is active and available for users.
-
duration
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration()
The duration of the course following the ISO8601 standard. If duration_unit is applicable we will derive this from the smallest unit given in the duration string
-
categories
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<CreateCategoriesApiModel>> categories()
The categories associated with this content
-
skills
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<CreateSkillsApiModel>> skills()
The skills associated with this content
-
content
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<CreateContentApiModel>> content()
The content associated with this course
-
localizations
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<LocalizationModel>> localizations()
The localization data for this course
-
builder
public static final LmsUpsertCourseRequestDto.Builder builder()
-
withUnifiedCustomFields
public LmsUpsertCourseRequestDto withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public LmsUpsertCourseRequestDto withUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withExternalReference
public LmsUpsertCourseRequestDto withExternalReference(java.lang.String externalReference)
The external ID associated with this course
-
withExternalReference
public LmsUpsertCourseRequestDto withExternalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference)
The external ID associated with this course
-
withTitle
public LmsUpsertCourseRequestDto withTitle(java.lang.String title)
The title of the course
-
withTitle
public LmsUpsertCourseRequestDto withTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
The title of the course
-
withDescription
public LmsUpsertCourseRequestDto withDescription(java.lang.String description)
The description of the course
-
withDescription
public LmsUpsertCourseRequestDto withDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
The description of the course
-
withLanguages
public LmsUpsertCourseRequestDto withLanguages(java.util.List<LanguageEnum> languages)
The languages associated with this course
-
withLanguages
public LmsUpsertCourseRequestDto withLanguages(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<LanguageEnum>> languages)
The languages associated with this course
-
withCoverUrl
public LmsUpsertCourseRequestDto withCoverUrl(java.lang.String coverUrl)
The URL of the thumbnail image associated with the course.
-
withCoverUrl
public LmsUpsertCourseRequestDto withCoverUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> coverUrl)
The URL of the thumbnail image associated with the course.
-
withUrl
public LmsUpsertCourseRequestDto withUrl(java.lang.String url)
The redirect URL of the course.
-
withUrl
public LmsUpsertCourseRequestDto withUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)
The redirect URL of the course.
-
withActive
public LmsUpsertCourseRequestDto withActive(boolean active)
Whether the course is active and available for users.
-
withActive
public LmsUpsertCourseRequestDto withActive(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> active)
Whether the course is active and available for users.
-
withDuration
public LmsUpsertCourseRequestDto withDuration(java.lang.String duration)
The duration of the course following the ISO8601 standard. If duration_unit is applicable we will derive this from the smallest unit given in the duration string
-
withDuration
public LmsUpsertCourseRequestDto withDuration(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration)
The duration of the course following the ISO8601 standard. If duration_unit is applicable we will derive this from the smallest unit given in the duration string
-
withCategories
public LmsUpsertCourseRequestDto withCategories(java.util.List<CreateCategoriesApiModel> categories)
The categories associated with this content
-
withCategories
public LmsUpsertCourseRequestDto withCategories(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateCategoriesApiModel>> categories)
The categories associated with this content
-
withSkills
public LmsUpsertCourseRequestDto withSkills(java.util.List<CreateSkillsApiModel> skills)
The skills associated with this content
-
withSkills
public LmsUpsertCourseRequestDto withSkills(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateSkillsApiModel>> skills)
The skills associated with this content
-
withContent
public LmsUpsertCourseRequestDto withContent(java.util.List<CreateContentApiModel> content)
The content associated with this course
-
withContent
public LmsUpsertCourseRequestDto withContent(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateContentApiModel>> content)
The content associated with this course
-
withLocalizations
public LmsUpsertCourseRequestDto withLocalizations(java.util.List<LocalizationModel> localizations)
The localization data for this course
-
withLocalizations
public LmsUpsertCourseRequestDto withLocalizations(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<LocalizationModel>> localizations)
The localization data for this course
-
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
-
-