Uses of Class
com.ibm.fhir.model.type.code.SystemRestfulInteraction
-
Packages that use SystemRestfulInteraction Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of SystemRestfulInteraction in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return SystemRestfulInteraction Modifier and Type Method Description SystemRestfulInteractionCapabilityStatement.Rest.Interaction. getCode()A coded identifier of the operation, supported by the system.Methods in com.ibm.fhir.model.resource with parameters of type SystemRestfulInteraction Modifier and Type Method Description CapabilityStatement.Rest.Interaction.BuilderCapabilityStatement.Rest.Interaction.Builder. code(SystemRestfulInteraction code)A coded identifier of the operation, supported by the system. -
Uses of SystemRestfulInteraction in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as SystemRestfulInteraction Modifier and Type Field Description static SystemRestfulInteractionSystemRestfulInteraction. BATCHstatic SystemRestfulInteractionSystemRestfulInteraction. HISTORY_SYSTEMstatic SystemRestfulInteractionSystemRestfulInteraction. SEARCH_SYSTEMstatic SystemRestfulInteractionSystemRestfulInteraction. TRANSACTIONMethods in com.ibm.fhir.model.type.code that return SystemRestfulInteraction Modifier and Type Method Description SystemRestfulInteractionSystemRestfulInteraction.Builder. build()static SystemRestfulInteractionSystemRestfulInteraction. of(SystemRestfulInteraction.ValueSet value)Factory method for creating SystemRestfulInteraction objects from a passed enum value.static SystemRestfulInteractionSystemRestfulInteraction. of(String value)Factory method for creating SystemRestfulInteraction objects from a passed string value.
-