Encodes the given segment and appends it to the path.
(String newSegment)
| 1415 | * Encodes the given segment and appends it to the path. |
| 1416 | */ |
| 1417 | public Builder appendPath(String newSegment) { |
| 1418 | return path(PathPart.appendDecodedSegment(path, newSegment)); |
| 1419 | } |
| 1420 | |
| 1421 | /** |
| 1422 | * Appends the given segment to the path. |