public class IssueLinkTypesApi extends Object
| Constructor and Description |
|---|
IssueLinkTypesApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<IssueLinkType> |
createIssueLinkType(IssueLinkType issueLinkType,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Create issue link type
Creates an issue link type.
|
io.reactivex.Completable |
deleteIssueLinkType(String issueLinkTypeId,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Delete issue link type
Deletes an issue link type.
|
io.reactivex.Single<IssueLinkType> |
getIssueLinkType(String issueLinkTypeId,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get issue link type
Returns an issue link type.
|
io.reactivex.Single<IssueLinkTypes> |
getIssueLinkTypes(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get issue link types
Returns a list of all issue link types.
|
io.reactivex.Single<IssueLinkType> |
updateIssueLinkType(String issueLinkTypeId,
IssueLinkType issueLinkType,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Update issue link type
Updates an issue link type.
|
public IssueLinkTypesApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<IssueLinkType> createIssueLinkType(IssueLinkType issueLinkType, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
issueLinkType - (required)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
public io.reactivex.Completable deleteIssueLinkType(String issueLinkTypeId, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
issueLinkTypeId - The ID of the issue link type. (required)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
public io.reactivex.Single<IssueLinkType> getIssueLinkType(String issueLinkTypeId, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
issueLinkTypeId - The ID of the issue link type. (required)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
public io.reactivex.Single<IssueLinkTypes> getIssueLinkTypes(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
public io.reactivex.Single<IssueLinkType> updateIssueLinkType(String issueLinkTypeId, IssueLinkType issueLinkType, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
issueLinkTypeId - The ID of the issue link type. (required)issueLinkType - (required)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
Copyright © 2011–2021 Everit Kft.. All rights reserved.