| Package | Description | 
|---|---|
| com.daml.ledger.javaapi.data | 
| Modifier and Type | Method and Description | 
|---|---|
GetPackageResponse.HashFunction | 
GetPackageResponse.getHashFunction()  | 
static GetPackageResponse.HashFunction | 
GetPackageResponse.HashFunction.valueOf(int value)  | 
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. 
 | 
| Constructor and Description | 
|---|
GetPackageResponse(GetPackageResponse.HashFunction hashFunction,
                  @NonNull java.lang.String hash,
                  @NonNull com.google.protobuf.ByteString archivePayload)  |