public static class UpdateBitlinkRequest.Builder extends Object
| Constructor and Description | 
|---|
| Builder() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateBitlinkRequest | build()Returns the configured request | 
| UpdateBitlinkRequest.Builder | deeplinks(List<Deeplink> deeplinks)Sets the deeplinks for the request. | 
| UpdateBitlinkRequest.Builder | domain(String domain)Sets the domain of the request. | 
| UpdateBitlinkRequest.Builder | groupGuid(String groupGuid)Sets the group guid of the request. | 
| UpdateBitlinkRequest.Builder | longUrl(String longUrl)Sets the long url of the request. | 
| UpdateBitlinkRequest.Builder | tags(List<String> tags)Sets the tags for the request. | 
| UpdateBitlinkRequest.Builder | title(String title)Sets the title of the request. | 
public UpdateBitlinkRequest.Builder groupGuid(String groupGuid)
groupGuid - The group guid of the requestpublic UpdateBitlinkRequest.Builder domain(String domain)
domain - The domain of the requestpublic UpdateBitlinkRequest.Builder title(String title)
title - The title of the requestpublic UpdateBitlinkRequest.Builder longUrl(String longUrl)
longUrl - The long url of the requestpublic UpdateBitlinkRequest.Builder tags(List<String> tags)
tags - The tags for the requestpublic UpdateBitlinkRequest.Builder deeplinks(List<Deeplink> deeplinks)
deeplinks - The deeplinks for the requestpublic UpdateBitlinkRequest build()
Copyright © 2020. All rights reserved.