
Package ca.uhn.fhir.jpa.packages
Class FindPackageAssetRequest
java.lang.Object
ca.uhn.fhir.jpa.packages.FindPackageAssetRequest
Request parameters for
IHapiPackageCacheManager.findPackageAsset(FindPackageAssetRequest)
-
Method Summary
Modifier and TypeMethodDescriptionboolean
ca.uhn.fhir.context.FhirVersionEnum
int
hashCode()
static FindPackageAssetRequest
noVersion
(ca.uhn.fhir.context.FhirVersionEnum theFhirVersion, String theCanonicalUrl, String thePackageId) toString()
static FindPackageAssetRequest
withVersion
(ca.uhn.fhir.context.FhirVersionEnum theFhirVersion, String theCanonicalUrl, String thePackageId, String theVersion)
-
Method Details
-
withVersion
public static FindPackageAssetRequest withVersion(ca.uhn.fhir.context.FhirVersionEnum theFhirVersion, String theCanonicalUrl, String thePackageId, String theVersion) -
noVersion
public static FindPackageAssetRequest noVersion(ca.uhn.fhir.context.FhirVersionEnum theFhirVersion, String theCanonicalUrl, String thePackageId) -
getFhirVersion
-
getCanonicalUrl
-
getPackageId
-
getVersion
-
equals
-
hashCode
-
toString
-