Uses of Class
ca.uhn.fhir.model.valueset.BundleTypeEnum
-
Packages that use BundleTypeEnum Package Description ca.uhn.fhir.model.valueset ca.uhn.fhir.rest.annotation ca.uhn.fhir.rest.api -
-
Uses of BundleTypeEnum in ca.uhn.fhir.model.valueset
Fields in ca.uhn.fhir.model.valueset with type parameters of type BundleTypeEnum Modifier and Type Field Description static IValueSetEnumBinder<BundleTypeEnum>BundleTypeEnum. VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.valueset that return BundleTypeEnum Modifier and Type Method Description BundleTypeEnumBundleTypeEnum. forCode(String theCode)Returns the enumerated value associated with this codestatic BundleTypeEnumBundleTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BundleTypeEnum[]BundleTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BundleTypeEnum in ca.uhn.fhir.rest.annotation
Methods in ca.uhn.fhir.rest.annotation that return BundleTypeEnum Modifier and Type Method Description BundleTypeEnumbundleType()If this operation returns a bundle, this parameter can be used to specify the bundle type to set in the bundle. -
Uses of BundleTypeEnum in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api with parameters of type BundleTypeEnum Modifier and Type Method Description voidIVersionSpecificBundleFactory. addResourcesToBundle(List<IBaseResource> theResult, BundleTypeEnum theBundleType, String theServerBase, BundleInclusionRule theBundleInclusionRule, Set<Include> theIncludes)voidIVersionSpecificBundleFactory. addRootPropertiesToBundle(String theId, String theServerBase, String theLinkSelf, String theLinkPrev, String theLinkNext, Integer theTotalResults, BundleTypeEnum theBundleType, IPrimitiveType<Date> theLastUpdated)default voidIVersionSpecificBundleFactory. initializeBundleFromResourceList(String theAuthor, List<? extends IBaseResource> theResult, String theServerBase, String theCompleteUrl, int theTotalResults, BundleTypeEnum theBundleType)Deprecated.This was deprecated in HAPI FHIR 4.1.0 as it provides duplicate functionality to theIVersionSpecificBundleFactory.addRootPropertiesToBundle(String, String, String, String, String, Integer, BundleTypeEnum, IPrimitiveType)andIVersionSpecificBundleFactory.addResourcesToBundle(List, BundleTypeEnum, String, BundleInclusionRule, Set)methods
-