@Generated(value="org.jsonschema2pojo") public class TwitterFollowingConfiguration extends TwitterUserInformationConfiguration implements Serializable
| Constructor and Description |
|---|
TwitterFollowingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getIdsOnly()
Whether to collect ids only, or full profiles
|
Long |
getMaxItems()
Max items per user to collect
|
Long |
getMaxPages()
Max pages per user to request
|
Long |
getPageSize()
Max items per page to request
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setIdsOnly(Boolean idsOnly)
Whether to collect ids only, or full profiles
|
void |
setMaxItems(Long maxItems)
Max items per user to collect
|
void |
setMaxPages(Long maxPages)
Max pages per user to request
|
void |
setPageSize(Long pageSize)
Max items per page to request
|
String |
toString() |
TwitterFollowingConfiguration |
withAdditionalProperty(String name,
Object value) |
TwitterFollowingConfiguration |
withIdsOnly(Boolean idsOnly) |
TwitterFollowingConfiguration |
withMaxItems(Long maxItems) |
TwitterFollowingConfiguration |
withMaxPages(Long maxPages) |
TwitterFollowingConfiguration |
withPageSize(Long pageSize) |
getInfo, setInfo, withInfogetBasicauth, getDebug, getEndpoint, getEnvironment, getHost, getJsonStoreEnabled, getOauth, getPort, getProtocol, getRetryMax, getRetrySleepMs, getThreadsPerProvider, getVersion, setBasicauth, setDebug, setEndpoint, setEnvironment, setHost, setJsonStoreEnabled, setOauth, setPort, setProtocol, setRetryMax, setRetrySleepMs, setThreadsPerProvider, setVersion, withBasicauth, withDebug, withEndpoint, withEnvironment, withHost, withJsonStoreEnabled, withOauth, withPort, withProtocol, withRetryMax, withRetrySleepMs, withThreadsPerProvider, withVersion@BeanProperty(value="ids_only") public Boolean getIdsOnly()
@BeanProperty(value="ids_only") public void setIdsOnly(Boolean idsOnly)
idsOnly - The ids_onlypublic TwitterFollowingConfiguration withIdsOnly(Boolean idsOnly)
@BeanProperty(value="max_items") public Long getMaxItems()
@BeanProperty(value="max_items") public void setMaxItems(Long maxItems)
maxItems - The max_itemspublic TwitterFollowingConfiguration withMaxItems(Long maxItems)
@BeanProperty(value="max_pages") public Long getMaxPages()
@BeanProperty(value="max_pages") public void setMaxPages(Long maxPages)
maxPages - The max_pagespublic TwitterFollowingConfiguration withMaxPages(Long maxPages)
@BeanProperty(value="page_size") public Long getPageSize()
getPageSize in class TwitterUserInformationConfiguration@BeanProperty(value="page_size") public void setPageSize(Long pageSize)
setPageSize in class TwitterUserInformationConfigurationpageSize - The page_sizepublic TwitterFollowingConfiguration withPageSize(Long pageSize)
withPageSize in class TwitterUserInformationConfigurationpublic String toString()
toString in class TwitterUserInformationConfiguration@BeanProperty(name="*") public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in class TwitterUserInformationConfiguration@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
setAdditionalProperty in class TwitterUserInformationConfigurationpublic TwitterFollowingConfiguration withAdditionalProperty(String name, Object value)
withAdditionalProperty in class TwitterUserInformationConfigurationpublic int hashCode()
hashCode in class TwitterUserInformationConfigurationpublic boolean equals(Object other)
equals in class TwitterUserInformationConfigurationCopyright © 2018 The Apache Software Foundation. All rights reserved.