Class StackoneListActionsMetaRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.StackoneListActionsMetaRequest.Builder
-
- Enclosing class:
- StackoneListActionsMetaRequest
public static final class StackoneListActionsMetaRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackoneListActionsMetaRequestbuild()StackoneListActionsMetaRequest.Builderexclude(java.util.List<Exclude> exclude)Data to exclude from the responseStackoneListActionsMetaRequest.Builderexclude(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Exclude>> exclude)Data to exclude from the responseStackoneListActionsMetaRequest.Builderfilter(StackoneListActionsMetaQueryParamFilter filter)Actions Metadata filtersStackoneListActionsMetaRequest.Builderfilter(org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListActionsMetaQueryParamFilter> filter)Actions Metadata filtersStackoneListActionsMetaRequest.BuildergroupBy(java.lang.String groupBy)The relation to group the results byStackoneListActionsMetaRequest.BuildergroupBy(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> groupBy)The relation to group the results byStackoneListActionsMetaRequest.Builderinclude(java.util.List<StackoneListActionsMetaQueryParamInclude> include)Additional data to include in the responseStackoneListActionsMetaRequest.Builderinclude(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<StackoneListActionsMetaQueryParamInclude>> include)Additional data to include in the responseStackoneListActionsMetaRequest.Buildernext(java.lang.String next)The unified cursorStackoneListActionsMetaRequest.Buildernext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)The unified cursorStackoneListActionsMetaRequest.BuilderpageSize(java.lang.String pageSize)The number of results per page (default value is 25)StackoneListActionsMetaRequest.BuilderpageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)The number of results per page (default value is 25)StackoneListActionsMetaRequest.Buildersearch(java.lang.String search)Text search across provider names, action labels, and action descriptionsStackoneListActionsMetaRequest.Buildersearch(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> search)Text search across provider names, action labels, and action descriptions
-
-
-
Method Detail
-
pageSize
public StackoneListActionsMetaRequest.Builder pageSize(java.lang.String pageSize)
The number of results per page (default value is 25)
-
pageSize
public StackoneListActionsMetaRequest.Builder pageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)
The number of results per page (default value is 25)
-
next
public StackoneListActionsMetaRequest.Builder next(java.lang.String next)
The unified cursor
-
next
public StackoneListActionsMetaRequest.Builder next(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
The unified cursor
-
groupBy
public StackoneListActionsMetaRequest.Builder groupBy(java.lang.String groupBy)
The relation to group the results by
-
groupBy
public StackoneListActionsMetaRequest.Builder groupBy(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> groupBy)
The relation to group the results by
-
filter
public StackoneListActionsMetaRequest.Builder filter(StackoneListActionsMetaQueryParamFilter filter)
Actions Metadata filters
-
filter
public StackoneListActionsMetaRequest.Builder filter(org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListActionsMetaQueryParamFilter> filter)
Actions Metadata filters
-
include
public StackoneListActionsMetaRequest.Builder include(java.util.List<StackoneListActionsMetaQueryParamInclude> include)
Additional data to include in the response
-
include
public StackoneListActionsMetaRequest.Builder include(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<StackoneListActionsMetaQueryParamInclude>> include)
Additional data to include in the response
-
search
public StackoneListActionsMetaRequest.Builder search(java.lang.String search)
Text search across provider names, action labels, and action descriptions
-
search
public StackoneListActionsMetaRequest.Builder search(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> search)
Text search across provider names, action labels, and action descriptions
-
exclude
public StackoneListActionsMetaRequest.Builder exclude(java.util.List<Exclude> exclude)
Data to exclude from the response
-
exclude
public StackoneListActionsMetaRequest.Builder exclude(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Exclude>> exclude)
Data to exclude from the response
-
build
public StackoneListActionsMetaRequest build()
-
-