Class StackoneListStepLogsRequest
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.StackoneListStepLogsRequest
-
public class StackoneListStepLogsRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStackoneListStepLogsRequest.Builder
-
Constructor Summary
Constructors Constructor Description StackoneListStepLogsRequest()StackoneListStepLogsRequest(org.openapitools.jackson.nullable.JsonNullable<? extends OrderBy> orderBy, org.openapitools.jackson.nullable.JsonNullable<? extends OrderDirection> 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 Filter> filter)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StackoneListStepLogsRequest.Builderbuilder()booleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<Filter>filter()Filter parameters that allow greater customisation of the list responseinthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>next()The unified cursororg.openapitools.jackson.nullable.JsonNullable<OrderBy>orderBy()The field to order the results by.org.openapitools.jackson.nullable.JsonNullable<OrderDirection>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()StackoneListStepLogsRequestwithFilter(Filter filter)Filter parameters that allow greater customisation of the list responseStackoneListStepLogsRequestwithFilter(org.openapitools.jackson.nullable.JsonNullable<? extends Filter> filter)Filter parameters that allow greater customisation of the list responseStackoneListStepLogsRequestwithNext(java.lang.String next)The unified cursorStackoneListStepLogsRequestwithNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)The unified cursorStackoneListStepLogsRequestwithOrderBy(OrderBy orderBy)The field to order the results by.StackoneListStepLogsRequestwithOrderBy(org.openapitools.jackson.nullable.JsonNullable<? extends OrderBy> orderBy)The field to order the results by.StackoneListStepLogsRequestwithOrderDirection(OrderDirection orderDirection)The direction to order the results by.StackoneListStepLogsRequestwithOrderDirection(org.openapitools.jackson.nullable.JsonNullable<? extends OrderDirection> orderDirection)The direction to order the results by.StackoneListStepLogsRequestwithPageSize(double pageSize)The number of results per page (default value is 25)StackoneListStepLogsRequestwithPageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> pageSize)The number of results per page (default value is 25)
-
-
-
Constructor Detail
-
StackoneListStepLogsRequest
public StackoneListStepLogsRequest(org.openapitools.jackson.nullable.JsonNullable<? extends OrderBy> orderBy, org.openapitools.jackson.nullable.JsonNullable<? extends OrderDirection> 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 Filter> filter)
-
StackoneListStepLogsRequest
public StackoneListStepLogsRequest()
-
-
Method Detail
-
orderBy
public org.openapitools.jackson.nullable.JsonNullable<OrderBy> orderBy()
The field to order the results by.
-
orderDirection
public org.openapitools.jackson.nullable.JsonNullable<OrderDirection> 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
-
filter
public org.openapitools.jackson.nullable.JsonNullable<Filter> filter()
Filter parameters that allow greater customisation of the list response
-
builder
public static final StackoneListStepLogsRequest.Builder builder()
-
withOrderBy
public StackoneListStepLogsRequest withOrderBy(OrderBy orderBy)
The field to order the results by.
-
withOrderBy
public StackoneListStepLogsRequest withOrderBy(org.openapitools.jackson.nullable.JsonNullable<? extends OrderBy> orderBy)
The field to order the results by.
-
withOrderDirection
public StackoneListStepLogsRequest withOrderDirection(OrderDirection orderDirection)
The direction to order the results by.
-
withOrderDirection
public StackoneListStepLogsRequest withOrderDirection(org.openapitools.jackson.nullable.JsonNullable<? extends OrderDirection> orderDirection)
The direction to order the results by.
-
withPageSize
public StackoneListStepLogsRequest withPageSize(double pageSize)
The number of results per page (default value is 25)
-
withPageSize
public StackoneListStepLogsRequest withPageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> pageSize)
The number of results per page (default value is 25)
-
withNext
public StackoneListStepLogsRequest withNext(java.lang.String next)
The unified cursor
-
withNext
public StackoneListStepLogsRequest withNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
The unified cursor
-
withFilter
public StackoneListStepLogsRequest withFilter(Filter filter)
Filter parameters that allow greater customisation of the list response
-
withFilter
public StackoneListStepLogsRequest withFilter(org.openapitools.jackson.nullable.JsonNullable<? extends Filter> 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
-
-