Package com.slack.api.util.http
Class ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder
- java.lang.Object
-
- com.slack.api.util.http.ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder
-
- Enclosing class:
- ProxyUrlUtil.ProxyUrl
public static class ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProxyUrlUtil.ProxyUrlbuild()ProxyUrlUtil.ProxyUrl.ProxyUrlBuilderhost(String host)ProxyUrlUtil.ProxyUrl.ProxyUrlBuilderpassword(String password)ProxyUrlUtil.ProxyUrl.ProxyUrlBuilderport(Integer port)ProxyUrlUtil.ProxyUrl.ProxyUrlBuilderschema(String schema)StringtoString()ProxyUrlUtil.ProxyUrl.ProxyUrlBuilderusername(String username)
-
-
-
Method Detail
-
schema
public ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder schema(String schema)
- Returns:
this.
-
username
public ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder username(String username)
- Returns:
this.
-
password
public ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder password(String password)
- Returns:
this.
-
host
public ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder host(String host)
- Returns:
this.
-
port
public ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder port(Integer port)
- Returns:
this.
-
build
public ProxyUrlUtil.ProxyUrl build()
-
-