public interface IInteractiveUpdatable
IInteractiveCreatable
defines methods for updating a resource on the Interactive service.Modifier and Type | Method and Description |
---|---|
CompletableFuture<Boolean> |
update(GameClient gameClient)
Asynchronously updates
this on the Interactive service. |
CompletableFuture<Boolean> update(GameClient gameClient)
this
on the Interactive service.gameClient
- The GameClient
to use for the update operationCompletableFuture
that when complete returns true
if the
update request completes with no errorsCopyright © 2018. All rights reserved.