Index

$ A B C D F G I K P Q S U 
All Classes and Interfaces|All Packages

$

$and(JsonNode...) - Static method in class com.github.silent.samurai.speedy.api.client.SpeedyQuery
 
$condition(String, JsonNode) - Static method in class com.github.silent.samurai.speedy.api.client.SpeedyQuery
 
$eq(Object) - Static method in class com.github.silent.samurai.speedy.api.client.SpeedyQuery
 
$expand(String) - Method in class com.github.silent.samurai.speedy.api.client.SpeedyQuery
 
$from(String) - Method in class com.github.silent.samurai.speedy.api.client.SpeedyQuery
 
$gt(Object) - Static method in class com.github.silent.samurai.speedy.api.client.SpeedyQuery
 
$gte(Object) - Static method in class com.github.silent.samurai.speedy.api.client.SpeedyQuery
 
$in(Object...) - Static method in class com.github.silent.samurai.speedy.api.client.SpeedyQuery
 
$lt(Object) - Static method in class com.github.silent.samurai.speedy.api.client.SpeedyQuery
 
$lte(Object) - Static method in class com.github.silent.samurai.speedy.api.client.SpeedyQuery
 
$ne(Object) - Static method in class com.github.silent.samurai.speedy.api.client.SpeedyQuery
 
$nin(Object...) - Static method in class com.github.silent.samurai.speedy.api.client.SpeedyQuery
 
$or(JsonNode...) - Static method in class com.github.silent.samurai.speedy.api.client.SpeedyQuery
 
$orderByAsc(String) - Method in class com.github.silent.samurai.speedy.api.client.SpeedyQuery
 
$orderByDesc(String) - Method in class com.github.silent.samurai.speedy.api.client.SpeedyQuery
 
$pageNo(int) - Method in class com.github.silent.samurai.speedy.api.client.SpeedyQuery
 
$pageSize(int) - Method in class com.github.silent.samurai.speedy.api.client.SpeedyQuery
 
$where(JsonNode...) - Method in class com.github.silent.samurai.speedy.api.client.SpeedyQuery
 

A

addAuthorization(String) - Method in class com.github.silent.samurai.speedy.api.client.ApiClient
 
addCookiesToRequest(MultiValueMap<String, String>, RequestEntity.BodyBuilder) - Method in class com.github.silent.samurai.speedy.api.client.ApiClient
Add cookies to the request that is being built
addDefaultHeader(String, String) - Method in class com.github.silent.samurai.speedy.api.client.ApiClient
 
addField(String, T) - Method in class com.github.silent.samurai.speedy.api.client.builder.SpeedyCreateRequestBuilder
 
addHeadersToRequest(HttpHeaders, RequestEntity.BodyBuilder) - Method in class com.github.silent.samurai.speedy.api.client.ApiClient
Add headers to the request that is being built
ApiClient - Class in com.github.silent.samurai.speedy.api.client
 
ApiClient() - Constructor for class com.github.silent.samurai.speedy.api.client.ApiClient
 
ApiClient(RestTemplate) - Constructor for class com.github.silent.samurai.speedy.api.client.ApiClient
 

B

build() - Method in class com.github.silent.samurai.speedy.api.client.builder.SpeedyCreateRequestBuilder
 
build() - Method in class com.github.silent.samurai.speedy.api.client.builder.SpeedyDeleteRequestBuilder
 
build() - Method in class com.github.silent.samurai.speedy.api.client.builder.SpeedyGetRequestBuilder
 
build() - Method in class com.github.silent.samurai.speedy.api.client.builder.SpeedyUpdateRequestBuilder
 
build() - Method in class com.github.silent.samurai.speedy.api.client.SpeedyQuery
 
builder() - Static method in class com.github.silent.samurai.speedy.api.client.SpeedyQuery
 
builder(String) - Static method in class com.github.silent.samurai.speedy.api.client.models.SpeedyCreateRequest
 
builder(String) - Static method in class com.github.silent.samurai.speedy.api.client.models.SpeedyDeleteRequest
 
builder(String) - Static method in class com.github.silent.samurai.speedy.api.client.models.SpeedyGetRequest
 
builder(String) - Static method in class com.github.silent.samurai.speedy.api.client.models.SpeedyUpdateRequest
 
builder(String) - Static method in class com.github.silent.samurai.speedy.api.client.SpeedyQuery
 
buildRestTemplate() - Method in class com.github.silent.samurai.speedy.api.client.ApiClient
Build the RestTemplate used to make HTTP requests.

C

com.github.silent.samurai.speedy.api.client - package com.github.silent.samurai.speedy.api.client
 
com.github.silent.samurai.speedy.api.client.builder - package com.github.silent.samurai.speedy.api.client.builder
 
com.github.silent.samurai.speedy.api.client.models - package com.github.silent.samurai.speedy.api.client.models
 
create(SpeedyCreateRequest) - Method in class com.github.silent.samurai.speedy.api.client.SpeedyApi
 
create(String) - Static method in class com.github.silent.samurai.speedy.api.client.SpeedyRequest
 
createMany(SpeedyCreateRequest) - Method in class com.github.silent.samurai.speedy.api.client.SpeedyApi
 

D

delete(SpeedyDeleteRequest) - Method in class com.github.silent.samurai.speedy.api.client.SpeedyApi
 
delete(String) - Static method in class com.github.silent.samurai.speedy.api.client.SpeedyRequest
 

F

field(String, Object) - Method in class com.github.silent.samurai.speedy.api.client.builder.SpeedyUpdateRequestBuilder
 

G

get(SpeedyGetRequest) - Method in class com.github.silent.samurai.speedy.api.client.SpeedyApi
 
