Class QueryParamFilter.Builder

  • Enclosing class:
    QueryParamFilter

    public static final class QueryParamFilter.Builder
    extends java.lang.Object
    • Method Detail

      • accountIds

        public QueryParamFilter.Builder accountIds​(java.lang.String accountIds)
        A comma-separated list of account IDs to filter the results by.
      • accountIds

        public QueryParamFilter.Builder accountIds​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountIds)
        A comma-separated list of account IDs to filter the results by.
      • startDate

        public QueryParamFilter.Builder startDate​(java.lang.String startDate)
        A ISO8601 date string to filter the results by start_date.
      • startDate

        public QueryParamFilter.Builder startDate​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> startDate)
        A ISO8601 date string to filter the results by start_date.
      • endDate

        public QueryParamFilter.Builder endDate​(java.lang.String endDate)
        A ISO8601 date string to filter the results by end_date.
      • endDate

        public QueryParamFilter.Builder endDate​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> endDate)
        A ISO8601 date string to filter the results by end_date.
      • requestIds

        public QueryParamFilter.Builder requestIds​(java.lang.String requestIds)
        A comma-separated list of request IDs to filter the results by.
      • requestIds

        public QueryParamFilter.Builder requestIds​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestIds)
        A comma-separated list of request IDs to filter the results by.
      • sourceTypes

        public QueryParamFilter.Builder sourceTypes​(java.lang.String sourceTypes)
        A comma-separated list of source types to filter the results by.
      • sourceTypes

        public QueryParamFilter.Builder sourceTypes​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceTypes)
        A comma-separated list of source types to filter the results by.
      • sourceValues

        public QueryParamFilter.Builder sourceValues​(java.lang.String sourceValues)
        A comma-separated list of source values to filter the results by.
      • sourceValues

        public QueryParamFilter.Builder sourceValues​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValues)
        A comma-separated list of source values to filter the results by.
      • sourceIds

        public QueryParamFilter.Builder sourceIds​(java.lang.String sourceIds)
        A comma-separated list of source IDs to filter the results by.
      • sourceIds

        public QueryParamFilter.Builder sourceIds​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceIds)
        A comma-separated list of source IDs to filter the results by.
      • httpMethods

        public QueryParamFilter.Builder httpMethods​(java.lang.String httpMethods)
        A comma-separated list of HTTP methods to filter the results by.
      • httpMethods

        public QueryParamFilter.Builder httpMethods​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethods)
        A comma-separated list of HTTP methods to filter the results by.
      • providers

        public QueryParamFilter.Builder providers​(java.lang.String providers)
        A comma-separated list of provider keys to filter the results by.
      • providers

        public QueryParamFilter.Builder providers​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> providers)
        A comma-separated list of provider keys to filter the results by.
      • services

        public QueryParamFilter.Builder services​(java.lang.String services)
        A comma-separated list of services to filter the results by.
      • services

        public QueryParamFilter.Builder services​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> services)
        A comma-separated list of services to filter the results by.
      • resources

        public QueryParamFilter.Builder resources​(java.lang.String resources)
        A comma-separated list of resources to filter the results by.
      • resources

        public QueryParamFilter.Builder resources​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resources)
        A comma-separated list of resources to filter the results by.
      • childResources

        public QueryParamFilter.Builder childResources​(java.lang.String childResources)
        A comma-separated list of child resources to filter the results by.
      • childResources

        public QueryParamFilter.Builder childResources​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> childResources)
        A comma-separated list of child resources to filter the results by.
      • subResources

        public QueryParamFilter.Builder subResources​(java.lang.String subResources)
        A comma-separated list of sub resources to filter the results by.
      • subResources

        public QueryParamFilter.Builder subResources​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subResources)
        A comma-separated list of sub resources to filter the results by.
      • actions

        public QueryParamFilter.Builder actions​(java.lang.String actions)
        A comma-separated list of actions to filter the results by.
      • actions

        public QueryParamFilter.Builder actions​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> actions)
        A comma-separated list of actions to filter the results by.
      • statusCodes

        public QueryParamFilter.Builder statusCodes​(java.lang.String statusCodes)
        A comma-separated list of status codes to filter the results by.
      • statusCodes

        public QueryParamFilter.Builder statusCodes​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> statusCodes)
        A comma-separated list of status codes to filter the results by.
      • success

        public QueryParamFilter.Builder success​(boolean success)
        A boolean value to filter the results by success or failure.
      • success

        public QueryParamFilter.Builder success​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success)
        A boolean value to filter the results by success or failure.