Uses of Class
com.ibm.fhir.model.resource.SubstancePolymer.Repeat
-
Packages that use SubstancePolymer.Repeat Package Description com.ibm.fhir.model.resource -
-
Uses of SubstancePolymer.Repeat in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return SubstancePolymer.Repeat Modifier and Type Method Description SubstancePolymer.Repeat
SubstancePolymer.Repeat.Builder. build()
Build theSubstancePolymer.Repeat
Methods in com.ibm.fhir.model.resource that return types with arguments of type SubstancePolymer.Repeat Modifier and Type Method Description java.util.List<SubstancePolymer.Repeat>
SubstancePolymer. getRepeat()
Todo.Methods in com.ibm.fhir.model.resource with parameters of type SubstancePolymer.Repeat Modifier and Type Method Description protected SubstancePolymer.Repeat.Builder
SubstancePolymer.Repeat.Builder. from(SubstancePolymer.Repeat repeat)
SubstancePolymer.Builder
SubstancePolymer.Builder. repeat(SubstancePolymer.Repeat... repeat)
Todo.protected void
SubstancePolymer.Repeat.Builder. validate(SubstancePolymer.Repeat repeat)
Method parameters in com.ibm.fhir.model.resource with type arguments of type SubstancePolymer.Repeat Modifier and Type Method Description SubstancePolymer.Builder
SubstancePolymer.Builder. repeat(java.util.Collection<SubstancePolymer.Repeat> repeat)
Todo.
-