Uses of Class
io.gs2.dictionary.request.VerifyEntryRequest
Packages that use VerifyEntryRequest
-
Uses of VerifyEntryRequest in io.gs2.dictionary
Methods in io.gs2.dictionary with parameters of type VerifyEntryRequestModifier and TypeMethodDescriptionGs2DictionaryRestClient.verifyEntry(VerifyEntryRequest request) voidGs2DictionaryRestClient.verifyEntryAsync(VerifyEntryRequest request, AsyncAction<AsyncResult<VerifyEntryResult>> callback) -
Uses of VerifyEntryRequest in io.gs2.dictionary.request
Methods in io.gs2.dictionary.request that return VerifyEntryRequestModifier and TypeMethodDescriptionstatic VerifyEntryRequestVerifyEntryRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) VerifyEntryRequest.withAccessToken(String accessToken) VerifyEntryRequest.withDuplicationAvoider(String duplicationAvoider) VerifyEntryRequest.withEntryModelName(String entryModelName) VerifyEntryRequest.withNamespaceName(String namespaceName) VerifyEntryRequest.withVerifyType(String verifyType)