public class ProfileOptions extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | ProfileOptions.AcceptLanguageThe desired language of the response. | 
| static class  | ProfileOptions.BuilderBuilder. | 
| static interface  | ProfileOptions.ContentLanguageThe language of the input text for the request: Arabic, English, Japanese, Korean, or Spanish. | 
| static interface  | ProfileOptions.ContentTypeThe type of the input: application/json, text/html, or text/plain. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | acceptLanguage()Gets the acceptLanguage. | 
| java.lang.String | body()Gets the body. | 
| java.lang.Boolean | consumptionPreferences()Gets the consumptionPreferences. | 
| Content | content()Gets the content. | 
| java.lang.String | contentLanguage()Gets the contentLanguage. | 
| java.lang.String | contentType()Gets the contentType. | 
| ProfileOptions.Builder | newBuilder()New builder. | 
| java.lang.Boolean | rawScores()Gets the rawScores. | 
equals, hashCode, toStringpublic ProfileOptions.Builder newBuilder()
public Content content()
public java.lang.String body()
public java.lang.String contentType()
public java.lang.String contentLanguage()
public java.lang.String acceptLanguage()
public java.lang.Boolean rawScores()
public java.lang.Boolean consumptionPreferences()