Class Filter
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.Filter
-
public class Filter extends java.lang.ObjectFilterFilter parameters that allow greater customisation of the list response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFilter.Builder
-
Constructor Summary
Constructors Constructor Description Filter()Filter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountIds, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endDate, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestIds, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethods, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> providers, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> services, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resources, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> childResources, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subResources, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> actions, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> statusCodes, org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success)
-
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>actions()A comma-separated list of actions to filter the results by.static Filter.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>childResources()A comma-separated list of child resources to filter the results by.org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>endDate()A ISO8601 date string to filter the results by end_date.booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>httpMethods()A comma-separated list of HTTP methods to filter the results by.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>providers()A comma-separated list of provider keys to filter the results by.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>requestIds()A comma-separated list of request IDs to filter the results by.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>resources()A comma-separated list of resources to filter the results by.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>services()A comma-separated list of services to filter the results by.org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>startDate()A ISO8601 date string to filter the results by start_date.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>statusCodes()A comma-separated list of status codes to filter the results by.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>subResources()A comma-separated list of sub resources to filter the results by.org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean>success()A boolean value to filter the results by success or failure.java.lang.StringtoString()FilterwithAccountIds(java.lang.String accountIds)A comma-separated list of account IDs to filter the results by.FilterwithAccountIds(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountIds)A comma-separated list of account IDs to filter the results by.FilterwithActions(java.lang.String actions)A comma-separated list of actions to filter the results by.FilterwithActions(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> actions)A comma-separated list of actions to filter the results by.FilterwithChildResources(java.lang.String childResources)A comma-separated list of child resources to filter the results by.FilterwithChildResources(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> childResources)A comma-separated list of child resources to filter the results by.FilterwithEndDate(java.time.OffsetDateTime endDate)A ISO8601 date string to filter the results by end_date.FilterwithEndDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endDate)A ISO8601 date string to filter the results by end_date.FilterwithHttpMethods(java.lang.String httpMethods)A comma-separated list of HTTP methods to filter the results by.FilterwithHttpMethods(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethods)A comma-separated list of HTTP methods to filter the results by.FilterwithProviders(java.lang.String providers)A comma-separated list of provider keys to filter the results by.FilterwithProviders(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> providers)A comma-separated list of provider keys to filter the results by.FilterwithRequestIds(java.lang.String requestIds)A comma-separated list of request IDs to filter the results by.FilterwithRequestIds(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestIds)A comma-separated list of request IDs to filter the results by.FilterwithResources(java.lang.String resources)A comma-separated list of resources to filter the results by.FilterwithResources(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resources)A comma-separated list of resources to filter the results by.FilterwithServices(java.lang.String services)A comma-separated list of services to filter the results by.FilterwithServices(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> services)A comma-separated list of services to filter the results by.FilterwithStartDate(java.time.OffsetDateTime startDate)A ISO8601 date string to filter the results by start_date.FilterwithStartDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)A ISO8601 date string to filter the results by start_date.FilterwithStatusCodes(java.lang.String statusCodes)A comma-separated list of status codes to filter the results by.FilterwithStatusCodes(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> statusCodes)A comma-separated list of status codes to filter the results by.FilterwithSubResources(java.lang.String subResources)A comma-separated list of sub resources to filter the results by.FilterwithSubResources(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subResources)A comma-separated list of sub resources to filter the results by.FilterwithSuccess(boolean success)A boolean value to filter the results by success or failure.FilterwithSuccess(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success)A boolean value to filter the results by success or failure.
-
-
-
Constructor Detail
-
Filter
public Filter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountIds, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endDate, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestIds, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethods, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> providers, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> services, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resources, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> childResources, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subResources, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> actions, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> statusCodes, org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success)
-
Filter
public Filter()
-
-
Method Detail
-
accountIds
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountIds()
A comma-separated list of account IDs to filter the results by.
-
startDate
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate()
A ISO8601 date string to filter the results by start_date.
-
endDate
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endDate()
A ISO8601 date string to filter the results by end_date.
-
requestIds
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestIds()
A comma-separated list of request IDs to filter the results by.
-
httpMethods
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethods()
A comma-separated list of HTTP methods to filter the results by.
-
providers
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> providers()
A comma-separated list of provider keys to filter the results by.
-
services
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> services()
A comma-separated list of services to filter the results by.
-
resources
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resources()
A comma-separated list of resources to filter the results by.
-
childResources
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> childResources()
A comma-separated list of child resources to filter the results by.
-
subResources
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subResources()
A comma-separated list of sub resources to filter the results by.
-
actions
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> actions()
A comma-separated list of actions to filter the results by.
-
statusCodes
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> statusCodes()
A comma-separated list of status codes to filter the results by.
-
success
public org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success()
A boolean value to filter the results by success or failure.
-
builder
public static Filter.Builder builder()
-
withAccountIds
public Filter withAccountIds(java.lang.String accountIds)
A comma-separated list of account IDs to filter the results by.
-
withAccountIds
public Filter withAccountIds(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountIds)
A comma-separated list of account IDs to filter the results by.
-
withStartDate
public Filter withStartDate(java.time.OffsetDateTime startDate)
A ISO8601 date string to filter the results by start_date.
-
withStartDate
public Filter withStartDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)
A ISO8601 date string to filter the results by start_date.
-
withEndDate
public Filter withEndDate(java.time.OffsetDateTime endDate)
A ISO8601 date string to filter the results by end_date.
-
withEndDate
public Filter withEndDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endDate)
A ISO8601 date string to filter the results by end_date.
-
withRequestIds
public Filter withRequestIds(java.lang.String requestIds)
A comma-separated list of request IDs to filter the results by.
-
withRequestIds
public Filter withRequestIds(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestIds)
A comma-separated list of request IDs to filter the results by.
-
withHttpMethods
public Filter withHttpMethods(java.lang.String httpMethods)
A comma-separated list of HTTP methods to filter the results by.
-
withHttpMethods
public Filter withHttpMethods(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethods)
A comma-separated list of HTTP methods to filter the results by.
-
withProviders
public Filter withProviders(java.lang.String providers)
A comma-separated list of provider keys to filter the results by.
-
withProviders
public Filter withProviders(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> providers)
A comma-separated list of provider keys to filter the results by.
-
withServices
public Filter withServices(java.lang.String services)
A comma-separated list of services to filter the results by.
-
withServices
public Filter withServices(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> services)
A comma-separated list of services to filter the results by.
-
withResources
public Filter withResources(java.lang.String resources)
A comma-separated list of resources to filter the results by.
-
withResources
public Filter withResources(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resources)
A comma-separated list of resources to filter the results by.
-
withChildResources
public Filter withChildResources(java.lang.String childResources)
A comma-separated list of child resources to filter the results by.
-
withChildResources
public Filter withChildResources(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> childResources)
A comma-separated list of child resources to filter the results by.
-
withSubResources
public Filter withSubResources(java.lang.String subResources)
A comma-separated list of sub resources to filter the results by.
-
withSubResources
public Filter withSubResources(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subResources)
A comma-separated list of sub resources to filter the results by.
-
withActions
public Filter withActions(java.lang.String actions)
A comma-separated list of actions to filter the results by.
-
withActions
public Filter withActions(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> actions)
A comma-separated list of actions to filter the results by.
-
withStatusCodes
public Filter withStatusCodes(java.lang.String statusCodes)
A comma-separated list of status codes to filter the results by.
-
withStatusCodes
public Filter withStatusCodes(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> statusCodes)
A comma-separated list of status codes to filter the results by.
-
withSuccess
public Filter withSuccess(boolean success)
A boolean value to filter the results by success or failure.
-
withSuccess
public Filter withSuccess(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success)
A boolean value to filter the results by success or failure.
-
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
-
-