Package com.daml.ledger.javaapi.data
Class TopologyFormat
java.lang.Object
com.daml.ledger.javaapi.data.TopologyFormat
-
Constructor Summary
ConstructorsConstructorDescriptionTopologyFormat
(@NonNull Optional<@NonNull ParticipantAuthorizationTopologyFormat> includeParticipantAuthorizationEvents) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static TopologyFormat
fromProto
(TransactionFilterOuterClass.TopologyFormat protoFormat) int
hashCode()
toProto()
toString()
-
Constructor Details
-
TopologyFormat
public TopologyFormat(@NonNull Optional<@NonNull ParticipantAuthorizationTopologyFormat> includeParticipantAuthorizationEvents)
-
-
Method Details
-
fromProto
-
toProto
-
getIncludeParticipantAuthorizationEvents
public Optional<@NonNull ParticipantAuthorizationTopologyFormat> getIncludeParticipantAuthorizationEvents() -
toString
-
equals
-
hashCode
public int hashCode()
-