Completed

csw.params.commands.CommandResponse.Completed
See theCompleted companion object
case class Completed(runId: Id, result: Result) extends SubmitResponse, MatchingResponse

Represents a final positive response stating completion of command with no errors A result may be included or may be empty

Value parameters

result

describing the result of completion if needed

runId

of command for which this response is created

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this(runId: Id)

A java helper to construct a Completed response

A java helper to construct a Completed response

Attributes

Concrete methods

Check to see if this response has a result

Check to see if this response has a result

Attributes

Returns

true if the response contains a non-empty result, false otherwise.

def withRunId(newRunId: Id): Completed

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
SubmitResponse