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 RecipeTypeRecipeType. create(String key)RecipeTypeRecipeSummary. getRecipeType()The type of the recipestatic RecipeTypeRecipeType. 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.BuilderRecipeSummary.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 RecipeTypeListRecipesRequest. getRecipeType()The pipeline’s recipe type.Methods in com.oracle.bmc.goldengate.requests with parameters of type RecipeType Modifier and Type Method Description ListRecipesRequest.BuilderListRecipesRequest.Builder. recipeType(RecipeType recipeType)The pipeline’s recipe type.
-