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