Class LmsCreateCollectionRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.LmsCreateCollectionRequestDto
-
public class LmsCreateCollectionRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLmsCreateCollectionRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description LmsCreateCollectionRequestDto()LmsCreateCollectionRequestDto(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<? extends java.util.List<java.lang.String>> learningObjectIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteLearningObjectIds, 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<java.lang.String>> languages, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> coverUrl, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateCategoriesApiModel>> categories, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateSkillsApiModel>> skills)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LmsCreateCollectionRequestDto.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.util.List<CreateCategoriesApiModel>>categories()The categories associated with this contentorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>coverUrl()The URL of the thumbnail image associated with the collection.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>description()The description of the collectionbooleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<java.lang.String>externalReference()The external ID associated with this collectioninthashCode()org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>languages()The languages associated with this collectionorg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>learningObjectIds()The child ID/IDs associated with this collectionorg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>remoteLearningObjectIds()Provider's unique identifiers of the child ID/IDs associated with this collectionorg.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 collectionjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>unifiedCustomFields()Custom Unified Fields configured in your StackOne projectLmsCreateCollectionRequestDtowithCategories(java.util.List<CreateCategoriesApiModel> categories)The categories associated with this contentLmsCreateCollectionRequestDtowithCategories(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateCategoriesApiModel>> categories)The categories associated with this contentLmsCreateCollectionRequestDtowithCoverUrl(java.lang.String coverUrl)The URL of the thumbnail image associated with the collection.LmsCreateCollectionRequestDtowithCoverUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> coverUrl)The URL of the thumbnail image associated with the collection.LmsCreateCollectionRequestDtowithDescription(java.lang.String description)The description of the collectionLmsCreateCollectionRequestDtowithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)The description of the collectionLmsCreateCollectionRequestDtowithExternalReference(java.lang.String externalReference)The external ID associated with this collectionLmsCreateCollectionRequestDtowithExternalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference)The external ID associated with this collectionLmsCreateCollectionRequestDtowithLanguages(java.util.List<java.lang.String> languages)The languages associated with this collectionLmsCreateCollectionRequestDtowithLanguages(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> languages)The languages associated with this collectionLmsCreateCollectionRequestDtowithLearningObjectIds(java.util.List<java.lang.String> learningObjectIds)The child ID/IDs associated with this collectionLmsCreateCollectionRequestDtowithLearningObjectIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> learningObjectIds)The child ID/IDs associated with this collectionLmsCreateCollectionRequestDtowithRemoteLearningObjectIds(java.util.List<java.lang.String> remoteLearningObjectIds)Provider's unique identifiers of the child ID/IDs associated with this collectionLmsCreateCollectionRequestDtowithRemoteLearningObjectIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteLearningObjectIds)Provider's unique identifiers of the child ID/IDs associated with this collectionLmsCreateCollectionRequestDtowithSkills(java.util.List<CreateSkillsApiModel> skills)The skills associated with this contentLmsCreateCollectionRequestDtowithSkills(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateSkillsApiModel>> skills)The skills associated with this contentLmsCreateCollectionRequestDtowithTitle(java.lang.String title)The title of the collectionLmsCreateCollectionRequestDtowithTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)The title of the collectionLmsCreateCollectionRequestDtowithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectLmsCreateCollectionRequestDtowithUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne project
-
-
-
Constructor Detail
-
LmsCreateCollectionRequestDto
public LmsCreateCollectionRequestDto(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<? extends java.util.List<java.lang.String>> learningObjectIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteLearningObjectIds, 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<java.lang.String>> languages, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> coverUrl, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateCategoriesApiModel>> categories, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateSkillsApiModel>> skills)
-
LmsCreateCollectionRequestDto
public LmsCreateCollectionRequestDto()
-
-
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 collection
-
learningObjectIds
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> learningObjectIds()
The child ID/IDs associated with this collection
-
remoteLearningObjectIds
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> remoteLearningObjectIds()
Provider's unique identifiers of the child ID/IDs associated with this collection
-
title
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title()
The title of the collection
-
description
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
The description of the collection
-
languages
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> languages()
The languages associated with this collection
-
coverUrl
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> coverUrl()
The URL of the thumbnail image associated with the collection.
-
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
-
builder
public static final LmsCreateCollectionRequestDto.Builder builder()
-
withUnifiedCustomFields
public LmsCreateCollectionRequestDto withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public LmsCreateCollectionRequestDto 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 LmsCreateCollectionRequestDto withExternalReference(java.lang.String externalReference)
The external ID associated with this collection
-
withExternalReference
public LmsCreateCollectionRequestDto withExternalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference)
The external ID associated with this collection
-
withLearningObjectIds
public LmsCreateCollectionRequestDto withLearningObjectIds(java.util.List<java.lang.String> learningObjectIds)
The child ID/IDs associated with this collection
-
withLearningObjectIds
public LmsCreateCollectionRequestDto withLearningObjectIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> learningObjectIds)
The child ID/IDs associated with this collection
-
withRemoteLearningObjectIds
public LmsCreateCollectionRequestDto withRemoteLearningObjectIds(java.util.List<java.lang.String> remoteLearningObjectIds)
Provider's unique identifiers of the child ID/IDs associated with this collection
-
withRemoteLearningObjectIds
public LmsCreateCollectionRequestDto withRemoteLearningObjectIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteLearningObjectIds)
Provider's unique identifiers of the child ID/IDs associated with this collection
-
withTitle
public LmsCreateCollectionRequestDto withTitle(java.lang.String title)
The title of the collection
-
withTitle
public LmsCreateCollectionRequestDto withTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
The title of the collection
-
withDescription
public LmsCreateCollectionRequestDto withDescription(java.lang.String description)
The description of the collection
-
withDescription
public LmsCreateCollectionRequestDto withDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
The description of the collection
-
withLanguages
public LmsCreateCollectionRequestDto withLanguages(java.util.List<java.lang.String> languages)
The languages associated with this collection
-
withLanguages
public LmsCreateCollectionRequestDto withLanguages(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> languages)
The languages associated with this collection
-
withCoverUrl
public LmsCreateCollectionRequestDto withCoverUrl(java.lang.String coverUrl)
The URL of the thumbnail image associated with the collection.
-
withCoverUrl
public LmsCreateCollectionRequestDto withCoverUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> coverUrl)
The URL of the thumbnail image associated with the collection.
-
withCategories
public LmsCreateCollectionRequestDto withCategories(java.util.List<CreateCategoriesApiModel> categories)
The categories associated with this content
-
withCategories
public LmsCreateCollectionRequestDto withCategories(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateCategoriesApiModel>> categories)
The categories associated with this content
-
withSkills
public LmsCreateCollectionRequestDto withSkills(java.util.List<CreateSkillsApiModel> skills)
The skills associated with this content
-
withSkills
public LmsCreateCollectionRequestDto withSkills(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CreateSkillsApiModel>> skills)
The skills associated with this content
-
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
-
-