Uses of Class
io.gs2.distributor.request.UpdateCurrentDistributorMasterRequest
Packages that use UpdateCurrentDistributorMasterRequest
-
Uses of UpdateCurrentDistributorMasterRequest in io.gs2.distributor
Methods in io.gs2.distributor with parameters of type UpdateCurrentDistributorMasterRequestModifier and TypeMethodDescriptionGs2DistributorRestClient.updateCurrentDistributorMaster(UpdateCurrentDistributorMasterRequest request) voidGs2DistributorRestClient.updateCurrentDistributorMasterAsync(UpdateCurrentDistributorMasterRequest request, AsyncAction<AsyncResult<UpdateCurrentDistributorMasterResult>> callback) -
Uses of UpdateCurrentDistributorMasterRequest in io.gs2.distributor.request
Methods in io.gs2.distributor.request that return UpdateCurrentDistributorMasterRequestModifier and TypeMethodDescriptionUpdateCurrentDistributorMasterRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateCurrentDistributorMasterRequest.withNamespaceName(String namespaceName) UpdateCurrentDistributorMasterRequest.withSettings(String settings)