Class StackoneListActionsMetaQueryParamFilter.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.StackoneListActionsMetaQueryParamFilter.Builder
-
- Enclosing class:
- StackoneListActionsMetaQueryParamFilter
public static final class StackoneListActionsMetaQueryParamFilter.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackoneListActionsMetaQueryParamFilter.BuilderaccountIds(java.lang.String accountIds)A comma-separated list of account IDs to filter the results by.StackoneListActionsMetaQueryParamFilter.BuilderaccountIds(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountIds)A comma-separated list of account IDs to filter the results by.StackoneListActionsMetaQueryParamFilter.BuilderactionKey(java.lang.String actionKey)The action key to filter the results byStackoneListActionsMetaQueryParamFilter.BuilderactionKey(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> actionKey)The action key to filter the results byStackoneListActionsMetaQueryParamFilterbuild()StackoneListActionsMetaQueryParamFilter.Builderconnectors(java.lang.String connectors)A comma-separated list of connectors to filter the results by.StackoneListActionsMetaQueryParamFilter.Builderconnectors(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> connectors)A comma-separated list of connectors to filter the results by.
-
-
-
Method Detail
-
connectors
public StackoneListActionsMetaQueryParamFilter.Builder connectors(java.lang.String connectors)
A comma-separated list of connectors to filter the results by.
-
connectors
public StackoneListActionsMetaQueryParamFilter.Builder connectors(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> connectors)
A comma-separated list of connectors to filter the results by.
-
accountIds
public StackoneListActionsMetaQueryParamFilter.Builder accountIds(java.lang.String accountIds)
A comma-separated list of account IDs to filter the results by.
-
accountIds
public StackoneListActionsMetaQueryParamFilter.Builder accountIds(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountIds)
A comma-separated list of account IDs to filter the results by.
-
actionKey
public StackoneListActionsMetaQueryParamFilter.Builder actionKey(java.lang.String actionKey)
The action key to filter the results by
-
actionKey
public StackoneListActionsMetaQueryParamFilter.Builder actionKey(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> actionKey)
The action key to filter the results by
-
build
public StackoneListActionsMetaQueryParamFilter build()
-
-