Skip navigation links
client-java
A B D E G H I N P Q S T W 

A

addTag(String) - Method in class io.tronalddump.client.Quote
Adds a tag to the list of tags associated with the quote.
addTags(List<String>) - Method in class io.tronalddump.client.Quote
Adds the tags to the list of tags associated with the quote.
aPageable() - Static method in class io.tronalddump.client.Pageable.PageableBuilder
 

B

BASE_URL - Static variable in class io.tronalddump.client.TronaldClient
 
build() - Method in class io.tronalddump.client.Pageable.PageableBuilder
 

D

DATE_FORMAT - Static variable in class io.tronalddump.client.TronaldClient
 

E

equals(Object) - Method in class io.tronalddump.client.Page
 
equals(Object) - Method in class io.tronalddump.client.Pageable
 
equals(Object) - Method in class io.tronalddump.client.Quote
 

G

getContent() - Method in class io.tronalddump.client.Page
Returns the page content as List.
getDate() - Method in class io.tronalddump.client.Quote
Returns the date of the quote.
getHttpStatus() - Method in exception io.tronalddump.client.TronaldHttpException
 
getId() - Method in class io.tronalddump.client.Quote
Returns the unique id of the quote.
getNumber() - Method in class io.tronalddump.client.Page
Returns the page number.
getNumberOfElements() - Method in class io.tronalddump.client.Page
Returns the number of elements currently on this Page.
getPage() - Method in class io.tronalddump.client.Pageable
Returns the page number.
getQuote(String) - Method in class io.tronalddump.client.TronaldClient
Returns the quote for the given id.
getRandomQuote() - Method in class io.tronalddump.client.TronaldClient
Returns a random quote.
getRandomQuote(String) - Method in class io.tronalddump.client.TronaldClient
Returns a random quote with the given tag.
getSize() - Method in class io.tronalddump.client.Page
Returns the page size.
getSize() - Method in class io.tronalddump.client.Pageable
Returns the page size.
getSourceUrl() - Method in class io.tronalddump.client.Quote
Returns the source url of the quote.
getTags() - Method in class io.tronalddump.client.Quote
Returns the tags associated with the quote.
getTags() - Method in class io.tronalddump.client.TronaldClient
Returns a list of available tags.
getTotalElements() - Method in class io.tronalddump.client.Page
Returns the total amount of elements.
getTotalPages() - Method in class io.tronalddump.client.Page
Returns the number of total pages.
getValue() - Method in class io.tronalddump.client.Quote
Returns the actual quote.

H

hasContent() - Method in class io.tronalddump.client.Page
Returns whether the page has content.
hashCode() - Method in class io.tronalddump.client.Page
 
hashCode() - Method in class io.tronalddump.client.Pageable
 
hashCode() - Method in class io.tronalddump.client.Quote
 
hasNext() - Method in class io.tronalddump.client.Page
Returns whether there is a next Page.
hasPrevious() - Method in class io.tronalddump.client.Page
Returns whether there is a previous Page.

I

io.tronalddump.client - package io.tronalddump.client
 
isFirst() - Method in class io.tronalddump.client.Page
Returns whether the current Page is the first one.
isLast() - Method in class io.tronalddump.client.Page
Returns whether the current Page is the last one.
iterator() - Method in class io.tronalddump.client.Page
 

N

nextPageable() - Method in class io.tronalddump.client.Page
Returns the Pageable to request the next Page.

P

Page<T> - Class in io.tronalddump.client
The class representing a page.
Page(List<T>, Pageable, long) - Constructor for class io.tronalddump.client.Page
Creates a new Page with the given content, pageable and total count.
Pageable - Class in io.tronalddump.client
The class representing pagination information.
Pageable(int, int) - Constructor for class io.tronalddump.client.Pageable
Creates a new Pageable with the give page numner and page size.
Pageable.PageableBuilder - Class in io.tronalddump.client
 
previousPageable() - Method in class io.tronalddump.client.Page
Returns the Pageable to request the previous Page.

Q

Quote - Class in io.tronalddump.client
The class representing a quote.
Quote() - Constructor for class io.tronalddump.client.Quote
 

S

search(String) - Method in class io.tronalddump.client.TronaldClient
Returns a page of quotes for the given free text query.
search(String, int) - Method in class io.tronalddump.client.TronaldClient
Returns a page of quotes for the given free text query.
search(String, int, int) - Method in class io.tronalddump.client.TronaldClient
Returns a page of quotes for the given free text query.
search(String, Pageable) - Method in class io.tronalddump.client.TronaldClient
Returns a page of quotes for the given free text query.
setDate(Date) - Method in class io.tronalddump.client.Quote
Sets the date of the quote.
setId(String) - Method in class io.tronalddump.client.Quote
Sets the unique id of the quote.
setSourceUrl(String) - Method in class io.tronalddump.client.Quote
Sets the source url of the quote.
setTags(List<String>) - Method in class io.tronalddump.client.Quote
Sets the tags associated with the quote.
setValue(String) - Method in class io.tronalddump.client.Quote
Sets the actual quote.

T

toString() - Method in class io.tronalddump.client.Page
 
toString() - Method in class io.tronalddump.client.Pageable
 
toString() - Method in class io.tronalddump.client.Quote
 
TronaldClient - Class in io.tronalddump.client
The official https://api.tronalddump.io Java client.
TronaldClient() - Constructor for class io.tronalddump.client.TronaldClient
 
TronaldException - Exception in io.tronalddump.client
TronaldClient exception in case something goes wrong.
TronaldException(String) - Constructor for exception io.tronalddump.client.TronaldException
 
TronaldException(String, Throwable) - Constructor for exception io.tronalddump.client.TronaldException
 
TronaldHttpException - Exception in io.tronalddump.client
TronaldClient exception in case https://api.tronalddump.io returns a http error.
TronaldHttpException(int, String) - Constructor for exception io.tronalddump.client.TronaldHttpException
 
TronaldHttpException(int, String, Throwable) - Constructor for exception io.tronalddump.client.TronaldHttpException
 

W

withPage(int) - Method in class io.tronalddump.client.Pageable.PageableBuilder
 
withSize(int) - Method in class io.tronalddump.client.Pageable.PageableBuilder
 
A B D E G H I N P Q S T W 
Skip navigation links
client-java