Uses of Class
com.atlassian.servicedesk.api.field.FieldInputValue
Packages that use FieldInputValue
-
Uses of FieldInputValue in com.atlassian.servicedesk.api.field
Methods in com.atlassian.servicedesk.api.field that return FieldInputValueModifier and TypeMethodDescriptionstatic FieldInputValue
Create a new instance using the supplied value, which is shaped specific to the field being set. -
Uses of FieldInputValue in com.atlassian.servicedesk.api.request
Methods in com.atlassian.servicedesk.api.request that return types with arguments of type FieldInputValueModifier and TypeMethodDescriptionCustomerRequestCreateParameters.fieldValues()
A map ofFieldId
and theirFieldInputValue
s used when creating the request.Methods in com.atlassian.servicedesk.api.request with parameters of type FieldInputValueModifier and TypeMethodDescriptionCustomerRequestCreateParameters.Builder.fieldValue
(FieldId fieldId, FieldInputValue fieldValue) Add a pair field and its valueMethod parameters in com.atlassian.servicedesk.api.request with type arguments of type FieldInputValueModifier and TypeMethodDescriptionCustomerRequestCreateParameters.Builder.fieldValues
(Map<FieldId, FieldInputValue> fieldValues) Set fields and values