@Deprecated @PublicApi public interface RequestTypeField
RequestType
basisModifier and Type | Method and Description |
---|---|
String |
description()
Deprecated.
Description of the field
|
FieldId |
fieldId()
Deprecated.
The ID of the field
|
String |
name()
Deprecated.
Display name of the field as per
RequestType basic |
RequestType |
requestType()
Deprecated.
The parent
RequestType of this field |
boolean |
required()
Deprecated.
If the field is mandatory to create a request
|
ServiceDesk |
serviceDesk()
Deprecated.
The
ServiceDesk that the Request Type belongs to |
List<RequestTypeFieldValue> |
validValues()
Deprecated.
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 © 2020 Atlassian. All rights reserved.