Class StackoneListActionsMetaQueryParamFilter
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.StackoneListActionsMetaQueryParamFilter
-
public class StackoneListActionsMetaQueryParamFilter extends java.lang.ObjectStackoneListActionsMetaQueryParamFilterActions Metadata filters
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStackoneListActionsMetaQueryParamFilter.Builder
-
Constructor Summary
Constructors Constructor Description StackoneListActionsMetaQueryParamFilter()StackoneListActionsMetaQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> connectors, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountIds, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> actionKey)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<java.lang.String>accountIds()A comma-separated list of account IDs to filter the results by.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>actionKey()The action key to filter the results bystatic StackoneListActionsMetaQueryParamFilter.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>connectors()A comma-separated list of connectors to filter the results by.booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()StackoneListActionsMetaQueryParamFilterwithAccountIds(java.lang.String accountIds)A comma-separated list of account IDs to filter the results by.StackoneListActionsMetaQueryParamFilterwithAccountIds(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountIds)A comma-separated list of account IDs to filter the results by.StackoneListActionsMetaQueryParamFilterwithActionKey(java.lang.String actionKey)The action key to filter the results byStackoneListActionsMetaQueryParamFilterwithActionKey(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> actionKey)The action key to filter the results byStackoneListActionsMetaQueryParamFilterwithConnectors(java.lang.String connectors)A comma-separated list of connectors to filter the results by.StackoneListActionsMetaQueryParamFilterwithConnectors(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> connectors)A comma-separated list of connectors to filter the results by.
-
-
-
Constructor Detail
-
StackoneListActionsMetaQueryParamFilter
public StackoneListActionsMetaQueryParamFilter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> connectors, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountIds, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> actionKey)
-
StackoneListActionsMetaQueryParamFilter
public StackoneListActionsMetaQueryParamFilter()
-
-
Method Detail
-
connectors
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> connectors()
A comma-separated list of connectors to filter the results by.
-
accountIds
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountIds()
A comma-separated list of account IDs to filter the results by.
-
actionKey
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> actionKey()
The action key to filter the results by
-
builder
public static StackoneListActionsMetaQueryParamFilter.Builder builder()
-
withConnectors
public StackoneListActionsMetaQueryParamFilter withConnectors(java.lang.String connectors)
A comma-separated list of connectors to filter the results by.
-
withConnectors
public StackoneListActionsMetaQueryParamFilter withConnectors(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> connectors)
A comma-separated list of connectors to filter the results by.
-
withAccountIds
public StackoneListActionsMetaQueryParamFilter withAccountIds(java.lang.String accountIds)
A comma-separated list of account IDs to filter the results by.
-
withAccountIds
public StackoneListActionsMetaQueryParamFilter withAccountIds(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountIds)
A comma-separated list of account IDs to filter the results by.
-
withActionKey
public StackoneListActionsMetaQueryParamFilter withActionKey(java.lang.String actionKey)
The action key to filter the results by
-
withActionKey
public StackoneListActionsMetaQueryParamFilter withActionKey(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> actionKey)
The action key to filter the results by
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-