Package com.mypurecloud.sdk.v2.model
Class LearningAssignmentBulkAddResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningAssignmentBulkAddResponse
- All Implemented Interfaces:
Serializable
LearningAssignmentBulkAddResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisallowedEntities(List<DisallowedEntityLearningAssignmentItem> disallowedEntities) The items that were not allowed to be assignedentities(List<LearningAssignment> entities) The learning assignments that were assigned correctlybooleaninthashCode()voidsetDisallowedEntities(List<DisallowedEntityLearningAssignmentItem> disallowedEntities) voidsetEntities(List<LearningAssignment> entities) toString()
-
Constructor Details
-
LearningAssignmentBulkAddResponse
public LearningAssignmentBulkAddResponse() -
LearningAssignmentBulkAddResponse
-
-
Method Details
-
entities
The learning assignments that were assigned correctly -
getEntities
-
setEntities
-
disallowedEntities
public LearningAssignmentBulkAddResponse disallowedEntities(List<DisallowedEntityLearningAssignmentItem> disallowedEntities) The items that were not allowed to be assigned -
getDisallowedEntities
-
setDisallowedEntities
-
equals
-
hashCode
public int hashCode() -
toString
-