Uses of Class
com.oracle.bmc.generativeaiinference.model.DocumentUrl.Detail
-
Packages that use DocumentUrl.Detail Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of DocumentUrl.Detail in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return DocumentUrl.Detail Modifier and Type Method Description static DocumentUrl.DetailDocumentUrl.Detail. create(String key)DocumentUrl.DetailDocumentUrl. getDetail()The default value is AUTO and only AUTO is supported.static DocumentUrl.DetailDocumentUrl.Detail. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentUrl.Detail[]DocumentUrl.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 DocumentUrl.Detail Modifier and Type Method Description DocumentUrl.BuilderDocumentUrl.Builder. detail(DocumentUrl.Detail detail)The default value is AUTO and only AUTO is supported.Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type DocumentUrl.Detail Constructor Description DocumentUrl(String url, DocumentUrl.Detail detail)Deprecated.
-