Uses of Class
org.linuxforhealth.fhir.model.resource.Slot
-
Packages that use Slot Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor -
-
Uses of Slot in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Slot Modifier and Type Method Description Slot
Slot.Builder. build()
Build theSlot
Methods in org.linuxforhealth.fhir.model.resource with parameters of type Slot Modifier and Type Method Description protected Slot.Builder
Slot.Builder. from(Slot slot)
protected void
Slot.Builder. validate(Slot slot)
-
Uses of Slot in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type Slot Modifier and Type Method Description boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, Slot slot)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(java.lang.String elementName, int elementIndex, Slot slot)
-