Class StackoneListLogsRequest


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