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