public class BoxAIExtractField extends BoxJSONObject
Constructor and Description |
---|
BoxAIExtractField(String key)
Constructs a BoxAIExtractField object with a given key.
|
BoxAIExtractField(String type,
String description,
String displayName,
String key,
List<BoxAIExtractFieldOption> options,
String prompt)
Constructs a BoxAIExtractField object with a given type, description, display name, key, options, and prompt.
|
Modifier and Type | Method and Description |
---|---|
JsonObject |
getJSONObject() |
clearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObject
public BoxAIExtractField(String key)
public BoxAIExtractField(String type, String description, String displayName, String key, List<BoxAIExtractFieldOption> options, String prompt)
type
- the type of the field.description
- the description of the field.displayName
- the display name of the field.key
- the key of the field.options
- a list of options for this field.prompt
- the prompt of the field.public JsonObject getJSONObject()