Uses of Class
org.linuxforhealth.fhir.persistence.params.model.LogicalResourceIdentValue.Builder
- 
Packages that use LogicalResourceIdentValue.Builder Package Description org.linuxforhealth.fhir.persistence.params.model  - 
- 
Uses of LogicalResourceIdentValue.Builder in org.linuxforhealth.fhir.persistence.params.model
Methods in org.linuxforhealth.fhir.persistence.params.model that return LogicalResourceIdentValue.Builder Modifier and Type Method Description static LogicalResourceIdentValue.BuilderLogicalResourceIdentValue. builder()Factor function to create a fresh instance of aLogicalResourceIdentValue.BuilderLogicalResourceIdentValue.BuilderLogicalResourceIdentValue.Builder. withLogicalId(java.lang.String logicalId)Set the logicalIdLogicalResourceIdentValue.BuilderLogicalResourceIdentValue.Builder. withLogicalResourceId(long logicalResourceId)Set the logicalResourceIdLogicalResourceIdentValue.BuilderLogicalResourceIdentValue.Builder. withResourceType(java.lang.String resourceType)Set the resourceTypeLogicalResourceIdentValue.BuilderLogicalResourceIdentValue.Builder. withResourceTypeId(int resourceTypeId)Set the resourceTypeId 
 -