Package com.oracle.bmc.ailanguage.model
Class Profile.Builder
- java.lang.Object
-
- com.oracle.bmc.ailanguage.model.Profile.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Profile
build()
Profile.Builder
copy(Profile model)
Profile.Builder
documentType(String documentType)
Document type EHR Or UtteranceProfile.Builder
domain(String domain)
For PHI API this field can be PII/PHI/ALL and by default PII will be used.Profile.Builder
speciality(String speciality)
Document speciality like paediatrics, internal medicine etc.
-
-
-
Method Detail
-
domain
public 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
-
documentType
public Profile.Builder documentType(String documentType)
Document type EHR Or Utterance- Parameters:
documentType
- the value to set- Returns:
- this builder
-
speciality
public Profile.Builder speciality(String speciality)
Document speciality like paediatrics, internal medicine etc.- Parameters:
speciality
- the value to set- Returns:
- this builder
-
build
public Profile build()
-
copy
public Profile.Builder copy(Profile model)
-
-