public final class SearchInstallationFilesRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SearchInstallationFilesRequest.SearchInstallationFilesRequestBuilder
The SearchInstallationFilesRequest builder.
|
Modifier and Type | Method and Description |
---|---|
static SearchInstallationFilesRequest.SearchInstallationFilesRequestBuilder |
builder()
Use this builder to construct the search request.
|
boolean |
equals(Object o) |
Integer |
getLimit()
Number of results you want to be shown.
|
Integer |
getOffset()
The initial index from which to return the results.
|
String |
getOrderBy()
The result of the queries is a list
that can than be ordered in ascending order by some attribute.
|
Long |
getProduct()
16-digit id of the product that the installation file belongs to.
|
int |
hashCode() |
boolean |
isSortDescending()
Indicates if the results of the queries should be ordered in descending order.
|
SearchInstallationFilesRequest.SearchInstallationFilesRequestBuilder |
toBuilder() |
String |
toString() |
public static SearchInstallationFilesRequest.SearchInstallationFilesRequestBuilder builder()
public SearchInstallationFilesRequest.SearchInstallationFilesRequestBuilder toBuilder()
public Integer getLimit()
public Integer getOffset()
public String getOrderBy()
public Long getProduct()
public boolean isSortDescending()
Copyright © 2023 Cense Data Inc.. All rights reserved.