publisherName method
Implementation
ContentMetadataBuilder publisherName(String publisherName) {
_publisherName = publisherName;
return this;
}
ContentMetadataBuilder publisherName(String publisherName) {
_publisherName = publisherName;
return this;
}