Uses of Class
com.daml.ledger.javaapi.data.UpdateFormat
Packages that use UpdateFormat
-
Uses of UpdateFormat in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return UpdateFormatModifier and TypeMethodDescriptionstatic UpdateFormat
UpdateFormat.fromProto
(TransactionFilterOuterClass.UpdateFormat protoFormat) @NonNull UpdateFormat
GetUpdateByIdRequest.getUpdateFormat()
@NonNull UpdateFormat
GetUpdateByOffsetRequest.getUpdateFormat()
ContractFilter.updateFormat
(Optional<Set<String>> parties) Constructors in com.daml.ledger.javaapi.data with parameters of type UpdateFormatModifierConstructorDescriptionGetUpdateByIdRequest
(@NonNull String updateId, @NonNull UpdateFormat updateFormat) GetUpdateByOffsetRequest
(@NonNull Long offset, @NonNull UpdateFormat updateFormat) GetUpdatesRequest
(@NonNull Long beginExclusive, @NonNull Optional<Long> endInclusive, @NonNull UpdateFormat updateFormat)