public class RemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImpl extends AbstractRemoteService<SpacePropertyService.SpacePropertyFinder> implements RemoteSpacePropertyService.RemoteSpacePropertyFinder
Modifier | Constructor and Description |
---|---|
protected |
RemoteSpacePropertyFinderImpl(AbstractRemoteService other,
Expansion... expansions) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<PageResponse<JsonSpaceProperty>> |
fetchMany(PageRequest request) |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<JsonSpaceProperty>> |
fetchOne() |
com.atlassian.util.concurrent.Promise<JsonSpaceProperty> |
fetchOneOrNull() |
RemoteSpacePropertyService.RemoteSpacePropertyFinder |
withPropertyKey(String key) |
RemoteSpacePropertyService.RemoteSpacePropertyFinder |
withSpaceKey(String spaceKey) |
addExpansions, addPageRequest, addPageRequestParams, deleteFuture, deleteFuture, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postFuture, postFuture, postFuture, postFutureToPageResponse, putFuture
protected RemoteSpacePropertyFinderImpl(AbstractRemoteService other, Expansion... expansions)
public RemoteSpacePropertyService.RemoteSpacePropertyFinder withSpaceKey(String spaceKey)
withSpaceKey
in interface RemoteSpacePropertyService.RemoteSpacePropertyFinder
public RemoteSpacePropertyService.RemoteSpacePropertyFinder withPropertyKey(String key)
withPropertyKey
in interface RemoteSpacePropertyService.RemoteSpacePropertyFinder
public com.atlassian.util.concurrent.Promise<PageResponse<JsonSpaceProperty>> fetchMany(PageRequest request)
fetchMany
in interface RemoteSpacePropertyService.RemoteManyFetcher<JsonSpaceProperty>
public com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<JsonSpaceProperty>> fetchOne()
fetchOne
in interface RemoteSpacePropertyService.RemoteSingleFetcher<JsonSpaceProperty>
public com.atlassian.util.concurrent.Promise<JsonSpaceProperty> fetchOneOrNull()
fetchOneOrNull
in interface RemoteSpacePropertyService.RemoteSingleFetcher<JsonSpaceProperty>
Copyright © 2003–2018 Atlassian. All rights reserved.