Package com.mypurecloud.sdk.v2.model
Class LearningAssignmentBulkRemoveResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningAssignmentBulkRemoveResponse
- All Implemented Interfaces:
Serializable
LearningAssignmentBulkRemoveResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisallowedEntities(List<DisallowedEntityLearningAssignmentReference> disallowedEntities) The learning assignments that were not removed due to missing permissionsentities(List<LearningAssignmentEntity> entities) The learning assignments that were removed successfullybooleaninthashCode()voidsetDisallowedEntities(List<DisallowedEntityLearningAssignmentReference> disallowedEntities) voidsetEntities(List<LearningAssignmentEntity> entities) toString()
-
Constructor Details
-
LearningAssignmentBulkRemoveResponse
public LearningAssignmentBulkRemoveResponse() -
LearningAssignmentBulkRemoveResponse
-
-
Method Details
-
entities
The learning assignments that were removed successfully -
getEntities
-
setEntities
-
disallowedEntities
public LearningAssignmentBulkRemoveResponse disallowedEntities(List<DisallowedEntityLearningAssignmentReference> disallowedEntities) The learning assignments that were not removed due to missing permissions -
getDisallowedEntities
-
setDisallowedEntities
public void setDisallowedEntities(List<DisallowedEntityLearningAssignmentReference> disallowedEntities) -
equals
-
hashCode
public int hashCode() -
toString
-