public interface ServerSessionClient
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ODataValueOfBoolean> |
createServerSession(String repoId)
- Deprecated.
|
CompletableFuture<ODataValueOfBoolean> |
invalidateServerSession(String repoId)
- Deprecated.
|
CompletableFuture<ODataValueOfDateTime> |
refreshServerSession(String repoId)
- Deprecated.
|
CompletableFuture<ODataValueOfBoolean> invalidateServerSession(String repoId)
repoId - The requested repository ID.CompletableFuture<ODataValueOfBoolean> createServerSession(String repoId)
repoId - The requested repository ID.CompletableFuture<ODataValueOfDateTime> refreshServerSession(String repoId)
repoId - The requested repository ID.Copyright © 2022. All rights reserved.