Repository: incubator-juneau Updated Branches: refs/heads/master 5b6db82c7 -> 9609830d0
Update javadocs Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/9609830d Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/9609830d Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/9609830d Branch: refs/heads/master Commit: 9609830d0915f8f0c887916ae5a39b2f429f8d96 Parents: 5b6db82 Author: JamesBognar <[email protected]> Authored: Fri Apr 7 22:14:56 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Fri Apr 7 22:14:56 2017 -0400 ---------------------------------------------------------------------- juneau-core/src/main/javadoc/overview.html | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/9609830d/juneau-core/src/main/javadoc/overview.html ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/javadoc/overview.html b/juneau-core/src/main/javadoc/overview.html index b6b2006..f59f283 100644 --- a/juneau-core/src/main/javadoc/overview.html +++ b/juneau-core/src/main/javadoc/overview.html @@ -5899,6 +5899,9 @@ <ul> <li>{@link org.apache.juneau.rest.client.RestCall#uri(Object)} <li>{@link org.apache.juneau.rest.client.RestCall#param(String,Object)} + <li>{@link org.apache.juneau.rest.client.RestCall#paramIfNE(String,Object)} + <li>{@link org.apache.juneau.rest.client.RestCall#paramIfNN(String,Object)} + <li>{@link org.apache.juneau.rest.client.RestCall#params(Map)} <li>{@link org.apache.juneau.rest.client.RestCall#query(String)} <li>{@link org.apache.juneau.rest.client.RestCall#host(String)} <li>{@link org.apache.juneau.rest.client.RestCall#port(int)}
