object PartyAddedToParticipant extends GeneratedMessageCompanion[PartyAddedToParticipant]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PartyAddedToParticipant
  2. GeneratedMessageCompanion
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class PartyAddedToParticipantLens[UpperPB] extends ObjectLens[UpperPB, PartyAddedToParticipant]
  2. type ValueType = PartyAddedToParticipant
    Definition Classes
    GeneratedMessageCompanion

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val DISPLAY_NAME_FIELD_NUMBER: Int(2)
  5. final val PARTICIPANT_ID_FIELD_NUMBER: Int(3)
  6. final val PARTY_FIELD_NUMBER: Int(1)
  7. final val RECORD_TIME_FIELD_NUMBER: Int(4)
  8. final val SUBMISSION_ID_FIELD_NUMBER: Int(5)
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. lazy val defaultInstance: PartyAddedToParticipant
    Definition Classes
    PartyAddedToParticipant → GeneratedMessageCompanion
  12. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  13. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    PartyAddedToParticipant → GeneratedMessageCompanion
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def fromAscii(s: String): PartyAddedToParticipant
    Definition Classes
    GeneratedMessageCompanion
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def javaDescriptor: Descriptor
    Definition Classes
    PartyAddedToParticipant → GeneratedMessageCompanion
  21. def merge(a: PartyAddedToParticipant, input: CodedInputStream): PartyAddedToParticipant
    Definition Classes
    GeneratedMessageCompanion
  22. implicit def messageCompanion: GeneratedMessageCompanion[PartyAddedToParticipant]
  23. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  24. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    PartyAddedToParticipant → GeneratedMessageCompanion
  25. implicit def messageReads: Reads[PartyAddedToParticipant]
    Definition Classes
    PartyAddedToParticipant → GeneratedMessageCompanion
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    PartyAddedToParticipant → GeneratedMessageCompanion
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def of(party: String, displayName: String, participantId: String, recordTime: Option[Timestamp], submissionId: String): PartyAddedToParticipant
  31. def parseDelimitedFrom(input: InputStream): Option[PartyAddedToParticipant]
    Definition Classes
    GeneratedMessageCompanion
  32. def parseDelimitedFrom(input: CodedInputStream): Option[PartyAddedToParticipant]
    Definition Classes
    GeneratedMessageCompanion
  33. def parseFrom(_input__: CodedInputStream): PartyAddedToParticipant
    Definition Classes
    PartyAddedToParticipant → GeneratedMessageCompanion
  34. def parseFrom(s: Array[Byte]): PartyAddedToParticipant
    Definition Classes
    GeneratedMessageCompanion
  35. def parseFrom(input: InputStream): PartyAddedToParticipant
    Definition Classes
    GeneratedMessageCompanion
  36. def scalaDescriptor: Descriptor
    Definition Classes
    PartyAddedToParticipant → GeneratedMessageCompanion
  37. def streamFromDelimitedInput(input: InputStream): Stream[PartyAddedToParticipant]
    Definition Classes
    GeneratedMessageCompanion
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toByteArray(a: PartyAddedToParticipant): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def validate(s: Array[Byte]): Try[PartyAddedToParticipant]
    Definition Classes
    GeneratedMessageCompanion
  42. def validateAscii(s: String): Either[TextFormatError, PartyAddedToParticipant]
    Definition Classes
    GeneratedMessageCompanion
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped