Class StackoneListPlatformLogsRequest
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.StackoneListPlatformLogsRequest
-
public class StackoneListPlatformLogsRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStackoneListPlatformLogsRequest.Builder
-
Constructor Summary
Constructors Constructor Description StackoneListPlatformLogsRequest()StackoneListPlatformLogsRequest(org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListPlatformLogsQueryParamOrderBy> orderBy, org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListPlatformLogsQueryParamOrderDirection> 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 StackoneListPlatformLogsQueryParamFilter> filter)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StackoneListPlatformLogsRequest.Builderbuilder()booleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<StackoneListPlatformLogsQueryParamFilter>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<StackoneListPlatformLogsQueryParamOrderBy>orderBy()The field to order the results by.org.openapitools.jackson.nullable.JsonNullable<StackoneListPlatformLogsQueryParamOrderDirection>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()StackoneListPlatformLogsRequestwithFilter(StackoneListPlatformLogsQueryParamFilter filter)Filter parameters that allow greater customisation of the list responseStackoneListPlatformLogsRequestwithFilter(org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListPlatformLogsQueryParamFilter> filter)Filter parameters that allow greater customisation of the list responseStackoneListPlatformLogsRequestwithNext(java.lang.String next)The unified cursorStackoneListPlatformLogsRequestwithNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)The unified cursorStackoneListPlatformLogsRequestwithOrderBy(StackoneListPlatformLogsQueryParamOrderBy orderBy)The field to order the results by.StackoneListPlatformLogsRequestwithOrderBy(org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListPlatformLogsQueryParamOrderBy> orderBy)The field to order the results by.StackoneListPlatformLogsRequestwithOrderDirection(StackoneListPlatformLogsQueryParamOrderDirection orderDirection)The direction to order the results by.StackoneListPlatformLogsRequestwithOrderDirection(org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListPlatformLogsQueryParamOrderDirection> orderDirection)The direction to order the results by.StackoneListPlatformLogsRequestwithPageSize(double pageSize)The number of results per page (default value is 25)StackoneListPlatformLogsRequestwithPageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> pageSize)The number of results per page (default value is 25)
-
-
-
Constructor Detail
-
StackoneListPlatformLogsRequest
public StackoneListPlatformLogsRequest(org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListPlatformLogsQueryParamOrderBy> orderBy, org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListPlatformLogsQueryParamOrderDirection> 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 StackoneListPlatformLogsQueryParamFilter> filter)
-
StackoneListPlatformLogsRequest
public StackoneListPlatformLogsRequest()
-
-
Method Detail
-
orderBy
public org.openapitools.jackson.nullable.JsonNullable<StackoneListPlatformLogsQueryParamOrderBy> orderBy()
The field to order the results by.
-
orderDirection
public org.openapitools.jackson.nullable.JsonNullable<StackoneListPlatformLogsQueryParamOrderDirection> 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<StackoneListPlatformLogsQueryParamFilter> filter()
Filter parameters that allow greater customisation of the list response
-
builder
public static StackoneListPlatformLogsRequest.Builder builder()
-
withOrderBy
public StackoneListPlatformLogsRequest withOrderBy(StackoneListPlatformLogsQueryParamOrderBy orderBy)
The field to order the results by.
-
withOrderBy
public StackoneListPlatformLogsRequest withOrderBy(org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListPlatformLogsQueryParamOrderBy> orderBy)
The field to order the results by.
-
withOrderDirection
public StackoneListPlatformLogsRequest withOrderDirection(StackoneListPlatformLogsQueryParamOrderDirection orderDirection)
The direction to order the results by.
-
withOrderDirection
public StackoneListPlatformLogsRequest withOrderDirection(org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListPlatformLogsQueryParamOrderDirection> orderDirection)
The direction to order the results by.
-
withPageSize
public StackoneListPlatformLogsRequest withPageSize(double pageSize)
The number of results per page (default value is 25)
-
withPageSize
public StackoneListPlatformLogsRequest withPageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> pageSize)
The number of results per page (default value is 25)
-
withNext
public StackoneListPlatformLogsRequest withNext(java.lang.String next)
The unified cursor
-
withNext
public StackoneListPlatformLogsRequest withNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
The unified cursor
-
withFilter
public StackoneListPlatformLogsRequest withFilter(StackoneListPlatformLogsQueryParamFilter filter)
Filter parameters that allow greater customisation of the list response
-
withFilter
public StackoneListPlatformLogsRequest withFilter(org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListPlatformLogsQueryParamFilter> 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
-
-