Package | Description |
---|---|
com.oracle.bmc.oda.model | |
com.oracle.bmc.oda.requests |
Modifier and Type | Method and Description |
---|---|
static TranslationService |
TranslationService.create(String key) |
TranslationService |
TranslatorSummary.getType()
The Translation Service to use for this Translator.
|
TranslationService |
CreateTranslatorDetails.getType()
The Translation Service to use for this Translator.
|
TranslationService |
Translator.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.
|
Modifier and Type | Method and Description |
---|---|
TranslatorSummary.Builder |
TranslatorSummary.Builder.type(TranslationService type)
The Translation Service to use for this Translator.
|
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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
TranslationService |
ListTranslatorsRequest.getType()
List only Translators of this type.
|
Modifier and Type | Method and Description |
---|---|
ListTranslatorsRequest.Builder |
ListTranslatorsRequest.Builder.type(TranslationService type)
List only Translators of this type.
|
Copyright © 2016–2024. All rights reserved.