Uses of Class
com.ibm.fhir.model.type.code.TypeRestfulInteraction
-
Packages that use TypeRestfulInteraction Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of TypeRestfulInteraction in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return TypeRestfulInteraction Modifier and Type Method Description TypeRestfulInteractionCapabilityStatement.Rest.Resource.Interaction. getCode()Coded identifier of the operation, supported by the system resource.Methods in com.ibm.fhir.model.resource with parameters of type TypeRestfulInteraction Modifier and Type Method Description CapabilityStatement.Rest.Resource.Interaction.BuilderCapabilityStatement.Rest.Resource.Interaction.Builder. code(TypeRestfulInteraction code)Coded identifier of the operation, supported by the system resource. -
Uses of TypeRestfulInteraction in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as TypeRestfulInteraction Modifier and Type Field Description static TypeRestfulInteractionTypeRestfulInteraction. CREATEstatic TypeRestfulInteractionTypeRestfulInteraction. DELETEstatic TypeRestfulInteractionTypeRestfulInteraction. HISTORY_INSTANCEstatic TypeRestfulInteractionTypeRestfulInteraction. HISTORY_TYPEstatic TypeRestfulInteractionTypeRestfulInteraction. PATCHstatic TypeRestfulInteractionTypeRestfulInteraction. READstatic TypeRestfulInteractionTypeRestfulInteraction. SEARCH_TYPEstatic TypeRestfulInteractionTypeRestfulInteraction. UPDATEstatic TypeRestfulInteractionTypeRestfulInteraction. VREADMethods in com.ibm.fhir.model.type.code that return TypeRestfulInteraction Modifier and Type Method Description TypeRestfulInteractionTypeRestfulInteraction.Builder. build()static TypeRestfulInteractionTypeRestfulInteraction. of(TypeRestfulInteraction.ValueSet value)Factory method for creating TypeRestfulInteraction objects from a passed enum value.static TypeRestfulInteractionTypeRestfulInteraction. of(String value)Factory method for creating TypeRestfulInteraction objects from a passed string value.
-