Interface SAPDocumentTranslationOutputTargetLanguage
- All Known Implementing Classes:
SAPDocumentTranslationOutputTargetLanguage.InnerSAPDocumentTranslationApplyToSelector,SAPDocumentTranslationOutputTargetLanguage.InnerString
public interface SAPDocumentTranslationOutputTargetLanguage
SAPDocumentTranslationOutputTargetLanguage
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordHelper class to createSAPDocumentTranslationApplyToSelectorthat implementsSAPDocumentTranslationOutputTargetLanguage.static final recordHelper class to createStringthat implementsSAPDocumentTranslationOutputTargetLanguage. -
Method Summary
Static MethodsModifier and TypeMethodDescriptionCreator to enable deserialization ofString.Creator to enable deserialization ofSAPDocumentTranslationApplyToSelector.
-
Method Details
-
create
Creator to enable deserialization ofString.- Parameters:
val- the value to use- Returns:
- a new instance of
SAPDocumentTranslationOutputTargetLanguage.InnerString.
-
createInnerSAPDocumentTranslationApplyToSelector
@Nonnull static SAPDocumentTranslationOutputTargetLanguage.InnerSAPDocumentTranslationApplyToSelector createInnerSAPDocumentTranslationApplyToSelector(@Nonnull SAPDocumentTranslationApplyToSelector val) Creator to enable deserialization ofSAPDocumentTranslationApplyToSelector.- Parameters:
val- the value to use- Returns:
- a new instance of
SAPDocumentTranslationOutputTargetLanguage.InnerSAPDocumentTranslationApplyToSelector.
-