public static class CreateBitlinkRequest.Builder<T extends CreateBitlinkRequest,B extends CreateBitlinkRequest.Builder<T,B>> extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
T |
build()
Returns the configured request
|
B |
domain(String domain)
Sets the domain of the request.
|
B |
groupGuid(String groupGuid)
Sets the group guid of the request.
|
B |
longUrl(String longUrl)
Sets the long url of the request.
|
B |
request(CreateBitlinkRequest request)
Sets the request.
|
protected B |
self()
Returns this object.
|
public B request(CreateBitlinkRequest request)
request - The requestpublic B groupGuid(String groupGuid)
groupGuid - The group guid of the requestpublic B domain(String domain)
domain - The domain of the requestpublic B longUrl(String longUrl)
longUrl - The long url of the requestprotected B self()
public T build()
Copyright © 2020. All rights reserved.