Class AnswerInlineQuery
- java.lang.Object
-
- com.jtelegram.api.requests.framework.AbstractTelegramRequest
-
- com.jtelegram.api.requests.framework.UpdateTelegramRequest
-
- com.jtelegram.api.requests.inline.AnswerInlineQuery
-
- All Implemented Interfaces:
TelegramRequest
public class AnswerInlineQuery extends UpdateTelegramRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnswerInlineQuery.AnswerInlineQueryBuilderstatic classAnswerInlineQuery.ResultSelectionListener
-
Field Summary
Fields Modifier and Type Field Description static AnswerInlineQuery.ResultSelectionListenerRESULT_LISTENER-
Fields inherited from class com.jtelegram.api.requests.framework.UpdateTelegramRequest
callback
-
Fields inherited from class com.jtelegram.api.requests.framework.AbstractTelegramRequest
errorHandler, gson
-
Fields inherited from interface com.jtelegram.api.requests.framework.TelegramRequest
JSON_MEDIA_TYPE
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AnswerInlineQuery.AnswerInlineQueryBuilderbuilder()java.lang.IntegergetCacheTime()java.lang.BooleangetIsPersonal()java.lang.StringgetNextOffset()java.lang.StringgetQueryId()java.util.List<InlineResult>getResults()java.lang.StringgetSwitchPmParameter()java.lang.StringgetSwitchPmText()protected booleanisValid()Checks validity of this request.java.lang.StringtoString()-
Methods inherited from class com.jtelegram.api.requests.framework.UpdateTelegramRequest
handleResponse, setCallback
-
Methods inherited from class com.jtelegram.api.requests.framework.AbstractTelegramRequest
canEqual, equals, getBody, getEndPoint, handleError, handleException, hashCode, serialize, setErrorHandler, validate
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.jtelegram.api.requests.framework.TelegramRequest
build
-
-
-
-
Field Detail
-
RESULT_LISTENER
public static final AnswerInlineQuery.ResultSelectionListener RESULT_LISTENER
-
-
Method Detail
-
isValid
protected boolean isValid()
Description copied from class:UpdateTelegramRequestChecks validity of this request. Internal method used before sending.- Specified by:
isValidin classUpdateTelegramRequest- Returns:
- If it's valid
-
builder
public static AnswerInlineQuery.AnswerInlineQueryBuilder builder()
-
getQueryId
public java.lang.String getQueryId()
-
getResults
public java.util.List<InlineResult> getResults()
-
getCacheTime
public java.lang.Integer getCacheTime()
-
getIsPersonal
public java.lang.Boolean getIsPersonal()
-
getNextOffset
public java.lang.String getNextOffset()
-
getSwitchPmText
public java.lang.String getSwitchPmText()
-
getSwitchPmParameter
public java.lang.String getSwitchPmParameter()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-