toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case WorkspaceImageIngestionProcess.byolRegular:
      return 'BYOL_REGULAR';
    case WorkspaceImageIngestionProcess.byolGraphics:
      return 'BYOL_GRAPHICS';
    case WorkspaceImageIngestionProcess.byolGraphicspro:
      return 'BYOL_GRAPHICSPRO';
    case WorkspaceImageIngestionProcess.byolRegularWsp:
      return 'BYOL_REGULAR_WSP';
  }
}