Package com.adobe.marketing.mobile.xdm
Interface Schema
-
public interface SchemaInterface representing an XDM Event Data schema.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDatasetIdentifier()Returns the identifier for this dataset as defined in the Adobe Experience Platform.StringgetSchemaIdentifier()Returns the identifier for this schema as defined in the Adobe Experience Platform.StringgetSchemaVersion()Returns the version of this schema as defined in the Adobe Experience Platform.Map<String,Object>serializeToXdm()Serialize thisSchemaobject to a map equivalent of its XDM schema.
-
-
-
Method Detail
-
getSchemaVersion
String getSchemaVersion()
Returns the version of this schema as defined in the Adobe Experience Platform.- Returns:
- the version of this schema
-
getSchemaIdentifier
String getSchemaIdentifier()
Returns the identifier for this schema as defined in the Adobe Experience Platform. The identifier is a URI where this schema is defined.- Returns:
- the URI identifier for this schema
-
getDatasetIdentifier
String getDatasetIdentifier()
Returns the identifier for this dataset as defined in the Adobe Experience Platform.- Returns:
- the dataset ID
-
-