Class StackoneListActionsMetaRequest


  • public class StackoneListActionsMetaRequest
    extends java.lang.Object
    • Constructor Detail

      • StackoneListActionsMetaRequest

        public StackoneListActionsMetaRequest​(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,
                                              org.openapitools.jackson.nullable.JsonNullable<java.lang.String> search,
                                              org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Exclude>> exclude)
      • StackoneListActionsMetaRequest

        public StackoneListActionsMetaRequest()
    • Method Detail

      • 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
      • search

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> search()
        Text search across provider names, action labels, and action descriptions
      • exclude

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<Exclude>> exclude()
        Data to exclude from the response
      • 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
      • withSearch

        public StackoneListActionsMetaRequest withSearch​(java.lang.String search)
        Text search across provider names, action labels, and action descriptions
      • withSearch

        public StackoneListActionsMetaRequest withSearch​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> search)
        Text search across provider names, action labels, and action descriptions
      • withExclude

        public StackoneListActionsMetaRequest withExclude​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Exclude>> exclude)
        Data to exclude from the 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