Uses of Enum Class
com.daml.ledger.javaapi.data.GetPackageResponse.HashFunction
Packages that use GetPackageResponse.HashFunction
-
Uses of GetPackageResponse.HashFunction in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return GetPackageResponse.HashFunctionModifier and TypeMethodDescriptionGetPackageResponse.getHashFunction()
GetPackageResponse.HashFunction.valueOf
(int value) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static GetPackageResponse.HashFunction[]
GetPackageResponse.HashFunction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.daml.ledger.javaapi.data with parameters of type GetPackageResponse.HashFunctionModifierConstructorDescriptionGetPackageResponse
(GetPackageResponse.HashFunction hashFunction, @NonNull String hash, @NonNull com.google.protobuf.ByteString archivePayload)