Class StackoneListLogsRequest
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.StackoneListLogsRequest
-
public class StackoneListLogsRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStackoneListLogsRequest.Builder
-
Constructor Summary
Constructors Constructor Description StackoneListLogsRequest()StackoneListLogsRequest(org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamOrderBy> orderBy, org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamOrderDirection> orderDirection, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> pageSize, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next, org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamInclude> include, org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamFilter> filter)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StackoneListLogsRequest.Builderbuilder()booleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<QueryParamFilter>filter()Filter parameters that allow greater customisation of the list responseinthashCode()org.openapitools.jackson.nullable.JsonNullable<QueryParamInclude>include()The include parameter allows you to include additional data in the response.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>next()The unified cursororg.openapitools.jackson.nullable.JsonNullable<QueryParamOrderBy>orderBy()The field to order the results by.org.openapitools.jackson.nullable.JsonNullable<QueryParamOrderDirection>orderDirection()The direction to order the results by.org.openapitools.jackson.nullable.JsonNullable<java.lang.Double>pageSize()The number of results per page (default value is 25)java.lang.StringtoString()StackoneListLogsRequestwithFilter(QueryParamFilter filter)Filter parameters that allow greater customisation of the list responseStackoneListLogsRequestwithFilter(org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamFilter> filter)Filter parameters that allow greater customisation of the list responseStackoneListLogsRequestwithInclude(QueryParamInclude include)The include parameter allows you to include additional data in the response.StackoneListLogsRequestwithInclude(org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamInclude> include)The include parameter allows you to include additional data in the response.StackoneListLogsRequestwithNext(java.lang.String next)The unified cursorStackoneListLogsRequestwithNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)The unified cursorStackoneListLogsRequestwithOrderBy(QueryParamOrderBy orderBy)The field to order the results by.StackoneListLogsRequestwithOrderBy(org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamOrderBy> orderBy)The field to order the results by.StackoneListLogsRequestwithOrderDirection(QueryParamOrderDirection orderDirection)The direction to order the results by.StackoneListLogsRequestwithOrderDirection(org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamOrderDirection> orderDirection)The direction to order the results by.StackoneListLogsRequestwithPageSize(double pageSize)The number of results per page (default value is 25)StackoneListLogsRequestwithPageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> pageSize)The number of results per page (default value is 25)
-
-
-
Constructor Detail
-
StackoneListLogsRequest
public StackoneListLogsRequest(org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamOrderBy> orderBy, org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamOrderDirection> orderDirection, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> pageSize, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next, org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamInclude> include, org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamFilter> filter)
-
StackoneListLogsRequest
public StackoneListLogsRequest()
-
-
Method Detail
-
orderBy
public org.openapitools.jackson.nullable.JsonNullable<QueryParamOrderBy> orderBy()
The field to order the results by.
-
orderDirection
public org.openapitools.jackson.nullable.JsonNullable<QueryParamOrderDirection> orderDirection()
The direction to order the results by.
-
pageSize
public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> pageSize()
The number of results per page (default value is 25)
-
next
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next()
The unified cursor
-
include
public org.openapitools.jackson.nullable.JsonNullable<QueryParamInclude> include()
The include parameter allows you to include additional data in the response.
-
filter
public org.openapitools.jackson.nullable.JsonNullable<QueryParamFilter> filter()
Filter parameters that allow greater customisation of the list response
-
builder
public static final StackoneListLogsRequest.Builder builder()
-
withOrderBy
public StackoneListLogsRequest withOrderBy(QueryParamOrderBy orderBy)
The field to order the results by.
-
withOrderBy
public StackoneListLogsRequest withOrderBy(org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamOrderBy> orderBy)
The field to order the results by.
-
withOrderDirection
public StackoneListLogsRequest withOrderDirection(QueryParamOrderDirection orderDirection)
The direction to order the results by.
-
withOrderDirection
public StackoneListLogsRequest withOrderDirection(org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamOrderDirection> orderDirection)
The direction to order the results by.
-
withPageSize
public StackoneListLogsRequest withPageSize(double pageSize)
The number of results per page (default value is 25)
-
withPageSize
public StackoneListLogsRequest withPageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> pageSize)
The number of results per page (default value is 25)
-
withNext
public StackoneListLogsRequest withNext(java.lang.String next)
The unified cursor
-
withNext
public StackoneListLogsRequest withNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
The unified cursor
-
withInclude
public StackoneListLogsRequest withInclude(QueryParamInclude include)
The include parameter allows you to include additional data in the response.
-
withInclude
public StackoneListLogsRequest withInclude(org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamInclude> include)
The include parameter allows you to include additional data in the response.
-
withFilter
public StackoneListLogsRequest withFilter(QueryParamFilter filter)
Filter parameters that allow greater customisation of the list response
-
withFilter
public StackoneListLogsRequest withFilter(org.openapitools.jackson.nullable.JsonNullable<? extends QueryParamFilter> filter)
Filter parameters that allow greater customisation of the list response
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-