Class StackoneListActionsMetaQueryParamFilter


  • public class StackoneListActionsMetaQueryParamFilter
    extends java.lang.Object
    StackoneListActionsMetaQueryParamFilter

    Actions Metadata filters

    • 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
      • 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​(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​(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:
        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