Package com.oracle.bmc.ailanguage.model
Class Profile.Builder
- java.lang.Object
- 
- com.oracle.bmc.ailanguage.model.Profile.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Profilebuild()Profile.Buildercopy(Profile model)Profile.BuilderdocumentType(String documentType)Document type EHR Or UtteranceProfile.Builderdomain(String domain)For PHI API this field can be PII/PHI/ALL and by default PII will be used.Profile.Builderspeciality(String speciality)Document speciality like paediatrics, internal medicine etc.
 
- 
- 
- 
Method Detail- 
domainpublic Profile.Builder domain(String domain) For PHI API this field can be PII/PHI/ALL and by default PII will be used.For other APIs Healthcare or Financial etc. - Parameters:
- domain- the value to set
- Returns:
- this builder
 
 - 
documentTypepublic Profile.Builder documentType(String documentType) Document type EHR Or Utterance- Parameters:
- documentType- the value to set
- Returns:
- this builder
 
 - 
specialitypublic Profile.Builder speciality(String speciality) Document speciality like paediatrics, internal medicine etc.- Parameters:
- speciality- the value to set
- Returns:
- this builder
 
 - 
buildpublic Profile build() 
 - 
copypublic Profile.Builder copy(Profile model) 
 
- 
 
-