Index

A B C D F G I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addAudienceToAudienceGroup(AddAudienceToAudienceGroupRequest) - Method in interface com.linecorp.bot.client.ManageAudienceClient
Adds new user IDs or IFAs to an audience for uploading user IDs.
addAuthenticationHeader(boolean) - Method in class com.linecorp.bot.client.LineBlobClientBuilder
Add authentication header.
addAuthenticationHeader(boolean) - Method in class com.linecorp.bot.client.LineMessagingClientBuilder
Add authentication header.
addAuthenticationHeader(boolean) - Method in class com.linecorp.bot.client.ManageAudienceBlobClientBuilder
Add authentication header.
addAuthenticationHeader(boolean) - Method in class com.linecorp.bot.client.ManageAudienceClientBuilder
Add authentication header.
addAuthenticationHeader(boolean) - Method in class com.linecorp.bot.client.RetryableLineMessagingClientBuilder
Add authentication header.
additionalInterceptors(List<Interceptor>) - Method in class com.linecorp.bot.client.LineBlobClientBuilder
Custom interceptors.
additionalInterceptors(List<Interceptor>) - Method in class com.linecorp.bot.client.LineMessagingClientBuilder
Custom interceptors.
additionalInterceptors(List<Interceptor>) - Method in class com.linecorp.bot.client.LineOAuthClientBuilder
Custom interceptors.
additionalInterceptors(List<Interceptor>) - Method in class com.linecorp.bot.client.ManageAudienceBlobClientBuilder
Custom interceptors.
additionalInterceptors(List<Interceptor>) - Method in class com.linecorp.bot.client.ManageAudienceClientBuilder
Custom interceptors.
additionalInterceptors(List<Interceptor>) - Method in class com.linecorp.bot.client.RetryableLineMessagingClientBuilder
Custom interceptors.
addLiffApp(LiffAppAddRequest) - Method in interface com.linecorp.bot.client.ChannelManagementSyncClient
 
addLiffApp(LiffAppAddRequest) - Method in class com.linecorp.bot.client.ChannelManagementSyncClientImpl
 
addUserIdsToAudience(long, String, File) - Method in interface com.linecorp.bot.client.ManageAudienceBlobClient
Add user IDs or Identifiers for Advertisers (IFAs) to an audience for uploading user IDs (by file).
addUserIdsToAudience(long, String, File) - Method in class com.linecorp.bot.client.ManageAudienceBlobClientImpl
 
addUserIdsToAudience(MultipartBody) - Method in interface com.linecorp.bot.client.ManageAudienceBlobService
 
allHeaders(Map<String, List<String>>) - Method in class com.linecorp.bot.client.MessageContentResponse.MessageContentResponseBuilder
All HTTP headers of API response.
apiEndPoint(URI) - Method in class com.linecorp.bot.client.ChannelManagementClientBuilder
 
apiEndPoint(URI) - Method in class com.linecorp.bot.client.LineBlobClientBuilder
API Endpoint.
apiEndPoint(URI) - Method in class com.linecorp.bot.client.LineMessagingClientBuilder
API Endpoint.
apiEndPoint(URI) - Method in class com.linecorp.bot.client.LineOAuthClientBuilder
API Endpoint.
apiEndPoint(URI) - Method in class com.linecorp.bot.client.ManageAudienceBlobClientBuilder
API Endpoint.
apiEndPoint(URI) - Method in class com.linecorp.bot.client.ManageAudienceClientBuilder
API Endpoint.
apiEndPoint(URI) - Method in class com.linecorp.bot.client.RetryableLineMessagingClientBuilder
API Endpoint.

B

BadRequestException - Exception in com.linecorp.bot.client.exception
 
BadRequestException(String, ErrorResponse) - Constructor for exception com.linecorp.bot.client.exception.BadRequestException
 
