Tweak test script no issue #
[arvados.git] / src / test / java / org / arvados / client / test / utils / RequestMethod.java
1 /*
2  * Copyright (C) The Arvados Authors. All rights reserved.
3  *
4  * SPDX-License-Identifier: AGPL-3.0 OR Apache-2.0
5  *
6  */
7
8 package org.arvados.client.test.utils;
9
10 public enum RequestMethod {
11     
12     GET, POST, PUT, DELETE
13 }