Class StackoneListStepLogsRequest


  • public class StackoneListStepLogsRequest
    extends java.lang.Object
    • 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
      • withOrderBy

        public StackoneListStepLogsRequest withOrderBy​(org.openapitools.jackson.nullable.JsonNullable<? extends OrderBy> orderBy)
        The field 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​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
        The unified cursor
      • 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:
        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