Interface RemoveLabelCommand
- All Superinterfaces:
- ServiceCommand
- All Known Implementing Classes:
- RemoveLabelCommandImpl
Removes a label from a Page or Blog Post.
 Includes validation.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the page or blog post that the label was removed from.A list of labels removed as stringsMethods inherited from interface com.atlassian.confluence.core.service.ServiceCommandexecute, getValidationErrors, isAuthorized, isValid
- 
Method Details- 
getEntityLabelable getEntity()Returns the page or blog post that the label was removed from.- Returns:
- page or blog post
 
- 
getRemovedLabelsCollection<String> getRemovedLabels()A list of labels removed as strings- Returns:
- removef labels
 
 
-