Interface RemoteLabelService.Validator

Enclosing interface:
RemoteLabelService

public static interface RemoteLabelService.Validator
Provides methods for validating inputs to create, retrieve, update or delete labels.
  • Method Summary

    Modifier and Type
    Method
    Description
    Validates if a label exists with a valid label name.
  • Method Details

    • validateLabelExists

      ValidationResult validateLabelExists(String labelName)
      Validates if a label exists with a valid label name.