
Uses of Class
ca.uhn.fhir.model.valueset.BundleTypeEnum
Package | Description |
---|---|
ca.uhn.fhir.model.valueset | |
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_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.valueset that return BundleTypeEnum Modifier and Type Method Description BundleTypeEnum
BundleTypeEnum. forCode(String theCode)
Returns the enumerated value associated with this codestatic BundleTypeEnum
BundleTypeEnum. 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.api
Fields in ca.uhn.fhir.rest.api declared as BundleTypeEnum Modifier and Type Field Description BundleTypeEnum
BundleLinks. bundleType
Methods in ca.uhn.fhir.rest.api with parameters of type BundleTypeEnum Modifier and Type Method Description void
IVersionSpecificBundleFactory. addResourcesToBundle(List<IBaseResource> theResult, BundleTypeEnum theBundleType, String theServerBase, BundleInclusionRule theBundleInclusionRule, Set<Include> theIncludes)
void
IVersionSpecificBundleFactory. addTotalResultsToBundle(Integer theTotalResults, BundleTypeEnum theBundleType)
default void
IVersionSpecificBundleFactory. 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 BundleTypeEnum Constructor Description BundleLinks(String theServerBase, Set<Include> theIncludes, boolean thePrettyPrint, BundleTypeEnum theBundleType)
IVersionSpecificBundleFactory.addRootPropertiesToBundle(String, BundleLinks, Integer, IPrimitiveType<Date>)
andIVersionSpecificBundleFactory.addResourcesToBundle(List, BundleTypeEnum, String, BundleInclusionRule, Set)
methods