Javadoc minor cleanups
This commit is contained in:
parent
b1cf6fa475
commit
e81e7f315a
2 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,8 @@ class CreateConfig private constructor(builder: Builder) {
|
||||||
* Configures the creation parameters of a Bitlink.
|
* Configures the creation parameters of a Bitlink.
|
||||||
*
|
*
|
||||||
* See the [Bit.ly API](https://dev.bitly.com/api-reference#createFullBitlink) for more information.
|
* See the [Bit.ly API](https://dev.bitly.com/api-reference#createFullBitlink) for more information.
|
||||||
|
*
|
||||||
|
* @param long_url The long URL.
|
||||||
**/
|
**/
|
||||||
data class Builder(var long_url: String) {
|
data class Builder(var long_url: String) {
|
||||||
var domain: String = Constants.EMPTY
|
var domain: String = Constants.EMPTY
|
||||||
|
|
|
@ -51,6 +51,8 @@ class UpdateConfig private constructor(builder: Builder) {
|
||||||
* Configures the update parameters of a Bitlink.
|
* Configures the update parameters of a Bitlink.
|
||||||
*
|
*
|
||||||
* See the [Bit.ly API](https://dev.bitly.com/api-reference#updateBitlink) for more information.
|
* See the [Bit.ly API](https://dev.bitly.com/api-reference#updateBitlink) for more information.
|
||||||
|
*
|
||||||
|
* @param bitlink A Bitlink made of the domain and hash.
|
||||||
**/
|
**/
|
||||||
data class Builder(var bitlink: String) {
|
data class Builder(var bitlink: String) {
|
||||||
var title: String = Constants.EMPTY
|
var title: String = Constants.EMPTY
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue