public class ScreenTabFieldsApi extends Object
| Constructor and Description |
|---|
ScreenTabFieldsApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<ScreenableField> |
addScreenTabField(Long screenId,
Long tabId,
AddFieldBean addFieldBean,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Add screen tab field
Adds a field to a screen tab.
|
io.reactivex.Single<List<ScreenableField>> |
getAllScreenTabFields(Long screenId,
Long tabId,
Optional<String> projectKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get all screen tab fields
Returns all fields for a screen tab.
|
io.reactivex.Single<Object> |
moveScreenTabField(Long screenId,
Long tabId,
String id,
MoveFieldBean moveFieldBean,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Move screen tab field
Moves a screen tab field.
|
io.reactivex.Completable |
removeScreenTabField(Long screenId,
Long tabId,
String id,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Remove screen tab field
Removes a field from a screen tab.
|
public ScreenTabFieldsApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<ScreenableField> addScreenTabField(Long screenId, Long tabId, AddFieldBean addFieldBean, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
screenId - The ID of the screen. (required)tabId - The ID of the screen tab. (required)addFieldBean - (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<List<ScreenableField>> getAllScreenTabFields(Long screenId, Long tabId, Optional<String> projectKey, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
screenId - The ID of the screen. (required)tabId - The ID of the screen tab. (required)projectKey - The key of the project. (optional)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<Object> moveScreenTabField(Long screenId, Long tabId, String id, MoveFieldBean moveFieldBean, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
screenId - The ID of the screen. (required)tabId - The ID of the screen tab. (required)id - The ID of the field. (required)moveFieldBean - (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 removeScreenTabField(Long screenId, Long tabId, String id, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
screenId - The ID of the screen. (required)tabId - The ID of the screen tab. (required)id - The ID of the field. (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.