ImmutableSearchParameters |
ImmutableSearchParameters.Builder.build() |
|
static ImmutableSearchParameters |
ImmutableSearchParameters.copyOf(SearchParameters instance) |
|
ImmutableSearchParameters |
ImmutableSearchParameters.withOrder(String value) |
Copy the current immutable object by setting a present value for the optional order attribute.
|
ImmutableSearchParameters |
ImmutableSearchParameters.withOrder(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the order attribute.
|
ImmutableSearchParameters |
ImmutableSearchParameters.withPage(int value) |
Copy the current immutable object by setting a present value for the optional page attribute.
|
ImmutableSearchParameters |
ImmutableSearchParameters.withPage(Optional<Integer> optional) |
Copy the current immutable object by setting an optional value for the page attribute.
|
ImmutableSearchParameters |
ImmutableSearchParameters.withPer_page(int value) |
Copy the current immutable object by setting a present value for the optional per_page attribute.
|
ImmutableSearchParameters |
ImmutableSearchParameters.withPer_page(Optional<Integer> optional) |
Copy the current immutable object by setting an optional value for the per_page attribute.
|
ImmutableSearchParameters |
ImmutableSearchParameters.withQ(String value) |
Copy the current immutable object by setting a value for the q attribute.
|
ImmutableSearchParameters |
ImmutableSearchParameters.withSort(String value) |
Copy the current immutable object by setting a present value for the optional sort attribute.
|
ImmutableSearchParameters |
ImmutableSearchParameters.withSort(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the sort attribute.
|