Uses of Enum Class
com.atlassian.servicedesk.api.request.CustomerRequestQuery.REQUEST_OWNERSHIP
Packages that use CustomerRequestQuery.REQUEST_OWNERSHIP
-
Uses of CustomerRequestQuery.REQUEST_OWNERSHIP in com.atlassian.servicedesk.api.request
Methods in com.atlassian.servicedesk.api.request that return CustomerRequestQuery.REQUEST_OWNERSHIPModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.CustomerRequestQuery.REQUEST_OWNERSHIP.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.servicedesk.api.request that return types with arguments of type CustomerRequestQuery.REQUEST_OWNERSHIPModifier and TypeMethodDescriptionCustomerRequestQuery.requestOwnership()
Limited result customer requests to those which are raised by executing user, or requests he participated in, or bothMethods in com.atlassian.servicedesk.api.request with parameters of type CustomerRequestQuery.REQUEST_OWNERSHIPModifier and TypeMethodDescriptionCustomerRequestQuery.Builder.requestOwnership
(CustomerRequestQuery.REQUEST_OWNERSHIP requestOwnership)