Uses of Enum
ca.uhn.fhir.model.valueset.BundleTypeEnum
Packages that use BundleTypeEnum
-
Uses of BundleTypeEnum in ca.uhn.fhir.model.valueset
Fields in ca.uhn.fhir.model.valueset with type parameters of type BundleTypeEnumModifier and TypeFieldDescriptionstatic IValueSetEnumBinder<BundleTypeEnum>BundleTypeEnum.VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.valueset that return BundleTypeEnumModifier and TypeMethodDescriptionReturns the enumerated value associated with this codestatic BundleTypeEnumReturns 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.api
Fields in ca.uhn.fhir.rest.api declared as BundleTypeEnumMethods in ca.uhn.fhir.rest.api with parameters of type BundleTypeEnumModifier and TypeMethodDescriptionvoidIVersionSpecificBundleFactory.addResourcesToBundle(List<IBaseResource> theResult, BundleTypeEnum theBundleType, String theServerBase, BundleInclusionRule theBundleInclusionRule, Set<Include> theIncludes)voidIVersionSpecificBundleFactory.addTotalResultsToBundle(Integer theTotalResults, BundleTypeEnum theBundleType)default voidIVersionSpecificBundleFactory.initializeBundleFromResourceList(String theAuthor, List<? extends IBaseResource> theResult, String theServerBase, String theCompleteUrl, int theTotalResults, BundleTypeEnum theBundleType)Deprecated.Constructors in ca.uhn.fhir.rest.api with parameters of type BundleTypeEnumModifierConstructorDescriptionBundleLinks(String theServerBase, Set<Include> theIncludes, boolean thePrettyPrint, BundleTypeEnum theBundleType)
IVersionSpecificBundleFactory.addRootPropertiesToBundle(String, BundleLinks, Integer, IPrimitiveType<Date>)andIVersionSpecificBundleFactory.addResourcesToBundle(List, BundleTypeEnum, String, BundleInclusionRule, Set)methods