Uses of Class
io.gs2.identifier.request.DeletePasswordRequest
Packages that use DeletePasswordRequest
-
Uses of DeletePasswordRequest in io.gs2.identifier
Methods in io.gs2.identifier with parameters of type DeletePasswordRequestModifier and TypeMethodDescriptionGs2IdentifierRestClient.deletePassword(DeletePasswordRequest request) voidGs2IdentifierRestClient.deletePasswordAsync(DeletePasswordRequest request, AsyncAction<AsyncResult<DeletePasswordResult>> callback) -
Uses of DeletePasswordRequest in io.gs2.identifier.request
Methods in io.gs2.identifier.request that return DeletePasswordRequestModifier and TypeMethodDescriptionstatic DeletePasswordRequestDeletePasswordRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DeletePasswordRequest.withUserName(String userName)