Uses of Class
com.ibm.fhir.model.resource.CapabilityStatement.Rest
-
Packages that use CapabilityStatement.Rest Package Description com.ibm.fhir.model.resource -
-
Uses of CapabilityStatement.Rest in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return CapabilityStatement.Rest Modifier and Type Method Description CapabilityStatement.Rest
CapabilityStatement.Rest.Builder. build()
Build theCapabilityStatement.Rest
Methods in com.ibm.fhir.model.resource that return types with arguments of type CapabilityStatement.Rest Modifier and Type Method Description List<CapabilityStatement.Rest>
CapabilityStatement. getRest()
A definition of the restful capabilities of the solution, if any.Methods in com.ibm.fhir.model.resource with parameters of type CapabilityStatement.Rest Modifier and Type Method Description protected CapabilityStatement.Rest.Builder
CapabilityStatement.Rest.Builder. from(CapabilityStatement.Rest rest)
CapabilityStatement.Builder
CapabilityStatement.Builder. rest(CapabilityStatement.Rest... rest)
A definition of the restful capabilities of the solution, if any.protected void
CapabilityStatement.Rest.Builder. validate(CapabilityStatement.Rest rest)
Method parameters in com.ibm.fhir.model.resource with type arguments of type CapabilityStatement.Rest Modifier and Type Method Description CapabilityStatement.Builder
CapabilityStatement.Builder. rest(Collection<CapabilityStatement.Rest> rest)
A definition of the restful capabilities of the solution, if any.
-