Class QueryParamFilter.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.QueryParamFilter.Builder
-
- Enclosing class:
- QueryParamFilter
public static final class QueryParamFilter.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryParamFilter.BuilderaccountIds(java.lang.String accountIds)A comma-separated list of account IDs to filter the results by.QueryParamFilter.BuilderaccountIds(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountIds)A comma-separated list of account IDs to filter the results by.QueryParamFilter.Builderactions(java.lang.String actions)A comma-separated list of actions to filter the results by.QueryParamFilter.Builderactions(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> actions)A comma-separated list of actions to filter the results by.QueryParamFilterbuild()QueryParamFilter.BuilderchildResources(java.lang.String childResources)A comma-separated list of child resources to filter the results by.QueryParamFilter.BuilderchildResources(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> childResources)A comma-separated list of child resources to filter the results by.QueryParamFilter.BuilderendDate(java.time.OffsetDateTime endDate)A ISO8601 date string to filter the results by end_date.QueryParamFilter.BuilderendDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endDate)A ISO8601 date string to filter the results by end_date.QueryParamFilter.BuilderhttpMethods(java.lang.String httpMethods)A comma-separated list of HTTP methods to filter the results by.QueryParamFilter.BuilderhttpMethods(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethods)A comma-separated list of HTTP methods to filter the results by.QueryParamFilter.BuilderorderBy(StackoneListLogsQueryParamOrderBy orderBy)The field to order the results by.QueryParamFilter.BuilderorderBy(org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListLogsQueryParamOrderBy> orderBy)The field to order the results by.QueryParamFilter.BuilderorderDirection(StackoneListLogsQueryParamOrderDirection orderDirection)The direction to order the results by.QueryParamFilter.BuilderorderDirection(org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListLogsQueryParamOrderDirection> orderDirection)The direction to order the results by.QueryParamFilter.Builderproviders(java.lang.String providers)A comma-separated list of provider keys to filter the results by.QueryParamFilter.Builderproviders(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> providers)A comma-separated list of provider keys to filter the results by.QueryParamFilter.BuilderrequestIds(java.lang.String requestIds)A comma-separated list of request IDs to filter the results by.QueryParamFilter.BuilderrequestIds(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestIds)A comma-separated list of request IDs to filter the results by.QueryParamFilter.Builderresources(java.lang.String resources)A comma-separated list of resources to filter the results by.QueryParamFilter.Builderresources(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resources)A comma-separated list of resources to filter the results by.QueryParamFilter.Builderservices(java.lang.String services)A comma-separated list of services to filter the results by.QueryParamFilter.Builderservices(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> services)A comma-separated list of services to filter the results by.QueryParamFilter.BuildersourceIds(java.lang.String sourceIds)A comma-separated list of source IDs to filter the results by.QueryParamFilter.BuildersourceIds(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceIds)A comma-separated list of source IDs to filter the results by.QueryParamFilter.BuildersourceTypes(java.lang.String sourceTypes)A comma-separated list of source types to filter the results by.QueryParamFilter.BuildersourceTypes(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceTypes)A comma-separated list of source types to filter the results by.QueryParamFilter.BuildersourceValues(java.lang.String sourceValues)A comma-separated list of source values to filter the results by.QueryParamFilter.BuildersourceValues(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValues)A comma-separated list of source values to filter the results by.QueryParamFilter.BuilderstartDate(java.time.OffsetDateTime startDate)A ISO8601 date string to filter the results by start_date.QueryParamFilter.BuilderstartDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)A ISO8601 date string to filter the results by start_date.QueryParamFilter.BuilderstatusCodes(java.lang.String statusCodes)A comma-separated list of status codes to filter the results by.QueryParamFilter.BuilderstatusCodes(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> statusCodes)A comma-separated list of status codes to filter the results by.QueryParamFilter.BuildersubResources(java.lang.String subResources)A comma-separated list of sub resources to filter the results by.QueryParamFilter.BuildersubResources(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subResources)A comma-separated list of sub resources to filter the results by.QueryParamFilter.Buildersuccess(boolean success)A boolean value to filter the results by success or failure.QueryParamFilter.Buildersuccess(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success)A boolean value to filter the results by success or failure.
-
-
-
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.time.OffsetDateTime startDate)
A ISO8601 date string to filter the results by start_date.
-
startDate
public QueryParamFilter.Builder startDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)
A ISO8601 date string to filter the results by start_date.
-
endDate
public QueryParamFilter.Builder endDate(java.time.OffsetDateTime endDate)
A ISO8601 date string to filter the results by end_date.
-
endDate
public QueryParamFilter.Builder endDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> 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.
-
orderBy
public QueryParamFilter.Builder orderBy(StackoneListLogsQueryParamOrderBy orderBy)
The field to order the results by.
-
orderBy
public QueryParamFilter.Builder orderBy(org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListLogsQueryParamOrderBy> orderBy)
The field to order the results by.
-
orderDirection
public QueryParamFilter.Builder orderDirection(StackoneListLogsQueryParamOrderDirection orderDirection)
The direction to order the results by.
-
orderDirection
public QueryParamFilter.Builder orderDirection(org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListLogsQueryParamOrderDirection> orderDirection)
The direction to order the results by.
-
build
public QueryParamFilter build()
-
-