PropertyDefinition.withUriAndFlags constructor
PropertyDefinition.withUriAndFlags(
- String xmlElementName,
- String uri,
- List<
PropertyDefinitionFlags> flags, - ExchangeVersion version,
Implementation
PropertyDefinition.withUriAndFlags(String xmlElementName, String uri,
List<PropertyDefinitionFlags> flags, ExchangeVersion version)
: super.withUri(uri) {
this._xmlElementName = xmlElementName;
this._flags = flags;
this._version = version;
}