blobEndPoint(URI) - Method in class com.linecorp.bot.client.LineMessagingClientBuilder
Blob Endpoint.
blobEndPoint(URI) - Method in class com.linecorp.bot.client.RetryableLineMessagingClientBuilder
Blob Endpoint.
broadcast(Broadcast) - Method in interface com.linecorp.bot.client.LineMessagingClient
Sends push messages to multiple users at any time.
broadcast(Broadcast) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
broadcast(UUID, Broadcast) - Method in interface com.linecorp.bot.client.RetryableLineMessagingClient
Sends push messages to multiple users at any time.
broadcast(UUID, Broadcast) - Method in class com.linecorp.bot.client.RetryableLineMessagingClientImpl
 
build() - Method in class com.linecorp.bot.client.ChannelManagementClientBuilder
build() - Method in class com.linecorp.bot.client.LineBlobClientBuilder
Creates a new LineBlobService.
build() - Method in class com.linecorp.bot.client.LineMessagingClientBuilder
Creates a new LineMessagingService.
build() - Method in class com.linecorp.bot.client.LineOAuthClientBuilder
Creates a new LineOAuthClient.
build() - Method in class com.linecorp.bot.client.ManageAudienceBlobClientBuilder
build() - Method in class com.linecorp.bot.client.ManageAudienceClientBuilder
Creates a new LineMessagingService.
build() - Method in class com.linecorp.bot.client.MessageContentResponse.MessageContentResponseBuilder
 
build() - Method in class com.linecorp.bot.client.RetryableLineMessagingClientBuilder
Creates a new LineMessagingService.
buildBlobClient() - Method in class com.linecorp.bot.client.LineBlobClientBuilder
Creates a new LineBlobService.
builder() - Static method in interface com.linecorp.bot.client.LineOAuthClient
builder() - Static method in interface com.linecorp.bot.client.ManageAudienceBlobClient
 
builder() - Static method in interface com.linecorp.bot.client.ManageAudienceClient
 
builder() - Static method in class com.linecorp.bot.client.MessageContentResponse
 
builder(ChannelTokenSupplier) - Static method in interface com.linecorp.bot.client.ChannelManagementSyncClient
 
builder(ChannelTokenSupplier) - Static method in interface com.linecorp.bot.client.LineBlobClient
 
builder(ChannelTokenSupplier) - Static method in interface com.linecorp.bot.client.LineMessagingClient
 
builder(ChannelTokenSupplier) - Static method in interface com.linecorp.bot.client.RetryableLineMessagingClient
 
builder(String) - Static method in interface com.linecorp.bot.client.LineBlobClient
 
builder(String) - Static method in interface com.linecorp.bot.client.LineMessagingClient
 
builder(String) - Static method in interface com.linecorp.bot.client.RetryableLineMessagingClient
 

C

cancelDefaultRichMenu() - Method in interface com.linecorp.bot.client.LineMessagingClient
Cancel default rich menu.
cancelDefaultRichMenu() - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
ChannelManagementClientBuilder - Class in com.linecorp.bot.client
 
ChannelManagementClientBuilder() - Constructor for class com.linecorp.bot.client.ChannelManagementClientBuilder
 
ChannelManagementSyncClient - Interface in com.linecorp.bot.client
 
ChannelManagementSyncClientImpl - Class in com.linecorp.bot.client
 
channelToken(String) - Method in class com.linecorp.bot.client.LineBlobClientBuilder
Set fixed channel token.
channelToken(String) - Method in class com.linecorp.bot.client.LineMessagingClientBuilder
Set fixed channel token.
channelToken(String) - Method in class com.linecorp.bot.client.ManageAudienceBlobClientBuilder
Set fixed channel token.
channelToken(String) - Method in class com.linecorp.bot.client.ManageAudienceClientBuilder
Set fixed channel token.
channelToken(String) - Method in class com.linecorp.bot.client.RetryableLineMessagingClientBuilder
Set fixed channel token.
channelTokenSupplier(ChannelTokenSupplier) - Method in class com.linecorp.bot.client.ChannelManagementClientBuilder
 
