Packages

final case class FetchActionDescription(inputContractId: String, actors: Seq[String], byKey: Boolean, version: String, templateId: Option[String]) extends GeneratedMessage with Updatable[FetchActionDescription] with Product with Serializable

Changes from v0: Add templateId

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FetchActionDescription
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FetchActionDescription(inputContractId: String, actors: Seq[String], byKey: Boolean, version: String, templateId: Option[String])

Value Members

  1. val actors: Seq[String]
  2. def addActors(__vs: String*): FetchActionDescription
  3. def addAllActors(__vs: Iterable[String]): FetchActionDescription
  4. val byKey: Boolean
  5. def clearActors: FetchActionDescription
  6. def clearTemplateId: FetchActionDescription
  7. def companion: FetchActionDescription.type
    Definition Classes
    FetchActionDescription → GeneratedMessage
  8. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    FetchActionDescription → GeneratedMessage
  9. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    FetchActionDescription → GeneratedMessage
  10. def getTemplateId: String
  11. val inputContractId: String
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. def serializedSize: Int
    Definition Classes
    FetchActionDescription → GeneratedMessage
  14. val templateId: Option[String]
  15. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  16. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  17. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  18. def toProtoString: String
    Definition Classes
    FetchActionDescription → GeneratedMessage
  19. def update(ms: (Lens[FetchActionDescription, FetchActionDescription]) => Mutation[FetchActionDescription]*): FetchActionDescription
    Definition Classes
    Updatable
  20. val version: String
  21. def withActors(__v: Seq[String]): FetchActionDescription
  22. def withByKey(__v: Boolean): FetchActionDescription
  23. def withInputContractId(__v: String): FetchActionDescription
  24. def withTemplateId(__v: String): FetchActionDescription
  25. def withVersion(__v: String): FetchActionDescription
  26. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  27. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    FetchActionDescription → GeneratedMessage
  28. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage