Interface RequestTypeField


@PublicApi public interface RequestTypeField
A service project's field which is configured by RequestType basis
  • Method Details

    • serviceDesk

      ServiceDesk serviceDesk()
      The ServiceDesk that the Request Type belongs to
    • requestType

      RequestType requestType()
      The parent RequestType of this field
    • fieldId

      FieldId fieldId()
      The ID of the field
    • name

      String name()
      Display name of the field as per RequestType basic
    • description

      String description()
      Description of the field
    • required

      boolean required()
      If the field is mandatory to create a request
    • validValues

      List<RequestTypeFieldValue> validValues()
      List of valid options as field's value if applicable, or empty otherwise