Class StackoneListActionsMetaRequest
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.StackoneListActionsMetaRequest
-
public class StackoneListActionsMetaRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStackoneListActionsMetaRequest.Builder
-
Constructor Summary
Constructors Constructor Description StackoneListActionsMetaRequest()StackoneListActionsMetaRequest(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> page, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> groupBy, org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListActionsMetaQueryParamFilter> filter, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<StackoneListActionsMetaQueryParamInclude>> include)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static StackoneListActionsMetaRequest.Builderbuilder()booleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<StackoneListActionsMetaQueryParamFilter>filter()Actions Metadata filtersorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>groupBy()The relation to group the results byinthashCode()org.openapitools.jackson.nullable.JsonNullable<java.util.List<StackoneListActionsMetaQueryParamInclude>>include()Additional data to include in the responseorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>next()The unified cursororg.openapitools.jackson.nullable.JsonNullable<java.lang.String>page()Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>pageSize()The number of results per page (default value is 25)java.lang.StringtoString()StackoneListActionsMetaRequestwithFilter(StackoneListActionsMetaQueryParamFilter filter)Actions Metadata filtersStackoneListActionsMetaRequestwithFilter(org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListActionsMetaQueryParamFilter> filter)Actions Metadata filtersStackoneListActionsMetaRequestwithGroupBy(java.lang.String groupBy)The relation to group the results byStackoneListActionsMetaRequestwithGroupBy(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> groupBy)The relation to group the results byStackoneListActionsMetaRequestwithInclude(java.util.List<StackoneListActionsMetaQueryParamInclude> include)Additional data to include in the responseStackoneListActionsMetaRequestwithInclude(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<StackoneListActionsMetaQueryParamInclude>> include)Additional data to include in the responseStackoneListActionsMetaRequestwithNext(java.lang.String next)The unified cursorStackoneListActionsMetaRequestwithNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)The unified cursorStackoneListActionsMetaRequestwithPage(java.lang.String page)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.StackoneListActionsMetaRequestwithPage(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> page)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.StackoneListActionsMetaRequestwithPageSize(java.lang.String pageSize)The number of results per page (default value is 25)StackoneListActionsMetaRequestwithPageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)The number of results per page (default value is 25)
-
-
-
Constructor Detail
-
StackoneListActionsMetaRequest
public StackoneListActionsMetaRequest(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> page, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> groupBy, org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListActionsMetaQueryParamFilter> filter, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<StackoneListActionsMetaQueryParamInclude>> include)
-
StackoneListActionsMetaRequest
public StackoneListActionsMetaRequest()
-
-
Method Detail
-
page
@Deprecated public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> page()
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The page number of the results to fetch
-
pageSize
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> 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
-
groupBy
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> groupBy()
The relation to group the results by
-
filter
public org.openapitools.jackson.nullable.JsonNullable<StackoneListActionsMetaQueryParamFilter> filter()
Actions Metadata filters
-
include
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<StackoneListActionsMetaQueryParamInclude>> include()
Additional data to include in the response
-
builder
public static StackoneListActionsMetaRequest.Builder builder()
-
withPage
@Deprecated public StackoneListActionsMetaRequest withPage(java.lang.String page)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The page number of the results to fetch
-
withPage
@Deprecated public StackoneListActionsMetaRequest withPage(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> page)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The page number of the results to fetch
-
withPageSize
public StackoneListActionsMetaRequest withPageSize(java.lang.String pageSize)
The number of results per page (default value is 25)
-
withPageSize
public StackoneListActionsMetaRequest withPageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)
The number of results per page (default value is 25)
-
withNext
public StackoneListActionsMetaRequest withNext(java.lang.String next)
The unified cursor
-
withNext
public StackoneListActionsMetaRequest withNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
The unified cursor
-
withGroupBy
public StackoneListActionsMetaRequest withGroupBy(java.lang.String groupBy)
The relation to group the results by
-
withGroupBy
public StackoneListActionsMetaRequest withGroupBy(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> groupBy)
The relation to group the results by
-
withFilter
public StackoneListActionsMetaRequest withFilter(StackoneListActionsMetaQueryParamFilter filter)
Actions Metadata filters
-
withFilter
public StackoneListActionsMetaRequest withFilter(org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListActionsMetaQueryParamFilter> filter)
Actions Metadata filters
-
withInclude
public StackoneListActionsMetaRequest withInclude(java.util.List<StackoneListActionsMetaQueryParamInclude> include)
Additional data to include in the response
-
withInclude
public StackoneListActionsMetaRequest withInclude(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<StackoneListActionsMetaQueryParamInclude>> include)
Additional data to include in the 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
-
-