Package com.envimate.httpmate.client
Class RequestPath
- java.lang.Object
-
- com.envimate.httpmate.client.RequestPath
-
public final class RequestPath extends Object
-
-
Constructor Summary
Constructors Constructor Description RequestPath()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(QueryParameter queryParameter)static RequestPathparse(String raw)Stringpath()List<QueryParameter>queryParameters()Stringrender()
-
-
-
Method Detail
-
parse
public static RequestPath parse(String raw)
-
add
public void add(QueryParameter queryParameter)
-
render
public String render()
-
path
public String path()
-
queryParameters
public List<QueryParameter> queryParameters()
-
-