All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sap.cloud.yaas.rammler.commons.builder.HttpActionSettable Maven / Gradle / Ivy

There is a newer version: 1.8.1
Show newest version
/*
 * © 2016 SAP SE or an SAP affiliate company.
 * All rights reserved.
 * Please see http://www.sap.com/corporate-en/legal/copyright/index.epx for additional trademark information and
 * notices.
 */
package com.sap.cloud.yaas.rammler.commons.builder;



/**
 * An interface for request builders that are capable of setting the HTTP action at runtime.
 */
public interface HttpActionSettable>
{
	/**
	 * Sets the http method.
	 *
	 * @param theMethod the https method
	 * @return the instance of the request builder
	 */
	T fillMethod(final ActionBuilder.HttpMethod theMethod);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy