| Package | Description |
|---|---|
| org.apache.kyuubi.client.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
MultiPart.MultiPartType |
MultiPart.getType() |
static MultiPart.MultiPartType |
MultiPart.MultiPartType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiPart.MultiPartType[] |
MultiPart.MultiPartType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiPart.setType(MultiPart.MultiPartType type) |
| Constructor and Description |
|---|
MultiPart(MultiPart.MultiPartType type,
Object obj) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.