public class SchemaMetaData extends Object
JitterbitActivity
.Modifier and Type | Class and Description |
---|---|
static class |
SchemaMetaData.SchemaContentType |
Constructor and Description |
---|
SchemaMetaData() |
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Return the content of the schema in a string format.
|
String |
getName()
Returns the name associated with the schema of an activity.
|
SchemaMetaData.SchemaContentType |
getSchemaContentType()
Return the type of the content.
|
SchemaMetaData |
setContent(String content)
Returns this schema after setting the contents associated with it.
|
SchemaMetaData |
setName(String name)
Returns this schema after setting the name associated with it.
|
SchemaMetaData |
setSchemaContentType(SchemaMetaData.SchemaContentType contentType) |
public String getName()
public SchemaMetaData setName(String name)
name
- the name to be associated with the schema of an activitypublic String getContent()
public SchemaMetaData setContent(String content)
content
- the content to be associated with the schema of an activitypublic SchemaMetaData.SchemaContentType getSchemaContentType()
public SchemaMetaData setSchemaContentType(SchemaMetaData.SchemaContentType contentType)
Copyright © Jitterbit, Inc. Licensed under the Jitterbit Master Subscription Agreement.