Package csw.command.client
Interface CommandResponseManager.OverallResponse
- All Known Implementing Classes:
CommandResponseManager.OverallFailure
,CommandResponseManager.OverallSuccess
- Enclosing class:
- CommandResponseManager
public static interface CommandResponseManager.OverallResponse
-
Method Summary
Modifier and TypeMethodDescriptionJava API to get the set of responsesscala.collection.immutable.Set<CommandResponse.SubmitResponse>
-
Method Details
-
getResponses
Set<CommandResponse.SubmitResponse> getResponses()Java API to get the set of responses- Returns:
- (undocumented)
-
responses
scala.collection.immutable.Set<CommandResponse.SubmitResponse> responses()
-