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.RestCapabilityStatement.Rest.Builder. build()Build theCapabilityStatement.RestMethods 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.BuilderCapabilityStatement.Rest.Builder. from(CapabilityStatement.Rest rest)CapabilityStatement.BuilderCapabilityStatement.Builder. rest(CapabilityStatement.Rest... rest)A definition of the restful capabilities of the solution, if any.protected voidCapabilityStatement.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.BuilderCapabilityStatement.Builder. rest(Collection<CapabilityStatement.Rest> rest)A definition of the restful capabilities of the solution, if any.
-