add Vocabulary Reference
See addVocabularyReference(String, String?, String?).
Parameters
Ns parameter.
See addVocabularyReference(String, String?, String?).
Parameters
Ns parameter.
Uri parameter.
Add a well-known vocabulary reference to this metadata. If this metadata already has a reference to the well-known vocabulary, then no change is made. If the reference is to one of the {@link com.sap.cloud.mobile.kotlin.odata.csdl.CsdlDocument#builtinVocabularyNamespaces CsdlDocument.builtinVocabularyNamespaces}, then all defined annotation terms/types from the vocabulary will also be added to the current metadata.
- See Also:
-
{@link com.sap.cloud.mobile.kotlin.odata.csdl.CsdlDocument#builtinVocabularyNamespaces CsdlDocument.builtinVocabularyNamespaces}.
Parameters
CSDL namespace.
(nullable) Optional namespace URI. For builtin vocabulary namespaces, this can be derived from the namespace. For references to non-builtin vocabularies, it must be provided.
(nullable) Optional namespace alias. For builtin vocabulary namespaces, this can be derived from the namespace. For references to non-builtin vocabularies, it can be provided.