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.Builder
LogicalResourceIdentValue. builder()
Factor function to create a fresh instance of aLogicalResourceIdentValue.Builder
LogicalResourceIdentValue.Builder
LogicalResourceIdentValue.Builder. withLogicalId(java.lang.String logicalId)
Set the logicalIdLogicalResourceIdentValue.Builder
LogicalResourceIdentValue.Builder. withLogicalResourceId(long logicalResourceId)
Set the logicalResourceIdLogicalResourceIdentValue.Builder
LogicalResourceIdentValue.Builder. withResourceType(java.lang.String resourceType)
Set the resourceTypeLogicalResourceIdentValue.Builder
LogicalResourceIdentValue.Builder. withResourceTypeId(int resourceTypeId)
Set the resourceTypeId
-