
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 TypeMethodDescriptionbooleanca.uhn.fhir.context.FhirVersionEnumorg.springframework.data.domain.PageRequestinthashCode()static FindPackageAssetRequestnoVersion(ca.uhn.fhir.context.FhirVersionEnum theFhirVersion, String theCanonicalUrl, String thePackageId) static FindPackageAssetRequestnoVersion(ca.uhn.fhir.context.FhirVersionEnum theFhirVersion, String theCanonicalUrl, String thePackageId, int thePageNumber, int thePageSize) toString()static FindPackageAssetRequestwithVersion(ca.uhn.fhir.context.FhirVersionEnum theFhirVersion, String theCanonicalUrl, String thePackageId, String theVersion) static FindPackageAssetRequestwithVersion(ca.uhn.fhir.context.FhirVersionEnum theFhirVersion, String theCanonicalUrl, String thePackageId, String theVersion, int thePageNumber, int thePageSize)
-
Method Details
-
withVersion
public static FindPackageAssetRequest withVersion(ca.uhn.fhir.context.FhirVersionEnum theFhirVersion, String theCanonicalUrl, String thePackageId, String theVersion) -
withVersion
public static FindPackageAssetRequest withVersion(ca.uhn.fhir.context.FhirVersionEnum theFhirVersion, String theCanonicalUrl, String thePackageId, String theVersion, int thePageNumber, int thePageSize) -
noVersion
public static FindPackageAssetRequest noVersion(ca.uhn.fhir.context.FhirVersionEnum theFhirVersion, String theCanonicalUrl, String thePackageId) -
noVersion
public static FindPackageAssetRequest noVersion(ca.uhn.fhir.context.FhirVersionEnum theFhirVersion, String theCanonicalUrl, String thePackageId, int thePageNumber, int thePageSize) -
getFhirVersion
-
getCanonicalUrl
-
getPackageId
-
getVersion
-
getPageRequest
-
equals
-
hashCode
-
toString
-