Uses of Class
org.linuxforhealth.fhir.model.resource.CapabilityStatement.Rest
-
Packages that use CapabilityStatement.Rest Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of CapabilityStatement.Rest in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return CapabilityStatement.Rest Modifier and Type Method Description CapabilityStatement.Rest
CapabilityStatement.Rest.Builder. build()
Build theCapabilityStatement.Rest
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type CapabilityStatement.Rest Modifier and Type Method Description java.util.List<CapabilityStatement.Rest>
CapabilityStatement. getRest()
A definition of the restful capabilities of the solution, if any.Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource with type arguments of type CapabilityStatement.Rest Modifier and Type Method Description CapabilityStatement.Builder
CapabilityStatement.Builder. rest(java.util.Collection<CapabilityStatement.Rest> rest)
A definition of the restful capabilities of the solution, if any.
-