public class HierarchyApi extends Object
| Constructor and Description |
|---|
HierarchyApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<HierarchyOutputFragment> |
getHierarchy(Long projectId,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get the hierarchy
Get the project hierarchy.
|
public HierarchyApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<HierarchyOutputFragment> getHierarchy(Long projectId, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get the project hierarchy.
projectId - The ID of the project.
(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.