Interface ImageSearchConfigStatus

All Superinterfaces:
io.vrap.rmf.base.client.JsonEnum
All Known Implementing Classes:
ImageSearchConfigStatus.ImageSearchConfigStatusEnum

public interface ImageSearchConfigStatus extends io.vrap.rmf.base.client.JsonEnum
ImageSearchConfigStatus
  • Field Details

  • Method Details

    • getJsonName

      the JSON value
      Specified by:
      getJsonName in interface io.vrap.rmf.base.client.JsonEnum
      Returns:
      json value
    • name

      the enum value
      Specified by:
      name in interface io.vrap.rmf.base.client.JsonEnum
      Returns:
      name
    • toString

      convert value to string
      Specified by:
      toString in interface io.vrap.rmf.base.client.JsonEnum
      Overrides:
      toString in class Object
      Returns:
      string representation
    • findEnum

      factory method for a enum value of ImageSearchConfigStatus if no enum has been found an anonymous instance will be created
      Parameters:
      value - the enum value to be wrapped
      Returns:
      enum instance
    • findEnumViaJsonName

      method to find enum using the JSON value
      Parameters:
      jsonName - the json value to be wrapped
      Returns:
      optional of enum instance
    • values

      possible enum values
      Returns:
      array of possible enum values