S - type of AXML object being built.public static interface AXMLBase.Builder<S>
| Modifier and Type | Method and Description |
|---|---|
S |
get()
Retrieves the object built by this builder.
|
void |
setGroupID(java.lang.String groupId)
Set
group-id which is a key for joining separate documents after
they're published as dataset. |
void |
setUrl(java.lang.String url)
Set
url which represents URL of this AXML component. |
S get()
void setUrl(java.lang.String url)
url which represents URL of this AXML component.url - url valuevoid setGroupID(java.lang.String groupId)
group-id which is a key for joining separate documents after
they're published as dataset.groupId - group-id value