Uses of Class
io.gs2.dictionary.request.GetEntryRequest
Packages that use GetEntryRequest
-
Uses of GetEntryRequest in io.gs2.dictionary
Methods in io.gs2.dictionary with parameters of type GetEntryRequestModifier and TypeMethodDescriptionGs2DictionaryRestClient.getEntry(GetEntryRequest request) voidGs2DictionaryRestClient.getEntryAsync(GetEntryRequest request, AsyncAction<AsyncResult<GetEntryResult>> callback) -
Uses of GetEntryRequest in io.gs2.dictionary.request
Methods in io.gs2.dictionary.request that return GetEntryRequestModifier and TypeMethodDescriptionstatic GetEntryRequestGetEntryRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetEntryRequest.withAccessToken(String accessToken) GetEntryRequest.withEntryModelName(String entryModelName) GetEntryRequest.withNamespaceName(String namespaceName)