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