public class CreateFullBitlinkRequest extends CreateBitlinkRequest
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CreateFullBitlinkRequest.BuilderBuilder to make request construction easier. | 
| Constructor and Description | 
|---|
| CreateFullBitlinkRequest()Default constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| static CreateFullBitlinkRequest.Builder | builder()Returns a builder for the request. | 
| List<Deeplink> | getDeeplinks()Returns the deeplinks for 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 | 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. | 
getDomain, getGroupGuid, getLongUrl, setDomain, setGroupGuid, setLongUrlpublic String getTitle()
public void setTitle(String title)
title - The title 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()
toString in class CreateBitlinkRequestpublic static CreateFullBitlinkRequest.Builder builder()
Copyright © 2020. All rights reserved.