Uses of Class
io.gs2.lock.request.UnlockRequest
Packages that use UnlockRequest
-
Uses of UnlockRequest in io.gs2.lock
Methods in io.gs2.lock with parameters of type UnlockRequestModifier and TypeMethodDescriptionGs2LockRestClient.unlock(UnlockRequest request) voidGs2LockRestClient.unlockAsync(UnlockRequest request, AsyncAction<AsyncResult<UnlockResult>> callback) -
Uses of UnlockRequest in io.gs2.lock.request
Methods in io.gs2.lock.request that return UnlockRequestModifier and TypeMethodDescriptionstatic UnlockRequestUnlockRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UnlockRequest.withAccessToken(String accessToken) UnlockRequest.withDuplicationAvoider(String duplicationAvoider) UnlockRequest.withNamespaceName(String namespaceName) UnlockRequest.withPropertyId(String propertyId) UnlockRequest.withTransactionId(String transactionId)