Package com.yahoo.vespaxmlparser
Class RemoveFeedOperation
- java.lang.Object
-
- com.yahoo.vespaxmlparser.FeedOperation
-
- com.yahoo.vespaxmlparser.ConditionalFeedOperation
-
- com.yahoo.vespaxmlparser.RemoveFeedOperation
-
public class RemoveFeedOperation extends ConditionalFeedOperation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.yahoo.vespaxmlparser.FeedOperation
FeedOperation.Type
-
-
Field Summary
-
Fields inherited from class com.yahoo.vespaxmlparser.FeedOperation
INVALID
-
-
Constructor Summary
Constructors Constructor Description RemoveFeedOperation(DocumentId documentId)
RemoveFeedOperation(DocumentId documentId, TestAndSetCondition condition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentId
getRemove()
-
Methods inherited from class com.yahoo.vespaxmlparser.ConditionalFeedOperation
getCondition
-
Methods inherited from class com.yahoo.vespaxmlparser.FeedOperation
getDocument, getDocumentUpdate, getType, setType, toString
-
-
-
-
Constructor Detail
-
RemoveFeedOperation
public RemoveFeedOperation(DocumentId documentId)
-
RemoveFeedOperation
public RemoveFeedOperation(DocumentId documentId, TestAndSetCondition condition)
-
-
Method Detail
-
getRemove
public DocumentId getRemove()
- Overrides:
getRemove
in classFeedOperation
-
-