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