Uses of Class
com.oracle.bmc.generativeaiinference.model.ImageUrl.Detail
-
Packages that use ImageUrl.Detail Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of ImageUrl.Detail in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return ImageUrl.Detail Modifier and Type Method Description static ImageUrl.Detail
ImageUrl.Detail. create(String key)
ImageUrl.Detail
ImageUrl. getDetail()
The default value is AUTO and only AUTO is supported.static ImageUrl.Detail
ImageUrl.Detail. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImageUrl.Detail[]
ImageUrl.Detail. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeaiinference.model with parameters of type ImageUrl.Detail Modifier and Type Method Description ImageUrl.Builder
ImageUrl.Builder. detail(ImageUrl.Detail detail)
The default value is AUTO and only AUTO is supported.Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type ImageUrl.Detail Constructor Description ImageUrl(String url, ImageUrl.Detail detail)
Deprecated.
-