Class Completion
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Completion
-
public class Completion extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCompletion.Builder
-
Constructor Summary
Constructors Constructor Description Completion()Completion(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, 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 CompletionResult1> result, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> completedAt, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAt, org.openapitools.jackson.nullable.JsonNullable<? extends CompletionLearningObjectType> learningObjectType, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> learningObjectId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteLearningObjectId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> learningObjectExternalReference, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> timeSpent, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentExternalReference, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteExternalId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteContentId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> courseId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteCourseId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Completion.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>completedAt()The date the content was completedorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>contentExternalReference()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>contentId()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>courseId()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>createdAt()The created date of the completionbooleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<java.lang.String>externalId()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>externalReference()Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()The ID associated with this completionorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>learningObjectExternalReference()The external reference of the learning object associated with this completion, this is the main identifier for creating completions.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>learningObjectId()The id of the learning object associated with this completion.org.openapitools.jackson.nullable.JsonNullable<CompletionLearningObjectType>learningObjectType()The learning object type of the completionorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteContentId()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>remoteCourseId()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>remoteExternalId()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>remoteId()Provider's unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteLearningObjectId()Provider's unique identifier of the learning object related to the completionorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteUserId()Provider's unique identifier of the user related to the completionorg.openapitools.jackson.nullable.JsonNullable<CompletionResult1>result()The result of the completionorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>timeSpent()ISO 8601 duration format representing the time spent on completing the learning objectjava.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>updatedAt()The updated date of the completionorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>userId()The user ID associated with this completionCompletionwithCompletedAt(java.lang.String completedAt)The date the content was completedCompletionwithCompletedAt(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> completedAt)The date the content was completedCompletionwithContentExternalReference(java.lang.String contentExternalReference)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CompletionwithContentExternalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentExternalReference)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CompletionwithContentId(java.lang.String contentId)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CompletionwithContentId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentId)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CompletionwithCourseId(java.lang.String courseId)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CompletionwithCourseId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> courseId)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CompletionwithCreatedAt(java.lang.String createdAt)The created date of the completionCompletionwithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> createdAt)The created date of the completionCompletionwithExternalId(java.lang.String externalId)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CompletionwithExternalId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalId)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CompletionwithExternalReference(java.lang.String externalReference)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CompletionwithExternalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CompletionwithId(java.lang.String id)The ID associated with this completionCompletionwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The ID associated with this completionCompletionwithLearningObjectExternalReference(java.lang.String learningObjectExternalReference)The external reference of the learning object associated with this completion, this is the main identifier for creating completions.CompletionwithLearningObjectExternalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> learningObjectExternalReference)The external reference of the learning object associated with this completion, this is the main identifier for creating completions.CompletionwithLearningObjectId(java.lang.String learningObjectId)The id of the learning object associated with this completion.CompletionwithLearningObjectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> learningObjectId)The id of the learning object associated with this completion.CompletionwithLearningObjectType(CompletionLearningObjectType learningObjectType)The learning object type of the completionCompletionwithLearningObjectType(org.openapitools.jackson.nullable.JsonNullable<? extends CompletionLearningObjectType> learningObjectType)The learning object type of the completionCompletionwithRemoteContentId(java.lang.String remoteContentId)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CompletionwithRemoteContentId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteContentId)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CompletionwithRemoteCourseId(java.lang.String remoteCourseId)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CompletionwithRemoteCourseId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteCourseId)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CompletionwithRemoteExternalId(java.lang.String remoteExternalId)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CompletionwithRemoteExternalId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteExternalId)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CompletionwithRemoteId(java.lang.String remoteId)Provider's unique identifierCompletionwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierCompletionwithRemoteLearningObjectId(java.lang.String remoteLearningObjectId)Provider's unique identifier of the learning object related to the completionCompletionwithRemoteLearningObjectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteLearningObjectId)Provider's unique identifier of the learning object related to the completionCompletionwithRemoteUserId(java.lang.String remoteUserId)Provider's unique identifier of the user related to the completionCompletionwithRemoteUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId)Provider's unique identifier of the user related to the completionCompletionwithResult(CompletionResult1 result)The result of the completionCompletionwithResult(org.openapitools.jackson.nullable.JsonNullable<? extends CompletionResult1> result)The result of the completionCompletionwithTimeSpent(java.lang.String timeSpent)ISO 8601 duration format representing the time spent on completing the learning objectCompletionwithTimeSpent(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> timeSpent)ISO 8601 duration format representing the time spent on completing the learning objectCompletionwithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectCompletionwithUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectCompletionwithUpdatedAt(java.lang.String updatedAt)The updated date of the completionCompletionwithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAt)The updated date of the completionCompletionwithUserId(java.lang.String userId)The user ID associated with this completionCompletionwithUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId)The user ID associated with this completion
-
-
-
Constructor Detail
-
Completion
public Completion(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, 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 CompletionResult1> result, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> completedAt, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAt, org.openapitools.jackson.nullable.JsonNullable<? extends CompletionLearningObjectType> learningObjectType, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> learningObjectId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteLearningObjectId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> learningObjectExternalReference, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> timeSpent, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentExternalReference, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteExternalId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteContentId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> courseId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteCourseId)
-
Completion
public Completion()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
The ID associated with this completion
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
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
@Deprecated public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference()
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The external reference associated with this completion
-
result
public org.openapitools.jackson.nullable.JsonNullable<CompletionResult1> result()
The result of the completion
-
completedAt
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> completedAt()
The date the content was completed
-
createdAt
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> createdAt()
The created date of the completion
-
updatedAt
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAt()
The updated date of the completion
-
learningObjectType
public org.openapitools.jackson.nullable.JsonNullable<CompletionLearningObjectType> learningObjectType()
The learning object type of the completion
-
learningObjectId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> learningObjectId()
The id of the learning object associated with this completion. This is not required unless specified in an integration.
-
remoteLearningObjectId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteLearningObjectId()
Provider's unique identifier of the learning object related to the completion
-
learningObjectExternalReference
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> learningObjectExternalReference()
The external reference of the learning object associated with this completion, this is the main identifier for creating completions.
-
userId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId()
The user ID associated with this completion
-
remoteUserId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId()
Provider's unique identifier of the user related to the completion
-
timeSpent
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> timeSpent()
ISO 8601 duration format representing the time spent on completing the learning object
-
externalId
@Deprecated public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalId()
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The external ID associated with this completion
-
contentExternalReference
@Deprecated public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentExternalReference()
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The external reference associated with this content
-
remoteExternalId
@Deprecated public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteExternalId()
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Provider's unique identifier of the content external reference
-
contentId
@Deprecated public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentId()
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The content ID associated with this completion
-
remoteContentId
@Deprecated public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteContentId()
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Provider's unique identifier of the content associated with the completion
-
courseId
@Deprecated public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> courseId()
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The course ID associated with this completion
-
remoteCourseId
@Deprecated public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteCourseId()
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Provider's unique identifier of the course associated with the completion
-
builder
public static final Completion.Builder builder()
-
withId
public Completion withId(java.lang.String id)
The ID associated with this completion
-
withId
public Completion withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The ID associated with this completion
-
withRemoteId
public Completion withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public Completion withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withUnifiedCustomFields
public Completion withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public Completion 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
@Deprecated public Completion withExternalReference(java.lang.String externalReference)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The external reference associated with this completion
-
withExternalReference
@Deprecated public Completion withExternalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The external reference associated with this completion
-
withResult
public Completion withResult(CompletionResult1 result)
The result of the completion
-
withResult
public Completion withResult(org.openapitools.jackson.nullable.JsonNullable<? extends CompletionResult1> result)
The result of the completion
-
withCompletedAt
public Completion withCompletedAt(java.lang.String completedAt)
The date the content was completed
-
withCompletedAt
public Completion withCompletedAt(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> completedAt)
The date the content was completed
-
withCreatedAt
public Completion withCreatedAt(java.lang.String createdAt)
The created date of the completion
-
withCreatedAt
public Completion withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> createdAt)
The created date of the completion
-
withUpdatedAt
public Completion withUpdatedAt(java.lang.String updatedAt)
The updated date of the completion
-
withUpdatedAt
public Completion withUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAt)
The updated date of the completion
-
withLearningObjectType
public Completion withLearningObjectType(CompletionLearningObjectType learningObjectType)
The learning object type of the completion
-
withLearningObjectType
public Completion withLearningObjectType(org.openapitools.jackson.nullable.JsonNullable<? extends CompletionLearningObjectType> learningObjectType)
The learning object type of the completion
-
withLearningObjectId
public Completion withLearningObjectId(java.lang.String learningObjectId)
The id of the learning object associated with this completion. This is not required unless specified in an integration.
-
withLearningObjectId
public Completion withLearningObjectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> learningObjectId)
The id of the learning object associated with this completion. This is not required unless specified in an integration.
-
withRemoteLearningObjectId
public Completion withRemoteLearningObjectId(java.lang.String remoteLearningObjectId)
Provider's unique identifier of the learning object related to the completion
-
withRemoteLearningObjectId
public Completion withRemoteLearningObjectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteLearningObjectId)
Provider's unique identifier of the learning object related to the completion
-
withLearningObjectExternalReference
public Completion withLearningObjectExternalReference(java.lang.String learningObjectExternalReference)
The external reference of the learning object associated with this completion, this is the main identifier for creating completions.
-
withLearningObjectExternalReference
public Completion withLearningObjectExternalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> learningObjectExternalReference)
The external reference of the learning object associated with this completion, this is the main identifier for creating completions.
-
withUserId
public Completion withUserId(java.lang.String userId)
The user ID associated with this completion
-
withUserId
public Completion withUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> userId)
The user ID associated with this completion
-
withRemoteUserId
public Completion withRemoteUserId(java.lang.String remoteUserId)
Provider's unique identifier of the user related to the completion
-
withRemoteUserId
public Completion withRemoteUserId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUserId)
Provider's unique identifier of the user related to the completion
-
withTimeSpent
public Completion withTimeSpent(java.lang.String timeSpent)
ISO 8601 duration format representing the time spent on completing the learning object
-
withTimeSpent
public Completion withTimeSpent(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> timeSpent)
ISO 8601 duration format representing the time spent on completing the learning object
-
withExternalId
@Deprecated public Completion withExternalId(java.lang.String externalId)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The external ID associated with this completion
-
withExternalId
@Deprecated public Completion withExternalId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalId)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The external ID associated with this completion
-
withContentExternalReference
@Deprecated public Completion withContentExternalReference(java.lang.String contentExternalReference)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The external reference associated with this content
-
withContentExternalReference
@Deprecated public Completion withContentExternalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentExternalReference)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The external reference associated with this content
-
withRemoteExternalId
@Deprecated public Completion withRemoteExternalId(java.lang.String remoteExternalId)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Provider's unique identifier of the content external reference
-
withRemoteExternalId
@Deprecated public Completion withRemoteExternalId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteExternalId)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Provider's unique identifier of the content external reference
-
withContentId
@Deprecated public Completion withContentId(java.lang.String contentId)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The content ID associated with this completion
-
withContentId
@Deprecated public Completion withContentId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentId)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The content ID associated with this completion
-
withRemoteContentId
@Deprecated public Completion withRemoteContentId(java.lang.String remoteContentId)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Provider's unique identifier of the content associated with the completion
-
withRemoteContentId
@Deprecated public Completion withRemoteContentId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteContentId)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Provider's unique identifier of the content associated with the completion
-
withCourseId
@Deprecated public Completion withCourseId(java.lang.String courseId)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The course ID associated with this completion
-
withCourseId
@Deprecated public Completion withCourseId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> courseId)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The course ID associated with this completion
-
withRemoteCourseId
@Deprecated public Completion withRemoteCourseId(java.lang.String remoteCourseId)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Provider's unique identifier of the course associated with the completion
-
withRemoteCourseId
@Deprecated public Completion withRemoteCourseId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteCourseId)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Provider's unique identifier of the course associated with the completion
-
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
-
-