Interface LabelService.Validator

All Known Implementing Classes:
LabelServiceImpl.ValidatorImpl
Enclosing interface:
LabelService

public static interface LabelService.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.