Uses of Class
com.oracle.bmc.oda.model.TranslationService
-
Packages that use TranslationService Package Description com.oracle.bmc.oda.model com.oracle.bmc.oda.requests -
-
Uses of TranslationService in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return TranslationService Modifier and Type Method Description static TranslationService
TranslationService. create(String key)
TranslationService
CreateTranslatorDetails. getType()
The Translation Service to use for this Translator.TranslationService
Translator. getType()
The Translation Service to use for this Translator.TranslationService
TranslatorSummary. getType()
The Translation Service to use for this Translator.static TranslationService
TranslationService. valueOf(String name)
Returns the enum constant of this type with the specified name.static TranslationService[]
TranslationService. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.oda.model with parameters of type TranslationService Modifier and Type Method Description CreateTranslatorDetails.Builder
CreateTranslatorDetails.Builder. type(TranslationService type)
The Translation Service to use for this Translator.Translator.Builder
Translator.Builder. type(TranslationService type)
The Translation Service to use for this Translator.TranslatorSummary.Builder
TranslatorSummary.Builder. type(TranslationService type)
The Translation Service to use for this Translator.Constructors in com.oracle.bmc.oda.model with parameters of type TranslationService Constructor Description CreateTranslatorDetails(TranslationService type, String baseUrl, String authToken, Map<String,String> properties, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.Translator(String id, TranslationService type, String name, String baseUrl, LifecycleState lifecycleState, Map<String,String> properties, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.TranslatorSummary(String id, TranslationService type, String name, LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of TranslationService in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return TranslationService Modifier and Type Method Description TranslationService
ListTranslatorsRequest. getType()
List only Translators of this type.Methods in com.oracle.bmc.oda.requests with parameters of type TranslationService Modifier and Type Method Description ListTranslatorsRequest.Builder
ListTranslatorsRequest.Builder. type(TranslationService type)
List only Translators of this type.
-