public class UpdateBitlinkRequest extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | UpdateBitlinkRequest.BuilderBuilder to make request construction easier. | 
| Constructor and Description | 
|---|
| UpdateBitlinkRequest()Default constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| static UpdateBitlinkRequest.Builder | builder()Returns a builder for the request. | 
| List<Deeplink> | getDeeplinks()Returns the deeplinks for the bitlink. | 
| String | getDomain()Returns the domain of the bitlink. | 
| String | getGroupGuid()Returns the group guid of the bitlink. | 
| String | getLongUrl()Returns the long url of the bitlink. | 
| List<String> | getTags()Returns the tags for the bitlink. | 
| String | getTitle()Returns the title of the bitlink. | 
| void | setDeeplinks(List<Deeplink> deeplinks)Sets the deeplinks for the bitlink. | 
| void | setDomain(String domain)Sets the domain of the bitlink. | 
| void | setGroupGuid(String groupGuid)Sets the group guid of the bitlink. | 
| void | setLongUrl(String longUrl)Sets the long url of the bitlink. | 
| void | setTags(List<String> tags)Sets the tags for the bitlink. | 
| void | setTitle(String title)Sets the title of the bitlink. | 
| String | toString()Returns a string representation of the object. | 
public String getGroupGuid()
public void setGroupGuid(String groupGuid)
groupGuid - The group guid of the bitlinkpublic String getDomain()
public void setDomain(String domain)
domain - The domain of the bitlinkpublic String getTitle()
public void setTitle(String title)
title - The title of the bitlinkpublic String getLongUrl()
public void setLongUrl(String longUrl)
longUrl - The long url of the bitlinkpublic List<String> getTags()
public void setTags(List<String> tags)
tags - The tags for the bitlinkpublic List<Deeplink> getDeeplinks()
public void setDeeplinks(List<Deeplink> deeplinks)
deeplinks - The deeplinks for the bitlinkpublic String toString()
public static UpdateBitlinkRequest.Builder builder()
Copyright © 2020. All rights reserved.