Uses of Class
org.hl7.fhir.r5.model.CapabilityStatement2.TypeRestfulInteraction
-
Packages that use CapabilityStatement2.TypeRestfulInteraction Package Description org.hl7.fhir.r5.model -
-
Uses of CapabilityStatement2.TypeRestfulInteraction in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type CapabilityStatement2.TypeRestfulInteraction Modifier and Type Field Description protected Enumeration<CapabilityStatement2.TypeRestfulInteraction>CapabilityStatement2.ResourceInteractionComponent. codeCoded identifier of the operation, supported by the system resource.Methods in org.hl7.fhir.r5.model that return CapabilityStatement2.TypeRestfulInteraction Modifier and Type Method Description static CapabilityStatement2.TypeRestfulInteractionCapabilityStatement2.TypeRestfulInteraction. fromCode(String codeString)CapabilityStatement2.TypeRestfulInteractionCapabilityStatement2.TypeRestfulInteractionEnumFactory. fromCode(String codeString)CapabilityStatement2.TypeRestfulInteractionCapabilityStatement2.ResourceInteractionComponent. getCode()static CapabilityStatement2.TypeRestfulInteractionCapabilityStatement2.TypeRestfulInteraction. valueOf(String name)Returns the enum constant of this type with the specified name.static CapabilityStatement2.TypeRestfulInteraction[]CapabilityStatement2.TypeRestfulInteraction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type CapabilityStatement2.TypeRestfulInteraction Modifier and Type Method Description Enumeration<CapabilityStatement2.TypeRestfulInteraction>CapabilityStatement2.TypeRestfulInteractionEnumFactory. fromType(Base code)Enumeration<CapabilityStatement2.TypeRestfulInteraction>CapabilityStatement2.ResourceInteractionComponent. getCodeElement()Methods in org.hl7.fhir.r5.model with parameters of type CapabilityStatement2.TypeRestfulInteraction Modifier and Type Method Description CapabilityStatement2.ResourceInteractionComponentCapabilityStatement2.ResourceInteractionComponent. setCode(CapabilityStatement2.TypeRestfulInteraction value)StringCapabilityStatement2.TypeRestfulInteractionEnumFactory. toCode(CapabilityStatement2.TypeRestfulInteraction code)StringCapabilityStatement2.TypeRestfulInteractionEnumFactory. toSystem(CapabilityStatement2.TypeRestfulInteraction code)Method parameters in org.hl7.fhir.r5.model with type arguments of type CapabilityStatement2.TypeRestfulInteraction Modifier and Type Method Description CapabilityStatement2.ResourceInteractionComponentCapabilityStatement2.ResourceInteractionComponent. setCodeElement(Enumeration<CapabilityStatement2.TypeRestfulInteraction> value)Constructors in org.hl7.fhir.r5.model with parameters of type CapabilityStatement2.TypeRestfulInteraction Constructor Description ResourceInteractionComponent(CapabilityStatement2.TypeRestfulInteraction code)Constructor
-