public class ServerSessionClientImpl extends ApiClient implements ServerSessionClient
baseUrl, httpClient, objectMapper| Constructor and Description |
|---|
ServerSessionClientImpl(String baseUrl,
kong.unirest.UnirestInstance httpClient) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ODataValueOfBoolean> |
createServerSession(String repoId)
- Deprecated.
|
CompletableFuture<ODataValueOfBoolean> |
invalidateServerSession(String repoId)
- Deprecated.
|
CompletableFuture<ODataValueOfDateTime> |
refreshServerSession(String repoId)
- Deprecated.
|
decideErrorMessage, deserializeToProblemDetails, getHeadersMap, getNonNullParameters, mergeMaxSizeIntoPrefer, toJsonpublic ServerSessionClientImpl(String baseUrl, kong.unirest.UnirestInstance httpClient)
public CompletableFuture<ODataValueOfBoolean> invalidateServerSession(String repoId)
ServerSessionClientinvalidateServerSession in interface ServerSessionClientrepoId - The requested repository ID.public CompletableFuture<ODataValueOfBoolean> createServerSession(String repoId)
ServerSessionClientcreateServerSession in interface ServerSessionClientrepoId - The requested repository ID.public CompletableFuture<ODataValueOfDateTime> refreshServerSession(String repoId)
ServerSessionClientrefreshServerSession in interface ServerSessionClientrepoId - The requested repository ID.Copyright © 2022. All rights reserved.