channelTokenSupplier(ChannelTokenSupplier) - Method in class com.linecorp.bot.client.LineBlobClientBuilder
Channel token supplier of this client.
channelTokenSupplier(ChannelTokenSupplier) - Method in class com.linecorp.bot.client.LineMessagingClientBuilder
Channel token supplier of this client.
channelTokenSupplier(ChannelTokenSupplier) - Method in class com.linecorp.bot.client.ManageAudienceBlobClientBuilder
Channel token supplier of this client.
channelTokenSupplier(ChannelTokenSupplier) - Method in class com.linecorp.bot.client.ManageAudienceClientBuilder
Channel token supplier of this client.
channelTokenSupplier(ChannelTokenSupplier) - Method in class com.linecorp.bot.client.RetryableLineMessagingClientBuilder
Channel token supplier of this client.
ChannelTokenSupplier - Interface in com.linecorp.bot.client
Special Supplier for Channel Access Token.
close() - Method in class com.linecorp.bot.client.MessageContentResponse
 
com.linecorp.bot.client - package com.linecorp.bot.client
 
com.linecorp.bot.client.exception - package com.linecorp.bot.client.exception
 
ConflictException - Exception in com.linecorp.bot.client.exception
Messaging API returns `409 Conflict`.
ConflictException(String, ErrorResponse) - Constructor for exception com.linecorp.bot.client.exception.ConflictException
 
connectTimeout(long) - Method in class com.linecorp.bot.client.LineBlobClientBuilder
Connection timeout.
connectTimeout(long) - Method in class com.linecorp.bot.client.LineMessagingClientBuilder
Connection timeout.
connectTimeout(long) - Method in class com.linecorp.bot.client.LineOAuthClientBuilder
Connection timeout.
connectTimeout(long) - Method in class com.linecorp.bot.client.ManageAudienceBlobClientBuilder
Connection timeout.
connectTimeout(long) - Method in class com.linecorp.bot.client.ManageAudienceClientBuilder
Connection timeout.
connectTimeout(long) - Method in class com.linecorp.bot.client.RetryableLineMessagingClientBuilder
Connection timeout.
create(ChannelTokenSupplier) - Static method in class com.linecorp.bot.client.ChannelManagementClientBuilder
createAudienceForUploadingUserIds(String, boolean, String, File) - Method in interface com.linecorp.bot.client.ManageAudienceBlobClient
Create audience for uploading user IDs (by file).
createAudienceForUploadingUserIds(String, boolean, String, File) - Method in class com.linecorp.bot.client.ManageAudienceBlobClientImpl
 
createAudienceForUploadingUserIds(MultipartBody) - Method in interface com.linecorp.bot.client.ManageAudienceBlobService
 
createAudienceGroup(CreateAudienceGroupRequest) - Method in interface com.linecorp.bot.client.ManageAudienceClient
Creates an audience for uploading user IDs.
createClickBasedAudienceGroup(CreateClickBasedAudienceGroupRequest) - Method in interface com.linecorp.bot.client.ManageAudienceClient
Creates an audience for click-based retargeting.
createImpBasedAudienceGroup(CreateImpBasedAudienceGroupRequest) - Method in interface com.linecorp.bot.client.ManageAudienceClient
Creates an audience for impression-based retargeting.
createRichMenu(RichMenu) - Method in interface com.linecorp.bot.client.LineMessagingClient
Creates a rich menu.
createRichMenu(RichMenu) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
createRichMenuAlias(CreateRichMenuAliasRequest) - Method in interface com.linecorp.bot.client.LineMessagingClient
Create a rich menu alias.
createRichMenuAlias(CreateRichMenuAliasRequest) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 

D

DEFAULT_API_END_POINT - Static variable in enum class com.linecorp.bot.client.LineClientConstants
 
DEFAULT_BLOB_END_POINT - Static variable in enum class com.linecorp.bot.client.LineClientConstants
 
DEFAULT_CONNECT_TIMEOUT_MILLIS - Static variable in enum class com.linecorp.bot.client.LineClientConstants
 
DEFAULT_READ_TIMEOUT_MILLIS - Static variable in enum class com.linecorp.bot.client.LineClientConstants
 
