@PublicApi
public interface RequestTypeField
RequestType
basisModifier and Type | Method and Description |
---|---|
String |
description()
Description of the field
|
FieldId |
fieldId()
The ID of the field
|
String |
name()
Display name of the field as per
RequestType basic |
RequestType |
requestType()
The parent
RequestType of this field |
boolean |
required()
If the field is mandatory to create a request
|
ServiceDesk |
serviceDesk()
The
ServiceDesk that the Request Type belongs to |
List<RequestTypeFieldValue> |
validValues()
List of valid options as field's value if applicable, or empty otherwise
|
ServiceDesk serviceDesk()
ServiceDesk
that the Request Type belongs toRequestType requestType()
RequestType
of this fieldFieldId fieldId()
String name()
RequestType
basicString description()
boolean required()
List<RequestTypeFieldValue> validValues()
Copyright © 2021 Atlassian. All rights reserved.