custom method

Implementation

HackleSubscriptionOperationsBuilder custom(String key, HackleSubscriptionStatus status) {
  _operations[key] = status;
  return this;
}