(Part authority)
| 1359 | } |
| 1360 | |
| 1361 | Builder authority(Part authority) { |
| 1362 | // This URI will be hierarchical. |
| 1363 | this.opaquePart = null; |
| 1364 | |
| 1365 | this.authority = authority; |
| 1366 | return this; |
| 1367 | } |
| 1368 | |
| 1369 | /** |
| 1370 | * Encodes and sets the authority. |