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