setKey method

MetadataBuilder setKey(
  1. String value
)

Implementation

MetadataBuilder setKey(String value) {
  key = value;
  return this;
}