Class StackoneListActionsMetaRequest


  • public class StackoneListActionsMetaRequest
    extends java.lang.Object
    • 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
      • 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​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
        The unified cursor
      • withGroupBy

        public StackoneListActionsMetaRequest withGroupBy​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> groupBy)
        The relation to group the results by
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object