toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ObjectStorageServerProtocol.https:
      return 'HTTPS';
    case ObjectStorageServerProtocol.http:
      return 'HTTP';
  }
}