Package csw.command.client
Class MiniCRM.MiniCRMMessage$.AddResponse
- java.lang.Object
-
- csw.command.client.MiniCRM.MiniCRMMessage$.AddResponse
-
- All Implemented Interfaces:
MiniCRM.CRMMessage
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- MiniCRM.MiniCRMMessage$
public class MiniCRM.MiniCRMMessage$.AddResponse extends java.lang.Object implements MiniCRM.CRMMessage, scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddResponse(CommandResponse.SubmitResponse commandResponse)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract static R
apply(T1 v1)
CommandResponse.SubmitResponse
commandResponse()
static java.lang.String
toString()
-
-
-
Constructor Detail
-
AddResponse
public AddResponse(CommandResponse.SubmitResponse commandResponse)
-
-
Method Detail
-
apply
public abstract static R apply(T1 v1)
-
toString
public static java.lang.String toString()
-
commandResponse
public CommandResponse.SubmitResponse commandResponse()
-
-