ListCredentialsQueryParams

public final class ListCredentialsQueryParams implements IQueryParams

Class representation of the query parameters for listing credentials.

Constructors

Link copied to clipboard
public ListCredentialsQueryParams ListCredentialsQueryParams(@Json(name = "limit") Integer limit, @Json(name = "offset") Integer offset, @Json(name = "sort_by") SortBy sortBy, @Json(name = "order_by") OrderBy orderBy)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final Integer limit

Limit the number of results

Link copied to clipboard
private final Integer offset

Offset the results by this number

Link copied to clipboard
private final OrderBy orderBy

Order the results by ascending or descending

Link copied to clipboard
private final SortBy sortBy

Sort the results by field name

Functions

Link copied to clipboard

Convert the query parameters to a json-formatted map.

Link copied to clipboard
public final Integer getLimit()

Limit the number of results

Link copied to clipboard
public final Integer getOffset()

Offset the results by this number

Link copied to clipboard
public final OrderBy getOrderBy()

Order the results by ascending or descending

Link copied to clipboard
public final SortBy getSortBy()

Sort the results by field name