Package | Description |
---|---|
com.atlassian.servicedesk.api.request |
Modifier and Type | Method and Description |
---|---|
static CustomerRequestQuery.REQUEST_STATUS |
CustomerRequestQuery.REQUEST_STATUS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomerRequestQuery.REQUEST_STATUS[] |
CustomerRequestQuery.REQUEST_STATUS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Optional<CustomerRequestQuery.REQUEST_STATUS> |
CustomerRequestQuery.requestStatus()
Limit result customer requests to those are open, closed, or both
|
Modifier and Type | Method and Description |
---|---|
CustomerRequestQuery.Builder |
CustomerRequestQuery.Builder.requestStatus(CustomerRequestQuery.REQUEST_STATUS requestStatus) |
Copyright © 2017 Atlassian. All rights reserved.