@ExperimentalApi
public interface RequestTypeUpdateParameters
RequestType.| Modifier and Type | Interface and Description |
|---|---|
static interface |
RequestTypeUpdateParameters.Builder
Builder to instantiate
RequestTypeUpdateParameters. |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
description()
Optional description of this
RequestType. |
Optional<String> |
helpText()
Optional help text of this
RequestType. |
Optional<String> |
name()
Name of this
RequestType. |
int |
requestType()
The id of this
RequestType. |
int requestType()
RequestType.
Is mandatory for this request.
Optional<String> name()
RequestType.Optional<String> description()
RequestType.Optional<String> helpText()
RequestType.Copyright © 2018 Atlassian. All rights reserved.