Uses of Class
com.ibm.fhir.model.type.code.RestfulCapabilityMode
-
Packages that use RestfulCapabilityMode Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of RestfulCapabilityMode in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return RestfulCapabilityMode Modifier and Type Method Description RestfulCapabilityModeCapabilityStatement.Rest. getMode()Identifies whether this portion of the statement is describing the ability to initiate or receive restful operations.Methods in com.ibm.fhir.model.resource with parameters of type RestfulCapabilityMode Modifier and Type Method Description CapabilityStatement.Rest.BuilderCapabilityStatement.Rest.Builder. mode(RestfulCapabilityMode mode)Identifies whether this portion of the statement is describing the ability to initiate or receive restful operations. -
Uses of RestfulCapabilityMode in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as RestfulCapabilityMode Modifier and Type Field Description static RestfulCapabilityModeRestfulCapabilityMode. CLIENTClientstatic RestfulCapabilityModeRestfulCapabilityMode. SERVERServerMethods in com.ibm.fhir.model.type.code that return RestfulCapabilityMode Modifier and Type Method Description RestfulCapabilityModeRestfulCapabilityMode.Builder. build()static RestfulCapabilityModeRestfulCapabilityMode. of(RestfulCapabilityMode.ValueSet value)Factory method for creating RestfulCapabilityMode objects from a passed enum value.static RestfulCapabilityModeRestfulCapabilityMode. of(String value)Factory method for creating RestfulCapabilityMode objects from a passed string value.
-