Uses of Class
com.oracle.bmc.goldengate.model.RecipeType
-
Packages that use RecipeType Package Description com.oracle.bmc.goldengate.model com.oracle.bmc.goldengate.requests -
-
Uses of RecipeType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return RecipeType Modifier and Type Method Description static RecipeType
RecipeType. create(String key)
RecipeType
RecipeSummary. getRecipeType()
The type of the recipestatic RecipeType
RecipeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RecipeType[]
RecipeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.goldengate.model with parameters of type RecipeType Modifier and Type Method Description RecipeSummary.Builder
RecipeSummary.Builder. recipeType(RecipeType recipeType)
The type of the recipeConstructors in com.oracle.bmc.goldengate.model with parameters of type RecipeType Constructor Description RecipeSummary(RecipeType recipeType, String name, String displayName, String description, List<TechnologyType> supportedSourceTechnologyTypes, List<TechnologyType> supportedTargetTechnologyTypes)
Deprecated. -
Uses of RecipeType in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return RecipeType Modifier and Type Method Description RecipeType
ListRecipesRequest. getRecipeType()
The pipeline’s recipe type.Methods in com.oracle.bmc.goldengate.requests with parameters of type RecipeType Modifier and Type Method Description ListRecipesRequest.Builder
ListRecipesRequest.Builder. recipeType(RecipeType recipeType)
The pipeline’s recipe type.
-