Interface RequestTypeField
@PublicApi
public interface RequestTypeField
A service project's field which is configured by
RequestType
basis-
Method Summary
Modifier and TypeMethodDescriptionDescription of the fieldfieldId()
The ID of the fieldname()
Display name of the field as perRequestType
basicThe parentRequestType
of this fieldboolean
required()
If the field is mandatory to create a requestTheServiceDesk
that the Request Type belongs toList of valid options as field's value if applicable, or empty otherwise
-
Method Details
-
serviceDesk
ServiceDesk serviceDesk()TheServiceDesk
that the Request Type belongs to -
requestType
RequestType requestType()The parentRequestType
of this field -
fieldId
FieldId fieldId()The ID of the field -
name
String name()Display name of the field as perRequestType
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
-