Class StringBodyApiMethod<T extends StringBodyApiMethod<T,TResult>,TResult>

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,TBody>
io.vrap.rmf.base.client.TypeBodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<T,TResult>
All Implemented Interfaces:
ClientRequestCommand<TResult>, CreateHttpRequestCommand, HttpRequestCommand<TResult>, RequestCommand<TResult>

public abstract class StringBodyApiMethod<T extends StringBodyApiMethod<T,TResult>,TResult> extends TypeBodyApiMethod<T,TResult,String>