DEFAULT_WRITE_TIMEOUT_MILLIS - Static variable in enum class com.linecorp.bot.client.LineClientConstants
 
deleteAudienceGroup(long) - Method in interface com.linecorp.bot.client.ManageAudienceClient
Deletes an audience.
deleteLiffApp(String) - Method in interface com.linecorp.bot.client.ChannelManagementSyncClient
 
deleteLiffApp(String) - Method in class com.linecorp.bot.client.ChannelManagementSyncClientImpl
 
deleteRichMenu(String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Deletes a rich menu.
deleteRichMenu(String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
deleteRichMenuAlias(String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Delete specified rich menu alias.
deleteRichMenuAlias(String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 

F

FixedChannelTokenSupplier - Class in com.linecorp.bot.client
Implementation of ChannelTokenSupplier which always return fixed channel token.
ForbiddenException - Exception in com.linecorp.bot.client.exception
 
ForbiddenException(String, ErrorResponse) - Constructor for exception com.linecorp.bot.client.exception.ForbiddenException
 

G

GeneralLineMessagingException - Exception in com.linecorp.bot.client.exception
General exceptions both in api server and SDK internal exceptions.
GeneralLineMessagingException(String, ErrorResponse, Throwable) - Constructor for exception com.linecorp.bot.client.exception.GeneralLineMessagingException
 
get() - Method in class com.linecorp.bot.client.FixedChannelTokenSupplier
 
getAggregationUnitNameList(String, String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Get name list of units used this month.
getAggregationUnitNameList(String, String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getAggregationUnitUsage() - Method in interface com.linecorp.bot.client.LineMessagingClient
Get number of units used this month.
getAggregationUnitUsage() - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getAllHeaders() - Method in class com.linecorp.bot.client.MessageContentResponse
All HTTP headers of API response.
getAllLiffApps() - Method in interface com.linecorp.bot.client.ChannelManagementSyncClient
 
getAllLiffApps() - Method in class com.linecorp.bot.client.ChannelManagementSyncClientImpl
 
getAudienceData(long) - Method in interface com.linecorp.bot.client.ManageAudienceClient
Gets audience data.
getAudienceGroupAuthorityLevel() - Method in interface com.linecorp.bot.client.ManageAudienceClient
Get audience group authority level.
getAudienceGroups(long, String, AudienceGroupStatus, Long, Boolean, AudienceGroupCreateRoute) - Method in interface com.linecorp.bot.client.ManageAudienceClient
Gets data for more than one audience.
getBotInfo() - Method in interface com.linecorp.bot.client.LineMessagingClient
Gets a bot's basic information.
getBotInfo() - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getDefaultRichMenuId() - Method in interface com.linecorp.bot.client.LineMessagingClient
Get default rich menu ID.
getDefaultRichMenuId() - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getErrorResponse() - Method in exception com.linecorp.bot.client.exception.LineMessagingException
Original error response from server.
getFollowers(GetFollowersRequest) - Method in interface com.linecorp.bot.client.LineMessagingClient
Get a list of users who added your LINE Official Account as a friend.
getFollowers(GetFollowersRequest) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getFriendsDemographics() - Method in interface com.linecorp.bot.client.LineMessagingClient
Retrieves the demographic attributes for a bot's friends.
getFriendsDemographics() - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getGroupMemberCount(String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Get members in group count.
getGroupMemberCount(String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getGroupMemberProfile(String, String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Get group member profile.
getGroupMemberProfile(String, String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getGroupMembersIds(String, String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Get (a part of) group member list.
getGroupMembersIds(String, String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getGroupSummary(String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Get group summary.
getGroupSummary(String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getLength() - Method in class com.linecorp.bot.client.MessageContentResponse
File size of this content.
getMessageContent(String) - Method in interface com.linecorp.bot.client.LineBlobClient
Download image, video, and audio data sent from users.
getMessageEvent(String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Returns statistics about how users interact with narrowcast messages or broadcast messages sent from your LINE Official Account.
getMessageEvent(String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getMessageQuota() - Method in interface com.linecorp.bot.client.LineMessagingClient
Gets the target limit for additional messages in the current month.
getMessageQuota() - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getMessageQuotaConsumption() - Method in interface com.linecorp.bot.client.LineMessagingClient
Gets the number of messages sent in the current month.
getMessageQuotaConsumption() - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getMimeType() - Method in class com.linecorp.bot.client.MessageContentResponse
File contents type represented by MIME.
getNarrowcastProgress(String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Gets the status of a narrowcast message.
getNarrowcastProgress(String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
Gets the status of a narrowcast message.
getNumberOfFollowers(String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Gets the number of users who have added the bot on or before a specified date.
getNumberOfFollowers(String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getNumberOfMessageDeliveries(String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Get number of message deliveries.
getNumberOfMessageDeliveries(String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getNumberOfSentBroadcastMessages(String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Gets the number of messages sent with the "/bot/message/broadcast" endpoint.
getNumberOfSentBroadcastMessages(String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getNumberOfSentMulticastMessages(String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Gets the number of messages sent with the /bot/message/multicast endpoint.
getNumberOfSentMulticastMessages(String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getNumberOfSentPushMessages(String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Gets the number of messages sent with the /bot/message/push endpoint.
getNumberOfSentPushMessages(String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getNumberOfSentReplyMessages(String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Gets the number of messages sent with the /bot/message/reply endpoint.
getNumberOfSentReplyMessages(String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getProfile(String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Get user profile information.
getProfile(String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getRichMenu(String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Get a rich menu.
getRichMenu(String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getRichMenuAlias(String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Get specified rich menu alias.
getRichMenuAlias(String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getRichMenuAliasList() - Method in interface com.linecorp.bot.client.LineMessagingClient
Get rich menu alias list.
getRichMenuAliasList() - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getRichMenuIdOfUser(String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Get rich menu ID of user.
getRichMenuIdOfUser(String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getRichMenuImage(String) - Method in interface com.linecorp.bot.client.LineBlobClient
Download rich menu image.
getRichMenuList() - Method in interface com.linecorp.bot.client.LineMessagingClient
Gets a list of all uploaded rich menus.
getRichMenuList() - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getRoomMemberCount(String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Get members in room count.
getRoomMemberCount(String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getRoomMemberProfile(String, String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Get room member profile.
getRoomMemberProfile(String, String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getRoomMembersIds(String, String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Get (a part of) room member list.
getRoomMembersIds(String, String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getsAllValidChannelAccessTokenKeyIdsByJWT(String) - Method in interface com.linecorp.bot.client.LineOAuthClient
Gets all valid channel access token key IDs.
getStatisticsPerUnit(String, String, String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Get statistics per aggregation unit.
getStatisticsPerUnit(String, String, String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
getStream() - Method in class com.linecorp.bot.client.MessageContentResponse
File input stream of this content.
getWebhookEndpoint() - Method in interface com.linecorp.bot.client.LineMessagingClient
Gets webhook endpoint information.
getWebhookEndpoint() - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 

I

issueChannelToken(IssueChannelAccessTokenRequest) - Method in interface com.linecorp.bot.client.LineOAuthClient
Issues a short-lived channel access token.
issueChannelTokenByJWT(String) - Method in interface com.linecorp.bot.client.LineOAuthClient
Issues a channel access token.
issueLinkToken(String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Issues a link token used for the account link feature.
issueLinkToken(String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 

L

leaveGroup(String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Leave a group.
leaveGroup(String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
leaveRoom(String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Leave a room.
leaveRoom(String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
length(long) - Method in class com.linecorp.bot.client.MessageContentResponse.MessageContentResponseBuilder
File size of this content.
LineBlobClient - Interface in com.linecorp.bot.client
API client of blob (binary large object).
LineBlobClientBuilder - Class in com.linecorp.bot.client
 
LineClientConstants - Enum Class in com.linecorp.bot.client
Common constant holder.
LineMessagingClient - Interface in com.linecorp.bot.client
 
LineMessagingClientBuilder - Class in com.linecorp.bot.client
 
LineMessagingClientImpl - Class in com.linecorp.bot.client
Proxy implementation of LineMessagingClient to hind internal implementation.
LineMessagingClientImpl(LineMessagingService, LineBlobClient) - Constructor for class com.linecorp.bot.client.LineMessagingClientImpl
 
LineMessagingException - Exception in com.linecorp.bot.client.exception
 
LineOAuthClient - Interface in com.linecorp.bot.client
An OAuth client that issues or revokes channel access tokens.
LineOAuthClientBuilder - Class in com.linecorp.bot.client
 
LineServerException - Exception in com.linecorp.bot.client.exception
 
LineServerException(String, ErrorResponse) - Constructor for exception com.linecorp.bot.client.exception.LineServerException
 
linkRichMenuIdToUser(String, String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Link rich menu to user.
linkRichMenuIdToUser(String, String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
linkRichMenuIdToUsers(List<String>, String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Link rich menu to users.
linkRichMenuIdToUsers(List<String>, String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 

M

ManageAudienceBlobClient - Interface in com.linecorp.bot.client
 
ManageAudienceBlobClientBuilder - Class in com.linecorp.bot.client
 
ManageAudienceBlobClientImpl - Class in com.linecorp.bot.client
 
ManageAudienceBlobClientImpl(ManageAudienceBlobService) - Constructor for class com.linecorp.bot.client.ManageAudienceBlobClientImpl
 
ManageAudienceBlobService - Interface in com.linecorp.bot.client
 
ManageAudienceClient - Interface in com.linecorp.bot.client
 
ManageAudienceClientBuilder - Class in com.linecorp.bot.client
 
MessageContentResponse - Class in com.linecorp.bot.client
 
MessageContentResponse.MessageContentResponseBuilder - Class in com.linecorp.bot.client
 
mimeType(String) - Method in class com.linecorp.bot.client.MessageContentResponse.MessageContentResponseBuilder
File contents type represented by MIME.
multicast(Multicast) - Method in interface com.linecorp.bot.client.LineMessagingClient
Send messages to multiple users at any time.
multicast(Multicast) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
multicast(UUID, Multicast) - Method in interface com.linecorp.bot.client.RetryableLineMessagingClient
Send messages to multiple users at any time.
multicast(UUID, Multicast) - Method in class com.linecorp.bot.client.RetryableLineMessagingClientImpl
 

N

narrowcast(Narrowcast) - Method in interface com.linecorp.bot.client.LineMessagingClient
Sends a push message to multiple users.
narrowcast(Narrowcast) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
narrowcast(UUID, Narrowcast) - Method in interface com.linecorp.bot.client.RetryableLineMessagingClient
Sends a push message to multiple users.
narrowcast(UUID, Narrowcast) - Method in class com.linecorp.bot.client.RetryableLineMessagingClientImpl
 
NotFoundException - Exception in com.linecorp.bot.client.exception
 
NotFoundException(String, ErrorResponse) - Constructor for exception com.linecorp.bot.client.exception.NotFoundException
 

O

of(String) - Static method in class com.linecorp.bot.client.FixedChannelTokenSupplier
 
of(ChannelManagementClientRetrofitIface) - Static method in class com.linecorp.bot.client.ChannelManagementSyncClientImpl
 
okHttpClientBuilder(OkHttpClient.Builder) - Method in class com.linecorp.bot.client.LineOAuthClientBuilder
Set customized OkHttpClient.Builder.
okHttpClientBuilder(OkHttpClient.Builder, boolean) - Method in class com.linecorp.bot.client.LineBlobClientBuilder
Set customized OkHttpClient.Builder.
okHttpClientBuilder(OkHttpClient.Builder, boolean) - Method in class com.linecorp.bot.client.LineMessagingClientBuilder
Set customized OkHttpClient.Builder.
okHttpClientBuilder(OkHttpClient.Builder, boolean) - Method in class com.linecorp.bot.client.ManageAudienceBlobClientBuilder
Set customized OkHttpClient.Builder.
okHttpClientBuilder(OkHttpClient.Builder, boolean) - Method in class com.linecorp.bot.client.ManageAudienceClientBuilder
Set customized OkHttpClient.Builder.
okHttpClientBuilder(OkHttpClient.Builder, boolean) - Method in class com.linecorp.bot.client.RetryableLineMessagingClientBuilder
Set customized OkHttpClient.Builder.

P

pushMessage(PushMessage) - Method in interface com.linecorp.bot.client.LineMessagingClient
Send messages to users when you want to.
pushMessage(PushMessage) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
pushMessage(UUID, PushMessage) - Method in interface com.linecorp.bot.client.RetryableLineMessagingClient
Send messages to users when you want to.
pushMessage(UUID, PushMessage) - Method in class com.linecorp.bot.client.RetryableLineMessagingClientImpl
 

R

readTimeout(long) - Method in class com.linecorp.bot.client.LineBlobClientBuilder
Connection timeout.
readTimeout(long) - Method in class com.linecorp.bot.client.LineMessagingClientBuilder
Connection timeout.
readTimeout(long) - Method in class com.linecorp.bot.client.LineOAuthClientBuilder
Connection timeout.
readTimeout(long) - Method in class com.linecorp.bot.client.ManageAudienceBlobClientBuilder
Connection timeout.
readTimeout(long) - Method in class com.linecorp.bot.client.ManageAudienceClientBuilder
Connection timeout.
readTimeout(long) - Method in class com.linecorp.bot.client.RetryableLineMessagingClientBuilder
Connection timeout.
replyMessage(ReplyMessage) - Method in interface com.linecorp.bot.client.LineMessagingClient
Reply to messages from users.
replyMessage(ReplyMessage) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
retrofitBuilder(Retrofit.Builder) - Method in class com.linecorp.bot.client.LineBlobClientBuilder
Custom Retrofit.Builder used internally.
retrofitBuilder(Retrofit.Builder) - Method in class com.linecorp.bot.client.LineMessagingClientBuilder
Custom Retrofit.Builder used internally.
retrofitBuilder(Retrofit.Builder) - Method in class com.linecorp.bot.client.LineOAuthClientBuilder
Custom Retrofit.Builder used internally.
retrofitBuilder(Retrofit.Builder) - Method in class com.linecorp.bot.client.ManageAudienceBlobClientBuilder
Custom Retrofit.Builder used internally.
retrofitBuilder(Retrofit.Builder) - Method in class com.linecorp.bot.client.ManageAudienceClientBuilder
Custom Retrofit.Builder used internally.
retrofitBuilder(Retrofit.Builder) - Method in class com.linecorp.bot.client.RetryableLineMessagingClientBuilder
Custom Retrofit.Builder used internally.
RetryableLineMessagingClient - Interface in com.linecorp.bot.client
 
RetryableLineMessagingClientBuilder - Class in com.linecorp.bot.client
 
RetryableLineMessagingClientImpl - Class in com.linecorp.bot.client
Proxy implementation of RetryableLineMessagingClient to hind internal implementation.
RetryableLineMessagingClientImpl(LineMessagingService) - Constructor for class com.linecorp.bot.client.RetryableLineMessagingClientImpl
 
revokeChannelToken(String) - Method in interface com.linecorp.bot.client.LineOAuthClient
Revokes a channel access token.
revokeChannelTokenByJWT(String, String, String) - Method in interface com.linecorp.bot.client.LineOAuthClient
Revokes a channel access token.

S

setDefaultRichMenu(String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Set default rich menu.
setDefaultRichMenu(String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
setRichMenuImage(String, String, byte[]) - Method in interface com.linecorp.bot.client.LineBlobClient
Set RichMenu image.
setWebhookEndpoint(SetWebhookEndpointRequest) - Method in interface com.linecorp.bot.client.LineMessagingClient
Sets webhook endpoint URL.
setWebhookEndpoint(SetWebhookEndpointRequest) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
stream(InputStream) - Method in class com.linecorp.bot.client.MessageContentResponse.MessageContentResponseBuilder
File input stream of this content.

T

testWebhookEndpoint(TestWebhookEndpointRequest) - Method in interface com.linecorp.bot.client.LineMessagingClient
Tests webhook endpoint.
testWebhookEndpoint(TestWebhookEndpointRequest) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
TooManyRequestsException - Exception in com.linecorp.bot.client.exception
 
TooManyRequestsException(String, ErrorResponse) - Constructor for exception com.linecorp.bot.client.exception.TooManyRequestsException
 
toString() - Method in class com.linecorp.bot.client.FixedChannelTokenSupplier
 
toString() - Method in class com.linecorp.bot.client.LineBlobClientBuilder
 
toString() - Method in class com.linecorp.bot.client.LineMessagingClientBuilder
 
toString() - Method in class com.linecorp.bot.client.LineOAuthClientBuilder
 
toString() - Method in class com.linecorp.bot.client.ManageAudienceBlobClientBuilder
 
toString() - Method in class com.linecorp.bot.client.ManageAudienceClientBuilder
 
toString() - Method in class com.linecorp.bot.client.MessageContentResponse.MessageContentResponseBuilder
 
toString() - Method in class com.linecorp.bot.client.MessageContentResponse
 
toString() - Method in class com.linecorp.bot.client.RetryableLineMessagingClientBuilder
 

U

UnauthorizedException - Exception in com.linecorp.bot.client.exception
 
UnauthorizedException(String, ErrorResponse) - Constructor for exception com.linecorp.bot.client.exception.UnauthorizedException
 
unlinkRichMenuIdFromUser(String) - Method in interface com.linecorp.bot.client.LineMessagingClient
Unlink rich menu from user.
unlinkRichMenuIdFromUser(String) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
unlinkRichMenuIdFromUsers(List<String>) - Method in interface com.linecorp.bot.client.LineMessagingClient
Unlink rich menu from users.
unlinkRichMenuIdFromUsers(List<String>) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
updateAudienceGroupAuthorityLevel(UpdateAudienceGroupAuthorityLevelRequest) - Method in interface com.linecorp.bot.client.ManageAudienceClient
Update audience group authority level.
updateAudienceGroupDescription(long, UpdateAudienceGroupDescriptionRequest) - Method in interface com.linecorp.bot.client.ManageAudienceClient
Renames an existing audience.
updateLiffApp(String, LiffView) - Method in interface com.linecorp.bot.client.ChannelManagementSyncClient
 
updateLiffApp(String, LiffView) - Method in class com.linecorp.bot.client.ChannelManagementSyncClientImpl
 
updateRichMenuAlias(String, UpdateRichMenuAliasRequest) - Method in interface com.linecorp.bot.client.LineMessagingClient
Update the rich menu Id which associated with the rich menu alias.
updateRichMenuAlias(String, UpdateRichMenuAliasRequest) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 

V

validateRichMenuObject(RichMenu) - Method in interface com.linecorp.bot.client.LineMessagingClient
Validate a rich menu object.
validateRichMenuObject(RichMenu) - Method in class com.linecorp.bot.client.LineMessagingClientImpl
 
valueOf(String) - Static method in enum class com.linecorp.bot.client.LineClientConstants
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.linecorp.bot.client.LineClientConstants
Returns an array containing the constants of this enum class, in the order they are declared.

W

writeTimeout(long) - Method in class com.linecorp.bot.client.LineBlobClientBuilder
Write timeout.
writeTimeout(long) - Method in class com.linecorp.bot.client.LineMessagingClientBuilder
Write timeout.
writeTimeout(long) - Method in class com.linecorp.bot.client.LineOAuthClientBuilder
Write timeout.
writeTimeout(long) - Method in class com.linecorp.bot.client.ManageAudienceBlobClientBuilder
Write timeout.
writeTimeout(long) - Method in class com.linecorp.bot.client.ManageAudienceClientBuilder
Write timeout.
writeTimeout(long) - Method in class com.linecorp.bot.client.RetryableLineMessagingClientBuilder
Write timeout.
A B C D F G I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form