toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case InventoryIncludedObjectVersions.all:
      return 'All';
    case InventoryIncludedObjectVersions.current:
      return 'Current';
  }
}