public class BoxAIExtractMetadataTemplate extends BoxJSONObject
| Modifier and Type | Field and Description | 
|---|---|
static String | 
TYPE
The type of object this class represents. 
 | 
| Constructor and Description | 
|---|
BoxAIExtractMetadataTemplate(String templateKey,
                            String scope)
Constructs a BoxAIExtractMetadataTemplate object with a given scope and template key. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JsonObject | 
getJSONObject()  | 
String | 
getScope()  | 
String | 
getTemplateKey()  | 
clearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObjectpublic static final String TYPE
public BoxAIExtractMetadataTemplate(String templateKey, String scope)
templateKey - the template key of the metadata template.scope - the scope of the metadata template.public JsonObject getJSONObject()
public String getTemplateKey()