Uses of Class
com.oracle.bmc.aianomalydetection.model.EmbeddedInputDetails.ContentType
-
Packages that use EmbeddedInputDetails.ContentType Package Description com.oracle.bmc.aianomalydetection.model -
-
Uses of EmbeddedInputDetails.ContentType in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return EmbeddedInputDetails.ContentType Modifier and Type Method Description static EmbeddedInputDetails.ContentType
EmbeddedInputDetails.ContentType. create(String key)
EmbeddedInputDetails.ContentType
EmbeddedInputDetails. getContentType()
static EmbeddedInputDetails.ContentType
EmbeddedInputDetails.ContentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EmbeddedInputDetails.ContentType[]
EmbeddedInputDetails.ContentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.aianomalydetection.model with parameters of type EmbeddedInputDetails.ContentType Modifier and Type Method Description EmbeddedInputDetails.Builder
EmbeddedInputDetails.Builder. contentType(EmbeddedInputDetails.ContentType contentType)
Constructors in com.oracle.bmc.aianomalydetection.model with parameters of type EmbeddedInputDetails.ContentType Constructor Description EmbeddedInputDetails(EmbeddedInputDetails.ContentType contentType, byte[] content)
Deprecated.
-