get(String) - Static method in class com.github.silent.samurai.speedy.api.client.SpeedyRequest
 
getFrom() - Method in class com.github.silent.samurai.speedy.api.client.SpeedyQuery
 

I

init() - Method in class com.github.silent.samurai.speedy.api.client.ApiClient
 
init() - Method in class com.github.silent.samurai.speedy.api.client.SpeedyApi
 
invokeAPI(String, HttpMethod, Map<String, Object>, MultiValueMap<String, String>, JsonNode, HttpHeaders, MultiValueMap<String, String>, MultiValueMap<String, Object>, List<MediaType>, MediaType, String[], ParameterizedTypeReference<T>) - Method in class com.github.silent.samurai.speedy.api.client.ApiClient
Invoke API by sending HTTP request with the given options.
isJsonMime(MediaType) - Method in class com.github.silent.samurai.speedy.api.client.ApiClient
Check if the given MIME is a JSON MIME.

K

key(String, Object) - Method in class com.github.silent.samurai.speedy.api.client.builder.SpeedyDeleteRequestBuilder
 
key(String, Object) - Method in class com.github.silent.samurai.speedy.api.client.builder.SpeedyGetRequestBuilder
 
key(String, Object) - Method in class com.github.silent.samurai.speedy.api.client.builder.SpeedyUpdateRequestBuilder
 

P

prettyPrint() - Method in class com.github.silent.samurai.speedy.api.client.SpeedyQuery
 

Q

query() - Static method in class com.github.silent.samurai.speedy.api.client.SpeedyRequest
 
query(SpeedyQuery) - Method in class com.github.silent.samurai.speedy.api.client.SpeedyApi
 
query(String) - Static method in class com.github.silent.samurai.speedy.api.client.SpeedyRequest
 

S

selectBody(Object, MultiValueMap<String, Object>, MediaType) - Method in class com.github.silent.samurai.speedy.api.client.ApiClient
Select the body to use for the request
selectHeaderAccept(String[]) - Method in class com.github.silent.samurai.speedy.api.client.ApiClient
Select the Accept header's value from the given accepts array: if JSON exists in the given array, use it; otherwise use all of them (joining into a string)
selectHeaderContentType(String[]) - Method in class com.github.silent.samurai.speedy.api.client.ApiClient
Select the Content-Type header's value from the given array: if JSON exists in the given array, use it; otherwise use the first one of the array.
setDebugging(boolean) - Method in class com.github.silent.samurai.speedy.api.client.ApiClient
 
setUserAgent(String) - Method in class com.github.silent.samurai.speedy.api.client.ApiClient
 
SpeedyApi - Class in com.github.silent.samurai.speedy.api.client
 
SpeedyApi(ApiClient) - Constructor for class com.github.silent.samurai.speedy.api.client.SpeedyApi
 
SpeedyCreateRequest - Class in com.github.silent.samurai.speedy.api.client.models
 
SpeedyCreateRequest() - Constructor for class com.github.silent.samurai.speedy.api.client.models.SpeedyCreateRequest
 
SpeedyCreateRequestBuilder - Class in com.github.silent.samurai.speedy.api.client.builder
 
SpeedyCreateRequestBuilder(String) - Constructor for class com.github.silent.samurai.speedy.api.client.builder.SpeedyCreateRequestBuilder
 
SpeedyDeleteRequest - Class in com.github.silent.samurai.speedy.api.client.models
 
SpeedyDeleteRequest() - Constructor for class com.github.silent.samurai.speedy.api.client.models.SpeedyDeleteRequest
 
SpeedyDeleteRequestBuilder - Class in com.github.silent.samurai.speedy.api.client.builder
 
SpeedyDeleteRequestBuilder(String) - Constructor for class com.github.silent.samurai.speedy.api.client.builder.SpeedyDeleteRequestBuilder
 
SpeedyGetRequest - Class in com.github.silent.samurai.speedy.api.client.models
 
SpeedyGetRequest() - Constructor for class com.github.silent.samurai.speedy.api.client.models.SpeedyGetRequest
 
SpeedyGetRequestBuilder - Class in com.github.silent.samurai.speedy.api.client.builder
 
SpeedyGetRequestBuilder(String) - Constructor for class com.github.silent.samurai.speedy.api.client.builder.SpeedyGetRequestBuilder
 
SpeedyQuery - Class in com.github.silent.samurai.speedy.api.client
 
SpeedyRequest - Class in com.github.silent.samurai.speedy.api.client
 
SpeedyRequest() - Constructor for class com.github.silent.samurai.speedy.api.client.SpeedyRequest
 
SpeedyResponse - Class in com.github.silent.samurai.speedy.api.client.models
 
SpeedyResponse() - Constructor for class com.github.silent.samurai.speedy.api.client.models.SpeedyResponse
 
SpeedyUpdateRequest - Class in com.github.silent.samurai.speedy.api.client.models
 
SpeedyUpdateRequest() - Constructor for class com.github.silent.samurai.speedy.api.client.models.SpeedyUpdateRequest
 
SpeedyUpdateRequestBuilder - Class in com.github.silent.samurai.speedy.api.client.builder
 
SpeedyUpdateRequestBuilder(String) - Constructor for class com.github.silent.samurai.speedy.api.client.builder.SpeedyUpdateRequestBuilder
 

U

update(SpeedyUpdateRequest) - Method in class com.github.silent.samurai.speedy.api.client.SpeedyApi
 
update(String) - Static method in class com.github.silent.samurai.speedy.api.client.SpeedyRequest
 
$ A B C D F G I K P Q S U 
All Classes and Interfaces|All Packages