public class BitlinkQuery extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | BitlinkQuery.BuilderBuilder to make query construction easier. | 
| Constructor and Description | 
|---|
| BitlinkQuery()Default constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| static BitlinkQuery.Builder | builder()Returns a builder for the query. | 
| Switch | getArchived()Returns whether or not to include archived bitlinks. | 
| String | getCampaignGuid()Returns filter to return only links for the given campaign GUID. | 
| String | getChannelGuid()Returns filter to return only links for the given channel GUID, overrides all other parameters. | 
| int | getCreatedAfter()Returns the timestamp as an integer unix epoch. | 
| int | getCreatedBefore()Returns the timestamp as an integer unix epoch. | 
| Switch | getCustomBitlink()Returns whether to filter to only bitlinks that are custom bitlinks. | 
| Switch | getDeeplinks()Returns whether to filter to only bitlinks that contain deeplinks. | 
| Switch | getDomainDeeplinks()Returns whether to filter to only bitlinks that contain deeplinks configured with a custom domain. | 
| List<String> | getEncodingLogin()Returns filter by the login of the authenticated user that created the bitlink. | 
| String | getKeyword()Returns the custom keyword to filter on history entries. | 
| int | getModifiedAfter()Returns the timestamp as an integer unix epoch. | 
| int | getPage()Returns the start page. | 
| String | getQuery()Returns the value that you would like to search. | 
| int | getSize()Returns the quantity of items to be returned. | 
| List<String> | getTags()Returns filter on the bitlink tags. | 
| void | setArchived(Switch archived)Sets whether or not to include archived bitlinks. | 
| void | setCampaignGuid(String campaignGuid)Sets filter to return only links for the given campaign GUID. | 
| void | setChannelGuid(String channelGuid)Sets filter to return only links for the given channel GUID, overrides all other parameters. | 
| void | setCreatedAfter(int createdAfter)Sets the timestamp as an integer unix epoch. | 
| void | setCreatedBefore(int createdBefore)Sets the timestamp as an integer unix epoch. | 
| void | setCustomBitlink(Switch customBitlink)Sets whether to filter to only bitlinks that are custom bitlinks. | 
| void | setDeeplinks(Switch deeplinks)Sets whether to filter to only bitlinks that contain deeplinks. | 
| void | setDomainDeeplinks(Switch domainDeeplinks)Sets whether to filter to only bitlinks that contain deeplinks configured with a custom domain. | 
| void | setEncodingLogin(List<String> encodingLogin)Sets filter by the login of the authenticated user that created the bitlink. | 
| void | setKeyword(String keyword)Sets the custom keyword to filter on history entries. | 
| void | setModifiedAfter(int modifiedAfter)Sets the timestamp as an integer unix epoch. | 
| void | setPage(int page)Sets the start page. | 
| void | setQuery(String query)Sets the value that you would like to search. | 
| void | setSize(int size)Sets the quantity of items to be returned. | 
| void | setTags(List<String> tags)Sets filter on the bitlink tags. | 
| String | toString()Returns a string representation of the object. | 
public int getSize()
public void setSize(int size)
size - The size for the querypublic int getPage()
public void setPage(int page)
page - The page for the querypublic String getKeyword()
public void setKeyword(String keyword)
keyword - The custom keywordpublic String getQuery()
public void setQuery(String query)
query - The search querypublic int getCreatedBefore()
public void setCreatedBefore(int createdBefore)
createdBefore - The timestamppublic int getCreatedAfter()
public void setCreatedAfter(int createdAfter)
createdAfter - The timestamppublic int getModifiedAfter()
public void setModifiedAfter(int modifiedAfter)
modifiedAfter - The timestamppublic Switch getArchived()
public void setArchived(Switch archived)
archived - whether or not to include archived bitlinkspublic Switch getDeeplinks()
public void setDeeplinks(Switch deeplinks)
deeplinks - whether to filter to only bitlinks that contain deeplinkspublic Switch getDomainDeeplinks()
public void setDomainDeeplinks(Switch domainDeeplinks)
domainDeeplinks - whether to filter to only bitlinks that contain deeplinks configured with a custom domainpublic Switch getCustomBitlink()
public void setCustomBitlink(Switch customBitlink)
customBitlink - whether to filter to only bitlinks that are custom bitlinkspublic String getCampaignGuid()
public void setCampaignGuid(String campaignGuid)
campaignGuid - Filter to return only links for the given campaign GUIDpublic String getChannelGuid()
public void setChannelGuid(String channelGuid)
channelGuid - Filter to return only links for the given channel GUIDpublic List<String> getTags()
public void setTags(List<String> tags)
tags - Filter on the bitlink tagspublic List<String> getEncodingLogin()
public void setEncodingLogin(List<String> encodingLogin)
encodingLogin - Filter by the login of the authenticated user that created the bitlinkpublic String toString()
public static BitlinkQuery.Builder builder()
Copyright © 2020. All rights reserved.